赞
踩
**APP为了能让用户对数据有更直观,更便捷的认识,我们通常都选择了以图表的方式展示给用户,如折线图、饼图、条形图等…今天和大家分享下MPAndroidChart,一个强大便捷的图标控件。
本篇我们分享下饼状图LineChart的使用**
//曲线图 饼状图 折线图
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
<com.github.mikephil.charting.charts.CombinedChart
android:id="@+id/combinedChart"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_gravity="center" />
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。