MAIDR Documentation - v4.4.0
    Preparing search index...
    • Generates a CSS selector for the whips of an errorbar series.

      An error bar is a box plot without the quartiles — ErrorBarSeries extends BoxPlotSeries with doQuartiles: false — so each sample is drawn as a <g class="highcharts-point"> holding the stem, the two caps and the median mark. The group is the whole whip and is what MAIDR highlights: the lower bound, the estimate and the upper bound are three magnitudes read off one drawn element, so all three highlight it.

      Matching g.highcharts-point rather than the bare class is what keeps the count right on the linked series a chart usually pairs an error bar with — the group is the only element inside the series carrying the point class.

      Parameters

      • containerId: string
      • seriesIndex: number

      Returns string