mp_chart 0.3.1 mp_chart: ^0.3.1 copied to clipboard
A Flutter chart package just like AndroidMPChart, apply easy to use chart for Flutter.
0.3.1 2020-10-30 #
- Updated for Flutter 1.22.0 to use updated Dart intl package 0.17.0-nullsafety.1.
0.3.0 2020-09-18 #
- Updated for Flutter 1.22.0 to use update optimized_gesture_detector package.
- 0.3.0 is for Flutter 1.22 and newer prior version 0.2.2 is for pre-Flutter 1.22 versions.
0.2.2 2020-06-27 #
- in a single scale do not change the scale direction
0.2.1 2020-06-07 #
- add chart control in scrollable view like PageView etc.
0.2.0 2020-05-18 #
- fix chart data's setValueTextSize setValueTypeface not work
0.1.9 2020-03-18 #
- Support trans background
- Support legend text color set
- Fix pie radar chart rotateEnabled no used
- Fix bugs when description is enabled
0.1.8 2020-03-08 #
- Support addEntryByIndex in line scatter bubble candlestick chart
- Support updateEntryByIndex in all chart
0.1.7 2020-02-22 #
- Updated dependency to include vector_math package.