var options = {
series: [72],
chart: {
height: 350,
type: 'gauge',
},
labels: ['Progress'],
}
var chart = new ApexCharts(document.querySelector('#chart'), options)
chart.render()
var options = {
series: [72],
chart: {
height: 350,
type: 'gauge',
},
labels: ['Progress'],
}
var chart = new ApexCharts(document.querySelector('#chart'), options)
chart.render()