apexchart destroy existing chart code example
Example: apexcharts dataURI style
chart.render().then(() => {
window.setTimeout(function() {
chart.dataURI().then((uri) => {
console.log(uri);
})
}, 1000)
})
chart.render().then(() => {
window.setTimeout(function() {
chart.dataURI().then((uri) => {
console.log(uri);
})
}, 1000)
})