score:0

you're trying to initialize option.series.data with totals and with timestamps in a mixed way. just separate them!

place timestamps in the option.xaxis.categories or in the option.labels(check this). in the option.series.data you need to store total sums only!

go through your apexchart example more carefully. there is the same way implementation.


Related Query

More Query from same tag