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.
To install the sample application to your device run the following task:
$ ./gradlew installDebugTo deploy the library to your local Maven repository run the following task:
$ ./gradlew installThen, to use the library in your project add the following to your build.gradle:
dependencies {
compile 'org.afree:afreechart:0.0.4'
}- This is a fork of the original repository.
- AFreeChart is licensed under the terms of the GNU Lesser General.
