Skip to content

A simple component for displaying charts Android apps

License

Notifications You must be signed in to change notification settings

TurboMolot/NTChart

Repository files navigation

Release

NTChart

A simple component for displaying charts Android apps

Not ready to use!

Usage

1. Gradle dependency (recommended)

  • Add the following to your project level build.gradle:
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
  • Add this to your app build.gradle:
dependencies {
    compile 'com.github.TurboMolot:NTChart:0.0.15'
}