MAIDR JavaScript API
    Preparing search index...

    Type Alias NivoChartType

    NivoChartType: "bar" | "line" | "scatterplot" | "pie" | "heatmap" | "boxplot"

    The Nivo chart kinds this adapter reads, one per @nivo/* package.

    Declared by the caller rather than sniffed off the element: Nivo exports its components as memo/forwardRef objects with no displayName, so the element type cannot say which chart it draws, and the adapter never imports a @nivo/* package to compare against (they stay optional for consumers).

    • 'bar' → @nivo/bar (Bar, ResponsiveBar)
    • 'line' → @nivo/line (Line, ResponsiveLine)
    • 'scatterplot' → @nivo/scatterplot (ScatterPlot, ResponsiveScatterPlot)
    • 'pie' → @nivo/pie (Pie, ResponsivePie)
    • 'heatmap' → @nivo/heatmap (HeatMap, ResponsiveHeatMap)
    • 'boxplot' → @nivo/boxplot (BoxPlot, ResponsiveBoxPlot)

    Only the SVG components are highlighted. The *Canvas variants draw no elements to outline: their data is still read, and the adapter says in the console that the highlight is unavailable.