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.
Theme & accent
The palette is derived from two props: atheme ("light" or "dark", default "dark") and
an accentColor (default #3b82f6). Setting just these gets you a cohesive look.
Palette overrides
For precise control, override individual resolved-palette keys withpalette. Only the keys you
set are replaced — everything else stays derived from accentColor + theme.
line, fillTop / fillBottom, gridLine / gridLabel,
dotUp / dotDown / dotFlat, candleUp / candleDown / wickUp / wickDown,
crosshairLine, and tooltipBg / tooltipText. See the types reference
for the full LiveChartPalette.
Grid & axes
yAxis={false} or xAxis={false} to hide an axis. gridStyle.intervals of [] renders
solid grid lines.
Fonts
Chart text (axes, badges, tooltips) uses thefont prop. Point it at a system family, or load a
custom typeface from a Metro asset:
useFonts) and pass it as font.fontManager.
Spacing
Adjust the drawing area withinsets (top, right, bottom, left) and soften the left edge
with leftEdgeFade.