Commit graph

1896 commits

Author SHA1 Message Date
PhilJay
0fec2ef06b Clear up grouped bar example 2016-10-18 22:40:45 +02:00
Daniel Cohen Gindi
d65ffb8871 Fixed bar chart demo first value being empty 2016-10-18 18:39:04 +03:00
Daniel Cohen Gindi
730e5d3d9b Fixed last label of line chart not rendering 2016-10-18 18:27:21 +03:00
Daniel Cohen Gindi
c83d2f4ff4 Default spaceMin/max for xAxis in candlestick charts 2016-10-18 18:17:16 +03:00
PhilJay
8ed6dd24bf Update gradle & android sdk 2016-10-16 19:09:42 +02:00
Philipp Jahoda
221cd1313a Merge pull request #2342 from nielsz/patch-1
Fix typo
2016-10-16 18:49:41 +02:00
Daniel Cohen Gindi
555176bcdb Avoid crash when dataset is empty 2016-10-10 17:24:59 +03:00
Daniel Cohen Gindi
e10628958f Improved highlight for scatter/bubble, and fixes highlightValueWithX 2016-10-10 16:33:43 +03:00
Daniel Cohen Gindi
8d65596266 Default spaceMin/spaceMax for bar charts
This avoids having to set custom axisMinimum/axisMaximum, or offsetting x
2016-10-08 22:25:44 +03:00
Daniel Cohen Gindi
b77063d818 Feature: spaceMin/spaceMax for axis 2016-10-08 22:24:08 +03:00
Daniel Cohen Gindi
815dee86a0 Corrected calcMinMaxY for autoScaleMinMax 2016-10-08 21:47:31 +03:00
nielsz
463ef829d7 Fix typo 2016-10-08 12:18:13 +02:00
PhilJay
3398cf4462 Refactoring, prepare example for testing highlight 2016-10-02 15:14:09 +02:00
PhilJay
323329d8a6 Extend test cases 2016-10-02 14:36:55 +02:00
Daniel Cohen Gindi
6f1d365176 Merge pull request #2314 from mikedream89/master
[FIX] not find centeringEnabled
2016-09-30 18:27:38 +03:00
Mark
cf0f1fca34 [FIX] not find centeringEnabled 2016-09-29 19:38:48 +08:00
Daniel Cohen Gindi
c8553da89c Set z-index of markers to be the highest 2016-09-29 09:09:05 +03:00
Daniel Cohen Gindi
06bed3332d Allow label centering for 1 label 2016-09-29 09:00:18 +03:00
Daniel Cohen Gindi
aa14ab262b Minor fixes for interval in axis labels 2016-09-29 08:59:33 +03:00
Daniel Cohen Gindi
028328b986 Guard roundToNextSignificant and decimal from invalids 2016-09-29 08:12:05 +03:00
PhilJay
01d8b24686 Update gradle 2016-09-24 18:21:50 +02:00
PhilJay
d4e2e697e6 Merge branch 'master' of https://github.com/PhilJay/MPAndroidChart 2016-09-22 16:23:48 +02:00
Daniel Cohen Gindi
6c0b9c1aab Removed redundant condition 2016-09-21 20:02:56 +03:00
Daniel Cohen Gindi
b1fe859ce8 Fixes for cubic bezier edges 2016-09-21 19:55:58 +03:00
Daniel Cohen Gindi
63684f02ca Avoid crash for centerAxisLabelsEnabled when entry count == 1 2016-09-21 17:56:00 +03:00
Daniel Cohen Gindi
21e778cb1f Move on from the deprecated property in the demos 2016-09-21 07:53:06 +03:00
Daniel Cohen Gindi
7ffa9caaa1 Fixed entry searching algorithm to handle sequential same values 2016-09-21 07:30:46 +03:00
Daniel Cohen Gindi
b53c8cdbd1 Removed redundancies 2016-09-19 22:15:26 +03:00
PhilJay
865c3dae18 Extend test cases (for bugfix) 2016-09-18 17:33:04 +02:00
PhilJay
5b9bd6e633 Fix time chart example 2016-09-18 11:13:25 +02:00
PhilJay
0aeddb025e Fix issue causing ANR for empty charts 2016-09-17 23:47:47 +02:00
PhilJay
e9459fb592 Remove unused mDrawPaint instance 2016-09-17 23:23:59 +02:00
PhilJay
d34670fa62 Remove noDataTextDescription - this can be done via noDataText as well 2016-09-17 23:23:12 +02:00
PhilJay
643f901b15 Make chart description a Component which allows to treat description similar to Legend or Axis (issue #2249) 2016-09-17 21:36:59 +02:00
Daniel Cohen Gindi
a3c1fe6bbf Added missing clip rect for zero line 2016-09-15 09:12:59 +03:00
Daniel Cohen Gindi
a6dd5bb4a1 Improved naming before the big release 2016-09-14 23:47:55 +03:00
Daniel Cohen Gindi
8f5a898a95 Improved naming 2016-09-14 22:22:32 +03:00
PhilJay
7b33554d5b Minor changes & documentation 2016-09-04 10:44:23 +02:00
Philipp Jahoda
02cf2c1b97 Merge pull request #2193 from relair/PieChart_FixForBackgroundIssue_WhenSliceIsTooSmall
Pie chart, fix for small values appearing as background
2016-09-03 19:01:39 +02:00
PhilJay
01419f795b Remove psd 2016-08-31 09:19:05 +02:00
Daniel Cohen Gindi
fd3b71f780 Reuse index 2016-08-29 22:22:14 +03:00
Marcin
afcb72f50f Fix for pie chart, so small values won't appear as "background" (which really is a huge circle) 2016-08-24 14:52:42 +01:00
Philipp Jahoda
8134d7f056 Merge pull request #2110 from Akylas/dasheffect
AxisLine DashEffect
2016-08-18 20:58:17 +02:00
Philipp Jahoda
e3c240bd9b Merge pull request #2172 from redwarp/master
Correct documentation for ComponentBase#setTextSize
2016-08-18 20:57:32 +02:00
Philipp Jahoda
2b04973813 Merge pull request #2168 from Sin-Wave/master
Fixed Bug in LineChartRenderer
2016-08-18 20:57:14 +02:00
Benoit Vermont
26a69592d3 Merge pull request #1 from redwarp/setTextSize-Documentation
Update ComponentBase.java
2016-08-18 16:49:10 +02:00
Benoit Vermont
9d0b0fd955 Update ComponentBase.java
Update the documentation for setTextSize, to reflect that the parameter size is in DP, and not in pixel.
2016-08-18 16:48:28 +02:00
Julian Köpke
918950b6ad respect phaseX when drawing cubicFill 2016-08-18 08:35:33 +02:00
Julian Köpke
cc971a7d02 fixed LineChartRenderer to get correct x values when using cubicFill 2016-08-17 19:44:48 +02:00
Daniel Cohen Gindi
5daa6dc23c Fill before stroke - because the fill may cover half of a thick stroke 2016-08-15 15:59:33 +03:00