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

https://github.com/cnwutianhao/android-chart

:bar_chart: A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.
https://github.com/cnwutianhao/android-chart

android chart graph java kotlin mpandroidchart

Last synced: 8 months ago
JSON representation

:bar_chart: A powerful Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

Awesome Lists containing this project

README

          

# Android Chart

:zap: A powerful & easy to use chart library for Android :zap:

## Charts

1. [Line Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/linechart)
```
Basic、Multiple、Dual axis、Inverted axis、Cubic、Colorful、Performance、Filled
```

2. [Bar Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/barchart)
```
Basic、Basic 2、Multiple、Horizontal、Stacked、Stacked 2、Negative、Negative horizontal、Sine
```

3. [Pie Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/piechart)
```
Basic、Value lines、Half pie
```

4. [Scrolling Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/scrollingchart)
```
Multiple、View pager、Tall bar chart、Many bar charts
```

5. [Even More Line Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/evenmorelinechart)
```
Dynamic、Realtime、Hourly
```

6. [Other Charts](https://github.com/cnwutianhao/android-chart/tree/main/demo/src/main/java/com/tyhoo/android/chart/demo/ui/otherchart)
```
Combined chart、Scatted plot、Bubble chart、Candlestick、Radar chart
```

## Change Log

### [1.0.0] - 2024-01-15

+ Forked [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart).
+ Solved the issue of running [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) with a latest version of Android Studio.

## Acknowledgement

Android Chart was based on or inspired by these projects and so on:
+ [PhilJay/MPAndroidChart](https://github.com/PhilJay/MPAndroidChart)

## Repo Activity

![Repo Activity](https://repobeats.axiom.co/api/embed/2bc87c4570eb9726022a08b40ebf1b746af6624d.svg "Repobeats analytics image")