Skip to content

2016lc/MySimpleChart

Repository files navigation

MySimpleChart

一个简单的图表库 在项目的build.gradle中加入

allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

再在dependencies中导入,1.0.7是版本号,版本号可在releases中查看

implementation 'com.github.2016lc:MySimpleChart:2.0.0'

简书地址: https://www.jianshu.com/p/7f896e3c2a6a