# 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 [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.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.

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: [contact@anychart.com](mailto:contact@anychart.com) * 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.