UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

21 lines (20 loc) 314 B
{ "xAxis": { "categories": ["Jan", "Feb", "Mar", "Apr"], "labels": { "formatter": function () { return `Label - ${this.value}`; } } }, "series": [ { "type": "line", "data": [1, 2, 3, 4] }, { "type": "line", "data": [5, 6, 7, 8] } ] }