score:1

i have also tried changing it without luck, the only way is to re-create the chart as seen here

score:7

you can change it dynamically but you need to manipulate the svg dom elements instead of the chart object:

$($('.highcharts-series').children()[0]).attr('fill','blue')

produces:

enter image description here


Related Query

More Query from same tag