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

#### Expected behaviour highcharts.cachePath or HIGHCHARTS_CACHE_PATH env var should allow an absolute path such as '/tmp/.cache' #### Actual behaviour Previously (v3) if the manifest.json file existed in the 'node_modules/highcharts-export-server/.cache' directory...

enhancement

Better type validations for envs and options.

## What and why? The goal of this pull request is to get rid of the unnecessary `colors` dependency and perform a slight refactoring of the logging logic. The logging...

enhancement

Hi Could someone provide a working docker file for the V4 please ? Thank you.

help wanted
environment issue

Hello, How can I use Highcharts.AST.allowedAttributes with /usr/local/bin/highcharts-export-server (v4) please ? I tryed using --customCode "AST.allowedAttributes.js" but it does not work. The file contains: Highcharts.AST.allowedAttributes.push('border'); Highcharts.AST.allowedAttributes.push('align'); Highcharts.AST.allowedAttributes.push('bordercolor'); Highcharts.AST.allowedAttributes.push('zIndex'); Highcharts.AST.allowedAttributes.push('bgcolor'); Highcharts.AST.allowedAttributes.push('cellpadding');...

bug

## Unexpected behavior When exporting a chart with a custom marker: https://jsfiddle.net/sartzberger/q4uxh98r/3/ it gets exported about 10% of the times. The marker image is provided in proper, supported image url:...

bug
svg export

## Goal The goal of this pull request is to create an entire CI/CD pipeline (Percy, Browserstack) for detecting visual regressions. This way, we'll be able to see if the...

enhancement

#### Expected behaviour * node v18.12.0 * [email protected] * HIGHCHARTS_VERSION='8.1.2' * HIGHCHARTS_MODULES='stock,map,gantt,exporting,export-data,parallel-coordinates,accessibility,annotations-advanced,boost-canvas,boost,data,draggable-points,static-scale,broken-axis,heatmap,tilemap,timeline,treemap,item-series,drilldown,histogram-bellcurve,bullet,funnel,funnel3d,pyramid3d,networkgraph,pareto,pattern-fill,price-indicator,sankey,dependency-wheel,series-label,solid-gauge,sonification,stock-tools,streamgraph,sunburst,variable-pie,variwide,vector,venn,windbarb,wordcloud,xrange,no-data-to-display,drag-panes,debugger,dumbbell,lollipop,cylinder,organization,dotplot,marker-clusters' #### Actual behaviour ![image](https://github.com/user-attachments/assets/8df2e888-55aa-49a1-a409-95cccaa6f16b) You cannot download resources via CDN as shown in the image above. So, I...

pending reply

#### Expected behaviour Export images are the same despite how many times I press 'Preview' button #### Actual behaviour Results are different This is the first run: ![image](https://github.com/user-attachments/assets/040ff570-3902-4a36-a4d2-e178c87694b3) This is...

bug
only json

Related to this issue: https://github.com/highcharts/highcharts/issues/21187 **Reproduction:** https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/exporting/width/

bug