i want to know if their is any way possible to enable “export to csv ” in chart. as I got nothing in detail to implement “export to csv”. please can i get a easy way to implement “export to csv ” in my chart.
Exporting chart data as CSV is not available as an in-built feature as of now. However, with few lines of code, you can achieve the same as shown in this JSFiddle. You can even use the export-canvasjs-chart-data-as-csv npm package to export chart data as CSV in Angular app. Please take a look at this Stackblitz project for an example of the same.