UNPKG

highcharts-export-server

Version:

Convert Highcharts.JS charts into static image files.

45 lines (44 loc) 913 B
{ "export": { "options": { "chart": { "type": "column" }, "title": { "text": "Custom code (from string)" }, "yAxis": [ { "title": { "text": "Primary axis" } }, { "opposite": true, "title": { "text": "Secondary axis" } } ], "plotOptions": { "column": { "borderRadius": 5 } }, "series": [ { "data": [1, 3, 2, 4] }, { "data": [324, 124, 547, 221], "yAxis": 1 } ] } }, "customLogic": { "allowCodeExecution": true, "allowFileResources": true, "customCode": "Highcharts.setOptions({chart:{events:{render:function (){this.renderer.image('https://www.highcharts.com/samples/graphics/sun.png',75,50,20,20).add();}}}});" } }