node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
Iam running my export server using "highcharts-export-server --enableServer 1 --host localhost --port 3012 --enableServer 1 --minWorkers 4 --maxWorkers 20" this is working fine when i send 1 request a time...
#### Expected behavior The export server should handle large amounts of data. The technical limitation is likely due to the Chrome DevTools protocol implementation, which is capped at 100 MB....
Export server version: v5.0.0 Highcharts version: 10.2.1 **Configuration:** - `CUSTOM_LOGIC_ALLOW_CODE_EXECUTION = true` (code execution is allowed to support passing JS functions to formatters) - `--enableServer 1` (as was already mentioned...
Fixed the issue with displaying the element of class `highcharts-tracker-area` as all black in certain graphic tools, such as InDesign or Inkscape.
Export server version: v5.0.0 Highcharts version: 10.2.1 The only difference between these examples is in used quotes in `labelFormatter`. Only the first one works with export server. ```json { "infile":...
Hi, I've been using highchart export server in my application. Im having issues with exporting background images which are links to public source image. Now the image is not being...
DOMPurify versions from 3.1.7 upwards strip the contents of foreignObject tags in svg data passed in
I have installed the node export server via npm: npm install highcharts-export-server -g On my server that pulled in a version of dompurify that's later than 3.1.5 (3.2.4 in fact)...
This makes it possible to add other custom error handlers. We use this to add Appsignal error handling (https://www.appsignal.com/nodejs).
### Expected behaviour ### All 51 bubbles should be displayed without error. ### Actual behaviour ### The export server produces a corrupt SVG. When opening the file, following error is...
We are running the Highcharts export server on Heroku. At some point we get some Puppeteer detached frame errors. We are not sure why, maybe because of the specific chart...