score:1
When you trigger exportChart
a POST request is being sent to the highcharts servers, containing the SVG and some other values within the request body. I've checked the URL which is being called (export.highcharts.com) and it's a kind of a playground for chart exporting. There if you click on download, you can easily see that first a POST request is being fired with some data (JSON) as request payload (Inspect the call in Network tab). As a response you get the generated image string (e.g. charts/chart.20bb843a8be6440e99ffcab5996c532d.png
), therefore your exported image can be accessed via the base-url (https://export.highcharts.com/
) + the response of the POST call.
Example: https://export.highcharts.com/charts/chart.20bb843a8be6440e99ffcab5996c532d.png
I'm not 100% sure how legit this workaround is, but you can at least play around with it and maybe find a better/more suitable solution.
Source: stackoverflow.com
Related Query
- Catching Highcharts Client Side Export response before it downloads
- highcharts Export XLS files on client side
- Highcharts SVG Export from Python Server Side Code
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Add Source to Highcharts Export CSV
- Highcharts server side export Pie With Data Labels (phantomjs)
- Server-side c# and client side javascript with json loading Highcharts gantt chart Task Progress Indicator, need to change Tooltip and Label name
- Run Highcharts on Server side code to add to Word document
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Export Highcharts code from jsfiddle
- Server side chart .svg export with Highcharts and PhantomJS, error loading data from .csv file
- Highcharts tooltip always on right side of cursor
- 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?
- I can't make Highcharts phantomJs export server work
- Highcharts export chart exportSettings with svg file
- Highcharts add legend on export
- Charts,Server Side or Client Side?
- Highcharts X-axis labels on the side
- Highcharts axis label before first point
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Highcharts - add additional export options without losing default ones
- Resize a chart before printing with Highcharts
- ASP.NET WebRequest to Highcharts export server
- Highcharts phantomjs export server can't parse json string
- Highcharts force to 0 before climbing again
- Highcharts stacking bar chart border not displaying on right side
- Generation of svg on server side using highcharts
- Highcharts - Global configuration with common code and unique data & Headings
More Query from same tag
- Highcharts markers to appear only on x axis ticks
- Can I use two "categories" arrays in a stacked bar chart?
- HighChart - accessing series data by category name
- Is there a Line of Bar Charting Javascript Library which is free/ Which contains the ability to add a report filter
- Highchart series style on button click
- HighCharts - show last labels in xAxis
- How to add image/icon to a chart in Highcharts
- Highcharts Plot Reciprocal Values For Column Height
- Highmaps: how to disable map zoom by mouse scroll
- How to set datalebels formatter in highcharts
- highcharts - windrose stackLabel doesn't work properly
- HighStock setExtremes in angular HighStock
- Highcharts set percent to datatable
- iOS Swift Highcharts Pie with Gradient Fill is black
- How to loop through highcharts theme
- Highcharts adjust first and last tick on x-axis to direct values
- How to reference series in Highcharts v.4?
- Testing Highcharts (JS charting library) with Cucumber
- Highstock tooltip.positioner isn t working
- Adding same precision to the yAxis Label of HighCharts
- Highcharts parse CSV
- Issue while Dynamically Modifying yAxis Extremes in Highchart
- Highcharts - Multiple Y axis
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Highcharts Spiderweb after Gauge causes strange behavior
- Why are there disabled buttons in HighStock Range Selector?
- Highcharts font styling via css
- I have no direct access to code but wonder if I can append my chart data points to a log file
- How to add value of y-axis under the x-axis labels in highchart with given dataset
- Highcharts, chart with two series starting in diferent points, how yo show single column?