MAIDR JavaScript API
    Preparing search index...

    Type Alias VictoryComponentType

    VictoryComponentType:
        | "VictoryArea"
        | "VictoryBar"
        | "VictoryLine"
        | "VictoryScatter"
        | "VictoryBoxPlot"
        | "VictoryCandlestick"
        | "VictoryErrorBar"
        | "VictoryHistogram"
        | "VictoryPie"
        | "VictoryStack"
        | "VictoryGroup"

    Victory chart component types that MAIDR can extract data from.

    VictoryStack and VictoryGroup are container components (handled separately from the individual data components) that map to a stacked and a dodged bar chart respectively.