Results 2 comments of Pzxxc

implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' I have same problem,the three BarEntry‘s color is same as # 8CEAFF I see 6 month ago Implement a more generic Fill class instead of GradientColor,but 3.1.0 don't...

If ```java mBarChart.getAxisLeft().setEnabled(false); YAxis yAxis_right = mBarChart.getAxisRight(); yAxis_right.setAxisMinimum(0); ``` The Fill will not work,but , if `getAxisRight` is OK! ```java mBarChart.getAxisRight().setEnabled(false); YAxis yAxis_left = mBarChart.getAxisLeft(); yAxis_left.setAxisMinimum(0); //data for (int i...