项目里面做的一个曲线图的View,稍微弄了一下,有什么问题可以提下issues方便改进。
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ywp0919:GraphView:v1.0.1'
}
gvView.mEndGradientColor = Color.YELLOW
gvView.mScoreLineColor = Color.RED



