{"id":3441,"url":"https://github.com/PhilJay/MPAndroidChart","last_synced_at":"2025-08-13T05:33:44.506Z","repository":{"id":16398103,"uuid":"19148949","full_name":"PhilJay/MPAndroidChart","owner":"PhilJay","description":"A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.","archived":false,"fork":false,"pushed_at":"2024-05-12T08:48:46.000Z","size":21720,"stargazers_count":37467,"open_issues_count":2180,"forks_count":9000,"subscribers_count":1112,"default_branch":"master","last_synced_at":"2024-08-04T06:50:54.481Z","etag":null,"topics":["android","chart","graph","java","mpandroidchart"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhilJay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"mpandroidchart","open_collective":"philippjahoda","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-04-25T14:29:47.000Z","updated_at":"2024-08-04T01:36:45.000Z","dependencies_parsed_at":"2023-02-17T13:50:21.045Z","dependency_job_id":"b621c2ea-5f33-44bf-80c6-c0e1c8dba80c","html_url":"https://github.com/PhilJay/MPAndroidChart","commit_stats":{"total_commits":1738,"total_committers":81,"mean_commits":21.45679012345679,"dds":0.2968929804372842,"last_synced_commit":"0550d3f7907c635744c08ad8ff9c45e1b6281cc7"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilJay%2FMPAndroidChart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilJay%2FMPAndroidChart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilJay%2FMPAndroidChart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhilJay%2FMPAndroidChart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhilJay","download_url":"https://codeload.github.com/PhilJay/MPAndroidChart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":216462160,"owners_count":16029773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","chart","graph","java","mpandroidchart"],"created_at":"2024-01-05T20:16:41.640Z","updated_at":"2024-08-22T11:30:21.673Z","avatar_url":"https://github.com/PhilJay.png","language":"Java","readme":"![banner](https://raw.github.com/PhilJay/MPChart/master/design/feature_graphic_smaller.png)\n\n[![Release](https://img.shields.io/github/release/PhilJay/MPAndroidChart.svg?style=flat)](https://jitpack.io/#PhilJay/MPAndroidChart)\n[![API](https://img.shields.io/badge/API-14%2B-green.svg?style=flat)](https://android-arsenal.com/api?level=14)\n[![Android Arsenal](http://img.shields.io/badge/Android%20Arsenal-MPAndroidChart-orange.svg?style=flat)](http://android-arsenal.com/details/1/741)\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PhilJay/MPAndroidChart?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=body_badge)\n[![Twitter](https://img.shields.io/badge/Twitter-@mpandroidchart-blue.svg?style=flat)](http://twitter.com/mpandroidchart)\n\n:zap: A powerful \u0026 easy to use chart library for Android :zap:\n\n[**Charts**](https://github.com/danielgindi/Charts) is the iOS version of this library\n\n## Table of Contents\n1. [Quick Start](#quick-start)\n    1. [Gradle](#gradle-setup)\n    1. [Maven](#maven-setup)\n1. [Documentation](#documentation)\n1. [Examples](#examples)\n1. [Questions](#report)\n1. [Donate](#donate)\n1. [Social Media](#social)\n1. [More Examples](#more-examples)\n1. [License](#licence)\n1. [Creators](#creators)\n\n### Gradle Setup\n\n```gradle\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'\n}\n```\n\n### Maven Setup\n\n```xml\n\u003c!-- \u003crepositories\u003e section of pom.xml --\u003e\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n   \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n\n\u003c!-- \u003cdependencies\u003e section of pom.xml --\u003e\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.PhilJay\u003c/groupId\u003e\n    \u003cartifactId\u003eMPAndroidChart\u003c/artifactId\u003e\n    \u003cversion\u003ev3.1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"documentation\"\u003eDocumentation :notebook_with_decorative_cover:\u003c/h2\u003e\n\nSee the [**documentation**](https://weeklycoding.com/mpandroidchart/) for examples and general use of MPAndroidChart.\n\nSee the [**javadocs**](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.1.0/javadoc/) for more advanced documentation.\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"examples\"\u003eExamples :eyes:\u003c/h2\u003e\n\nDownload the [MPAndroidChart Example App](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample) or look at the [source code](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample).\n\n[![ScreenShot](https://github.com/PhilJay/MPAndroidChart/blob/master/design/video_thumbnail.png)](https://www.youtube.com/watch?v=ufaK_Hd6BpI)\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"report\"\u003eQuestions \u0026 Issues :thinking:\u003c/h2\u003e\n\nThis 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.\n\nPlease read the [**documentation**](https://weeklycoding.com/mpandroidchart/) first, then ask all your questions on [stackoverflow.com](https://stackoverflow.com/questions/tagged/mpandroidchart) for the fastest answer.\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"donate\"\u003eDonations :heart:\u003c/h2\u003e\n\n**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!\n\n**PayPal**\n\n- [**Donate 5 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=7G52RA87ED8NY): Thank's for creating this project, here's a coffee (or some beer) for you!\n- [**Donate 10 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4C9TPE67F5PUQ): Wow, I am stunned. Let me take you to the movies!\n- [**Donate 15 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=YKMPTFMVK3JMC): I really appreciate your work, let's grab some lunch!\n- [**Donate 25 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=H9JA4QX7UHXCY): That's some awesome stuff you did right there, dinner is on me!\n- Or you can also [**choose what you want to donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=EGBENAC5XBCKS), all donations are awesome!\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"social\"\u003eSocial Media :fire:\u003c/h2\u003e\n\nIf you like this library, please tell others about it :two_hearts: :two_hearts:\n\n[![Share on Twitter](https://github.com/PhilJay/MPAndroidChart/blob/master/design/twitter_icon.png)](https://twitter.com/intent/tweet?text=Check%20out%20the%20awesome%20MPAndroidChart%20library%20on%20Github:%20https://github.com/PhilJay/MPAndroidChart)\n[![Share on Google+](https://github.com/PhilJay/MPAndroidChart/blob/master/design/googleplus_icon.png)](https://plus.google.com/share?url=https://github.com/PhilJay/MPAndroidChart)\n[![Share on Facebook](https://github.com/PhilJay/MPAndroidChart/blob/master/design/facebook_icon.png)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/PhilJay/MPAndroidChart)\n\nIf you like, you can follow me on Twitter [**@PhilippJahoda**](https://twitter.com/PhilippJahoda).\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"more-examples\"\u003eMore Examples :+1:\u003c/h2\u003e\n\n\u003cbr/\u003e\n\n**LineChart (with legend, simple design)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_linechart4.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**LineChart (with legend, simple design)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_linechart3.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**LineChart (cubic lines)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/cubiclinechart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**LineChart (gradient fill)**\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/line_chart_gradient.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**BarChart (with legend, simple design)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/simpledesign_barchart3.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**BarChart (grouped DataSets)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/groupedbarchart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**Horizontal-BarChart**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/horizontal_barchart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**Combined-Chart (bar- and linechart in this case)**\n\n![alt tag](https://raw.github.com/PhilJay/MPChart/master/screenshots/combined_chart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**PieChart (with selection, ...)**\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/simpledesign_piechart1.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**ScatterChart** (with squares, triangles, circles, ... and more)\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/scatterchart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**CandleStickChart** (for financial data)\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/candlestickchart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**BubbleChart** (area covered by bubbles indicates the yValue)\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/bubblechart.png)\n\u003cbr/\u003e\u003cbr/\u003e\n\n**RadarChart** (spider web chart)\n\n![alt tag](https://raw.github.com/PhilJay/MPAndroidChart/master/screenshots/radarchart.png)\n\n\u003cbr/\u003e\n\n\u003ch1 id=\"license\"\u003eLicense :page_facing_up:\u003c/h1\u003e\n\nCopyright 2020 Philipp Jahoda\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003e http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\u003cbr/\u003e\n\n\u003ch2 id=\"creators\"\u003eSpecial Thanks :heart:\u003c/h2\u003e\n\nThese people rock!\n\n- [danielgindi](https://github.com/danielgindi) - Daniel Gindi\n- [mikegr](https://github.com/mikegr) - Michael Greifeneder\n- [tony](https://github.com/tonypatino-monoclesociety) - Tony\n- [almic](https://github.com/almic) - Mick A.\n- [jitpack.io](https://github.com/jitpack-io) - JitPack.io\n","funding_links":["https://patreon.com/mpandroidchart","https://opencollective.com/philippjahoda","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=7G52RA87ED8NY","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=4C9TPE67F5PUQ","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=YKMPTFMVK3JMC","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=H9JA4QX7UHXCY","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=EGBENAC5XBCKS"],"categories":["[Programming]","Libraries","Index `(light-weight pages)`","Java","图表(Chart)","Android tools","Android","Uncategorized","前端开发框架及项目","UI","Index","2. View Library",":shamrock:  **Categories**","Libs","库"],"sub_categories":["[Programming] - [Android]","Charts","Misc","Uncategorized","其他_文本生成、文本对话",":books: Libraries","\u003cA NAME=\"Chart\"\u003e\u003c/A\u003eChart","[](https://github.com/JStumpp/awesome-android/blob/master/readme.md#charts)图表"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilJay%2FMPAndroidChart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPhilJay%2FMPAndroidChart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilJay%2FMPAndroidChart/lists"}