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

    Interface VictoryAdapterConfig

    Configuration accepted by both the MaidrVictory wrapper component and the useVictoryAdapter hook.

    interface VictoryAdapterConfig {
        id: string;
        title?: string;
        subtitle?: string;
        caption?: string;
        children: ReactNode;
    }
    Index

    Properties

    id: string

    Unique identifier for the chart. Used for DOM element IDs.

    title?: string

    Chart title displayed in text descriptions.

    subtitle?: string

    Chart subtitle.

    caption?: string

    Chart caption.

    children: ReactNode

    Victory chart components to make accessible.