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
NameTypeDefaultDescription
symbolStringIndicator identifier
data[Double][]Time-series values (ignored in Pass 2)
summaryTextStringText fallback summary
densityDensitycomfortablecomfortable | compact | dense
localeLocaleenen | fr
Used In