/barchart

Primary LanguageKotlinApache License 2.0Apache-2.0

BarChart

##Setup Add it in your root build.gradle at the end of repositories:

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

Dependency

Add the dependency

dependencies {
    implementation "com.github.panicDev:barchart:0.0.6"
}