Charts / Bubble
Scatter variant that encodes a third variable as circle size. r is scaled proportionally.
Pass this structure to the
:data prop.
[
['x' => 72, 'y' => 85, 'r' => 40, 'label' => 'Product A'],
['x' => 55, 'y' => 60, 'r' => 28, 'label' => 'Product B'],
]
<x-tayo::chart
type="bubble"
:data="$data"
:height="420"
colors="default"
/>