I\'m using HighStock to generate some charts in browser. But now I want to store some of them at the server. So I know that HighCharts can be exported to the server but I\'d rat
That can be fixed by raising the "forExport" flag in options object:
"forExport"
options.chart.forExport = true;