Sourced from fl_chart's releases.
0.70.0
- FEATURE (by
@âPeetee06) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to@âPeetee06who made it happen, #71- IMPROVEMENT (by
@âPeetee06) Added functionality to control the transformation of axis-based charts usingFlTransformationConfigclass. You can now enable scaling and panning forLineChart,BarChartandScatterChartusing this class- IMPROVEMENT (by
@âPeetee06) Added some new unit tests inbar_chart_data_extensions_test.dart,gradient_extension_test.dartand fixed a typo inbar_chart_data.dart- BREAKING (by
@âPeetee06) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more here)- BREAKING (by
@âPeetee06)BarChartis not const anymore due to adding an assert to check if transformations are allowed depending on theBarChartData.alignmentproperty (read more here)- IMPROVEMENT (by
@âPeetee06) Upgrade to the new Flutter version (3.27.0), #1804- IMPROVEMENT (by
@âAliAkberAakash) Minor typo fix in our line chart documentation, #1795- IMPROVEMENT (by
@âimaNNeo) Fixed the code coverage API rate-limit issue- Improvement (by
@âimaNNeo) Published the example app in Google Play and App Store. Other stores (such as snap store and Microsoft Store) will come next. You can download the Android version here in Google Play and the iOS version here in App Store
Sourced from fl_chart's changelog.
0.70.0
- FEATURE (by
@âPeetee06) Implemented a 5 years-old feature request about scroll and zoom support in our axis-based charts. Special thanks to@âPeetee06who made it happen, #71- IMPROVEMENT (by
@âPeetee06) Added functionality to control the transformation of axis-based charts usingFlTransformationConfigclass. You can now enable scaling and panning forLineChart,BarChartandScatterChartusing this class- IMPROVEMENT (by
@âPeetee06) Added some new unit tests inbar_chart_data_extensions_test.dart,gradient_extension_test.dartand fixed a typo inbar_chart_data.dart- BREAKING (by
@âPeetee06) Fixed the equatable functionality in our BarChart. We hope it will not affect anything in our chart, but because the behaviour is changed, we marked it as a breaking change. (read more here)- BREAKING (by
@âPeetee06)BarChartis not const anymore due to adding an assert to check if transformations are allowed depending on theBarChartData.alignmentproperty (read more here)- IMPROVEMENT (by
@âPeetee06) Upgrade to the new Flutter version (3.27.0), #1804- IMPROVEMENT (by
@âAliAkberAakash) Minor typo fix in our line chart documentation, #1795- IMPROVEMENT (by
@âimaNNeo) Fixed the code coverage API rate-limit issue- Improvement (by
@âimaNNeo) Published the example app in Google Play and App Store. Other stores (such as snap store and Microsoft Store) will come next. You can download the Android version here in Google Play and the iOS version here in App Store
7d2cf3c Bump fl_chart version up to 0.70.0fd52df2 Update the changelog78db3f4 feat!: Add Chart zoom and pan (#1793)ce9e849 Update codecov.yml to fix the rate-limit issue62af27f chore!: Update constraints for Flutter SDK to 3.27.01998d92 feat: Upgrade to Flutter 3.27.0269472b Add stores linkse191345 Update README.md964d64b fix typo in line_chart.mdefb1bb1 fix: Call correct make target to run tests in verification workflow