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

With this feature, it is now possible to protect your server with Basic Auth (login+password). Addition of three environment variables: - SERVER_BASIC_AUTH_ENABLE - SERVER_BASIC_AUTH_LOGIN - SERVER_BASIC_AUTH_PASSWORD

The version of multer in use in this project is subject to a potential DOS attack. The only breaking change made in v2 of multer was that the minimum Node...

When generating a png chart from the node export server version 5.0.0, a horizontal line is added to charts that have a fractional height, e.g., 209.5. This did not used...

Hi I have been importing the package as module as below ``` import exporter from 'highcharts-export-server'; ``` in my meteor app This code has been working when i am using...

Hello people, I'm currently try to setup the server with Docker. Error Message when try the example test `curl` request: `curl -H "Content-Type: application/json" -X POST -d '{"infile":{"title": {"text": "Chart"},...

Hi, It looks like the UI route is unconditionally added, even if `UI_ENABLE` is set to `false` https://github.com/highcharts/node-export-server/blob/15421d34fd4577da19b7505756f76630dd05561e/lib/server/server.js#L200

I'm looking to set up an instance of the export server at my company and integrate it with our Sentry setup for error monitoring. In order to do that correctly,...

I want to report a bug when exporting a chart. As soon as I start to set fontSize in style options the text is completely missing in the export file....

As a follow up on https://github.com/highcharts/node-export-server/issues/384 I encountered an issue with version 5.0.0. It is reproducable in the UI of highcharts-export-server when exporting a chart. When providing the provided options...

bug

Hello, I have issue with v5 on aws lambda. It tries to create cache directory relating to the code and throws the error: ` "errorMessage": "ENOENT: no such file or...