Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/handstudio/HzGrapher
DEPRECATED: No longer actively maintained.
https://github.com/handstudio/HzGrapher
Last synced: 2 months ago
JSON representation
DEPRECATED: No longer actively maintained.
- Host: GitHub
- URL: https://github.com/handstudio/HzGrapher
- Owner: handstudio
- License: apache-2.0
- Created: 2014-02-24T07:32:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T03:25:03.000Z (over 4 years ago)
- Last Synced: 2023-11-07T21:20:47.308Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.89 MB
- Stars: 132
- Watchers: 21
- Forks: 52
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - HzGrapher - DEPRECATED: No longer actively maintained. (etc)
- awesome - HzGrapher - DEPRECATED: No longer actively maintained. (etc)
README
HzGrapher
=========
DEPRECATED: No longer actively maintained.
=========android hz graph library
Release
-------
v1.0.0 - https://github.com/handstudio/HzGrapher/tree/master/release/v1.0.0Function
--------
+ Line Graph
![Screenshot](screenshot/LineGraph.png)+ Line Graph with Region
![Screenshot](screenshot/LineGraph%20with%20Region.png)+ Line Compare Graph
![Screenshot](screenshot/LineCompareGraph%20.png)+ Radar Graph
![Screenshot](screenshot/RadarGraph.png)+ Circle Graph
![Screenshot](screenshot/CircleGraph.png)+ Pie Graph
![Screenshot](screenshot/PieGraph.png)+ Curve Graph
![Screenshot](screenshot/CruveGraph.png)+ Curve Graph with Region
![Screenshot](screenshot/CurveGraph with Region.png)+ Curve Compare Graph
![Screenshot](screenshot/CurveCompareGraph.png)+ Bubble Graph
![Screenshot](screenshot/BubbleGraph.png)+ Scatter Graph
![Screenshot](screenshot/ScetterGraph.png)Feature
-------
+ easy to customize
+ free of layout size
+ graph draw animationUsage
-----### Gradle build
To install the sample application to your device run the following task:
```bash
$ ./gradlew installDebug
```To deploy the library to your local Maven repository run the following task:
```bash
$ ./gradlew install
```Then, to use the library in your project add the following to your `build.gradle`:
```groovy
dependencies {
compile 'com.handstudio.android:hzgrapherlib:1.0.0'
}
```