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.
Momentum
Momentum drives the live dot and badge color (up / down / flat). By default it’s auto-detected from recent data.momentum prop accepts:
true— auto-detect (default)false— disabled, always flat"up"/"down"/"flat"— a forced valueMomentumConfig— auto-detect with custom sensitivity
threshold is the fraction of the lookback range the tail delta must exceed to register as
directional; lookback is how many recent points feed the range calculation.
Degen mode
Degen mode adds a particle burst (and, by default, a screen shake) on momentum swings — great for trading / meme-market UIs.DegenOptions:
Degen is available on both
LiveChart and LiveChartSeries. On multi-series it bursts off the
leading series’ dot on an upward swing.Reacting to shake
onDegenShake fires on the JS thread when a shake starts (unless shake is false) — useful
for haptics:
DegenOptions fields in the LiveChart reference.