meo-canvas - v8.1.1
    Preparing search index...

    Interface GridOptions

    Grid lines behind a cartesian chart.

    interface GridOptions {
        color?: string;
        show?: boolean;
        style?: "solid" | "dashed" | "dotted";
    }
    Index
    color?: string

    Colour of the grid lines. Accepts standard CSS colour strings.

    show?: boolean

    Draw the grid lines behind the plot.

    false
    
    style?: "solid" | "dashed" | "dotted"

    How each line is drawn.

    'solid'