-
Notifications
You must be signed in to change notification settings - Fork 655
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (23 loc) · 956 Bytes
/
pyproject.toml
File metadata and controls
27 lines (23 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "charts-matplotlib-chart-bar-chart"
version = "1.0.0"
description = "Matplotlib bar chart example with categorical data, labels, and legend integration."
requires-python = ">=3.10"
keywords = ["charts", "matplotlib-chart", "flet"]
authors = [{ name = "Flet team", email = "hello@flet.dev" }]
dependencies = ["flet", "flet-charts", "matplotlib", "numpy"]
[dependency-groups]
dev = ["flet-cli", "flet-desktop", "flet-web"]
[tool.flet.gallery]
categories = ["Charts/MatplotlibChart"]
[tool.flet.metadata]
title = "Bar Chart"
docs_intro = "Based on an official [Matplotlib example](https://matplotlib.org/stable/gallery/lines_bars_and_markers/bar_colors.html#sphx-glr-gallery-lines-bars-and-markers-bar-colors-py)."
controls = ["SafeArea", "MatplotlibChart"]
layout_pattern = "single-chart"
complexity = "basic"
features = ["chart visualization"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"