interface CheckViewProperties {
    adaptiveZoomHide?: boolean;
    check?: CheckDiscriminator;
    checkID: string;
    colors: DashboardColor[];
    legendColorizeRows?: boolean;
    legendHide?: boolean;
    legendOpacity?: number;
    legendOrientationThreshold?: number;
    queries: DashboardQuery[];
    shape: "chronograf-v2";
    type: "check";
}

Properties

adaptiveZoomHide?: boolean
checkID: string
colors: DashboardColor[]

Colors define color encoding of data into a visualization

legendColorizeRows?: boolean
legendHide?: boolean
legendOpacity?: number
legendOrientationThreshold?: number
queries: DashboardQuery[]
shape: "chronograf-v2"
type: "check"
MMNEPVFCICPMFPCPTTAAATR