ChartView icon indicating copy to clipboard operation
ChartView copied to clipboard

一组针对统计图的自定义控件,高度定制化;折线图统计图提供了各项属性供用户定制,且带手势操作,有点像股票实线图。饼状统计图,同样提供了大量属性定制,可随意更改初始角度,添加item后会自动计算概率等等

Results 1 ChartView issues
Sort by recently updated
recently updated
newest added

1. 出现manifest的冲突。 ```xml /Users/Yuseng/TimeMachine/app/src/main/AndroidManifest.xml:9:9-36 Error: Attribute application@icon value=(@mipmap/icon) from AndroidManifest.xml:9:9-36 is also present at [com.github.lihangleo2:ChartView:1.0.0] AndroidManifest.xml:13:9-43 value=(@mipmap/ic_launcher). Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:6:5-32:19 to override. /Users/Yuseng/TimeMachine/app/src/main/AndroidManifest.xml:11:9-41 Error: Attribute application@roundIcon...