interface HistogramViewProperties {
    binCount: number;
    colors: DashboardColor[];
    fillColumns: string[];
    legendColorizeRows?: boolean;
    legendHide?: boolean;
    legendOpacity?: number;
    legendOrientationThreshold?: number;
    note: string;
    position: "overlaid" | "stacked";
    queries: DashboardQuery[];
    shape: "chronograf-v2";
    showNoteWhenEmpty: boolean;
    type: "histogram";
    xAxisLabel: string;
    xColumn: string;
    xDomain: number[];
}

Properties

binCount: number
colors: DashboardColor[]

Colors define color encoding of data into a visualization

fillColumns: string[]
legendColorizeRows?: boolean
legendHide?: boolean
legendOpacity?: number
legendOrientationThreshold?: number
note: string
position: "overlaid" | "stacked"
queries: DashboardQuery[]
shape: "chronograf-v2"
showNoteWhenEmpty: boolean

If true, will display note when empty

type: "histogram"
xAxisLabel: string
xColumn: string
xDomain: number[]
MMNEPVFCICPMFPCPTTAAATR