79352168

Date: 2025-01-13 12:28:11
Score: 0.5
Natty:
Report link

Just increase the zIndex of the line series to a higher value, 1000 for example.

Demo: https://jsfiddle.net/BlackLabel/6qybs0Lt/

API reference: https://api.highcharts.com/highcharts/series.line.zIndex

{
    name: 'Average',
    type: 'line',
    data: [4, 2.67, 2.67, 3.33, 1.33, 2.67, 3.67, 3.00, 2.67, 2.33, 2.67, 3.00, 3.67, 4.00, 4.67, 4.00, 4.00, 3.00, 2.67, 2.00, 2.00, 2.00, 2.00, 1.67],
    zIndex: 1000
}
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Dominik Chudy