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

Need to add the possibility of connecting a server instance to some other microservice through a WebSocket connection. This might be helpful when some data processing must be done (before...

enhancement

Add docs for offline installation and usage. This is a feature request - vote with a thumbs-up reaction under this comment.

enhancement

I am upgrading an older version of highcharts-export-server to the latest and am no longer able to use it with pm2 on a windows server. How is everyone launching this?...

help wanted
environment issue

In the documentation for [highcharts-export-server][1] : it says that you should use [PM2 ][2] to run it as a server but I just can't get this to work on my...

help wanted
environment issue

We have done some tests with the latest build: https://github.com/highcharts/node-export-server/tree/enhancement/puppeteer. In our initial tests the performance is insufficient for our goals. Average performance of exporting a chart is around 1...

puppeteer

Install pkg: ``` npm install -g @yao-pkg/pkg ``` Compile CLI with NodeJS 20: Log ``` pkg . -t node20-linux-x64,node20-macos-x64,node20-win-x64 > [email protected] > Fetching base Node.js binaries to PKG_CACHE_PATH fetched-v20.11.1-linux-x64 [====================]...

environment issue

Fixed #547, add XLink namespace for SVG results. --- ### *Internal note* As described in #547, the SVG is not being rendered properly when there is an `

bug

Updated the Node.js Module example in the README, touch #563.

I'm getting the following error: `Cannot create property 'chart' on string '

The documentation says this: `const exporter = require('highcharts-export-server');` But with the rest of the top-level awaits, we get this error: `SyntaxError: await is only valid in async functions and the...