How To Add An Item To Highcharts Legend?
I have a graph with two series: column and spline. Programatically I changed the color of some columns that met some criteria, let's say the 10 lowest scores are rendered in green
Solution 1:
I just added an empty series with the properties needed (name and color) and it worked. Just in case you find yourself in this scenario.
Post a Comment for "How To Add An Item To Highcharts Legend?"