multi_charts 0.1.0
multi_charts: ^0.1.0 copied to clipboard
A Flutter package providing different types of charts built purely in dart.
0.0.1 01/09/2019. #
- Initial release - Supports Radar Chart with lots of customizations.
0.0.2 01/09/2019 #
- Fixed screenshots
0.1.0 21/09/2019 #
- Added labelColor parameter to give the desired color to labels, default value is Colors.white.
- Added a check for values (Minimum 3 values are required for plotting Radar Chart), else it will throw ArgumentError.
- Added a check for length of values and labels, both should be same.