score:2
Accepted answer
This is bug in Highcharts, after writing to the stream, stream should be closed, so this should look this way:
if (!runsAsServer) {
// write the file
svgFile = fs.open(output, "w");
svgFile.write(svg);
svgFile.close(); //add this line
exit(output);
} else {
// return the svg as a string
exit(svg);
}
Reported: https://github.com/highslide-software/highcharts.com/issues/1869
Source: stackoverflow.com
Related Query
- Highcharts SVG Export from Python Server Side Code
- Highcharts export chart exportSettings with svg file
- Add Source to Highcharts Export CSV
- Highcharts Export Renderer Image - Only SVG visible
- Highcharts export to svg
- Highcharts Node.js Export Server - gettting output in SVG string
- Highcharts don't export custom SVG elements added after created
- Is it possible to export HTML along with SVG markup to the Highcharts Export Server (http://export.highcharts.com/)
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Export Highcharts code from jsfiddle
- JavaScript - Export Div with SVG chart + HTML as and Image
- Export Highcharts to PDF (using javascript and local server - no internet connection)
- Highcharts - export to base64
- How to export the whole page or html content with Highcharts not just the chart?
- Disable PDF and SVG download options in Highcharts
- I can't make Highcharts phantomJs export server work
- Highcharts add legend on export
- Converting svg from Highcharts data into data points
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Highcharts - add additional export options without losing default ones
- ASP.NET WebRequest to Highcharts export server
- how to get svg of highcharts using div id?
- Highcharts phantomjs export server can't parse json string
- Highcharts SVG accessibility
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Generation of svg on server side using highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Imported font and Highcharts JS export
- How to export CSV and XLS with external button in Highcharts
- HighCharts chart export (screenshot download) does not display Navigator graph
More Query from same tag
- Converting Datatable columns to array of array
- Highcharts - Stack a full serie (Bar chart)
- Formatting the year in highcharts
- Data security highcharts
- Highchartjs won't load
- highcharts columns too wide with certain data
- Column chart in Highcharts - select series with a click
- Returning correctly formatted json response for use in highcharts with Laravel
- adding a highchart into wordpress
- How to draw a vertical line from a xAxis click event in Highcharts?
- Add text to generated quadrant area by x and y plot lines , highcharts
- Combine 2 series in one Chart (not stacked)
- Pie chart legend shows empty values
- HighCharts - display ratio charts
- Issue on Switching Highcharts.js Spider Web Chart and Column Chart
- Disable average values on highchart line graph
- highcharts get all of the minimum points of the chart
- Chart rendering issue when hiding all series via clicking on legends
- How to get drop shadow effect in Highchart JS?
- Hide first tick in Highcharts time series
- How to parse JSON into HighCharts line graph?
- how to set html tags in text to highstock tooltip by lazy_high_chart gem
- Highcharts redundant time data with multiple axes
- Angular 5 is not rendering the component until click or hover anywhere
- Highcharts Displaying same data repeatedly
- Class 'ConsoleTVs\Charts\Facades\Charts' not found in laravel Charts
- How can I add a full screen button in HighchartsReact?
- Highmaps - Creating custom buttons using Exporting
- vb.net getting data from datatable using array
- Highcharts: browser width affects marker drawn or hidden