All Projects → AnyChart → Anychart Android

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.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Anychart Android

HCLineChartView
HCLineChartView is a beautiful iOS library for drawing line charts. It is highly customizable and easy to use.
Stars: ✭ 22 (-98.75%)
Mutual labels:  chart, charts, charting-library, chart-library, charting
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (-48.52%)
Mutual labels:  data-visualization, chart, charts, charting-library, charting
Graphic
A Flutter data visualization library based on Grammar of Graphics.
Stars: ✭ 173 (-90.18%)
Mutual labels:  data-visualization, chart, charts, charting-library
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-80.93%)
Mutual labels:  data-visualization, chart, charts, charting-library
React D3 Components
D3 Components for React
Stars: ✭ 1,599 (-9.25%)
Mutual labels:  chart, charts, charting-library, chart-component
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (-38.37%)
Mutual labels:  data-visualization, chart, charts, charting
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-83.65%)
Mutual labels:  data-visualization, chart, charts, charting-library
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-76.16%)
Mutual labels:  data-visualization, chart, charts, charting-library
Uplot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
Stars: ✭ 6,808 (+286.38%)
Mutual labels:  data-visualization, chart, charts
Devextreme
HTML5 JavaScript Component Suite for Responsive Web Development
Stars: ✭ 1,385 (-21.4%)
Mutual labels:  chart, charts, charting-library
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-94.04%)
Mutual labels:  android-studio, android-development, android-ui
Androidtips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 713 (-59.53%)
Mutual labels:  android-studio, android-development, android-view
Chartkick.py
Create beautiful Javascript charts with minimal code
Stars: ✭ 695 (-60.56%)
Mutual labels:  chart, charts, charting-library
Zoomrecylerlayout
🎢 Zoom Recycler Layout Manager For Android Kotlin
Stars: ✭ 618 (-64.93%)
Mutual labels:  android-studio, android-development, android-ui
Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+2687.68%)
Mutual labels:  data-visualization, charts, charting-library
Androidkex
Extensions for Kotlin. Use the power of Kotlin to make your code smaller and beautiful.
Stars: ✭ 35 (-98.01%)
Mutual labels:  android-studio, android-development, android-ui
Clip
Create charts from the command line
Stars: ✭ 5,111 (+190.07%)
Mutual labels:  data-visualization, chart, charts
Reasonbizcharts
ReasonML binding for BizCharts https://bizcharts.net/products/bizCharts/demo
Stars: ✭ 23 (-98.69%)
Mutual labels:  data-visualization, chart, charts
Android Ratingreviews
Simple star rating system bars, a view similar to the ones seen on Google Playstore. ⭐🌟✨
Stars: ✭ 110 (-93.76%)
Mutual labels:  android-studio, android-development, chart
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-93.64%)
Mutual labels:  android-studio, android-development, android-ui

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

Links

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].