MAIDR Documentation - v3.65.0
    Preparing search index...
    • Returns the CSS selector string for individual data point elements of the given Recharts chart type.

      Returns undefined when seriesIndex is provided, because CSS alone cannot reliably target a specific series in Recharts' SVG structure. See the module-level documentation for details.

      Parameters

      • chartType: RechartsChartType

        The Recharts chart type

      • OptionalseriesIndex: number

        When set, indicates a multi-series chart — returns undefined

      Returns string | undefined

      CSS selector string, or undefined for multi-series targeting