score:0

Accepted answer

you need to use array of numbers in your series, but in your case you have only strings with points, separated by commas. you need to use split() function and push into new array, then use in highcharts.


Related Query

More Query from same tag