Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

[AnyChart - Robust JavaScript/HTML5 Chart library for any project](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




Pie Chart - AnyChart

Sample app /
Code Snippet



Column Chart




Column Chart - AnyChart

Sample app /
Code Snippet



Line Chart




Line Chart - AnyChart

Sample app /
Code Snippet





Venn Diagram




Venn Diagram - AnyChart

Sample app /
Code Snippet



Radar Chart




Radar Chart - AnyChart

Sample app /
Code Snippet



Tag Cloud




Tag Cloud - AnyChart

Sample app /
Code Snippet





Heat Map Chart




Heat Map Chart - AnyChart

Sample app /
Code Snippet





Waterfall Chart




Waterfall Chart - AnyChart

Sample app /
Code Snippet



Tree Map Chart




Tree Map Chart - AnyChart

Sample app /
Code Snippet



Scatter Chart




Scatter Chart - AnyChart

Sample app /
Code Snippet





Resource Chart




Resource Chart - AnyChart

Sample app /
Code Snippet





Range Chart




Range Chart - AnyChart

Sample app /
Code Snippet



Vertical Chart




Vertical Chart - AnyChart

Sample app /
Code Snippet



Funnel Chart




Funnel Chart - AnyChart

Sample app /
Code Snippet





Pert Chart




Pert Chart - AnyChart

Sample app /
Code Snippet





Polar Chart




Polar Chart - AnyChart

Sample app /
Code Snippet



Pyramid Chart




Pyramid Chart - AnyChart

Sample app /
Code Snippet



Bubble Chart




Bubble Chart - AnyChart

Sample app /
Code Snippet





Area Chart




Area Chart - AnyChart

Sample app /
Code Snippet



Bar Chart




Bar Chart - AnyChart

Sample app /
Code Snippet



Box Chart




Box Chart - AnyChart

Sample app /
Code Snippet





Mosaic Chart




Mosaic Chart - AnyChart

Sample app /
Code Snippet



Mekko Chart




Mekko Chart - AnyChart

Sample app /
Code Snippet



3D Bar Chart




3D Bar Chart - AnyChart

Sample app /
Code Snippet





3D Column Chart




3D Column Chart - AnyChart

Sample app /
Code Snippet



3D Area Chart




3D Area Chart - AnyChart

Sample app /
Code Snippet



Circular Gauge




Circular Gauge

Sample app /
Code Snippet





Pareto Chart




Pareto Chart - AnyChart

Sample app /
Code Snippet



Combined Chart




Combined Chart - AnyChart

Sample app /
Code Snippet



Quadrant Chart




Quadrant Chart - AnyChart

Sample app /
Code Snippet





Hilo Chart




Hilo Chart - AnyChart

Sample app /
Code Snippet



OHLC Chart




OHLC Chart - AnyChart

Sample app /
Code Snippet



Bubble Map




Bubble Map - AnyChart

Sample app /
Code Snippet





Choropleth Map




Choropleth Map - AnyChart

Sample app /
Code Snippet



Point Map




Point Map - AnyChart

Sample app /
Code Snippet



Connector Map




Connector Map - AnyChart

Sample app /
Code Snippet





Sunburst Chart




Sunburst Chart - AnyChart

Sample app /
Code Snippet



Thermometer




Thermometer - AnyChart

Sample app /
Code Snippet



Linear Color Scale




Linear Color Scale - AnyChart

Sample app /
Code Snippet





Wind Speed Chart




Wind Speed - AnyChart

Sample app /
Code Snippet



Wind Direction




Wind Direction - AnyChart

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.