UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

44 lines (43 loc) 874 B
{ "export": { "options": { "chart": { "type": "column" }, "title": { "text": "Theme and global options from files" }, "yAxis": [ { "className": "highcharts-color-0", "title": { "text": "Primary axis" } }, { "className": "highcharts-color-1", "opposite": true, "title": { "text": "Secondary axis" } } ], "plotOptions": { "column": { "borderRadius": 5 } }, "series": [ { "data": [1, 3, 2, 4] }, { "data": [324, 124, 547, 221], "yAxis": 1 } ] }, "globalOptions": "./samples/resources/options_global.json", "themeOptions": "./samples/resources/options_theme.json" } }