Flet Charts

Overview

Interactive chart controls for Flet applications, powered by flet-charts and built on fl_chart. Enables display of data as various chart types.

Platform Support

| Platform | Windows | macOS | Linux | iOS | Android | Web | |---|---|---|---|---|---|---| | Supported | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |

Usage

1. Add flet-charts to project dependencies: - uv add flet-charts - pip install flet-charts 2. Manually add to requirements.txt or pyproject.toml.

Available Charts

  • BarChart
  • CandlestickChart
  • LineChart
  • MatplotlibChart
  • PieChart
  • PlotlyChart
  • RadarChart
  • ScatterChart