# charts **Repository Path**: eachann_lee/charts ## Basic Information - **Project Name**: charts - **Description**: 图表组件 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-17 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图表组件库[![](https://jitpack.io/v/com.gitee.eachann_lee/charts.svg)](https://jitpack.io/#com.gitee.eachann_lee/charts) ### How to 1.Add the JitPack repository to your build file ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2.Add the dependency ``` dependencies { implementation 'com.gitee.eachann_lee:charts:1.1.8' } ``` ### 效果图 #### 柱状图+折线图 ![](img/WX20201026-155608-1.png) #### 空心圆 ![](img/WX20201026-155703-2.png) #### 半圆仪表盘 ![](img/WX20201026-155749-3.png) #### 速率仪表盘 ![](img/WX20201026-155829-4.png) #### 矩形渐变 ![](img/WX20201026-155858-5.png) #### 横向渐变柱状图 ![](img/WX20201026-155936-6.png) #### 甜甜圈 ![](img/WX20201026-160039-7.png) #### 曲线图 ![](img/WX20201026-160132-8.png) #### 自动计算文字宽度,自适应换行 ![](img/WX20201026-160219-9.png)