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).
Generates a CSS selector for all point elements in a bar/column series.
Highcharts renders bar/column points with the
highcharts-pointclass. 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-groupto exclude the legend swatch (see file header for details).