Search for a command to run...
A plain vertical bar chart — one bar per item with the score labeled on top, the provider mark under each bar, and every other detail in the hover tooltip.
ChartBars plots one vertical bar per item with the score labeled on top. Each item's
icon, sub, and stats move into the hover tooltip (and the axis label) so the chart
itself stays calm.
ChartBars| Prop | Type | Default | Description |
|---|---|---|---|
items | Standing[] | — | Pre-sorted, best first. |
animate | boolean | true | Animate the bars in on mount. |
Each item's icon (e.g. the model provider) renders beside its axis label; sub and stats
render inside the hover tooltip. Items with neither show only the bar.
Reach for this when the comparison is the point and the extra columns are reference detail — the tooltip keeps them one hover away.
items yourself, best first — the bars render in array order.Hide load-bearing information in the tooltip on touch surfaces, where hover isn't available.
Pass a raw percent (96.3) as score. It's a [0, 1] fraction; the label formats it.