https://github.com/handstudio/HzGrapher
DEPRECATED: No longer actively maintained.
https://github.com/handstudio/HzGrapher
Last synced: 10 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T03:25:03.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T11:52:38.985Z (5 months ago)
- Language: Java
- Homepage:
- Size: 1.89 MB
- Stars: 131
- 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
+ Line Graph with Region
+ Line Compare Graph
+ Radar Graph
+ Circle Graph
+ Pie Graph
+ Curve Graph
+ Curve Graph with Region
+ Curve Compare Graph
+ Bubble Graph
+ Scatter Graph
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'
}
```