I managed to set marker colors for individual markers
{ y: 5, marker: { fillColor: '#222' } }
But for a while it turns into the default color, is it possible to set this value?
I can use the selectionMarkerFill option, but this is a child of the chart option and has no effect when adding a marker in my code.
source share