basic_points
Renders a PointSeries from inline [widget.options].series = [{name, points: [[x, y], ...]}]. Supports multiple series so a single widget can carry several lines / clusters.
| Kind | Safety | Shapes |
|---|---|---|
| realtime | Safe | point_series |
Options
Section titled “Options”| Option | Type | Required | Default | Description |
|---|---|---|---|---|
series | list of {name, points: [[x, y], ...]} | no | [] | One entry per line / cluster. Points are [x, y] float pairs. chart_line / chart_scatter consume this directly. |
Compatible renderers
Section titled “Compatible renderers”| Shape | Renderers |
|---|---|
point_series | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, chart_line, chart_scatter |
Preview
Section titled “Preview”point_series via chart_line
Section titled “point_series via chart_line”┌────┐ │demo│ ⡠⢄⡀ ⢀⠤⠊└────┘ ⢀⠤⠊ ⠈⠉⠒⠤⢄⡀ ⢀⡠⠒⠁ ⢀⠔⠁ ⠈⠉⠒⠢⢄⣀ ⡠⠒⠁ ⡠⠒⠁ ⠉⠒⠢⢄⡠⠔⠉ ⡠⠊ ⢀⠔⠉ ⣀⠔⠁ ⡠⠊
[[widget]]id = "basic_points"fetcher = "basic_points"render = "chart_line"point_series via chart_scatter
Section titled “point_series via chart_scatter”• • • •
[[widget]]id = "basic_points"fetcher = "basic_points"render = "chart_scatter"