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

    Interface HighchartsAdapterOptions

    Options for customizing the highchartsToMaidr adapter output.

    interface HighchartsAdapterOptions {
        id?: string;
        title?: string;
        seriesIndices?: number[];
    }
    Index

    Properties

    id?: string

    Override the generated chart ID. Defaults to highcharts-{n}.

    title?: string

    Override the chart title. Defaults to chart.title.textStr.

    seriesIndices?: number[]

    Convert only specific series by index. Default: all visible series.