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

# Charts

> Learn how to create, customize, and manage charts within Brewit.ai to visualize your data insights.

<Check>
  **Visualize Your Data** With Brewit.ai, transforming your data into
  informative charts is straightforward. Discover how to bring your data to life
  through visualization.
</Check>

## Introduction

Charts in Brewit.ai are dynamic visual representations of your data, designed to help you understand trends, patterns, and outliers. With a variety of chart types and customization options, you can create visualizations that best suit your analysis needs.

## Creating a Chart

To create a chart, follow these steps:

<Steps>
  <Step title="Chat with Brewit">
    On the home screen, select a data source and ask any questions about your
    data
  </Step>

  <Step title="Choose Chart Type & Save Chart">
    Select the type of chart that best represents your data. Click **Save
    Chart** button to save the chart for future reference and add it to any
    dashboards.

    <Card>
      <img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/select-chart.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=4955195fafc0651d3b41bbd7380374b1" alt="Select Chart" width="2238" height="816" data-path="images/screenshots/select-chart.png" />
    </Card>
  </Step>

  <Step title="Customize Chart">
    Navigate to [Dashboards](https://app.brewit.ai/dashboards) tab and customize your chart's <Tooltip tip="Chart types, labels, etc.">appearance</Tooltip> based on the data structure or update SQL query to extract the data you
    wish to visualize.

    <CardGroup cols={2}>
      <Card>
        <img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/chart-editor.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=630206fca3ea2109639608fab57b61ca" alt="Select Chart" width="936" height="988" data-path="images/screenshots/chart-editor.png" />
      </Card>

      <Card>
        <img src="https://mintcdn.com/brewit-84/pyjAYulKSUrvhjf5/images/screenshots/edit-chart-query.png?fit=max&auto=format&n=pyjAYulKSUrvhjf5&q=85&s=2d82c55e882e8b79823ef28a3374bd08" alt="Select Chart" width="936" height="842" data-path="images/screenshots/edit-chart-query.png" />
      </Card>
    </CardGroup>
  </Step>
</Steps>

### Supported Chart Types

<CardGroup cols={3}>
  <Card title="Line" icon="chart-line" />

  <Card title="Area" icon="chart-area" />

  <Card title="Step" icon="stairs" />

  <Card title="Bar" icon="chart-column" />

  <Card title="Pie" icon="chart-pie-simple" iconType="solid" />

  <Card title="Doughnut" icon="chart-pie" />

  <Card title="Scatter" icon="chart-scatter" />

  <Card title="Funnel" icon="filter" iconType="solid" />

  <Card title="Table" icon="table" />

  <Card title="Single Value" icon="hashtag" />
</CardGroup>

### Configurations

* `X Labels`, `Y Labels`, `Z Labels`: Labels for the chart axes.
* `Legend Position`: Position of the legend on the chart.
* `Font Size`, `Prefix`, `Suffix`: Styling options for single value charts.
