UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

23 lines (22 loc) 518 B
{ "options": { "title": { "text": "The default value of the 'allowFileResources' prevents 'globalOptions' and 'themeOptions' from files" }, "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"] }, "series": [ { "type": "column", "data": [5, 6, 7, 8] }, { "type": "line", "data": [1, 2, 3, 4] } ] }, "globalOptions": "./samples/resources/options_global.json", "themeOptions": "./samples/resources/options_theme.json" }