how to prepare data for chart stat widget

i trying get value using array but only show index array 0 -12

->chart($orderData
->map(fn (TrendValue $value) => $value->aggregate)
->toArray())
Thats My Code Stat Widget
Was this page helpful?