Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 3.07 KB

Android图表.md

File metadata and controls

57 lines (36 loc) · 3.07 KB

图表

MPAndroidChart

MPAndroidChart开源图表库(一)之饼状图
https://github.com/PhilJay/MPAndroidChart

MPAndroidChart开源图表库(二)之折线图

Android开源 - SmallChart图表库
http://blog.csdn.net/easyer2012/article/details/52396921 https://github.com/Idtk/SmallChart

WilliamChart图表库
http://jcodecraeer.com/a/opensource/2014/1011/1738.html 项目地址: https://github.com/diogobernardino/WilliamChart

XCL-Charts

Android开源图表库(XCL-Charts is a free charting library for Android platform.)
http://blog.csdn.net/xcl168/article/details/42318669 https://github.com/xcltapestry/XCL-Charts 目前支持3D/非3D柱形图(Bar Chart)、3D/非3D饼图(Pie Chart)、堆积图(Stacked Bar Chart)、面积图(Area Chart)、 折线图(Line Chart)、曲线图(Spline Chart)、环形图(Dount Chart)、南丁格尔玫瑰图(Rose Chart)、仪表盘(Dial Chart)、刻度盘(Gauge Chart)、雷达图(Radar Chart)、圆形图(Circle Chart)等图表。

其它特性还包括支持图表缩放、手势移动、点击响应、动画显示、高密度柱形显示、图表分界定制线、多图表的混合显示及同数据源不同类型图表切换等

[译]React Native开源图表组件
开源项目地址: https://github.com/hongyin163/react-native-chart-android 1.MPAndroidChart: https://github.com/PhilJay/MPAndroidChart/ 2.MPAndroidChart-Wiki: https://github.com/PhilJay/MPAndroidChart/wiki

HelloCharts

非常优秀开源图表库 HelloCharts

hellocharts-android开源图表库(效果非常好)
项目地址: https://github.com/lecho/hellocharts-android (https://github.com/qht1003077897/hellocharts-line)

HelloChart--BubbleChartView(气泡图)

HelloChart--ColumnChartView(柱形图)

HelloChart--LineChartView(折线图)

HelloChart--PreviewChartView(预览统计图)

HelloChart--ComboLineColumnChartView(组合统计图)

HelloChart--PieChartView(饼图)

饼图,很实用简单。可旋转到指定的位置
有下载

[效果demo] Android-WilliamChart各种图表效果