AvalaAvala
Book a Demo

Charts

Recharts design system for Operations dashboard data visualizations, including hover interactions, tooltips, and axis styling.

Hover cursor styles

Standard cursor treatments for chart interactions.

Style nameCursor propEffectLive pages

Bar charts

cursor={{ fill: "rgba(255,255,255,0.03)" }}Subtle white fill highlight on hovered bar region

Line / Area charts

cursor={{ stroke: "rgba(255,255,255,0.1)" }}Vertical line indicator at hover position

Tooltip content

Custom tooltip styling using the ChartTooltip component.

PropertyValueDescription
backgroundColorhsl(var(--card))Matches card background color
border1px solid hsl(var(--border))Matches border token
borderRadius8pxStandard border radius

Axis labels

Standard styling for X and Y axis tick labels.

PropertyValueDescription
fontSize11Small, readable tick labels
fillvar(--muted-foreground)Muted text color for labels
strokehsl(var(--muted-foreground))Axis line color (when visible)

Chart colors

Standard color palette for chart data series.

ColorHexUse cases
Green
#22c55eSuccess metrics, positive trends, calibration data
Blue
#3b82f6Information metrics, 4D labeling, secondary series
Orange
#f97316Warning states, 2D labeling, box editing metrics
Purple
#8b5cf6Review states, projected values, final review
Gray
#6b7280Neutral, inactive, backlog pipeline stages