HzGrapher

Additional

Language
Java
Version
v1.0.0 (Jul 2, 2014)
Created
Feb 24, 2014
Updated
May 8, 2020 (Retired)
Owner
Handstudio Co., Ltd. (handstudio)
Contributors
서희 (SeoHee)
Tobias Preuss (johnjohndoe)
Park In Woong (dlsdnd345)
Jindong Jung (JayJayDee)
Bruce Hyunghui Kim (realwind2048)
evahpirazzi (handevahpirazzi)
Ted Kim (developer-ted)
evahpirazzi
8
Activity
Badge
Generate
Download
Source code

HzGrapher

DEPRECATED: No longer actively maintained.

android hz graph library

Release

v1.0.0 - https://github.com/handstudio/HzGrapher/tree/master/release/v1.0.0

Function

  • Line Graph

  • Line Graph with Region

  • Line Compare Graph

  • Radar Graph

  • Circle Graph

  • Pie Graph

  • Curve Graph

  • Curve Graph with Region ![Screenshot](screenshot/CurveGraph with Region.png)

  • Curve Compare Graph

  • Bubble Graph

  • Scatter Graph

Feature

  • easy to customize
  • free of layout size
  • graph draw animation

Usage

Gradle build

To install the sample application to your device run the following task:

$ ./gradlew installDebug

To deploy the library to your local Maven repository run the following task:

$ ./gradlew install

Then, to use the library in your project add the following to your build.gradle:

dependencies {
    compile 'com.handstudio.android:hzgrapherlib:1.0.0'
}