7 unit oriented bar chart library suitable for TODO and more in Android
WTBarChart
Hi, There! This is WTBarChart.
7 unit oriented bar chart library suitable for TODO and more.
Anyway, Thank you for your interest and use!
How to use
setting.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
build.gradle(Module)
dependencies {
...
implementation 'com.github.hyunjine.WTBarChart:wtbarchart:0.0.3'
}