My code:
public BarData getBarData(String fieldName) { ArrayList entries = new ArrayList<>(); entries.add(new BarEntry
Using the newest version (3.0.0-beta1) of MPAndroidChart?
The constructor of this class has changed:
public BarData(List dataSets) { super(dataSets); }
This commit has removed X-axis labels.
Look into this example as it provides a new way to use a library.