# Changing the Chart Type

#### Chart Type Selection

Infinity provides over 40 types of visualizations to help users effectively represent their data. The initial chart type selection varies based on the workflow used:

1. **AI-Builder Workflow:**
   * The AI automatically selects the most suitable chart type based on the user's intent and dataset.
   * Users can still manually change the chart type if needed.
2. **Manual Drag-and-Drop & SQL-Based Workflows:**
   * By default, users see a table view of their dataset.
   * The chart type can be changed using the **Chart Type Dropdown**, located at the top of the chart configuration page.
   * Selecting a different chart type will adjust the **data components** accordingly to ensure compatibility with the selected visualization.

<figure><img src="/files/8Esbblmi5DYfLjkMdLXa" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jQ0WTkrOgUD5Tnds1Ovl" alt=""><figcaption></figcaption></figure>

#### Key Considerations:

* Some chart types may require specific data formats (e.g., time-series data for line charts, categorical data for bar charts).
* The customization options may vary based on the chart type selected.
* If AI-selected, the chart type is optimized for the best visual representation but can be modified as needed.

The next section will cover **Data Components** and how they change based on the selected chart type.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getinfinity.app/user-guide/comprehensive-user-guide/2.-charts/chart-customization/changing-the-chart-type.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
