I have an array with different symbols and I am looping over that array to get each symbol but after getting that symbol I am calling an API which is creating a chart in chart js. Now What I want is to download that chart in the form of an image or png. symbols = ['a', 'b','c']
here the chart is creating using chart.js and the chart is creating inside this canvas
<canvas id="myChart" width="715" height="715" style="display: block; box-sizing: border-box; height: 794.444px; width: 794.444px;"></canvas>