MAIDR JavaScript API
    Preparing search index...

    A series as it appears in w.globals.initialSeries, w.config.series and chart.opts.series.

    interface ApexSeriesOption {
        name?: string;
        type?: string;
        group?: string;
        data?: unknown;
    }
    Index

    Properties

    Properties

    name?: string

    The series name, as the legend shows it.

    type?: string

    Per-series chart type in a combo chart, e.g. 'column' or 'line'.

    group?: string

    The stack a bar series joins, in a stacked chart with several stacks.

    data?: unknown

    The data as the author wrote it, in any of ApexCharts' point formats.