node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
Added #567, PUPPETEER_DIR made configurable. --- ## Tasks - [x] add `PUPPETEER_DIR` option - [x] write a unit test for it being configurable - [x] write a proper verifier in...
#### Expected behaviour All symbols, including ones from external URL's are visible on exported PDF. #### Actual behaviour Symbols from external URL's aren't rendered on the exported PDF.  ####...
Add new properties for proxy authentication: - `SERVER_PROXY_USERNAME` - `SERVER_PROXY_PASSWORD`
Added #562, cache path option now supports absolute paths.
Adds a `HIGHCHARTS_CUSTOM_SCRIPTS` environment variable option which allows you to pass (comma-separated) list of custom scripts (ex. maps) to fetch.
For read only systems it's common to use `/tmp` for caching and temporary files. This contribution enables the user to express an absolute path rather than only a relative path....
node v20 highcharts version 10.4.0 export server version: 3.1.1 #### Expected behaviour ##### Graph rendered correctly (4999 data points)  #### Actual behaviour ##### Graph rendered with increasing errors (5000...
Depending on the context in which the CLI is started, the path results in a different absolute path. Please make this configurable to prevent, that it creates the tmp folder...
When we set `allowCodeExecution` to `false`, we get `The 'callback', 'resources' and 'customCode' options have been disabled for this server.` When we set `allowCodeExecution` to `true`, we get no error....