- Accepts:
point_series
- Animates: no
| Option | Type | Required | Default | Description |
|---|
axes | bool | no | false | Draw a bordered block around the canvas so axes read as framed. |
marker | "dot" | "block" | "bar" | "braille" | "half_block" | no | "dot" | Scatter glyph family, mapped to ratatui's symbols::Marker variants. Unknown names fall back to dot. |
Overridable via the [theme] section of config.toml.
| Key | Description |
|---|
palette_series | Palette cycled per-slice / per-series by chart_pie / chart_line / chart_scatter. TOML takes an array of colours. |
panel_border | Panel border colour. Defaults to a muted ocean teal-gray that sits between bg and text_secondary — visible as structure without competing with the coral panel_title. Set panel_border = "reset" to inherit the terminal's own foreground instead. |