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.
LiveChart renders a single line series by default. History comes from a
SharedValue<LiveChartPoint[]> and the live tip from a SharedValue<number>.
Line styling
Override the stroke with theline prop, and the area fill with gradient:
gradient={false} to remove the area fill entirely.
Badge, dot, and value line
By default the chart draws a value badge at the tip, a pulsing live dot, and (optionally) a dashed value line across the plot.Most boolean-ish props accept
true (defaults), false (off), or a config object — for
example badge, pulse, valueLine, gradient, scrub, and yAxis.Live value overlay
Render the current value as large text in the top-left, optionally tinted by momentum:Formatting
Customize axis, badge, and tooltip text withformatValue and formatTime:
LiveChart reference.