| examples | ../../examples/controls/charts |
|---|
Interactive chart controls powered by flet-charts let you display data as bar, line, pie, scatter and plotly visualisations directly in your Flet apps.
It is built on top of the fl_chart Flutter package and ships with helper classes for axis labels, tooltips and more.
| Platform | Windows | macOS | Linux | iOS | Android | Web |
|---|---|---|---|---|---|---|
| Supported | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Add flet-charts to your project dependencies:
/// tab | uv
uv add flet-charts/// /// tab | pip
pip install flet-charts # (1)!- After this, you will have to manually add this package to your
requirements.txtorpyproject.toml. ///
Each chart page provides ready-to-run examples from {{ examples }}.