Pass this structure to the
:data prop.
[
['label' => 'Jan', 'value' => 120],
['label' => 'Feb', 'value' => 98],
['label' => 'Mar', 'value' => 145],
]
<x-tayo::chart
type="bar"
:data="$data"
:height="420"
colors="default"
/>