score:4

Accepted answer

Add this configuration option:

plotOptions: {
  series: {
    marker: {
      enabled: false
    }
  }
}

to the root of your chart configuration.


Related Query

More Query from same tag