Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Chart.js | 62,440 | 1,380 | 4 days ago | 97 | August 24, 2023 | 331 | mit | JavaScript | ||
Simple HTML5 Charts using the <canvas> tag | ||||||||||
Mpandroidchart | 36,914 | a month ago | 2 | December 01, 2020 | 2,148 | other | Java | |||
A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations. | ||||||||||
Charts | 14,798 | 72 | 25 | 2 months ago | 54 | November 14, 2022 | 140 | mit | JavaScript | |
Simple, responsive, modern SVG Charts with zero dependencies | ||||||||||
Apexcharts.js | 13,449 | 377 | 563 | 17 hours ago | 206 | December 03, 2023 | 303 | mit | JavaScript | |
📊 Interactive JavaScript Charts built on SVG | ||||||||||
C3 | 9,298 | 1,134 | 182 | a month ago | 67 | August 08, 2020 | 779 | mit | JavaScript | |
:bar_chart: A D3-based reusable chart library | ||||||||||
Uplot | 8,179 | 36 | 6 days ago | 58 | October 27, 2023 | 99 | mit | JavaScript | ||
📈 A small, fast chart for time series, lines, areas, ohlc & bars | ||||||||||
Chart.xkcd | 7,489 | 5 | 8 | 2 days ago | 23 | November 30, 2023 | 38 | mit | JavaScript | |
xkcd styled chart lib | ||||||||||
Gojs | 7,207 | 25 | 6 days ago | 266 | November 27, 2023 | other | HTML | |||
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages. | ||||||||||
Morris.js | 6,970 | 1,178 | 36 | 3 years ago | 1 | March 05, 2015 | 325 | CoffeeScript | ||
Pretty time-series line graphs | ||||||||||
Rickshaw | 6,517 | 163 | 11 | a year ago | 13 | March 30, 2020 | 206 | mit | JavaScript | |
JavaScript toolkit for creating interactive real-time graphs |
⚡️ A powerful & easy to use chart library for Android ⚡️
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 💕 💕
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!