var options = {
series: [68],
chart: {
height: 350,
type: 'radialBar',
},
plotOptions: {
radialBar: {
hollow: {
size: '70%',
},
},
},
labels: ['Completion'],
}
var chart = new ApexCharts(document.querySelector('#chart'), options)
chart.render()