highcharts-export-server
Version:
Convert Highcharts.JS charts into static image files.
26 lines (25 loc) • 448 B
JSON
{
"export": {
"height": 600,
"width": 600,
"scale": 2,
"options": {
"title": {
"text": "From custom JSON infile (--loadConfig option)"
},
"xAxis": {
"categories": ["Jan", "Feb", "Mar", "Apr"]
},
"series": [
{
"type": "column",
"data": [5, 6, 7, 8]
},
{
"type": "line",
"data": [1, 2, 3, 4]
}
]
}
}
}