0
votes

I am using Highcharts scatter plot chart. How can I create scatter plot of single series with mulitple colors for plots?

enter image description here

Here all points on the serie are in single color. Need to add different color for each point on scatter plot.

1

1 Answers

2
votes

You can do that with plotOptions.series.zoneAxis Link and serie.zone Link options :

Here a Fiddle