MAIDR JavaScript API
    Preparing search index...

    An axis' options, as far as the adapter reads them.

    interface ApexAxisOption {
        title?: ApexTextOption;
        type?: string;
        reversed?: boolean;
        labels?: { datetimeUTC?: boolean };
    }
    Index

    Properties

    The axis title.

    type?: string

    'category', 'numeric' or 'datetime' (x axis only).

    reversed?: boolean

    Whether the axis runs backwards (y axis).

    labels?: { datetimeUTC?: boolean }

    The labels' options.

    Type Declaration

    • OptionaldatetimeUTC?: boolean

      Whether datetime labels are shown in UTC (ApexCharts' default).