MAIDR Documentation - v4.1.0
    Preparing search index...

    A converted panel: the source chart paired with the MAIDR layers built from it. One entry per emitted subplot, in row-major grid order.

    interface AmChartPanel {
        chart: AmChart;
        layers: MaidrLayer[];
    }
    Index

    Properties

    Properties

    chart: AmChart
    layers: MaidrLayer[]