You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-ordered some of the sections
- Simplified some sections
- Reformatted here and there
- Added a few emojis, how cute!
The goal of this change was to hopefully further reduce the amount of
issue support/ question spam. By moving the sections around to show the
more important parts higher up, like usage and documentation links, I
hope this will make it easier for people to find the documentation.
[**MPAndroidChart**](https://github.com/PhilJay/MPAndroidChart):zap:is a powerful & easy to use chart library for Android. It runs on [API level 8](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) and upwards.
11
+
:zap:A powerful & easy to use chart library for Android:zap:
11
12
12
-
As an additional feature, this library allows cross-platform development between Android and iOS as an iOS version of this library is also available: [**Charts**](https://github.com/danielgindi/Charts):zap:
13
+
[**Charts**](https://github.com/danielgindi/Charts)is the iOS version of this library
@@ -24,177 +24,178 @@ MPAndroidChart is free software, as a result **dynamic & realtime data is not of
24
24
25
25
All MPAndroidChart users are entitled to a special **discount of 5%** off the <ahref="http://store.scichart.com?productTab=Android&CouponCode=MPANDROIDCHART"target="_blank">SciChart store</a>, using the following discount code: **MPANDROIDCHART**
**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!
50
+
```xml
51
+
<!-- <repositories> section of pom.xml -->
52
+
<repository>
53
+
<id>jitpack.io</id>
54
+
<url>https://jitpack.io</url>
55
+
</repository>
36
56
37
-
**My Bitcoin Wallet** (Bitcoin only)
38
57
39
-
1G8G6tqQ3oh38BvDH3xq8o6gGVMvBTkcUg
58
+
<!-- <dependencies> section of pom.xml -->
59
+
<dependency>
60
+
<groupId>com.github.PhilJay</groupId>
61
+
<artifactId>MPAndroidChart</artifactId>
62
+
<version>v3.0.3</version>
63
+
</dependency>
64
+
```
40
65
41
-
**My Ethereum Wallet** (Ethereum only)
66
+
<br/>
42
67
43
-
0x04ef098bf9f91871391363e3caf791afa3adc39b
68
+
## Documentation :notebook_with_decorative_cover:
44
69
45
-
**PayPal**
70
+
See the [**documentation**](https://github.com/PhilJay/MPAndroidChart/wiki) for examples and general use of MPAndroidChart.
46
71
47
-
-[**Donate 5 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7G52RA87ED8NY): Thank's for creating this project, here's a coffee (or some beer) for you!
48
-
-[**Donate 10 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4C9TPE67F5PUQ): Wow, I am stunned. Let me take you to the movies!
49
-
-[**Donate 15 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKMPTFMVK3JMC): I really appreciate your work, let's grab some lunch!
50
-
-[**Donate 25 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H9JA4QX7UHXCY): That's some awesome stuff you did right there, dinner is on me!
51
-
- Or you can also [**choose what you want to donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EGBENAC5XBCKS), all donations are awesome!
72
+
See the [**javadocs**](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/) for more advanced documentation.
52
73
74
+
<br/>
53
75
54
-
Spread the word
55
-
-----
76
+
## Examples :eyes:
77
+
Download 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).
56
78
57
-
If you like this library, please tell others about it :two_hearts::two_hearts:
<ahref="https://twitter.com/intent/tweet?text=Check%20out%20the%20awesome%20MPAndroidChart%20library%20on%20Github:%20https://github.com/PhilJay/MPAndroidChart"target="_blank"title="share to twitter"style="width:100%"><imgsrc="https://github.com/PhilJay/MPAndroidChart/blob/master/design/twitter_icon.png"title="Share on Twitter"width="35"height=35 />
60
-
<ahref="https://plus.google.com/share?url=https://github.com/PhilJay/MPAndroidChart"target="_blank"title="share to twitter"style="width:100%"><imgsrc="https://github.com/PhilJay/MPAndroidChart/blob/master/design/googleplus_icon.png"title="Share on Google+"width="35"height=35 />
61
-
<ahref="https://www.facebook.com/sharer/sharer.php?u=https://github.com/PhilJay/MPAndroidChart"target="_blank"title="share to twitter"style="width:100%"><imgsrc="https://github.com/PhilJay/MPAndroidChart/blob/master/design/facebook_icon.png"title="Share on Facebook"width="35"height=35 />
81
+
<br/>
62
82
63
-
-[]()Follow me on **Twitter**: [**@PhilippJahoda**](https://twitter.com/PhilippJahoda)
64
-
- Look me up on **StackOverflow**: [**Philipp Jahoda**](http://stackoverflow.com/users/1590502/philipp-jahoda)
83
+
## Questions & Issues :thinking:
65
84
85
+
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.
66
86
67
-
Demo
68
-
-----
87
+
Please read the [**documentation**](https://github.com/PhilJay/MPAndroidChart/wiki) first, then ask all your questions on [stackoverflow.com](https://stackoverflow.com/questions/tagged/mpandroidchart) for the fastest answer.
69
88
70
-
For a brief overview of the most important features, please download the **PlayStore Demo**[**MPAndroidChart Example.apk**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample) and try it out. The corresponding code for the demo-application is also included in this repository inside the **MPChartExample folder**.
**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!
76
94
77
-
If you are having questions or problems, you should:
95
+
**My Bitcoin Wallet** (Bitcoin only)
78
96
79
-
-**Review your code**. Make absolutely sure that everything is correct on your side.
80
-
- Make sure you are using the **latest version** of the library. Check the [**release-section**](https://github.com/PhilJay/MPAndroidChart/releases).
81
-
- Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/)
82
-
- Search or open questions on [**stackoverflow**](https://stackoverflow.com/search?q=mpandroidchart) with the `mpandroidchart` tag
83
-
- Search [**known issues**](https://github.com/PhilJay/MPAndroidChart/issues) for your problem (open and closed)
84
-
- Create new issues (please :fire:**search known issues before**:fire:, do not create duplicate issues)
85
-
- Check this: ["how not to contribute"](https://github.com/PhilJay/MPAndroidChart/wiki/How-not-to-contribute)
86
-
87
-
Please do not expect answers to your questions if you have not considered all above mentioned approaches in advance.
97
+
1G8G6tqQ3oh38BvDH3xq8o6gGVMvBTkcUg
88
98
89
-
Features
90
-
-----
91
-
You can have a look at the core features of this libary [**here**](https://github.com/PhilJay/MPAndroidChart/wiki/Core-Features).
92
-
93
-
Usage
94
-
-----
99
+
**My Ethereum Wallet** (Ethereum only)
95
100
96
-
In order to use the library, there are 4 different options:
101
+
0x04ef098bf9f91871391363e3caf791afa3adc39b
97
102
98
-
**1. Gradle dependency** (recommended)
103
+
**PayPal**
99
104
100
-
- Add the following to your project level `build.gradle`:
-[**Donate 5 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7G52RA87ED8NY): Thank's for creating this project, here's a coffee (or some beer) for you!
106
+
-[**Donate 10 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4C9TPE67F5PUQ): Wow, I am stunned. Let me take you to the movies!
107
+
-[**Donate 15 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKMPTFMVK3JMC): I really appreciate your work, let's grab some lunch!
108
+
-[**Donate 25 $**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H9JA4QX7UHXCY): That's some awesome stuff you did right there, dinner is on me!
109
+
- Or you can also [**choose what you want to donate**](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EGBENAC5XBCKS), all donations are awesome!
116
110
117
-
**2. Maven**
118
-
- Add the following to the `<repositories>` section of your `pom.xml`:
111
+
<br/>
119
112
120
-
```xml
121
-
<repository>
122
-
<id>jitpack.io</id>
123
-
<url>https://jitpack.io</url>
124
-
</repository>
125
-
```
126
-
- Add the following to the `<dependencies>` section of your `pom.xml`:
113
+
## Social Media :fire:
127
114
128
-
```xml
129
-
<dependency>
130
-
<groupId>com.github.PhilJay</groupId>
131
-
<artifactId>MPAndroidChart</artifactId>
132
-
<version>v3.0.3</version>
133
-
</dependency>
134
-
```
135
-
136
-
**3. clone whole repository** (not recommended)
115
+
If you like this library, please tell others about it :two_hearts::two_hearts:
116
+
117
+
[](https://twitter.com/intent/tweet?text=Check%20out%20the%20awesome%20MPAndroidChart%20library%20on%20Github:%20https://github.com/PhilJay/MPAndroidChart)
118
+
[](https://plus.google.com/share?url=https://github.com/PhilJay/MPAndroidChart)
119
+
[](https://www.facebook.com/sharer/sharer.php?u=https://github.com/PhilJay/MPAndroidChart)
137
120
138
-
Documentation
139
-
-----
140
-
For a **detailed documentation**:notebook_with_decorative_cover:, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/).
121
+
You can follow the creator on Twitter [**@PhilippJahoda**](https://twitter.com/PhilippJahoda)
141
122
142
-
Furthermore, you can also rely on the [**MPChartExample**](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample) folder and check out the example code in that project. The corresponding application to the example project is also [**available in the Google PlayStore**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample).
143
-
You can also join others in a discussion on [](https://gitter.im/PhilJay/MPAndroidChart?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge)
144
-
145
-
Chart types
146
-
-----
123
+
Philipp is also on [StackOverflow](http://stackoverflow.com/users/1590502/philipp-jahoda)
Licensed under the Apache License, Version 2.0 (the "License");
@@ -209,4 +210,14 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
209
210
See the License for the specific language governing permissions and
210
211
limitations under the License.
211
212
212
-
**Special thanks** to [danielgindi](https://github.com/danielgindi), [mikegr](https://github.com/mikegr), [tony](https://github.com/tonypatino-monoclesociety), [almic](https://github.com/almic) and [jitpack.io](https://github.com/jitpack-io) for their contributions to this project.
213
+
<br/>
214
+
215
+
## Special Thanks :heart:
216
+
217
+
These people rock!
218
+
219
+
-[danielgindi](https://github.com/danielgindi) - Daniel Gindi
220
+
-[mikegr](https://github.com/mikegr) - Michael Greifeneder
221
+
-[tony](https://github.com/tonypatino-monoclesociety) - Tony
0 commit comments