- Accepts:
number_series
- Animates: no
| Option | Type | Required | Default | Description |
|---|
label | string | no | — | Optional inline prefix rendered to the left of the sparkline bars. |
style | "bars" | "line" | no | "bars" | Visual treatment. bars uses ratatui's block glyphs (default); line draws a single-row Braille line across the values. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
text | Primary body text colour for plain renderers (text_plain, text_ascii, list_plain, animated_typewriter). The top step of the chrome ladder — brighter than text_secondary, reads as diffuse daylight on the ocean surface. Set text = "reset" to inherit the terminal's own foreground instead. |
text_dim | Barely-visible chrome text: timeline date prefixes, empty-state placeholder, clip hint. Replaces the old Modifier::DIM usage — set an explicit colour so rendering stays consistent across terminals (some render DIM as invisible, some as a no-op). |