@zifeng328573112
2021-03-17T11:15:42.000000Z
字数 1478
阅读 493
MPAndroidChart 是 Android 一个强大且容易使用的图表库
Android 2.2 ( API 8 ) 和以上该图标库支持 跨平台 使用:Android 和 iOS
LineChart (with legend, simple design)

LineChart (with legend, simple design)

LineChart (cubic lines)

Combined-Chart (bar- and linechart in this case)

BarChart (with legend, simple design)

BarChart (grouped DataSets)

Horizontal-BarChart

PieChart (with selection, …)

ScatterChart (with squares, triangles, circles, … and more)

CandleStickChart (for financial data)

BubbleChart (area covered by bubbles indicates the value)

RadarChart (spider web chart)

1. Gradle dependency (推荐,在Android Studio中使用很方便 )
build.gradle 添加下面的代码
repositories {maven { url "https://jitpack.io" }}dependencies {compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'}
2. 以 jar 文件形式使用
mpandroidchartlibrary-version.jar文件到 Android 项目的libs文件夹中MPAndroidChart图标库