stz-util Documentation - v1.5.2
    Preparing search index...

    Interface CommonCartesianAxes

    interface CommonCartesianAxes {
        alignToPixels: boolean;
        axis?: string;
        backgroundColor: string | CanvasGradient | CanvasPattern;
        border: object;
        bounds?: string;
        clip?: boolean;
        display: boolean;
        grid: GridLineOptions;
        max: number;
        min: number;
        offset?: boolean;
        position?: Position;
        reverse: boolean;
        stack?: string;
        stacked: string | boolean;
        stackWeight?: number;
        suggestedMax: number;
        suggestedMin: number;
        ticks?: CommonCartesianTicks;
        title?: CommonCartesianTitleConfig;
        type: "category" | "linear" | "logarithmic" | "time" | "timeseries";
        weight: number;
    }

    Hierarchy

    Index

    Properties

    alignToPixels: boolean
    axis?: string
    backgroundColor: string | CanvasGradient | CanvasPattern
    border: object
    bounds?: string
    clip?: boolean
    display: boolean
    grid: GridLineOptions
    max: number
    min: number
    offset?: boolean
    position?: Position
    reverse: boolean
    stack?: string
    stacked: string | boolean
    stackWeight?: number
    suggestedMax: number
    suggestedMin: number
    type: "category" | "linear" | "logarithmic" | "time" | "timeseries"
    weight: number