chart with on change toggle change chart to table in angular apex chart code example
Example: apexcharts dataURI style
chart.render().then(() => {
window.setTimeout(function() {
chart.dataURI().then((uri) => {
console.log(uri);
})
}, 1000)
})