> ## Documentation Index
> Fetch the complete documentation index at: https://anvil.servicetitan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Visualization

> Main data visualization charts should be built using components from the Anvil library. Use Anvil chart components (bar, line, area, pie, and other core chart types) rather than one-off custom implementations to keep charts consistent, accessible, and maintainable across ServiceTitan products.

AI Kit uses ECharts for charting.

* Default to ECharts for anything chart-related in AI Kit.
* Handles large or real-time datasets smoothly
* Transitions are simpler by default
* Accessible by default

<Card title="Data visualization guidance" icon="chart-simple" href="/docs/web/data-visualization">
  Select a chart type and review labeling and accessibility guidance.
</Card>

<Card title="Charts React kit" icon="chart-line" href="/docs/kits/charts-react">
  Implementation guide for `@servicetitan/anvil2-charts-kit` — ECharts hosts,
  variants, and palette composition for web.
</Card>
