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

    A Chart.js scale (axis) configuration.

    interface ChartJsScale {
        title?: { text?: string; display?: boolean };
        type?: string;
        stacked?: boolean;
    }
    Index

    Properties

    Properties

    title?: { text?: string; display?: boolean }
    type?: string
    stacked?: boolean