Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sneiko authored Mar 8, 2019
1 parent a32eff1 commit 25f8cce
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[![](https://jitpack.io/v/JastAir/Android-BackgroundChart.svg)](https://jitpack.io/#JastAir/Android-BackgroundChart)

# Android-BackgroundChart

![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)



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.
Best it usage and good luck ;)

Expand All @@ -28,3 +32,27 @@ Best it usage and good luck ;)
gradientChart.chartValues = arrayOf(
10f, 30f, 25f, 32f, 13f, 5f, 18f, 36f, 20f, 30f, 28f, 27f, 29f
)

# Gradle

**Step 1.** Add the JitPack repository to your build file

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

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

**Step 2.** Add the dependency

```css
dependencies {
implementation 'com.github.JastAir:Android-BackgroundChart:{version}'
}

```

0 comments on commit 25f8cce

Please sign in to comment.