Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #1

Merged
merged 698 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
698 commits
Select commit Hold shift + click to select a range
865c3da
Extend test cases (for bugfix)
PhilJay Sep 18, 2016
89f10e9
Remove unused local variable
vpop Sep 18, 2016
b53c8cd
Removed redundancies
danielgindi Sep 19, 2016
7ffa9ca
Fixed entry searching algorithm to handle sequential same values
danielgindi Sep 21, 2016
21e778c
Move on from the deprecated property in the demos
danielgindi Sep 21, 2016
63684f0
Avoid crash for `centerAxisLabelsEnabled` when entry count == 1
danielgindi Sep 21, 2016
b1fe859
Fixes for cubic bezier edges
danielgindi Sep 21, 2016
6c0b9c1
Removed redundant condition
danielgindi Sep 21, 2016
d4e2e69
Merge branch 'master' of https://github.com/PhilJay/MPAndroidChart
PhilJay Sep 22, 2016
01d8b24
Update gradle
PhilJay Sep 24, 2016
028328b
Guard `roundToNextSignificant` and `decimal` from invalids
danielgindi Sep 29, 2016
aa14ab2
Minor fixes for interval in axis labels
danielgindi Sep 29, 2016
06bed33
Allow label centering for 1 label
danielgindi Sep 29, 2016
c8553da
Set z-index of markers to be the highest
danielgindi Sep 29, 2016
cf0f1fc
[FIX] not find centeringEnabled
mikedream89 Sep 29, 2016
6f1d365
Merge pull request #2314 from mikedream89/master
danielgindi Sep 30, 2016
323329d
Extend test cases
PhilJay Oct 2, 2016
3398cf4
Refactoring, prepare example for testing highlight
PhilJay Oct 2, 2016
463ef82
Fix typo
Oct 8, 2016
815dee8
Corrected calcMinMaxY for autoScaleMinMax
danielgindi Oct 8, 2016
b77063d
Feature: spaceMin/spaceMax for axis
danielgindi Oct 8, 2016
8d65596
Default spaceMin/spaceMax for bar charts
danielgindi Oct 8, 2016
e106289
Improved highlight for scatter/bubble, and fixes highlightValueWithX
danielgindi Oct 10, 2016
555176b
Avoid crash when dataset is empty
danielgindi Oct 10, 2016
221cd13
Merge pull request #2342 from nielsz/patch-1
PhilJay Oct 16, 2016
8ed6dd2
Update gradle & android sdk
PhilJay Oct 16, 2016
c83d2f4
Default spaceMin/max for xAxis in candlestick charts
danielgindi Oct 18, 2016
730e5d3
Fixed last label of line chart not rendering
danielgindi Oct 18, 2016
d65ffb8
Fixed bar chart demo first value being empty
danielgindi Oct 18, 2016
0fec2ef
Clear up grouped bar example
PhilJay Oct 18, 2016
810c99c
Make highlightFullBarEnabled feature work again
danielgindi Oct 19, 2016
b618524
Update README.md
PhilJay Oct 19, 2016
3ce2016
Update README.md
PhilJay Oct 19, 2016
49b61e9
Update README.md
PhilJay Oct 22, 2016
9b7cffa
Move to Realm v2.0.2, update example
PhilJay Oct 22, 2016
9a19bf6
Migrate to Realm v2.0.2, fix example
PhilJay Oct 22, 2016
bc13bc2
Update AxisBase.java
Ewg777 Oct 27, 2016
fb8094e
Make automatically disabling slice-spacing an opt-in feature
danielgindi Oct 31, 2016
49b4d1a
Bugfix: Corrected clipRect on the proper rect variable
danielgindi Oct 31, 2016
70691be
Fixed glitch in clipping rects.
danielgindi Oct 31, 2016
6a5580b
Renamed new property getter
danielgindi Oct 31, 2016
8045d64
Added `clipValuesToContent` property for clipping values
danielgindi Oct 31, 2016
3a879e9
Added missing isDrawBordersEnabled getter
danielgindi Oct 31, 2016
00f3605
Fixed weird glitch in mixed (pos/neg) stacked bars highlight
danielgindi Oct 31, 2016
3928e28
Fixed double calculation of xAxis spacing
danielgindi Nov 8, 2016
262d877
Fix: typo for October
maheshgaya Nov 12, 2016
ee020bb
Gradle updates
danielgindi Nov 16, 2016
0818d76
Fixed EPSILON. (Closes #2432)
danielgindi Nov 16, 2016
4cb83a7
Added IndexAxisValueFormatter, to allow for easy x-axis labels like M…
danielgindi Nov 16, 2016
2e80fad
Fixed a bug where the mod-360 bypass draws a full-circle for 0 slices.
danielgindi Nov 16, 2016
a7fd778
Upgrade version
PhilJay Nov 17, 2016
08f295e
Upgrade manifest
PhilJay Nov 17, 2016
345b4bc
Update README.md
PhilJay Nov 19, 2016
9aaa332
Update README.md
PhilJay Dec 10, 2016
8abe7e8
Update README.md
PhilJay Dec 10, 2016
34e7f44
drawBottomYLabelEntryEnabled
danielgindi Dec 19, 2016
a934501
Gradle updates
danielgindi Dec 19, 2016
d5e5ec3
resetZoom()
danielgindi Dec 19, 2016
ccf6b7e
Correctly position 0 in stacked bar
danielgindi Dec 19, 2016
6966b81
Fix for default text size being set in PX instead of DP
Dec 23, 2016
30a3317
Fix circles inherit alpha (Fixes #2620)
Dec 23, 2016
ed61808
fix tests for java executable location. bug #2805
Feb 13, 2017
7498277
fix https://github.com/PhilJay/MPAndroidChart/issues/2813
Feb 14, 2017
a02e108
Implemented icon support
danielgindi Feb 20, 2017
144af7b
Added examples for icon entries
danielgindi Feb 20, 2017
23e0178
Merge pull request #2825 from danielgindi/icons
danielgindi Feb 20, 2017
94957fa
Improved feb29 formula
danielgindi Feb 20, 2017
a5e0a9b
Moved auto scale before render of axis lines
danielgindi Feb 21, 2017
28166a0
Merge pull request #2814 from travisfw/utf8-javadoc
danielgindi Feb 21, 2017
528e2e8
Merge pull request #2811 from travisfw/master
danielgindi Feb 21, 2017
886cc9f
Merge pull request #2621 from patrick-iv/fix_default_text_size
danielgindi Feb 21, 2017
31b6022
Merge pull request #2622 from patrick-iv/fix_circle_inherit_alpha
danielgindi Feb 21, 2017
3ec493f
Merge pull request #2414 from Ewg777/patch-1
danielgindi Feb 21, 2017
493e3d2
Merge pull request #2463 from maheshgaya/master
danielgindi Feb 21, 2017
0c919ab
Consider isEnabled in more axis rendering cases
danielgindi Feb 22, 2017
6c54f0b
Fix for missing setters in getInstance method
stephenmcbride Feb 28, 2017
993d273
Update README.md
PhilJay Mar 14, 2017
2eb1290
Update README.md
PhilJay Mar 14, 2017
6df13dd
Update README.md
PhilJay Mar 15, 2017
b564704
Updating versions
PhilJay Mar 23, 2017
557e556
Remove line width minimum constraint
PhilJay Mar 23, 2017
208bf18
Update README.md
PhilJay Mar 23, 2017
f6a398b
Update README.md
PhilJay Mar 24, 2017
0af8681
Update README.md
PhilJay Apr 4, 2017
acf985f
Clear lastHighlighted when `clear` is called
danielgindi Apr 26, 2017
fcb506c
Create LICENSE
PhilJay Jun 26, 2017
695f481
Merge pull request #3204 from PhilJay/add-license-1
PhilJay Jun 26, 2017
43ae497
Fix some potential NPEs with WeakReference usage
scottkennedy Jun 26, 2017
ad3c82f
Update README.md
PhilJay Aug 4, 2017
4f77a15
Update README.md
PhilJay Aug 11, 2017
98f97f0
Run view port jobs after applying changes
danielgindi Aug 25, 2017
ed77076
Add default x spacing (half width) for scatter chart as well
danielgindi Aug 25, 2017
ea93823
Fix CombinedChartView not drawing markers
danielgindi Sep 8, 2017
72031d3
Allow locking drag on either axes
danielgindi Sep 8, 2017
c97b8d5
add option to draw limit lines on top of data
davidgoli Sep 23, 2017
d3c339d
Refactored LargeValueFormatter
MaximPestryakov Oct 6, 2017
a5a482f
Update README.md
PhilJay Nov 28, 2017
f2dedb3
Update gradle and dependencies
PhilJay Nov 29, 2017
796dfb2
Out comment gradle wrapper
PhilJay Nov 29, 2017
ed9340e
Update maven android plugin
PhilJay Nov 29, 2017
dfaffa3
Add maven plugin to example
PhilJay Nov 29, 2017
23aef1a
Add new google repo
PhilJay Nov 29, 2017
0868d9b
Add new google repo
PhilJay Nov 29, 2017
47485f8
Update README.md
PhilJay Nov 29, 2017
5e97f56
Update version
PhilJay Nov 29, 2017
41aff3f
Merge
PhilJay Nov 29, 2017
1ac72ea
Update README.md
PhilJay Nov 30, 2017
d900098
Update README.md
PhilJay Nov 30, 2017
e416736
Added option to set restrictions for Y axis autoscaling.
pagrzybe Dec 10, 2017
16a9be8
Update gitignore, add assets
PhilJay Dec 14, 2017
6291017
Merge branch 'master' of github.com:PhilJay/MPAndroidChart
PhilJay Dec 14, 2017
b06439f
Update README.md
PhilJay Dec 19, 2017
21ad196
Update README.md
PhilJay Dec 19, 2017
4b7eb1f
Update README.md
PhilJay Dec 19, 2017
44125a8
Update README.md
PhilJay Dec 20, 2017
8954409
Update README.md
PhilJay Dec 20, 2017
779e0f5
Update README.md
PhilJay Dec 25, 2017
2c08b56
Update README.md
PhilJay Dec 25, 2017
c867d7c
Update README.md
PhilJay Dec 25, 2017
c50f03c
Update README.md
PhilJay Dec 25, 2017
6ccaf94
Update README.md
PhilJay Dec 27, 2017
8fd1a86
Update README.md
PhilJay Dec 27, 2017
b3e2358
Update README.md
PhilJay Jan 12, 2018
297ce9f
Update README.md
PhilJay Jan 12, 2018
a525088
Update README.md
PhilJay Jan 12, 2018
82668eb
Add files via upload
PhilJay Feb 24, 2018
3e1eb14
Delete googlee1205ea43aa2c32a.html
PhilJay Feb 24, 2018
aee6058
Avoid that the last label entry in the x-labels clip off the edge of …
Feb 27, 2018
1e6e58d
Add option for using slice color as value line color
sembozdemir Mar 28, 2018
508cc56
Rename RadarChartActivitry to RadarChartActivity
wilder Apr 16, 2018
993a855
Remove unused imports
wilder Apr 16, 2018
e1411f1
Remove Custom Check
almic Apr 27, 2018
215e0df
Merge pull request #3949 from WilderPereira/master
almic Apr 28, 2018
40adb57
Merge pull request #3898 from sembozdemir/pie_chart_value_line_colors
almic Apr 28, 2018
d8ea67a
update to Android Studio 3.1.2
hannesa2 Apr 25, 2018
9997a33
Merge pull request #3975 from hannesa2/AndroidStudio3.1.2
almic Apr 29, 2018
7286f87
Create ISSUE_TEMPLATE.md
almic Apr 29, 2018
6fbd492
Create PULL_REQUEST_TEMPLATE.md
almic Apr 29, 2018
89d18a7
Merge pull request #3207 from scottkennedy/weakref-fixes
almic Apr 30, 2018
35c9fc9
refactor(EasingFunction): Simplified EasingFunction
almic Apr 30, 2018
5519c51
fix(docs): Broken Contributing link
almic Apr 30, 2018
640208c
Merge pull request #3820 from longup/master
almic May 2, 2018
89e50c8
Merge pull request #3982 from almic/yaxis-calc
almic May 2, 2018
11bf7aa
Update issue templates
almic May 2, 2018
a7eb395
Downgrade ISSUE_TEMPLATE.md to generic issue
almic May 2, 2018
00e284c
Update Bug_report.md
almic May 2, 2018
1ff676e
Update CONTRIBUTING.md
almic May 2, 2018
0378e76
Merge pull request #2856 from stephenmcbride/master
almic May 2, 2018
9b9d2a6
Update README.md
PhilJay May 3, 2018
689d484
Delete lingering MyEasingFunction.java
almic May 3, 2018
e4ba3cd
- multiple gradient color
oatrice May 3, 2018
c08ec81
Merge pull request #4001 from oatrice/feature/muti_gradient
almic May 5, 2018
03c538f
docs(templates): Update Issue & PR templates
almic May 6, 2018
9583a18
chore(template): Move templates to .github folder
almic May 6, 2018
7abc9cd
Update and reorganise copy data sets methods (Fix for #1604).
RobertZagorski May 8, 2018
0b6632f
Merge pull request #4008 from RobertZagorski/bugfix/#1604-update-and-…
almic May 8, 2018
92c14db
Fixed code review comments.
pagrzybe May 9, 2018
8943622
Remove mLabelRotatedHeight counted twice, when calculating legend off…
RobertZagorski May 9, 2018
5869c9d
Fixed Javadoc
MaximPestryakov May 9, 2018
73054be
Merge pull request #3642 from pagrzybe/autoscale_restrictions
almic May 9, 2018
9ee3a74
Merge pull request #4013 from RobertZagorski/bugfix/#2369-legend-offs…
almic May 9, 2018
53de181
Merge pull request #3478 from MaximPestryakov/patch-1
almic May 9, 2018
1485cdc
Merge pull request #3451 from davidgoli/add-grid-lines-on-top-of-data
almic May 9, 2018
75dd04c
Remove redundant findViewById casts, that became obsolete after migra…
RobertZagorski May 10, 2018
536a35a
docs(README): Update & simplify README
almic May 10, 2018
fe7a0f8
Merge pull request #4018 from RobertZagorski/feature/remove-redundant…
almic May 13, 2018
b65ba08
Update README.md
PhilJay May 15, 2018
c1f6fce
Update README.md
PhilJay Jun 6, 2018
073ad3c
Update README.md
PhilJay Aug 26, 2018
6f0b743
Update README.md
PhilJay Aug 26, 2018
2316f85
Update README.md
PhilJay Aug 26, 2018
e2a9110
Update README.md
PhilJay Aug 26, 2018
20bca4a
Update README.md
PhilJay Aug 26, 2018
d67ea48
Huge Project Refresh
almic Oct 26, 2018
db7dda2
More Linting
almic Oct 27, 2018
5030b36
More Cleanup
almic Oct 28, 2018
129ad15
Merge pull request #2187 from vpop/update/redundant-nullcheck
almic Oct 28, 2018
6ce9932
Merge pull request #2273 from vpop/update/unused-local
almic Oct 28, 2018
9148f37
Bump version to 3.1.0-alpha
almic Oct 29, 2018
608d9e2
Fix link error
almic Oct 30, 2018
e5b6619
New ValueFormatter
almic Nov 7, 2018
fc0e234
Remove Deprecated Things
almic Nov 7, 2018
29f4cc5
Remove unnecessary API checks
almic Nov 11, 2018
42cdba5
Add Curved Slices to Pie Chart
almic Nov 12, 2018
aea2ff3
Add option to set minimum angles
almic Nov 15, 2018
c886bb3
Update README.md
PhilJay Feb 20, 2019
59028d3
Update Bug_report.md
PhilJay Feb 21, 2019
7df8a4c
Update Feature_request.md
PhilJay Feb 21, 2019
971640b
Update Support_help.md
PhilJay Feb 21, 2019
2058f7b
Minor changes to project and example
PhilJay Mar 16, 2019
0c2ac2d
New example app release
PhilJay Mar 16, 2019
e95c1eb
Update README.md
PhilJay Mar 20, 2019
adb56e7
Update README.md
PhilJay Apr 7, 2019
12b4351
Update README.md
PhilJay Apr 7, 2019
ed8876c
Update README.md
PhilJay Apr 7, 2019
0563fb4
PercentFormatter: make space between number and percent sign optional
duchampdev Apr 27, 2019
c5667d4
fix little typo
duchampdev Apr 27, 2019
2340e12
Merge pull request #4512 from duchampdev/percent_formatter_sign_spacing
PhilJay Apr 27, 2019
fffe9a2
Update gradle
PhilJay Apr 27, 2019
726616d
Merge branch 'master' of github.com:PhilJay/MPAndroidChart
PhilJay Apr 27, 2019
dc59171
Create FUNDING.yml
PhilJay Oct 8, 2019
cb26ed4
Update FUNDING.yml
PhilJay Oct 8, 2019
d86f39c
Update README.md
PhilJay Jan 20, 2020
95027fa
Safe guards
danielgindi Jan 22, 2020
6ebf3fa
Added highlightColor parameter for pie charts
danielgindi Jan 22, 2020
1987d7e
Consider axis dependency in Combined chart
danielgindi Jan 22, 2020
634a690
Added an implementation of Douglas Peucker with resultCount input
danielgindi Jan 22, 2020
a4ca1f3
Fixed axis label disappearing when zooming in
danielgindi Jan 22, 2020
2e725e4
Make min/max axis labels configurable
danielgindi Jan 22, 2020
3f54750
Avoid race condition for interval/intervalMagnitude
danielgindi Jan 22, 2020
912427e
Custom text alignment for no-data
danielgindi Jan 22, 2020
4549ae1
Select correct axis for legend distance calculation in horz bar chart
danielgindi Jan 22, 2020
bafb0fb
Use correct color index for bubble chart
danielgindi Jan 22, 2020
ea816e8
Added dataIndex param for highlightValue (combined charts)
danielgindi Jan 22, 2020
34c3cea
Reset min/max when clearing ChartDataSet
danielgindi Jan 22, 2020
8df9eda
Call notifyDataChanged for an opportunity for subclasses
danielgindi Jan 22, 2020
4ce14e6
Add a warning message if pie chart has more than one data set
danielgindi Jan 22, 2020
58545bb
Add option to disable clipping data to contentRect
danielgindi Jan 22, 2020
7752efe
Support for labelXOffset for YAxis label
danielgindi Jan 22, 2020
ae59e7a
This is for the inline bubble selection
danielgindi Jan 22, 2020
c97c8d2
Fixed index out of bounds issue when using stacked bar chart
danielgindi Jan 22, 2020
13aee59
Improve min/max calculation
danielgindi Jan 22, 2020
fcc5af7
Call onChartScale listener after double-tap-zoom
danielgindi Jan 22, 2020
e02e9be
Multiple colors for valueline
danielgindi Jan 22, 2020
14456f4
Renamed values -> entries for consistency
danielgindi Jan 22, 2020
45240c3
Improved negative offset for horz bar chart
danielgindi Jan 22, 2020
34fefd2
maxHeight didn't account for the last label
danielgindi Jan 23, 2020
0668d30
Fixed a bug where a pie slice without highlight enabled is hidden
danielgindi Jan 23, 2020
1de836a
Remove unexpected dash line during linear animation
danielgindi Jan 23, 2020
5e4a32e
Corrected check for line in vertical bounds
danielgindi Jan 23, 2020
f8d068d
Merge pull request #4787 from danielgindi/feature/catching_up_to_ios
danielgindi Jan 23, 2020
f053377
Finalized vertical line collision check
danielgindi Jan 23, 2020
351e341
Fixed merge residue
danielgindi Jan 24, 2020
c0e7f56
Implement a more generic Fill class instead of GradientColor
danielgindi Jan 24, 2020
eae9773
Merge branch 'fill'
danielgindi Jan 24, 2020
55df9ad
Update LICENSE
nathan-fiscaletti Feb 1, 2020
cef967f
fix NPE when use solid color with barchart
Feb 7, 2020
4b67673
Update BarChartRenderer.java
oatrice Feb 7, 2020
33240f9
Update HorizontalBarChartRenderer.java
oatrice Feb 7, 2020
90e5230
Update BarChartRenderer.java
oatrice Feb 7, 2020
9347dd1
Merge pull request #4802 from oatrice/fix_crash_solid_color_barchart
danielgindi Feb 9, 2020
05f658d
Update README.md
PhilJay Feb 12, 2020
13b2f68
Merge pull request #4799 from nathan-fiscaletti/patch-1
danielgindi Feb 13, 2020
f7509d5
Update README.md
PhilJay Mar 5, 2020
423fc67
Update README.md
PhilJay May 12, 2020
8e4dccf
Update LICENSE
PhilJay May 26, 2020
bc0be2c
Revert: e5b66192 - bring back polymorphism to value formatters
danielgindi Sep 21, 2020
8c92fcd
Merge pull request #5011 from danielgindi/fix/value_formatter
danielgindi Sep 21, 2020
696ebd0
Update README.md
PhilJay Oct 29, 2020
5a732b0
Update README.md
PhilJay Oct 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: mpandroidchart
open_collective: philippjahoda
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!---
BEFORE YOU SUBMIT please read the following:

Please search open/closed issues before submitting since someone might have asked
the same thing before!

If you have a support request or question please submit them on StackOverflow:
https://stackoverflow.com/questions/tagged/mpandroidchart
using the tags `android` & `mpandroidchart`

Please also look at the CONTRIBUTING file before opening an issue:
https://github.com/PhilJay/MPAndroidChart/blob/master/CONTRIBUTING.md

Issues on GitHub are only related to problems with MPAndroidChart itself and we
cannot answer support questions here. We will close your issue without a response.
-->

**Summary**
<!-- A clear and concise description of what the bug is. -->

**Expected Behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Possible Solution**
<!-- Not required, but suggest a fix/ reason for the bug, -->
<!-- or ideas how to implement the addition or change -->

**Device (please complete the following information):**
- Device: [e.g. Google Pixel]
- Android Version [e.g. 7.0]
- Library Version (e.g. 3.1.0-alpha)

**Additional Context**
<!-- Add any other context about the problem here.
If you have source code demonstrating this bug, create a Gist:
https://help.github.com/articles/creating-gists/
and link to it here. -->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Bugs
about: Create a bug report to help us improve

---

<!---
BEFORE YOU SUBMIT please read the following:

Please search open/closed issues before submitting since someone might have asked the same thing before!

If you have a support request or question please submit them on StackOverflow:
https://stackoverflow.com/questions/tagged/mpandroidchart
using the tags `android` & `mpandroidchart`

Please also look at the CONTRIBUTING file before opening an issue:
https://github.com/PhilJay/MPAndroidChart/blob/master/CONTRIBUTING.md

Issues on GitHub are only related to problems with MPAndroidChart itself and we cannot answer
support questions here. We will close your issue without a response.
-->

**Summary**
<!-- A clear and concise description of what the bug is. -->

**Expected Behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Possible Solution**
<!-- Not required, but suggest a fix/ reason for the bug, -->
<!-- or ideas how to implement the addition or change -->

**Device (please complete the following information):**
- Device: [e.g. Google Pixel]
- Android Version [e.g. 7.0]
- Library Version (e.g. 3.1.0-alpha)

**Additional Context**
<!-- Add any other context about the problem here.
If you have source code demonstrating this bug, create a Gist:
https://help.github.com/articles/creating-gists/
and link to it here. -->

ADD A REWARD using [Speed](speedoss.com) to SOLVE this issue QUICKLY and SUPPORT this project.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Feature Request
about: Suggest an idea for this project

---

<!---
BEFORE YOU SUBMIT please read the following:

Please search open/closed issues before submitting since someone might have asked the same thing before!

If you have a support request or question please submit them on StackOverflow:
https://stackoverflow.com/questions/tagged/mpandroidchart
using the tags `android` & `mpandroidchart`

Please also look at the CONTRIBUTING file before opening an issue:
https://github.com/PhilJay/MPAndroidChart/blob/master/CONTRIBUTING.md

Issues on GitHub are only related to problems with MPAndroidChart itself and we cannot answer
support questions here. We will close your issue without a response.
-->

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->
ADD A REWARD using [Speed](speedoss.com) to SOLVE this issue QUICKLY and SUPPORT this project.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/Support_help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Support
about: I need help!

---

# *STOP RIGHT THERE!*

Issues are ***NOT*** for getting help, only for reporting bugs and feature requests.

Search open and closed issues to see if your question already has an answer. However, **do not create a new issue.**

Instead, do the following:

1. Download the [Example App](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample) and check out the [source code](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample/src/com/xxmassdeveloper/mpchartexample). 90% of the time there is an example that does exactly what you are trying to do.

1. Look at the [Wiki](https://github.com/PhilJay/MPAndroidChart/wiki) for the official documentation for MPAndroidChart. You can also browse the [javadoc](https://jitpack.io/com/github/philjay/mpandroidchart/v3.1.0-alpha/javadoc/) for a more detailed tutorial of the API.

1. Go to [StackOverflow](https://stackoverflow.com/questions/tagged/mpandroidchart) and ask your questions there. The community will be much more helpful and willing to offer guidance.


### You have been warned!

From now on, any issues asking for help will get closed with a link to this file.

### Additional Context
ADD A REWARD using [Speed](speedoss.com) to SOLVE this issue QUICKLY and SUPPORT this project.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## PR Checklist:
- [ ] I have tested this extensively and it does not break any existing behavior.
- [ ] I have added/updated examples and tests for any new behavior.
- [ ] If this is a significant change, an issue has already been created where the problem / solution was discussed: [N/A, or add link to issue here]
<!-- If you'd like to suggest a significant change, please
create an issue to discuss those changes and gather
feedback BEFORE submitting your PR. -->


## PR Description
<!-- Describe Your PR Here! -->

<!-- What does this add/ remove/ fix/ change? -->

<!-- WHY should this PR be merged into the main library? -->
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
# generated files
bin/
gen/
generated/
docs/
finalOutput/
projectFilesBackup/

build.xml

# Local configuration file (sdk path, etc)
local.properties
Expand All @@ -37,3 +43,5 @@ build/

# maven
target/

.DS_Store
52 changes: 52 additions & 0 deletions .idea/runConfigurations/MPChartExample.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

66 changes: 66 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
> ### Notice
> *Before you continue, this is the* **ANDROID** *library. If you have an* **iOS** *device, please go here instead*:
>
> – https://github.com/danielgindi/Charts
>
> They might tell you to come back here, if they do, listen to them and ignore this notice.

# How to contribute

Bug-fixes and features often come from users of the MPAndroidChart library and improve it greatly. We want to keep it as easy as possible to contribute changes that improve the experience for users all around the world. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.

## Creating Issues

There are two main issue templates, one for bugs and another for feature requests. Please use them! You're issue will be much easier to understand, and bugs easier to fix, if you follow the templates. If your issue doesn't fit into those, just use the generic template.

Search existing [issues] to see if your bug has already been reported or if a feature request already exists. Don't forget to remove `is:open` so you see all the issues! If you find that one already exists, use reactions to show how much you care!

## Making Pull Requests

Careful! If you fail to follow these guidlines, you're pull request may be closed, *even if it's really awesome*.

0. **Search** open [pull requests] AND existing [issues] to make sure what you want to do isn't already being worked on or already has an open pull request.
1. **Fork** the repository
1. **Create** a new branch based on `master`, and name it according to your changes
1. **Add** your commits, they MUST follow the [Commit Style](#commit-style) below
1. **Test** your changes by actually running the example app, or create a new example
1. **Create** a pull request, following the auto-generated template
1. ???
1. Profit :money_with_wings:

You are encouraged to use [GitHub Desktop] to inspect your code changes before committing them. It can reveal small changes that might have gone unnoticed, and would be requested for removal before merging.

Check out [#3975](https://github.com/PhilJay/MPAndroidChart/pull/3975) for an example of a good-made-better pull request.

## Commit Style

* **Make commits of logical units**
Don't load your commits with tons of changes, this makes it hard to follow what is happening. However, if you have done a lot of work, and there are commits and merges all over the place, squash them down into fewer commits.

* **Conform to the code style**
It's easy, just look around!

* **Write good commit messages**
You may prefer [Tim Pope's style], you might like the [commitizen-friendly] way. Regardless of the color you pick, you MUST stay within the lines!
```
The commit title CANNOT exceed 50 characters

The body of the message comes after an empty new line, and describes the
changes more thoroughly. If the change is obvious and self-explanatory
from the title, you can omit the body. You should describe all changes
if many were made, or maybe some trickery that only code wizards can
understand.

Be polite and wrap your lines to 72 characters, but if you prefer going
to 100 characters then I guess we can't stop you.
```

## Final Notes

Thanks for reading the contributing file! Have some cake! :cake:

[issues]: https://github.com/PhilJay/MPAndroidChart/issues
[pull requests]: https://github.com/PhilJay/MPAndroidChart/pulls
[GitHub Desktop]: https://desktop.github.com/
[Tim Pope's style]: https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[commitizen-friendly]: https://github.com/commitizen/cz-cli
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2020 Philipp Jahoda

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

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.
1 change: 1 addition & 0 deletions MPChartExample/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/release

This file was deleted.

Loading