lucasvillaverde / aiqChart

Library based in WilliamChart (https://github.com/diogobernardino/williamchart)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AiqChart

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.

Made by AiqFome Last version in JitPack Last Commit Contributors License


Table of Contents


πŸš€ Getting Started

Prerequisites

  • Library - Android Jelly Bean 4.1+ (API 16)
  • Sample - Android Jelly Bean 4.1+ (API 16)

Gradle

  • 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}'
}

πŸ“‹ Features

Charts available

  • LineChartView
  • BarChartView
  • HorizontalBarChartView
  • StackBarChartView
  • HorizontalStackBarChartView

Documentation

  • To learn more about the library visit JavaDoc

πŸ€” Contributing

To get started...

Step 1

  • 🍴 Fork this repo!

Step 2

  • πŸ‘― Clone this repo to your local machine using https://github.com/aiqfome/aiqChart.git

Step 3

  • πŸŽ‹ Create your feature branch using git checkout -b my-feature

Step 4

  • βœ… Commit your changes using git commit -m 'feat: My new feature';

Step 5

  • πŸ“Œ Push to the branch using git push origin my-feature;

Step 6

  • πŸ”ƒ Create a new pull request

After your Pull Request is merged, can you delete your feature branch.


πŸ“ License

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.


😁 Our thanks

Diogo Bernardino ⇝ Author of the williamchart library, base library for this project


Made with πŸ• & β™₯️! Enjoy it!

About

Library based in WilliamChart (https://github.com/diogobernardino/williamchart)

License:Apache License 2.0


Languages

Language:Java 100.0%