Commit graph

2054 commits

Author SHA1 Message Date
PhilJay
9a19bf6670 Migrate to Realm v2.0.2, fix example 2016-10-23 00:02:49 +02:00
PhilJay
9b7cffa274 Move to Realm v2.0.2, update example 2016-10-22 23:54:31 +02:00
Philipp Jahoda
49b61e92a4 Update README.md 2016-10-22 15:54:26 +02:00
Philipp Jahoda
3ce2016048 Update README.md 2016-10-19 23:09:03 +02:00
Philipp Jahoda
b618524a19 Update README.md 2016-10-19 23:03:54 +02:00
Daniel Cohen Gindi
810c99c579 Make highlightFullBarEnabled feature work again 2016-10-19 10:08:42 +03:00
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
Voicu
89f10e928e Remove unused local variable 2016-09-18 09:32:34 -07: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
Voicu
e5d03ba640 Remove nullcheck for known non-null value 2016-08-22 23:30:43 -07:00