MPAndroidChart alternatives and similar packages
Based on the "Chart" category.
Alternatively, view MPAndroidChart alternatives based on common mentions on social networks and blogs.
-
HelloCharts
Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊 -
WilliamChart
Android Library to rapidly develop attractive and insightful charts in android applications. -
Android-Charts
Open-source native Android graph/chart framework includes line chart,stick chart,candlestick chart,pie chart,spider-web chart etc. -
achartengine
Charting library for Android applications. Automatically exported from code.google.com/p/achartengine -
SciTrader - Android Financial Charts
Finance.Android aka the 'SciTrader SDK' is a free open source financial stock chart, cryptocurrency chart, trading chart library built on top of SciChart's Android Chart Library
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of MPAndroidChart or a related project?
README
:zap: A powerful & easy to use chart library for Android :zap:
Charts is the iOS version of this library
Table of Contents
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 :notebook_with_decorative_cover:
See the documentation for examples and general use of MPAndroidChart.
See the javadocs for more advanced documentation.
Examples :eyes:
Download the MPAndroidChart Example App or look at the source code.
Questions & Issues :thinking:
This repository's issue tracker is only for bugs and feature requests. The maintainers ask that you refrain from asking questions about how to use MPAndroidChart through the issue tracker.
Please read the documentation first, then ask all your questions on stackoverflow.com for the fastest answer.
Donations :heart:
This project needs you! If you would like to support this project's further development, the creator of this project or the continuous maintenance of this project, feel free to donate. Your donation is highly appreciated (and I love food, coffee and beer). Thank you!
PayPal
- Donate 5 $: Thank's for creating this project, here's a coffee (or some beer) for you!
- Donate 10 $: Wow, I am stunned. Let me take you to the movies!
- Donate 15 $: I really appreciate your work, let's grab some lunch!
- Donate 25 $: That's some awesome stuff you did right there, dinner is on me!
- Or you can also choose what you want to donate, all donations are awesome!
Social Media :fire:
If you like this library, please tell others about it :two_hearts: :two_hearts:
If you like, you can follow me on Twitter @PhilippJahoda.
More Examples :+1:
LineChart (with legend, simple design)
LineChart (with legend, simple design)
LineChart (cubic lines)
LineChart (gradient fill)
BarChart (with legend, simple design)
BarChart (grouped DataSets)
Horizontal-BarChart
Combined-Chart (bar- and linechart in this case)
PieChart (with selection, ...)
ScatterChart (with squares, triangles, circles, ... and more)
CandleStickChart (for financial data)
BubbleChart (area covered by bubbles indicates the yValue)
RadarChart (spider web chart)
License :page_facing_up:
Copyright 2020 Philipp Jahoda
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Special Thanks :heart:
These people rock!
- danielgindi - Daniel Gindi
- mikegr - Michael Greifeneder
- tony - Tony
- almic - Mick A.
- jitpack.io - JitPack.io
*Note that all licence references and agreements mentioned in the MPAndroidChart README section above
are relevant to that project's source code only.