Pass a named palette to the
colors prop,
or supply your own hex array.
colors="default"
colors="ocean"
colors="vivid"
colors="pastel"
colors="warm"
colors="cool"
colors="rose"
colors="slate"
Pass an array of hex strings to use your own brand colours.
<x-tayo::chart
:colors="['#6366f1', '#f59e0b', '#10b981', '#ef4444']"
...
/>