开源地址:https://github.com/open-android/hellocharts-android
- 爱生活,爱学习,更爱做代码的搬运工,分类查找更方便请下载黑马助手app
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
compile 'com.github.open-android:hellocharts-android:v1.5.8'
<lecho.lib.hellocharts.view.LineChartView
android:id="@+id/chart"
android:layout_width="match_parent"
android:layout_height="match_parent" />
mChart = (LineChartView) findViewById(R.id.chart);
//...省略,请参考hellowchartssample
mChart.setLineChartData(data);//给图表设置数据
-
详细的使用方法在DEMO里面都演示啦,如果你觉得这个库还不错,请赏我一颗star吧~~~
-
欢迎关注微信公众号