Tayo
v1.0
Toggle sidebar
Tayo

Charts / Bar

Bar

Vertical bars for comparing discrete categories over time or across groups.

Metric Months Palette

Data shape

Pass this structure to the :data prop.

data shape
[
    ['label' => 'Jan', 'value' => 120],
    ['label' => 'Feb', 'value' => 98],
    ['label' => 'Mar', 'value' => 145],
]

Usage

blade
<x-tayo::chart
    type="bar"
    :data="$data"
    :height="420"
    colors="default"
/>