score:2

Accepted answer

You'd need to provide additional marker element with appropriate fillColor to each of your data points. Documentation is available here.

Here is an example:

data:[{ marker: { fillColor:'#FF0000' }, y:17}]

Related Query

More Query from same tag