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

    Interface AmChartsBindOptions

    Options for bindAmCharts / bindXYChart.

    interface AmChartsBindOptions {
        highlight?: boolean;
        highlightColor?: string;
        title?: string;
        subtitle?: string;
        axisLabels?: { x?: string; y?: string };
    }

    Hierarchy (View Summary)

    Index

    Properties

    highlight?: boolean

    Set false to mount MAIDR without the canvas highlight overlay. Default true.

    highlightColor?: string

    Outline color for the highlight overlay.

    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".