Hello,
I am using canvas chart on my react project,I want to export the chart on click of of a button outside the chart,
chart.exportChart({format: "jpg"});
I have tried to use chart.exportChart(), but it seems this is not a react specific function.
Is there a way to do that.
Thanks!