Create a bar graph with property array

hello
i’ve create a multiple bar graph using chart.js (libray) that i 've include it on widget html
(were on top on graph i 've print property data )

but is it possible create the same grapth with thinger widget : Apex Chart or Time series chart
where i can pass property value

{“y2024”:“[83,677,129,116,221,398,0,0,0,0,0,0,0,0,0,0]”,
“y2025”:“[0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0]”,
“y2026”:“[0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0]”,
“y2027”:“[0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0]”}

or property value where for each m* , grapth draw a different color of bar
{“m0”:“[182,1129,32,128,327,335,285,294,269,0,0,0,0,0,0,0]”,
“m1”:“[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]”,
“m2”:“[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]”,
“m3”:“[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]”,
“m4”:“[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]”,
“m5”:“[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]”}

I ask you this, because including chart.js with

I think the page loads slower, and sometimes it is necessary
to do a refresh to redraw the graph
best regards
Dante