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.
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.