UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

24 lines (23 loc) 384 B
{ "export": { "constr": "chart", "options": { "title": { "text": "Basic options" }, "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"] }, "series": [ { "type": "line", "data": [1, 3, 2, 4] }, { "type": "line", "data": [5, 3, 4, 2] } ] } } }