MPFlutterChart icon indicating copy to clipboard operation
MPFlutterChart copied to clipboard

MPAndroidChart Flutter version

Results 48 MPFlutterChart issues
Sort by recently updated
recently updated
newest added

Fix #161 Full package nullsafety upgrade.

Try correcting the name to the name of an existing method, or defining a method named 'then'. .then((value) { ^^^^ /C:/flutter/.pub-cache/hosted/pub.dartlang.org/mp_chart-0.3.1/lib/mp/core/utils/painter_utils.dart:15:34: Error: The getter 'text' isn't defined for the class...

Since flutter stable is already 2.0 which requires null safety, please help to migrate the plugin.

Hi everyone, First thanks for this incredible work to import MPandroidChart in flutter ! Is it possible to highlight several values ? Like we can do in MPAndroidChart with `chart.highlightValues(new...

I am using linechart in one of my application. I want to show multiple gradient colors. I have used setGradientColors() as follow; ` LineDataSet set1 = LineDataSet(vals, Strings.emptyString); set1.setColor1(Colors.black); set1.setDrawValues(false);...

As this lib has no update since 30th October 2020 : https://pub.dev/packages/mp_chart So, is there any update after this ? because , in our current running project its conflicting with...

if this project is stopped, what should we do? is there some other project to replace it?

When i use LineChart and set enableDashedLine(4, 2, 0), the dashes are not equal. ![Screen Shot 2021-09-04 at 6 15 09 PM](https://user-images.githubusercontent.com/48423769/132092522-95642404-670f-42b0-9290-c671314dfe74.png)

Q1:`../lib/mp/chart/chart.dart:51:12: Error: The method 'then' isn't defined for the class 'FutureOr'. Try correcting the name to the name of an existing method, or defining a method named 'then'. .then((value) {`...