This repository contains BulletGraph that provides Bullet Graph Widget for android
- Block Graph, Circle Grpah, TobBottom Graph, Line Graph
- Calculation a x-coordinates to marker at range string array
Gradle
- Project level
build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}- App level
build.gradle
dependencies {
implementation 'com.github.jaloveeye:BulletGraph:1:0:4'
}