LiveChartTransition for cross-fading between separate instances.
Live example:
app/demo/transitions.tsx
in the example app.Built-in line/candle morph
Toggling themode prop on a single LiveChart animates between line and candlestick on the
same engine — no extra setup. The line path morphs into bars (and back) over one transition.
Cross-fading instances
To switch between separate charts — different symbols, timeframes, or accent treatments — wrap them inLiveChartTransition. It cross-fades by key:
keepMounted so every child engine keeps running and switching is a pure cross-fade, with no
reveal or range re-animation (it costs more — all engines run continuously). See the full props
in the LiveChartTransition reference.