Molecule
Sparkline
Inline sparkline placeholder (text-only in Pass 2; SVG rendering in Pass 3). Emits section.ks-sparkline containing summary text.
Knobs
Density
Locale
Live Preview
BEL20
YTD 7.3% · Vol 14.2% · Max DD -8.1%
Code (Katagami DSL)
Sparkline( symbol: "BEL20", data: indicatorTimeSeries, summaryText: "YTD 7.3% · Vol 14.2%" ) // Pass 2: text-only placeholder // Pass 3: SVG path rendering
Props
| Name | Type | Default | Description |
|---|---|---|---|
| symbol | String | Indicator identifier | |
| data | [Double] | [] | Time-series values (ignored in Pass 2) |
| summaryText | String | Text fallback summary | |
| density | Density | comfortable | comfortable | compact | dense |
| locale | Locale | en | en | fr |
Used In