Skip to content

Commit

Permalink
Adding change #906 change to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Czesla authored and imaNNeo committed Aug 26, 2024
1 parent ed1bdcb commit 39985b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## newVersion
* **BUGFIX** 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** Fix showing grid lines even when there is no line to show in the LineChart, #1691
* **Improvement** (by @sczesla) Allow users to control minIncluded and maxIncluded using SideTitles, #906

## 0.68.0
* **Improvement** (by @imaNNeo) Update LineChartSample6 to implement a way to show a tooltip on a single spot, #1620
Expand Down

0 comments on commit 39985b0

Please sign in to comment.