Skip to content

AFreeChart is a free charting library for Android based on JFreeChart 1.0.13. Forked from

Notifications You must be signed in to change notification settings

salmanjawedfolio/AFreeChart

 
 

Repository files navigation

AFreeChart

AFreeChart is a free charting library for Android(tm) platform.

  • AFreeChart is based on JFreeChart 1.0.13.
  • Using AFreeChart, you can make graph/chart application very easily.

AFreeChart TimeSeries Demo01

Usage

Gradle build

To install the sample application to your device run the following task:

$ ./gradlew installDebug

To deploy the library to your local Maven repository run the following task:

$ ./gradlew install

Then, to use the library in your project add the following to your build.gradle:

dependencies {
    compile 'org.afree:afreechart:0.0.4'
}

Source

License

  • AFreeChart is licensed under the terms of the GNU Lesser General.

About

AFreeChart is a free charting library for Android based on JFreeChart 1.0.13. Forked from

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%