MAIDR Documentation - v3.73.0
    Preparing search index...

    Interface ChartJsRuntimeScale

    A laid-out runtime scale instance (from chart.scales), exposing the pixel band it occupies. Used to order axis-stacked panels by visual position.

    interface ChartJsRuntimeScale {
        axis?: "r" | "x" | "y";
        position?: string;
        top: number;
        bottom: number;
        left: number;
        right: number;
    }
    Index

    Properties

    axis?: "r" | "x" | "y"
    position?: string

    Resolved edge the scale was laid out against.

    top: number
    bottom: number
    left: number
    right: number