forked from grevolution/SHLineGraphView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d256cbb
commit a5af47e
Showing
1 changed file
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,28 @@ | ||
SHLineGraphView | ||
================ | ||
================ | ||
|
||
`SHLineGraphView` is a simple and efficient reusable UIView subview which you can use to create line graphs. It uses Core Graphics and Core Animation to create the light weight graphs. it is easy to use/understand and completely customizable. | ||
|
||
[![Build Status](https://travis-ci.org/grevolution/SHLineGraphView.svg?branch=master)](https://travis-ci.org/grevolution/SHLineGraphView) | ||
|
||
![animated image](https://raw.github.com/grevolution/SHLineGraphView/master/wiki-images/1-anim.gif) | ||
![image-1](https://raw.github.com/grevolution/SHLineGraphView/master/wiki-images/1.png) | ||
![image-2](https://raw.github.com/grevolution/SHLineGraphView/master/wiki-images/2.png) | ||
![image-3](https://raw.github.com/grevolution/SHLineGraphView/master/wiki-images/3.png) | ||
|
||
|
||
##How To Use It | ||
|
||
##Contact Me | ||
|
||
Shan Ul Haq (http://grevolution.me) | ||
|
||
- [email protected] | ||
|
||
- http://sg.linkedin.com/in/grevolution/ | ||
|
||
- http://twitter.com/gfg5tek | ||
|
||
##License | ||
|
||
`SHLineGraphView` is available under the MIT license. See the LICENSE file for more info. |