Q:

apexcharts dataURI style

chart.render().then(() => {
    window.setTimeout(function() {
        chart.dataURI().then((uri) => {
            console.log(uri);
        })
    }, 1000) 
})
0

New to Communities?

Join the community