To get a Git project into your build:
Step 1. Add the JitPack repository to your build file
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.mhgd3250905:UglyChart:Tag'
}
- 平滑曲线
- 数据更换动画效果
- 曲线填充
- 边框、网格、xy轴 颜色自定义
- 自定义数据选择