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

    Interface AmChartsBinderOptions

    Options for the amCharts-to-MAIDR adapter.

    interface AmChartsBinderOptions {
        title?: string;
        subtitle?: string;
        axisLabels?: { x?: string; y?: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    title?: string

    Override the chart title. By default the binder reads the chart's first title child if one exists.

    subtitle?: string

    Override the chart subtitle.

    axisLabels?: { x?: string; y?: string }

    Override individual axis labels. Keys are "x" or "y".