Export chart image data locally in HIghchart

Viewed 2947

I have a Highcharts implementation. I need to be able to get the image data in my source code at client side. How can this be done? I know there are exportChart methods, but they directly trigger a download and does not return an image in the source code. I have also read about getting SVG from the chart and then converting that into an image, but that seems to be a workaround rather than a solution. Can this be done in a proper way or is there anything available in Highcharts for this?

1 Answers
Related