interface XYViewProperties {
    adaptiveZoomHide?: boolean;
    axes: Axes;
    colorMapping?: any;
    colors: DashboardColor[];
    generateXAxisTicks?: string[];
    generateYAxisTicks?: string[];
    geom: XYGeom;
    hoverDimension?: "auto" | "x" | "y" | "xy";
    legendColorizeRows?: boolean;
    legendHide?: boolean;
    legendOpacity?: number;
    legendOrientationThreshold?: number;
    note: string;
    position: "overlaid" | "stacked";
    queries: DashboardQuery[];
    shadeBelow?: boolean;
    shape: "chronograf-v2";
    showNoteWhenEmpty: boolean;
    staticLegend?: StaticLegend;
    timeFormat?: string;
    type: "xy";
    xColumn?: string;
    xTickStart?: number;
    xTickStep?: number;
    xTotalTicks?: number;
    yColumn?: string;
    yTickStart?: number;
    yTickStep?: number;
    yTotalTicks?: number;
}

Properties

adaptiveZoomHide?: boolean
axes: Axes
colorMapping?: any

An object that contains information about the color mapping

colors: DashboardColor[]

Colors define color encoding of data into a visualization

generateXAxisTicks?: string[]
generateYAxisTicks?: string[]
geom: XYGeom
hoverDimension?: "auto" | "x" | "y" | "xy"
legendColorizeRows?: boolean
legendHide?: boolean
legendOpacity?: number
legendOrientationThreshold?: number
note: string
position: "overlaid" | "stacked"
queries: DashboardQuery[]
shadeBelow?: boolean
shape: "chronograf-v2"
showNoteWhenEmpty: boolean

If true, will display note when empty

staticLegend?: StaticLegend
timeFormat?: string
type: "xy"
xColumn?: string
xTickStart?: number
xTickStep?: number
xTotalTicks?: number
yColumn?: string
yTickStart?: number
yTickStep?: number
yTotalTicks?: number
MMNEPVFCICPMFPCPTTAAATR