node-export-server
node-export-server copied to clipboard
Highcharts Node.js export server
Re-added the integrity and crossorigin properties for the scripts in the public/index.js file.
#### Expected behaviour  #### Actual behaviour  #### Reproduction steps * opened url in chrome https://export.highcharts.com/ * Added following JSON in option input box (Below is attached json file)...
Added XLink namespace for SVG results with tests, touch #547. INFO: Based on the @jszuminski's PR: https://github.com/highcharts/node-export-server/pull/550.
This is related to https://github.com/highcharts/highcharts/issues/22534 --- 1. I had a follow-up from the support team at Figma, which is where the issue was presenting itself (importing SVG charts and the...
#### Expected behaviour Png, jpg, pdf must download from chart export button #### Actual behaviour Its is giving CORS issue #### Live demo with steps to reproduce #### Product version...
How to make a build of this server along with the html and api for my server as the internet is restricted so can't use npm install directly
I try to run the server after having installed the package as in readme: git clone https://github.com/highcharts/node-export-server npm install npm link Then highcharts-export-server --enableServer 1 node version: v20.10 #### Expected...
Hi Team , am using high-chart-exporter server 3.1.1 and trying to render svg image on the x-axis label but it failed to do , this is my chart config and...
I setup this node export server on our server. We followed the below steps while setting the server #### Setup Steps 1. git clone https://github.com/highcharts/node-export-server.git 2. git checkout 7f5d512fe565632d2da32afbdc38662d7bf8fdef (for...
Hello, Since upgrade to v4.0.2, some of my charts generated by highcharts-export-server are broken, especially the solidegauge ones. Instead of displaying the colored circles for the values like in the...