Display Highchart As image
I want to display highchart as image so if data come from api chart in image changes according to that .
1
vote
Darshan
shared this idea
-
AdminPaweł Fus (Admin, Highcharts JS) commented
Thank you for sharing the idea. Highcharts generate charts in SVG on the fly. If you want images then you have two possible solutions:
1. Use canvg that will render chart as bas64 image instead of SVG
2. Setup your own exporting server (https://www.highcharts.com/docs/export-module/setting-up-the-server) and generate images serverside. Then just use generated png/jpg images in the frontend