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

# Auto-Generated Charts and Data Tables

> Charts and tables generated automatically from your questions. Hazel picks the best visualization — line, bar, pie, or table — no dashboards needed.

## The right format, automatically

When you ask a question, Hazel doesn't just give you a number — it picks the best way to show your data. Revenue over time? You'll get a line chart. Comparing channels? A bar chart. Detailed product performance? A table.

You don't need to specify how you want to see the data. Hazel figures that out based on your question and the shape of the results.

## Chart types

Hazel supports a range of visualizations to match your data:

<Columns cols={3}>
  <Card title="Line charts" icon="chart-line">
    Trends over time — revenue by day, orders by week, subscriber growth
  </Card>

  <Card title="Bar charts" icon="chart-bar">
    Comparisons — channel performance, product rankings, campaign results
  </Card>

  <Card title="Pie charts" icon="chart-pie">
    Proportions — revenue share by category, traffic split by source
  </Card>

  <Card title="Area charts" icon="chart-area">
    Cumulative trends — stacked revenue by channel, growth over time
  </Card>

  <Card title="Scatter plots" icon="chart-scatter">
    Relationships — ad spend vs. revenue, price vs. conversion rate
  </Card>

  <Card title="Tables" icon="table">
    Detailed breakdowns — SKU-level performance, customer lists, raw data
  </Card>
</Columns>

## You're always in control

If Hazel picks a line chart and you'd rather see a bar chart, just ask:

* "Show that as a bar chart instead"
* "Can I see that in a table?"
* "Switch to a pie chart"
* "Give me the raw numbers"

Hazel will reformat the same data however you prefer.

<Tip>
  Charts are interactive — hover over any data point to see the exact value. And you can ask follow-up questions about what you see, like "What happened on March 12th?" or "Why is that bar so much higher than the others?"
</Tip>

***

**Next up:** Learn how [inline citations](/docs/features/citations) let you verify every number Hazel gives you.
