score:0
This is going to involve much more than simply using highcharts. You are going to have to use some sort of wrapper that will actually render the chart/page on the server-side and then essentially output it as an image. The following are links taken from a post on the highcharts website.
Highcharts-server-side-export (with Rhino/Batik)
score:2
You have to setup an exportserver. Upon the client sends the Highcharts SVG file to this service it will be converted to an image. Before the server returns the image to the client you can save it to the predefined filesystem.
Here you can find a php export server and a java based one. https://github.com/highslide-software/highcharts.com/tree/master/exporting-server developed by Highcharts
These exportservers are setup to remove the temporary created files. You have to change the code a bit to prevent this.
read also this article for more background information on Highcharts exportservers
Source: stackoverflow.com
Related Articles
- Highcharts export charts as image on serverside with php
- highcharts change rendered image source on click
- Highcharts : synchronized charts, It's possible export download image all in one?
- HighCharts Export Server not creating image
- Highcharts add image on export
- Include image in highcharts export
- Add Source to Highcharts Export CSV
- Highcharts Export server - Can't generate image using --options
- Highcharts Export Renderer Image - Only SVG visible
- Highcharts export only renders one quarter of the image
- Highcharts SVG Export from Python Server Side Code
- HighCharts image export
- Calling Highcharts export to jpeg but the source is https and exporting is http (security warnings issued by browser)
- Unable to get highcharts image from highcharts export server using rails httparty
- Export Highcharts code from jsfiddle
- Highcharts - Export server not generating image
- 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?
- How to get an image watermark in HighCharts charts?
- I can't make Highcharts phantomJs export server work
- Highcharts export chart exportSettings with svg file
- Highcharts add legend on export
- Export HighChart as an image in excel file together with the other page contents
- How to add image in Highcharts Title and subtitle
- Highcharts - how to remove "Open in Highcharts Cloud" from the export menu
- Highcharts - add additional export options without losing default ones
- Highcharts loading image
- ASP.NET WebRequest to Highcharts export server
- Highcharts graph remove existing ticks in interval on a category (x-axis)
- Highcharts legend js error
- Making a drawing clickable in highcharts
- Where can I find the type definition of the Highcharts.AnnotationsOptions type?
- Highcharts drilldown treemap legend
- How to show alone points, with {marker: {enabled: false}}?
- Highcharts.js: scrollable innterText?
- Create Line in Highcharts with start and end point
- Possible to connect the zoom on two Highcharts graphs?
- Highcharts: Generate chart from tables having HTML tags in TD's
- Highcharts Scatter plot - Add series from database as a different color
- How to add custom icons as markers in Highcharts
- Highcharts dates in xaxis customisation
- Line chart with x and y values
- Highcharts Y-Axis skipped labels when dealing with large array
- Highcharts how to change x axis options
- Highcharts .getJSON - chart not plotting
- Categories and tooltip in Highcharts
- highcharter: BoxPlot Outliers not being on correct x-axis point
- Highcharts.map depreciated warning