Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnyChart/AnyChart-Android
AnyChart Android Chart 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.
https://github.com/AnyChart/AnyChart-Android
android android-chart android-charting android-charts android-component android-development android-library android-studio android-ui android-view android-widget android-widgets chart chart-component chart-library charting charting-library charts data-visualization gradle
Last synced: 3 months ago
JSON representation
AnyChart Android Chart 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.
- Host: GitHub
- URL: https://github.com/AnyChart/AnyChart-Android
- Owner: AnyChart
- Created: 2017-08-09T06:48:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T13:45:09.000Z (over 1 year ago)
- Last Synced: 2024-04-14T23:06:44.677Z (7 months ago)
- Topics: android, android-chart, android-charting, android-charts, android-component, android-development, android-library, android-studio, android-ui, android-view, android-widget, android-widgets, chart, chart-component, chart-library, charting, charting-library, charts, data-visualization, gradle
- Language: Java
- Homepage:
- Size: 51.5 MB
- Stars: 2,222
- Watchers: 45
- Forks: 366
- Open Issues: 110
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android - AnyChart - Data visualization library, Interactive charts. (Libraries / Charts)
README
[](https://www.anychart.com)
# AnyChart for Android
[![](https://jitpack.io/v/AnyChart/AnyChart-Android.svg)](https://jitpack.io/#AnyChart/AnyChart-Android) [![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](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.5'
}
```### 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.
Pie Chart
Sample app /
Code Snippet
Column Chart
Sample app /
Code Snippet
Line Chart
Sample app /
Code Snippet
Venn Diagram
Sample app /
Code Snippet
Radar Chart
Sample app /
Code Snippet
Tag Cloud
Sample app /
Code Snippet
Heat Map Chart
Sample app /
Code Snippet
Waterfall Chart
Sample app /
Code Snippet
Tree Map Chart
Sample app /
Code Snippet
Scatter Chart
Sample app /
Code Snippet
Resource Chart
Sample app /
Code Snippet
Range Chart
Sample app /
Code Snippet
Vertical Chart
Sample app /
Code Snippet
Funnel Chart
Sample app /
Code Snippet
Pert Chart
Sample app /
Code Snippet
Polar Chart
Sample app /
Code Snippet
Pyramid Chart
Sample app /
Code Snippet
Bubble Chart
Sample app /
Code Snippet
Area Chart
Sample app /
Code Snippet
Bar Chart
Sample app /
Code Snippet
Box Chart
Sample app /
Code Snippet
Mosaic Chart
Sample app /
Code Snippet
Mekko Chart
Sample app /
Code Snippet
3D Bar Chart
Sample app /
Code Snippet
3D Column Chart
Sample app /
Code Snippet
3D Area Chart
Sample app /
Code Snippet
Circular Gauge
Sample app /
Code Snippet
Pareto Chart
Sample app /
Code Snippet
Combined Chart
Sample app /
Code Snippet
Quadrant Chart
Sample app /
Code Snippet
Hilo Chart
Sample app /
Code Snippet
OHLC Chart
Sample app /
Code Snippet
Bubble Map
Sample app /
Code Snippet
Choropleth Map
Sample app /
Code Snippet
Point Map
Sample app /
Code Snippet
Connector Map
Sample app /
Code Snippet
Sunburst Chart
Sample app /
Code Snippet
Thermometer
Sample app /
Code Snippet
Linear Color Scale
Sample app /
Code Snippet
Wind Speed Chart
Sample app /
Code Snippet
Wind Direction
Sample app /
Code Snippet
## Contacts
* Web: [www.anychart.com](https://www.anychart.com)
* Email: [[email protected]](mailto:[email protected])
* Twitter: [anychart](https://twitter.com/anychart)
* Facebook: [AnyCharts](https://www.facebook.com/AnyCharts)
* LinkedIn: [anychart](https://www.linkedin.com/company/anychart)## Links
* [AnyChart Website](https://www.anychart.com)
* [Download AnyChart](https://www.anychart.com/download/)
* [AnyChart Licensing](https://www.anychart.com/buy/)
* [AnyChart Support](https://www.anychart.com/support/)
* [Report Issues](https://github.com/AnyChart/anychart/issues)
* [AnyChart Playground](https://playground.anychart.com)
* [AnyChart Documentation](https://docs.anychart.com)
* [AnyChart API Reference](https://api.anychart.com)
* [AnyChart Sample Solutions](https://www.anychart.com/solutions/)
* [AnyChart Integrations](https://www.anychart.com/integrations/)## License
[© AnyChart.com - JavaScript charts](https://www.anychart.com). All rights reserved.