I am using Highcharts scatter plot chart. How can I create scatter plot of single series with mulitple colors for plots?
Here all points on the serie are in single color. Need to add different color for each point on scatter plot.
You can do that with plotOptions.series.zoneAxis Link and serie.zone Link options :
plotOptions.series.zoneAxis
serie.zone
Here a Fiddle