numetriclabz / numAndroidCharts

A Powerful Android Charting Library by https://www.numetriclabz.com/
GNU General Public License v3.0
85 stars 37 forks source link

Is it possible to create group bar chart in 2.2.4 version #8

Closed 26201 closed 7 years ago

26201 commented 7 years ago

I am Using compile 'com.github.PhilJay:MPAndroidChart:v2.2.4'

ArrayList labels = new ArrayList(); ArrayList datasets = new ArrayList<>();

when i try to create BarData data = new BarData(labels, datasets);

Constructor cannot be resolved is showing. What is the possible solution for the same. In Old version 2.1.6 this issue not coming.