You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 2.0.0
2
+
3
+
***Breaking Change:** Refactored `CircleNode` data model. Renamed `upperLabel` to `displayValue` and reordered constructor arguments (`value` now comes before `displayValue`).
4
+
***New Feature:** Added `showValue` and `showLabels` flags to `FlutterCirclePackChart` for granular display control.
5
+
***New Feature:** Implemented **Dynamic Opacity**: Circles now automatically scale their opacity (0.85 - 1.0) based on their relative values to highlight data importance.
6
+
***Typographic Refinement:** Implemented independent "anti-scaling" for value and label lines, ensuring perfect sharpness and a balanced visual hierarchy.
7
+
* Refactored example app with three distinct demo categories: Countries, Budget, and Stress Tests.
8
+
1
9
## 1.0.4
2
10
3
11
* Implemented "Deck of Cards" drawing order: larger circles now stay on top of smaller ones during all transitions.
0 commit comments