High charts remove dots from the line graph

Atif picture Atif · Apr 12, 2013 · Viewed 40.3k times · Source

I am using High charts to draw a line graph. I cant find any thing in the API to remove the dots from the line. Please share if you know which bit of settings to change to remove the dots.

http://gyazo.com/ba33b6a6cc1a3898fee00b737111da4c

Answer

james_tookey picture james_tookey · Apr 12, 2013

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.