|
1 | 1 | ## Unreleased |
2 | 2 |
|
| 3 | +**Bugs** |
| 4 | +* #FB40960 - Fixed an issue where the data label template was not updating properly when changing the visible range dynamically. |
| 5 | +* #FB41822 - Fixed an issue of the candle series width decreasing when adding the non-rectangular series. |
| 6 | + |
| 7 | +## [20.4.54] - 03/15/2023 |
| 8 | + |
| 9 | +**Bugs** |
| 10 | +* #FB41625 - Resolved null check exception that occurred when changing the data source of a circular series with a toggled legend. |
| 11 | + |
| 12 | +## [20.4.53] - 03/07/2023 |
| 13 | + |
| 14 | +**Bugs** |
| 15 | +* #FB40694 - Resolved the range error exception in the FastLineSeries with the floatAllPoints trackball display mode. |
| 16 | + |
| 17 | +## [20.4.50] - 02/14/2023 |
| 18 | + |
| 19 | +**Bugs** |
| 20 | +* #FB40202 - The builder data labels are not positioned when using multiple series in the SfCartesianChart has been resolved. |
| 21 | + |
| 22 | +## [20.4.43] - 01/10/2023 |
| 23 | + |
| 24 | +**Bug** |
| 25 | +* #FB39500 - The issue with zooming and panning on the chart not working properly on the macOS trackpad has been resolved. |
| 26 | + |
| 27 | +## [20.3.61] - 12/13/2022 |
3 | 28 | **Bugs** |
4 | 29 |
|
5 | 30 | * #FB37705 - Now, the circular data label builder will render properly with connector lines. |
6 | 31 |
|
7 | | -## [20.3.69] - 12/06/2022 |
| 32 | +## [20.3.60] - 12/06/2022 |
8 | 33 |
|
9 | 34 | **Bugs** |
10 | 35 | * #FB39502 - Now, the series is rendered with both the [primaryXAxis](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/primaryXAxis.html) and [primaryYAxis](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/primaryYAxis.html) as [LogarithmicAxis](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/LogarithmicAxis-class.html). |
@@ -651,4 +676,4 @@ Initial release. |
651 | 676 | * Line, spline, area, column, bar, bubble, scatter, step line, fast line, pie, doughnut and radial bar chart types. |
652 | 677 | * Numeric, category and date time axis types. |
653 | 678 | * User interactive features like zooming and panning, trackball, crosshair, selection and tooltip. |
654 | | -* Additional features like animation, marker, data label, empty points, legend, annotation and much more. |
| 679 | +* Additional features like animation, marker, data label, empty points, legend, annotation and much more. |
0 commit comments