UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

19 lines (18 loc) 261 B
{ "title": { "text": "From JSON infile" }, "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"] }, "series": [ { "type": "column", "data": [5, 6, 7, 8] }, { "type": "line", "data": [1, 2, 3, 4] } ] }