Documentation Index
Fetch the complete documentation index at: https://brandtnewlabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Markers
Draw glyphs into the canvas at a(time, value) position. Markers are read on the UI thread, so
pass a SharedValue<Marker[]> and update it with .set(...) / .modify(...).
kind glyphs are "trade" | "boost" | "graduation" | "winner" | "clawback". Override
the glyph with icon (text/emoji) or image (a Skia SkImage). In multi-series, anchor a
marker to a line by setting seriesId instead of value.
Trade stream
For trade-fill markers specifically, feed aSharedValue<TradeEvent[]>:
Reference lines & bands
referenceLines accepts an array of ReferenceLines in three mutually-exclusive forms:
- Horizontal line at a
value - Horizontal band between
valueFromandvalueTo - Vertical time band between
fromandto(unix seconds)
intervals), off-axis badges (offAxisBadge), and excluding
their value from the axis range (excludeFromRange). See the types reference
for every field.