labelrank property
When data labels are laid out on a map, Highmaps runs a simplified algorithm to detect collision. When two labels collide, the one with the lowest rank is hidden. By default the rank is computed from the area.
API Docs: https://api.highcharts.com/highmaps/series.mapline.data.labelrank
Implementation
double? labelrank;