hellocharts-line

eclipse 使用:

  拷贝libs文件夹下的jar包复制到你项目中的libs文件夹下即可。

android studio 使用:

 repositories {
       maven {
           url "https://jitpack.io"
       }
   }
 dependencies {
       compile 'com.github.lecho:hellocharts-android:v1.5.8'
   }