MAIDR Documentation - v3.69.0
    Preparing search index...
    • Generates a CSS selector for all point elements in a bar/column series.

      Highcharts renders bar/column points with the highcharts-point class. The element tag varies: <rect> for square corners, <path> for rounded corners (the default in Highcharts v11+). Matching by class only handles both cases. The elements appear in data order.

      Scoped under .highcharts-series-group to exclude the legend swatch (see file header for details).

      Parameters

      • containerId: string
      • seriesIndex: number

      Returns string