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.
- Host: GitHub
- URL: https://github.com/cnwutianhao/android-chart
- Owner: cnwutianhao
- License: mit
- Created: 2024-01-15T06:12:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T08:37:58.000Z (about 2 years ago)
- Last Synced: 2025-05-18T19:40:10.037Z (9 months ago)
- Topics: android, chart, graph, java, kotlin, mpandroidchart
- Language: Java
- Homepage:
- Size: 467 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
