chartbinding
Android DataBinding wrapper for MPAndroidChart, using chart in a MVVM way! 使用DataBing对MPAndroidChart进行封装, 使用MVVM方式开发图表(饼状图、折线图、饼状图)
the goal of this lib is to making a more simple way to make chart for light charting usage, avoiding the complex property settings.
How to use
- Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency
dependencies {
implementation 'com.github.hotstu:chartbinding:0.0.1'
}