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

    Interface MaidrPluginOptions

    Per-chart options for the MAIDR plugin, configurable via options.plugins.maidr in the Chart.js config.

    interface MaidrPluginOptions {
        enabled?: boolean;
        title?: string;
        axes?: { x?: string; y?: string };
        highlightColor?: string;
    }
    Index

    Properties

    enabled?: boolean

    Set to false to disable the MAIDR plugin for a specific chart.

    title?: string

    Override the auto-detected chart title.

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

    Override axis labels.

    highlightColor?: string

    Outline color used for the DOM highlight overlay drawn on top of the canvas during MAIDR navigation. Accepts any CSS color string. Defaults to a translucent orange.