node-export-server icon indicating copy to clipboard operation
node-export-server copied to clipboard

Highcharts Node.js export server

Results 121 node-export-server issues
Sort by recently updated
recently updated
newest added

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

bug

#### Expected behaviour ![image](https://github.com/user-attachments/assets/39adc201-a4af-4c3f-bf27-dad81865b18a) #### Actual behaviour ![image](https://github.com/user-attachments/assets/ca03dd91-d559-4e10-ab10-5a1108722efd)

bug

#### 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...

The `--enableUi` flag doesn't seem to work.

bug

#### Actual behaviour Use the following JSON file to generate a PNG: ```JSON { "chart": { "type": "column", "backgroundColor": "transparent", "style": { "fontFamily": "sans-serif" }, "polar": true }, "title": "",...

bug
only json

"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...

bug
only json

#### 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...

help wanted
health/perfo

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": [...

bug
only json

#### 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":...

bug
only json