Pass this structure to the
:data prop.
[
['label' => 'Organic Search', 'value' => 42],
['label' => 'Direct', 'value' => 28],
['label' => 'Social', 'value' => 18],
['label' => 'Referral', 'value' => 8],
]
<x-tayo::chart
type="donut"
:data="$data"
:height="420"
colors="default"
/>