import { NumberFlow } from '@wick-charts/react'; <NumberFlow value={price} />Animated number ticker. Spins between values with configurable duration. Used internally by <YLabel> and the InfoBar percent-change badge — also exported for custom UI.
Animated number ticker. Spins between values with configurable duration. Used internally by <YLabel> and the InfoBar percent-change badge — also exported for custom UI.
Numeric value to display. Each digit that changes between renders animates with a vertical spin.
Value-to-string formatter. Defaults to the current locale's Intl.NumberFormat when omitted. Pass the shared formatCompact / formatPriceAdaptive helpers or your own function to customize.
Intl.NumberFormatOptions is also accepted (legacy) — it's routed through the built-in Intl.NumberFormat for back-compat with callers from before this prop was a function.
BCP 47 locale tag used by the default formatter. Defaults to 'en-US'.
Per-digit spin animation duration in milliseconds. Defaults to 350.
Extra class on the root <span>.
Inline style on the root <span>. Useful for fontVariantNumeric: 'tabular-nums'.