UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

22 lines (21 loc) 344 B
{ "options": { "title": { "text": "The 'type' option is set to SVG" }, "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"] }, "series": [ { "type": "column", "data": [5, 6, 7, 8] }, { "type": "line", "data": [1, 2, 3, 4] } ] }, "type": "svg" }