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

version version

setting.gradle

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

build.gradle(Module)

dependencies {
    ...
    implementation 'com.github.hyunjine.WTBarChart:wtbarchart:0.0.3'
}

GitHub

View Github