Pass this structure to the
:data prop.
[
['label' => 'Website Visits', 'value' => 24000],
['label' => 'Trial Signups', 'value' => 6200],
['label' => 'Activated', 'value' => 2800],
['label' => 'Converted', 'value' => 940],
]
<x-tayo::chart
type="funnel"
:data="$data"
:height="420"
colors="default"
/>