mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 05:12:31 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
33 lines
792 B
Markdown
33 lines
792 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "BigValueGraphMode"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## BigValueGraphMode enum
|
|
|
|
### BigValueGraphMode enum
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export declare enum BigValueGraphMode
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { BigValueGraphMode } from '@grafana/ui';
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| Area | <code>"area"</code> | |
|
|
| Line | <code>"line"</code> | |
|
|
| None | <code>"none"</code> | |
|
|
|