mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:02:45 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
33 lines
801 B
Markdown
33 lines
801 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "VizOrientation"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## VizOrientation enum
|
|
|
|
### VizOrientation enum
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum VizOrientation
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { VizOrientation } from '@grafana/data';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| Auto | <code>"auto"</code> | |
|
|
| Horizontal | <code>"horizontal"</code> | |
|
|
| Vertical | <code>"vertical"</code> | |
|
|
|