- chore: fix dart analysis errors
- chore: upgrade flutter and example app
- fix: gradient color overlap #83
- feat: add
totalValue
parameter
- feat: add
baseChartColor
option
- Update example code with gradient feature
- Add gradient colors support (#73)
- [MacOS] Add macos support in example
- #66 Pie chart not animating with version 5.0.0+ (#69)
- Accept center text style as a paramter
- Show custom color when pie chart is empty.
- Set Colors.grey as default value for emptyColor.
- Update README.md with decimalPlaces docs.
- [Null Safety] Migrate project to null safety.
- Fix README.md for broken images link
- Wrap different parameters in chartValuesOptions, legendOptions
- Fix number of issues
- Fix #22 showLegends = false causes exception.
- Add ring shape pie chart support
- Migrate to AndroidX
- Add dark mode theme
- Remove color from default legendStyle to support dark mode
- Add enum LegendPosition to align chart legend Breaking
- Restructure whole project. Optimize code. Code Cleanup
Thanks @xsahil03x for these changes
- Fix padding, margin Breaking
- Fix error when parent is row
- Adapt to screen size Breaking
- Override chartRadius when screen is smaller compare to chartRadius Breaking
- Update example with macos and web support
- Center text to sector center-line
- Add text labels
- Merge #11 Added option for changing initial angle of pie chart. Thanks @mschneider for PR
- Added #8 Added option for showing chart values outside the pie chart @guyzk
- Added #7 Hide 0 values on pie chart. Thanks @guyzk
- Added legend fontFamily support. Thanks @MahdiPishguy for PR
- Fixes #5 Added custom colorlist optional parameter. Thanks @SJente
- Fixes #3 Update PieChart when data changes. Thanks @leehuwuj
- Fixes #2 Added showLegends bool as optional Parameter. Thanks @cuitao1988
- Fixes Exception when data length was greater than 5
- Added key to PieChart
- Update README.md
- Format code
- Update min Dart SDK version
Thanks @xsahil03x for this PR