Skip to content

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.

Notifications You must be signed in to change notification settings

WalkInProgress/AnyChart-Android

 
 

Repository files navigation

AnyChart - Robust JavaScript/HTML5 Chart library for any project

AnyChart for Android

API

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):

allprojects {
        repositories {
                ...
                maven { url 'https://jitpack.io' }
        }
}

Add the dependency to the project build.gradle:

dependencies {
        implementation 'com.github.AnyChart:AnyChart-Android:1.0.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 / Documentation

Column Chart


Column Chart - AnyChart Sample app / Code Snippet / Documentation

Line Chart


Line Chart - AnyChart Sample app / Code Snippet / Documentation

Venn Diagram


Venn Diagram - AnyChart Sample app / Code Snippet / Documentation

Radar Chart


Radar Chart - AnyChart Sample app / Code Snippet / Documentation

Tag Cloud


Tag Cloud - AnyChart Sample app / Code Snippet / Documentation

Heat Map Chart


Heat Map Chart - AnyChart Sample app / Code Snippet / Documentation

Waterfall Chart


Waterfall Chart - AnyChart Sample app / Code Snippet / Documentation

Tree Map Chart


Tree Map Chart - AnyChart Sample app / Code Snippet / Documentation

Scatter Chart


Scatter Chart - AnyChart Sample app / Code Snippet / Documentation

Resource Chart


Resource Chart - AnyChart Sample app / Code Snippet / Documentation

Range Chart


Range Chart - AnyChart Sample app / Code Snippet / Documentation

Vertical Chart


Vertical Chart - AnyChart Sample app / Code Snippet / Documentation

Funnel Chart


Funnel Chart - AnyChart Sample app / Code Snippet / Documentation

Pert Chart


Pert Chart - AnyChart Sample app / Code Snippet / Documentation

Polar Chart


Polar Chart - AnyChart Sample app / Code Snippet / Documentation

Pyramid Chart


Pyramid Chart - AnyChart Sample app / Code Snippet / Documentation

Bubble Chart


Bubble Chart - AnyChart Sample app / Code Snippet / Documentation

Area Chart


Area Chart - AnyChart Sample app / Code Snippet / Documentation

Bar Chart


Bar Chart - AnyChart Sample app / Code Snippet / Documentation

Box Chart


Box Chart - AnyChart Sample app / Code Snippet / Documentation

Mosaic Chart


Mosaic Chart - AnyChart Sample app / Code Snippet / Documentation

Mekko Chart


Mekko Chart - AnyChart Sample app / Code Snippet / Documentation

3D Bar Chart


3D Bar Chart - AnyChart Sample app / Code Snippet / Documentation

3D Column Chart


3D Column Chart - AnyChart Sample app / Code Snippet / Documentation

3D Area Chart


3D Area Chart - AnyChart Sample app / Code Snippet / Documentation

Circular Gauge


Circular Gauge Sample app / Code Snippet / Documentation

Pareto Chart


Pareto Chart - AnyChart Sample app / Code Snippet / Documentation

Combined Chart


Combined Chart - AnyChart Sample app / Code Snippet / Documentation

Quadrant Chart


Quadrant Chart - AnyChart Sample app / Code Snippet / Documentation

Hilo Chart


Hilo Chart - AnyChart Sample app / Code Snippet / Documentation

OHLC Chart


OHLC Chart - AnyChart Sample app / Code Snippet / Documentation

Bubble Map


Bubble Map - AnyChart Sample app / Code Snippet / Documentation

Choropleth Map


Choropleth Map - AnyChart Sample app / Code Snippet / Documentation

Point Map


Point Map - AnyChart Sample app / Code Snippet / Documentation

Connector Map


Connector Map - AnyChart Sample app / Code Snippet / Documentation

Sunburst Chart


Sunburst Chart - AnyChart Sample app / Code Snippet / Documentation

Thermometer


Thermometer - AnyChart Sample app / Code Snippet / Documentation

Linear Color Scale


Linear Color Scale - AnyChart Sample app / Code Snippet / Documentation

Wind Speed Chart


Wind Speed - AnyChart Sample app / Code Snippet / Documentation

Wind Direction


Wind Direction - AnyChart Sample app / Code Snippet / Documentation
 

Contacts

Links

License

© AnyChart.com - JavaScript charts. All rights reserved.

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%