Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

High charts remove dots from the line graph [duplicate]

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

like image 635
Atif Avatar asked Apr 12 '13 11:04

Atif


1 Answers

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.

like image 80
james_tookey Avatar answered Sep 19 '22 00:09

james_tookey