node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
When using custom code (and `load` event), the points are not ideally aligned (as they are in the browser). Here's a reproduced example: https://github.com/snps-anupraj/highcharts-export-example
#### Expected behaviour  #### Actual behaviour 
#### Question What options must be set in the configuration of the Export Server, so that the exported SVG does **not** include ? #### How the problem came up Export...
#### Actual behaviour Use the following JSON file to generate a PNG: ```JSON { "chart": { "type": "column", "backgroundColor": "transparent", "style": { "fontFamily": "sans-serif" }, "polar": true }, "title": "",...
"I am using the Highcharts Node Export Server, and my chart contains annotations. However, when I export the chart using the Node module or the Highcharts server arguments , the...
#### Expected behaviour It should work as we have defined standard userAgent and Referer. #### Actual behaviour When we are using fd keyword in Referer, Our request is getting blocked...
When pasting this configuration into https://export.highcharts.com/ we should get a proper result (and if not, there should be a clear note in the docs): ```JSON { "xAxis": { "categories": [...
#### Actual behaviour highcharts-export-server cannot detect puppeteer's chrome installation, yet it was just downloaded. #### Reproduction steps - npm install highcharts-export-server - npx puppeteer browsers install chrome - launch test...
# Expected behaviour Data labels to be clearly visible on the bubbles # Actual behaviour Data labels are invisible # Reproduction steps Send the following chart config: ``` { "chart":...