Highcharts Export Server
Use this page to experiment with the different options.
Highcharts config object (JSON)
SVG (XML)
Options
Specify here your Highcharts configuration object.
{ xAxis: { categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] }, series: [{ data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4] }] };
Image file format
image/png
image/jpeg
image/svg+xml
application/pdf
Width
The exact pixelwidth of the exported image. Defaults to chart.width or 600px. Maximum width is set to 2000px
Scale
Give in a scaling factor for a higher image resolution. Maximum scaling is set to 4x. Remember that the width parameter has a higher precedence over scaling.
Constructor
This will be either 'Chart' or 'StockChart' depending on if
you want a Highcharts or an HighStock chart.
Chart
StockChart
Callback
The callback will be fired after the chart is created.
function(chart) { chart.renderer.arc(200, 150, 100, 50, -Math.PI, 0).attr({ fill : '#FCFFC5', stroke : 'black', 'stroke-width' : 1 }).add(); }
Svg Content
Paste in 'raw' svg markup.
Y-values
Chart title
Series 1
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
0
50
100
150
200
250
Highcharts.com