Generates a CSS selector for the markers of a lollipop series.
Highcharts draws each lollipop as two elements: the marker, rendered by
Series#drawPoints with the highcharts-point class, and the stem down to
the baseline — a <path class="highcharts-lollipop-stem"> that carries no
point class and is therefore already excluded. The stem only repeats the
value its marker already sits at, so MAIDR highlights the marker alone.
The markers come from the same Series#drawPoints path as scatter markers,
so the hidden hit-detection duplicates documented on scatterSelector
apply here too and are filtered out the same way.
Generates a CSS selector for the markers of a lollipop series.
Highcharts draws each lollipop as two elements: the marker, rendered by
Series#drawPointswith thehighcharts-pointclass, and the stem down to the baseline — a<path class="highcharts-lollipop-stem">that carries no point class and is therefore already excluded. The stem only repeats the value its marker already sits at, so MAIDR highlights the marker alone.The markers come from the same
Series#drawPointspath as scatter markers, so the hidden hit-detection duplicates documented on scatterSelector apply here too and are filtered out the same way.