PhilJay / MPAndroidChart-Realm

http://realm.io related features of the MPAndroidChart library.
Apache License 2.0
198 stars 37 forks source link

BarData class not exsist. #3

Closed MansoorJafari closed 8 years ago

MansoorJafari commented 8 years ago

BarData data = new BarData(dataSet);

this class not exsist. please help.

danielgindi commented 8 years ago

It exists in MPChartLib.

PhilJay commented 8 years ago

You need to add the gradle dependency to MPAndroidChart as well.

MansoorJafari commented 8 years ago

Thanks