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

    Interface MaidrProps

    Props for the Maidr React component.

    interface MaidrProps {
        data: Maidr;
        children: ReactNode;
    }
    Index

    Properties

    Properties

    data: Maidr

    The MAIDR JSON configuration describing the plot data and structure.

    children: ReactNode

    The SVG or plot element(s) to make accessible. Rendered inside the figure.