I am working on Highstock, I am trying to set a color to a specific point in "data" in Highstock, like in the example, but I couldn\'t get it to work, no matter ho
Highstock has point markers disabled by default. You will need to enable them explicitly as follows:
plotOptions: { series: { marker: { enabled: true } } },
See more at http://api.highcharts.com/highstock/plotOptions.series.marker