Page 1 of 1

Storing Highcharts

Posted: Thu Aug 01, 2013 7:56 am
by arunsingh
Hi,

I have a requirement to store my rendered chart along with the line annotations and text annotations to be saved into some database and I should be able to restore the initial version of chart as it is from the storage file.

Can anybody help me in figuring out a way to do this....I dont want to dump the whole HTML file..I am looking for information which I can store and with which I can re-render the chart again along with annotations....such as the highcharts constructor variable, etc.

Thanks in advance.