⚡️ MPAndroidChart is a powerful & easy to use chart library for Android ⚡️

Core Features

For a list of all the features of the library, have a look here.

Video Tutorials

If you are interested in detailed video tutorials (📹 | 🖥️), have a look at the downloads.

Documentation 📔

You can find the official MPAndroidChart documentation here.

Quick Start 📈

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>

Examples

If you are looking for sample code on how to use the library, check out the example project on GitHub or have a look at the sample video.

Other Information