marker
Keep marker when grouping
It appears the markers disappear when the data is grouped. It would be great to keep the marker even if it was not 100% accurate. The approximate location would be fine.
Actually the marker hasn’t got to do with data grouping, it has to do with the density of points, grouped or not. In order to always show markers, set marker.enabled to true.
-
Hi, we'd need a live demo to see what's wrong.
-
Martin Sunshine commented
I have is set which does bring me to a second issue. I am loading data with csv: and the series data is not always there. Is there another series I should be looking at?
c.series[0].data[dateIndex].update({ marker: { enabled: true, fillColor: 'red', radius: 3, } });