I have been able to change the stroke color on a spline graph, but the points and the legend do not change color until after I hide and show the series by clicking it and th
it's simple, you can use this code
chart.series[0].options.color = "#008800"; chart.series[0].update(chart.series[0].options);