highcharts-export-server
Version:
Convert Highcharts.JS charts into static image files.
24 lines (23 loc) • 397 B
JSON
{
"options": {
"title": {
"text": "The usage of the 'height', 'width' and 'scale' options"
},
"xAxis": {
"categories": ["Jan", "Feb", "Mar", "Apr"]
},
"series": [
{
"type": "column",
"data": [5, 6, 7, 8]
},
{
"type": "line",
"data": [1, 2, 3, 4]
}
]
},
"height": 800,
"width": 800,
"scale": 2
}