Skip to content

Commit 25f8cce

Browse files
authored
Update README.md
1 parent a32eff1 commit 25f8cce

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
[![](https://jitpack.io/v/JastAir/Android-BackgroundChart.svg)](https://jitpack.io/#JastAir/Android-BackgroundChart)
2+
13
# Android-BackgroundChart
24

35
![screenshot](https://github.com/JastAir/Android-BackgroundChart/raw/master/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%202019-03-08%20%D0%B2%2019.32.03.png)
46

7+
8+
59
It's are simple chart for background your activity or fragment. You can choose colors with gradient for display your chart the most customize or choose what kind you chart need is now, simple lines or bezier.
610
Best it usage and good luck ;)
711

@@ -28,3 +32,27 @@ Best it usage and good luck ;)
2832
gradientChart.chartValues = arrayOf(
2933
10f, 30f, 25f, 32f, 13f, 5f, 18f, 36f, 20f, 30f, 28f, 27f, 29f
3034
)
35+
36+
# Gradle
37+
38+
**Step 1.** Add the JitPack repository to your build file
39+
40+
Add it in your root build.gradle at the end of repositories:
41+
42+
```css
43+
allprojects {
44+
repositories {
45+
...
46+
maven { url 'https://jitpack.io' }
47+
}
48+
}
49+
```
50+
51+
**Step 2.** Add the dependency
52+
53+
```css
54+
dependencies {
55+
implementation 'com.github.JastAir:Android-BackgroundChart:{version}'
56+
}
57+
58+
```

0 commit comments

Comments
 (0)