node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
Hello, My team and I are attempting to implement the export module to enable the downloading of our charts. However, we’re encountering an issue due to our extensive use of...
#### Expected behaviour running successfully #### Actual behaviour ``` Error: ENOENT: no such file or directory, open '/app/dist//../templates/template.html' at Object.openSync (node:fs:600:3) at Object.readFileSync (node:fs:468:35) at 31415 (/app/dist/server.min.js:612785:20589) at __webpack_require__ (/app/dist/server.min.js:649632:42)...
#### Expected behaviour When i add css resource or inject css using customCode the output svg has the correct styles applied. Only when i change the type to png is...
Hi, Thanks for all the hard work you are doing by removing dependency to unmaintained phantomjs I added more cpu and ram to my kubernetes pod and it seems more...
#### Expected behaviour The ouptut is a well formatted SVG. #### Actual behaviour Whenever the output type is SVG the result is an invalid SVG result. The error is :...
Hi @jszuminski , I hope you're doing well! I wanted to check in to see if there have been any updates on the enhancement request I made recently. https://github.com/highcharts/node-export-server/issues/501 Looking...
## Description A JSON config passed to the Export Server (on the currently deployed version) renders the same chart in 2 different layouts (seems to be random). ## Images 1st...
I've been having errors when sending multiple requests at once. It's a mix of HTTP 400 and timeouts. In my setup, I have a queue runner sending reports. Every hour...
Hello, I would like to report a bug concerning the use of a Google font not being taken into account. I wanted to use the [Barlow Semi Condensed font](https://fonts.google.com/specimen/Barlow+Semi+Condensed) and...