Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.43 KB

File metadata and controls

50 lines (34 loc) · 1.43 KB

flet-charts

pypi downloads license

A Flet extension for creating interactive charts and graphs.

It is based on the fl_chart Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

Platform Windows macOS Linux iOS Android Web
Supported

Usage

Installation

To install the flet-charts package and add it to your project dependencies:

  • Using uv:

    uv add flet-charts
  • Using pip:

    pip install flet-charts

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

Examples

For examples, see these.

Available charts

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