Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhl committed Jun 6, 2018
1 parent 05bb7e1 commit f1d34be
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
# FlameBarChart

[![](https://jitpack.io/v/dyguests/FlameBarChart.svg)](https://jitpack.io/#dyguests/FlameBarChart)

一个炫酷的柱状图表。

![](./graphics/multi_sample.gif)

# Import

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

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

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

###### Step 2. Add the dependency

dependencies {
implementation 'com.github.dyguests:FlameBarChart:0.3'
}

# Usage

参数
Expand Down

0 comments on commit f1d34be

Please sign in to comment.