• Stars
    star
    131
  • Rank 275,867 (Top 6 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 11 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DEPRECATED: No longer actively maintained.

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 Screenshot

  • Line Graph with Region Screenshot

  • Line Compare Graph Screenshot

  • Radar Graph Screenshot

  • Circle Graph Screenshot

  • Pie Graph Screenshot

  • Curve Graph Screenshot

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

  • Curve Compare Graph Screenshot

  • Bubble Graph Screenshot

  • Scatter Graph Screenshot

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'
}