# AnyChart-Android
**Repository Path**: xue_shao/AnyChart-Android
## Basic Information
- **Project Name**: AnyChart-Android
- **Description**: AnyChart-Android 是一个数据可视化库,包含多种内置图表类型,可轻松在 Android 应用程序中创建交互式图表
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/anychart-android
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 4
- **Created**: 2023-06-16
- **Last Updated**: 2023-06-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://www.anychart.com)
# AnyChart for Android
[](https://jitpack.io/#AnyChart/AnyChart-Android) [](https://android-arsenal.com/api?level=19)
AnyChart Android Charts is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Check out getting started.
## Installation
### Gradle
Add this to the root build.gradle at the end of repositories (**WARNING:** Make sure you add this under **allprojects** not under buildscript):
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency to the project build.gradle:
```Groovy
dependencies {
implementation 'com.github.AnyChart:AnyChart-Android:1.1.2'
}
```
### JAR/AAR File
Copy AAR file into the libs folder of the application project.
If you are using **Android Studio**:
1. Right click on a project and choose "Open Module Settings".
2. Click the plus button in the top left to add a new module.
3. Choose "Import .JAR or .AAR Package".
4. Find the AAR file.
5. In the app's module click on the dependencies tab and add the new module as a dependency.
## Chart Types
AnyChart product family includes scores of chart types and we're constantly adding new ones.