score:30

Accepted answer

you need plotted data from the chart, then try

chart.series[0].data

if you need all the options from series then try

chart.series

this will return the entire series structure of the chart.

i hope this is useful for you.


Related Query

More Query from same tag