---
title: "Integrated Charts Overview"
enterprise: true
framework: javascript
version: "36.1.0"
---

# Integrated Charts Overview

With [AG Charts](https://www.ag-grid.com/charts/) at its core, Integrated Charts provides built-in charting that seamlessly integrates with the grid, requiring minimal effort from developers.

## Built-In Charting

Just set `enableCharts=true` to allow users to create charts from inside the grid.

![Built-In Charting](https://www.ag-grid.com/_astro/built-in-charting.AqhEijyK.gif)

## Seamless Integration

Any updates within the grid, including operations such as sorting and filtering, are automatically reflected in the chart.

![Seamless Integration](https://www.ag-grid.com/_astro/seamless-integration.BShJfEeW.gif)

## Extensive Chart Types

An ever-expanding selection of chart types are provided.

![Extensive Chart Types](https://www.ag-grid.com/_astro/extensive-chart-types.DnHuK-pC.gif)

## Chart Data with Integrated Charts

Explore how to chart grid data with Integrated Charts:

- [User Created Charts](https://www.ag-grid.com/javascript-data-grid/integrated-charts-user-created/): charts created by users through the grid's UI.
- [Application Created Charts](https://www.ag-grid.com/javascript-data-grid/integrated-charts-application-created/): charts created programmatically via the Grid API.

Alternatively, continue to the next section to learn how to [Install Integrated Charts](https://www.ag-grid.com/javascript-data-grid/integrated-charts-installation/).
