# hi-chart **Repository Path**: parkingwang-android/hi-chart ## Basic Information - **Project Name**: hi-chart - **Description**: 图表 - **Primary Language**: Android - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-26 - **Last Updated**: 2021-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HiChart === [ ![Download](https://api.bintray.com/packages/msdx/maven/HiChart/images/download.svg) ](https://bintray.com/msdx/maven/HiChart/_latestVersion) ![Methods](https://img.shields.io/badge/Methods%20and%20size-416%20|%2042%20KB-e91e63.svg) HiChart 是一个显示折线图的图表库,目前只支持折线图的绘制。 ## 效果预览 ![Demo截图](./images/1.png) ## 如何使用 在项目根目录的build.gradle中添加以下声明。 ```groovy allprojects { repositories { jcenter() // 使用非SNAPSHOT版本 maven { url "http://oss.jfrog.org/oss-snapshot-local/" } // 使用SNAPSHOT版本 } } ``` 添加依赖 (将版本号改为当前最新版本): ```groovy implementation 'com.githang.hichart:hichart-core:0.3.1' ``` 或使用SNAPSHOT版本: ```groovy implementation 'com.githang.hichart:hichart-core:0.3.1-SNAPSHOT' ``` 详细使用见demo以及javadoc. ## JavaDoc https://msdx.github.io/hi-chart