cc3fc18076
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
810 B
810 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "BarGaugeDisplayMode" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++
BarGaugeDisplayMode enum
BarGaugeDisplayMode enum
Signature
export declare enum BarGaugeDisplayMode
Import
import { BarGaugeDisplayMode } from '@grafana/ui';
Enumeration Members
| Member | Value | Description |
|---|---|---|
| Basic | "basic" |
|
| Gradient | "gradient" |
|
| Lcd | "lcd" |