Commit b79228c
authored
1st class Flet charts based on
* Line chart initial commit
* More chart classes
* LineChart Python model
* Use custom flutter_svg library
* aspect_ratio added to all controls
* AspectRatio on Flutter side
* Changed flutter_svg reference to flet-fixes branch
* Charts moved to flet-core package
* Remove --allow-releaseinfo-change flag
* LineChart Python classes
* LineChart stub control added
* LineChart prototype
* LineChart complete
* LineChart datapoint tooltips
* LineChart.on_chart_event
* Fix tests
* shadow and dash_pattern
* spot indicators for line chart
* Dot marker style
* Line chart point
* Point gradients
* Show below/above lines
* selected below line
* selected points on non-interactive charts
* Linechart adjusted for "monthly sales" example
* pip install --upgrade pip
* cutoff Y
* point_line_start/end
* Renamings for BarChart
* BarChart data model python and dart
* BarChart first steps
* BarChart tooltip and touch event
* PieChart
* remove show_title from piechart
* remove interactive and border from piechart
* Added shadow to TextStyle
* Automatic sizing of line and bar charts
* Bump Flet version to 0.5.0, update changelog
* Bump Pyodide 0.23
Closes #1241
* Updated changelog with Pyodide 0.23
* Fixed memory leak when deleting orphaned controls
Fix #1223
* Remove all page references
* Reliably remove closed sessions from memory
* Changelog updated with memory leak fixes
Fix #1223, Fix #969
* Cleaup importsfl_chart package (#1255)1 parent bda358c commit b79228c
File tree
54 files changed
+3863
-62
lines changed- client
- web
- package
- lib/src
- controls
- models
- utils
- test/models
- sdk/python/packages
- flet-core/src/flet_core
- charts
- flet/src/flet
- studio/client
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+3863
-62
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| 424 | + | |
424 | 425 | | |
425 | 426 | | |
426 | 427 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
3 | 18 | | |
4 | 19 | | |
5 | 20 | | |
| |||
12 | 27 | | |
13 | 28 | | |
14 | 29 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
21 | 36 | | |
22 | 37 | | |
23 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
167 | 175 | | |
168 | 176 | | |
169 | 177 | | |
170 | | - | |
| 178 | + | |
171 | 179 | | |
172 | 180 | | |
173 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
1 | 16 | | |
2 | 17 | | |
3 | 18 | | |
| |||
10 | 25 | | |
11 | 26 | | |
12 | 27 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 | | |
20 | 35 | | |
21 | 36 | | |
| |||
0 commit comments