AiqChart is an Android library to help with the implementation of graphics in Android applications maintained by the devs of the most greedy-gut app on the internet!
For those who would like to contribute, our idea is not just to implement the conventional features of the chart, but something that could be pleasant and intuitive when representing and visualizing data, to learn more visit.
- Library - Android Jelly Bean 4.1+ (API 16)
- Sample - Android Jelly Bean 4.1+ (API 16)
- Add it in your root
build.gradle
at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add dependency in your app level
build.gradle
dependencies {
implementation 'com.github.aiqfome:aiqChart:${VERSION}'
}
LineChartView
BarChartView
HorizontalBarChartView
StackBarChartView
HorizontalStackBarChartView
- To learn more about the library visit JavaDoc
To get started...
- 🍴 Fork this repo!
- 👯 Clone this repo to your local machine using
https://github.com/aiqfome/aiqChart.git
- 🎋 Create your feature branch using
git checkout -b my-feature
- ✅ Commit your changes using
git commit -m 'feat: My new feature'
;
- 📌 Push to the branch using
git push origin my-feature
;
- 🔃 Create a new pull request
After your Pull Request is merged, can you delete your feature branch.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Diogo Bernardino ⇝ Author of the williamchart library, base library for this project
Made with 🍕 &