I am trying to turn off the markers on a line chart using highcharts-ng.
I've checked the highcharts API and I believe I need to pass in the option:
plotOptions: {
line: {
marker: {
enabled: false
}
}
}
However, I tried this in highcharts-ng and it does not appear to be working and I am pretty stumped. Here is a slightly modified stock example where I pass in this option to no effect: http://jsfiddle.net/BnnVN/