Skip to content

parkingwang/hi-chart

 
 

Repository files navigation

HiChart

Download Methods

HiChart 是一个显示折线图的图表库,目前只支持折线图的绘制。

效果预览

Demo截图

如何使用

在项目根目录的build.gradle中添加以下声明。

allprojects {
    repositories {
        jcenter() // 使用非SNAPSHOT版本
        maven { url "http://oss.jfrog.org/oss-snapshot-local/" } // 使用SNAPSHOT版本
    }
}

添加依赖 (将版本号改为当前最新版本):

implementation 'com.githang.hichart:hichart-core:0.3.1'

或使用SNAPSHOT版本:

implementation 'com.githang.hichart:hichart-core:0.3.1-SNAPSHOT'

详细使用见demo以及javadoc.

JavaDoc

https://msdx.github.io/hi-chart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%