Skip to content

Improving accessibility for the screen-reader on MPAndroidChart, "a powerful 🚀 Android chart view/graph view library". Added support for chart types to work with screen-reader services.

License

Notifications You must be signed in to change notification settings

ish-joshi/MPAndroidChart

 
 

Repository files navigation

banner

Release API Android Arsenal Gitter Twitter

⚡ A powerful & easy to use chart library for Android ⚡

Charts is the iOS version of this library

Table of Contents

  1. Quick Start
    1. Gradle
    2. Maven
  2. Documentation
  3. Examples
  4. Questions
  5. Donate
  6. Social Media
  7. More Examples
  8. License
  9. Creators

Gradle Setup

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

dependencies {
    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
}

Maven Setup

<!-- <repositories> section of pom.xml -->
<repository>
    <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<!-- <dependencies> section of pom.xml -->
<dependency>
    <groupId>com.github.PhilJay</groupId>
    <artifactId>MPAndroidChart</artifactId>
    <version>v3.1.0</version>
</dependency>

Documentation 📔