An open API service indexing awesome lists of open source software.

https://github.com/halfhp/androidplot

Charts and plots for Android
https://github.com/halfhp/androidplot

android androidplot chart graph graphview java library mpandroidchart

Last synced: 2 days ago
JSON representation

Charts and plots for Android

Awesome Lists containing this project

README

          

# ![image](docs/images/aplogo_small.png) Androidplot [![AndroidPlot](https://www.appbrain.com/stats/libraries/shield/androidplot.svg)](https://www.appbrain.com/stats/libraries/details/androidplot/androidplot) [![Codix](http://codix.io/gh/badge/halfhp/androidplot)](http://codix.io/gh/repo/halfhp/androidplot) [![codecov](https://codecov.io/gh/halfhp/androidplot/branch/master/graph/badge.svg)](https://codecov.io/gh/halfhp/androidplot) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/androidplot.svg?style=social&label=Follow%20Us)](https://twitter.com/androidplot)

A library for creating dynamic and static charts in Android apps.

Androidplot is compatible with all versions of Android from 1.6 onward, works equally with Kotlin and Java codebases
and is compatible with Jetpack compose.

If you enjoy the lib, please [rate us on codix.io](http://codix.io/gh/repo/halfhp/androidplot)!

**Features:**

* Line Charts
* Scatter Charts
* Bar Charts
* Pie Charts
* Step Charts
* Candlestick Charts
* Bubble Charts
* Dynamic plots
* Pan & Zoom

# Usage

* **[Quickstart](docs/quickstart.md)** :star:
* [Full Documentation](docs/index.md)

# Links

* [Website](http://androidplot.com)
* [Github Repo](https://github.com/halfhp/androidplot)
* [Bitbucket Repo](https://bitbucket.org/androidplot/androidplot)
* [Demo App (Google Play Store)](https://play.google.com/store/apps/details?id=com.androidplot.demos&hl=en)
* [Demo App Soure Code](https://bitbucket.org/androidplot/androidplot/src/1538c5dfa56aed0d2cfdcbc7cdc6173e605543cd/demoapp/?at=master)
* [Bugs](https://github.com/halfhp/androidplot/issues) :ant:
* [Contributing Source Code](docs/contributing.md)

# Help
Technical questions should be posted using the [androidplot tag](http://stackoverflow.com/questions/tagged/androidplot) on Stack Overflow. For everything else use the [Google Groups forum](https://groups.google.com/d/forum/androidplot).

# License
Androidplot has been made available under the Apache 2.0 license:

Copyright 2021 Androidplot.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.