UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

24 lines (23 loc) 525 B
{ "options": { "title": { "text": "The default value of the 'allowFileResources' prevents resources from files" }, "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"] }, "series": [ { "type": "column", "data": [5, 6, 7, 8] }, { "type": "line", "data": [1, 2, 3, 4] } ] }, "callback": "./samples/resources/callback.js", "customCode": "./samples/resources/custom_code.js", "resources": "./samples/resources/resources.js" }