commit | f99be7d8b6514e88ac10f2e78d89d406712b34e9 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Sat Jul 15 06:22:14 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Sat Jul 15 06:22:14 2023 +0000 |
tree | a49638e972a2d71909bbf10a47b185711cd11943 | |
parent | 2c944589730c2c616d8e7d5b0c049e26ff531eab [diff] | |
parent | cc843005cd47b13048b50a4284751fafb26bed12 [diff] |
[automerger skipped] Empty Merge Android U (ab/10368041) am: 5c7f9f92ec -s ours am: cb09890914 -s ours am: 6054b9fb75 -s ours am: cc843005cd -s ours am skip reason: Merged-In I71caf158a07f42489e1491f64d1835ba895fe5c7 with SHA-1 93e893ed08 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/MPAndroidChart/+/24083600 Change-Id: I19ea3df409e3c3c96094df18565cbe374fae10b5 Signed-off-by: Automerger Merge Worker <[email protected]>
:zap: A powerful & easy to use chart library for Android :zap:
Charts is the iOS version of this library
repositories { maven { url 'https://jitpack.io' } } dependencies { implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' }
<!-- <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>
See the documentation for examples and general use of MPAndroidChart.
See the javadocs for more advanced documentation.
Download the MPAndroidChart Example App or look at the source code.
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.
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
If you like this library, please tell others about it :two_hearts: :two_hearts:
If you like, you can follow me on Twitter @PhilippJahoda.
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)
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.
These people rock!