interface HeatmapViewProperties {
    adaptiveZoomHide?: boolean;
    binSize: number;
    colors: string[];
    generateXAxisTicks?: string[];
    generateYAxisTicks?: string[];
    legendColorizeRows?: boolean;
    legendHide?: boolean;
    legendOpacity?: number;
    legendOrientationThreshold?: number;
    note: string;
    queries: DashboardQuery[];
    shape: "chronograf-v2";
    showNoteWhenEmpty: boolean;
    timeFormat?: string;
    type: "heatmap";
    xAxisLabel: string;
    xColumn: string;
    xDomain: number[];
    xPrefix: string;
    xSuffix: string;
    xTickStart?: number;
    xTickStep?: number;
    xTotalTicks?: number;
    yAxisLabel: string;
    yColumn: string;
    yDomain: number[];
    yPrefix: string;
    ySuffix: string;
    yTickStart?: number;
    yTickStep?: number;
    yTotalTicks?: number;
}

Properties

adaptiveZoomHide?: boolean
binSize: number
colors: string[]

Colors define color encoding of data into a visualization

generateXAxisTicks?: string[]
generateYAxisTicks?: string[]
legendColorizeRows?: boolean
legendHide?: boolean
legendOpacity?: number
legendOrientationThreshold?: number
note: string
queries: DashboardQuery[]
shape: "chronograf-v2"
showNoteWhenEmpty: boolean

If true, will display note when empty

timeFormat?: string
type: "heatmap"
xAxisLabel: string
xColumn: string
xDomain: number[]
xPrefix: string
xSuffix: string
xTickStart?: number
xTickStep?: number
xTotalTicks?: number
yAxisLabel: string
yColumn: string
yDomain: number[]
yPrefix: string
ySuffix: string
yTickStart?: number
yTickStep?: number
yTotalTicks?: number
MMNEPVFCICPMFPCPTTAAATR