A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
dependencies {
//compile fileTree(dir: 'libs', include: ['*.jar'])
//compile project(':MPChartLib-Realm') // clone "https://github.com/PhilJay/MPAndroidChart-Realm" to get this or uncomment the gradle dependency below:
implementation 'com.github.PhilJay:MPAndroidChart-Realm:v3.0.3@aar'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation project(':MPChartLib')
//compile 'io.realm:realm-android:0.87.5' // dependency for realm-database API (http://realm.io)
// api 'com.github.PhilJay:MPAndroidChart:v3.0.3'
}
app/build.gradle
root/build.gradle: