- Notifications
You must be signed in to change notification settings - Fork369
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.
AnyChart/AnyChart-Android
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 outgetting started.
Add this to the root build.gradle at the end of repositories (WARNING: Make sure you add this underallprojects 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.5'}
Copy AAR file into the libs folder of the application project.
If you are usingAndroid Studio:
- Right click on a project and choose "Open Module Settings".
- Click the plus button in the top left to add a new module.
- Choose "Import .JAR or .AAR Package".
- Find the AAR file.
- In the app's module click on the dependencies tab and add the new module as a dependency.
AnyChart product family includes scores of chart types and we're constantly adding new ones.
- Web:www.anychart.com
- Email:contact@anychart.com
- Twitter:anychart
- Facebook:AnyCharts
- LinkedIn:anychart
- AnyChart Website
- Download AnyChart
- AnyChart Licensing
- AnyChart Support
- Report Issues
- AnyChart Playground
- AnyChart Documentation
- AnyChart API Reference
- AnyChart Sample Solutions
- AnyChart Integrations
© 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.