ToolResultChart
~200-line pure-SVG chart for tool results. No chart library — just bar, line, and area with auto-scaled axes, mount animation, and hover tooltips.
Source
src/components/ai/tool-result-chart.tsxBar
Bars animate in from the baseline. Hover to highlight a single bar and surface the value tooltip.
Monthly API calls — bar
Line
Same data as above, rendered as a polyline with hoverable data points.
Monthly API calls — line
Area
Area chart layers a gradient fill under the line — use it when the trend matters more than individual values.
Monthly API calls — area