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 tried to recreate your example and I get jQuery and Highcharts loaded with jsdom. It looks like Highcharts tries to call createElement
with an html fragment:
createElement('')
This looks fishy. I'm not sure how it works in the browser - I can't call createElement
with that in my browser either (Chromium).