Skip to content

Commit

Permalink
removed changelog, added deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaPispisa committed Dec 21, 2024
1 parent 49517c4 commit a8bee94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## UNRELEASED
* **IMPROVEMENT** (by @MattiaPispisa) custom border radius in BarTouchTooltipData, #1715

## 0.69.0
* **BUGFIX** (by @imaNNeo) Fix a memory leak issue in the axis-based charts, there was a logic to calculate and cache the minX, maxX, minY and maxY properties to reduce the computation cost. But it caused some memory issues, as we don't have a quick solution for this, we disabled the caching logic for now, later we can move the calculation logic to the render objects to keep and update them only when the data is changed, #1106, #1693
* **BUGFIX** (by @imaNNeo) Fix showing grid lines even when there is no line to show in the LineChart, #1691
Expand Down
1 change: 1 addition & 0 deletions lib/src/chart/bar_chart/bar_chart_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ class BarTouchTooltipData with EquatableMixin {
super();

/// Sets a rounded radius for the tooltip.
@Deprecated('use tooltipBorderRadius instead')
final double tooltipRoundedRadius;

/// Sets a border radius for the tooltip.
Expand Down

0 comments on commit a8bee94

Please sign in to comment.