interface GaugeViewProperties {
    colors: DashboardColor[];
    decimalPlaces: DecimalPlaces;
    note: string;
    prefix: string;
    queries: DashboardQuery[];
    shape: "chronograf-v2";
    showNoteWhenEmpty: boolean;
    suffix: string;
    tickPrefix: string;
    tickSuffix: string;
    type: "gauge";
}

Properties

colors: DashboardColor[]

Colors define color encoding of data into a visualization

decimalPlaces: DecimalPlaces
note: string
prefix: string
queries: DashboardQuery[]
shape: "chronograf-v2"
showNoteWhenEmpty: boolean

If true, will display note when empty

suffix: string
tickPrefix: string
tickSuffix: string
type: "gauge"
MMNEPVFCICPMFPCPTTAAATR