sparkline
Tiny inline charts for embedding data trends directly within text.
Use row(nowrap) to place sparklines inline between text nodes.
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
values | string | placeholder | Comma-separated numeric values. |
type | line | bar | line | Sparkline variant. |
color | string | indigo | CSS color for the line or bars. |
width | number | 80 | Width in pixels. |
height | number | 20 | Height in pixels. |