highcharts-export-server
Version:
Convert Highcharts.JS charts into static image files.
48 lines (47 loc) • 882 B
JSON
{
"export": {
"options": {
"chart": {
"styledMode": true,
"type": "column"
},
"title": {
"text": "Styling axes (Import Dark Unica theme)"
},
"yAxis": [
{
"title": {
"text": "Primary axis"
}
},
{
"opposite": true,
"title": {
"text": "Secondary axis"
}
}
],
"plotOptions": {
"column": {
"borderRadius": 5
}
},
"series": [
{
"data": [1, 3, 2, 4]
},
{
"data": [324, 124, 547, 221],
"yAxis": 1
}
]
}
},
"customLogic": {
"allowCodeExecution": true,
"allowFileResources": true,
"resources": {
"css": "@import 'https://code.highcharts.com/css/themes/dark-unica.css';"
}
}
}