MAIDR Documentation - v4.4.0
    Preparing search index...
    • Generates a CSS selector for the wedges of a pie (or doughnut) series.

      Highcharts draws each slice as a <path class="highcharts-point"> inside the series group, in series.data order — a pie is not reordered the way a plotly one is. The data labels Highcharts places around the pie live in a separate .highcharts-data-labels group and carry neither that class nor a <path> of their own, so no filtering is needed beyond the .highcharts-series-group scoping that already excludes the legend swatch (see file header).

      Parameters

      • containerId: string
      • seriesIndex: number

      Returns string