score:28

Accepted answer

I think the bit you need to edit is the marker:

http://api.highcharts.com/highcharts/plotOptions.line.marker.enabled

You should be able to set that to false and that'll hide the dots.

score:20

You just have to disable the markers, which is demonstrated here: http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/plotoptions/series-marker-enabled/

chart.plotOptions.line.marker.enabled = false

Related Query

More Query from same tag