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

    Represents an axis in a Highcharts chart.

    interface HighchartsAxis {
        categories?: string[];
        getExtremes: () => { min: number; max: number };
        isDatetimeAxis?: boolean;
        options: { title?: { text?: string }; type?: string };
    }
    Index

    Properties

    categories?: string[]
    getExtremes: () => { min: number; max: number }
    isDatetimeAxis?: boolean
    options: { title?: { text?: string }; type?: string }