Commit graph

1297 commits

Author SHA1 Message Date
PhilJay
a7fd778fc8 Upgrade version 2016-11-17 19:01:21 +01:00
Daniel Cohen Gindi
2e80fada31 Fixed a bug where the mod-360 bypass draws a full-circle for 0 slices. 2016-11-16 12:04:57 +02:00
Daniel Cohen Gindi
4cb83a7b91 Added IndexAxisValueFormatter, to allow for easy x-axis labels like MPAndroidChart 2.0 2016-11-16 11:19:50 +02:00
Daniel Cohen Gindi
0818d766db Fixed EPSILON. (Closes #2432)
Closes #2424
Closes #2394
Closes #2393
Closes #2385
2016-11-16 11:01:34 +02:00
Daniel Cohen Gindi
3928e285ae Fixed double calculation of xAxis spacing 2016-11-08 17:25:19 +02:00
Daniel Cohen Gindi
00f36054c7 Fixed weird glitch in mixed (pos/neg) stacked bars highlight
https://github.com/danielgindi/Charts/pull/1744
https://github.com/danielgindi/Charts/issues/1726
2016-10-31 15:35:16 +02:00
Daniel Cohen Gindi
3a879e9402 Added missing isDrawBordersEnabled getter 2016-10-31 13:34:22 +02:00
Daniel Cohen Gindi
8045d64260 Added clipValuesToContent property for clipping values 2016-10-31 13:32:47 +02:00
Daniel Cohen Gindi
6a5580b101 Renamed new property getter 2016-10-31 13:26:25 +02:00
Daniel Cohen Gindi
70691bea41 Fixed glitch in clipping rects.
It's the Android's renderer's bug.
When specifying exact clipping rects,
  they are clipping more than they should!
So drawing a thin 1px line on the edge of a clipping rect fail.
Instead of insetting by half the line width, inset by full line width.
2016-10-31 13:10:11 +02:00
Daniel Cohen Gindi
49b4d1a96b Bugfix: Corrected clipRect on the proper rect variable 2016-10-31 12:09:49 +02:00
Daniel Cohen Gindi
fb8094e9f2 Make automatically disabling slice-spacing an opt-in feature 2016-10-31 11:45:05 +02:00
Daniel Cohen Gindi
810c99c579 Make highlightFullBarEnabled feature work again 2016-10-19 10:08:42 +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
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
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
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
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