node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
Affected node export version: `4.0.2`, `5.0.0` Highcharts versions tested with node export server: `10.3.3` , `11.1.0` ### Problem: ### When exporting a sunburst chart, the module for sunburst.js is not...
Hello, I try to use node-export-server from docker with a formatter using moment.js : datethe = moment().year(datetheYW[0]).isoWeek(datetheYW[1]).startOf('isoWeek').format('YYYY-MM-DD') + ' w' + datetheYW[1] + ''; but I got this error : ReferenceError:...
Getting error when downloading highcharts as png after upgrading node version from 14.x.x to 20.x.x
After upgrading from node version 14.x.x to version 20, we are encountering issues with saving highcharts as PNG files. Previously, everything was functioning properly with node 14 and highcharts v2....
I'm experiencing an issue where node-export-server fails to fetch the Highcharts module solid-gauge.js during PDF generation. The error message is: ` Could not fetch the https://code.highcharts.com/modules/solid-gauge.js. The script might not...
Added the posibility to set absolute cache path.
When starting the server it will download scripts from the CDN  When starting with an empty directory, the number of generated requests sent to the CDN triggers "violation of...
4.0.3 has been [tagged](https://github.com/highcharts/node-export-server/releases/tag/4.0.3) a while ago, but this release is missing on npm.js: https://www.npmjs.com/package/highcharts-export-server It would be nice if you could release it on npm!
Starting (AFAICT) yesterday, the "Download PNG Image" feature is broken on many of my charts. They should look like this:  But are being exported like this: I...
During the installation of the highcharts-export-server NPM package, we encounter rate limiting, which results in an incomplete installation of the export.html file (seen below). This leads to PhantomJs errors when...