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
I replaced node.js with phantomJs which did a good job, as described in Generating HTML Canvas image data server-side?
(example is from jQplot, but works for highchart as well.)