You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var Highcharts = require('highcharts-server').default;
var server = new Highcharts(5594);
The render method returns a base64 encoded string representing the PNG file. You need to convert it into an image and save to disk. Perhaps this npm module will help.
I wrote this code.
The text was updated successfully, but these errors were encountered: