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
Evgeniy
bc13bc2c17
Update AxisBase.java
...
Mistake fixed
2016-10-27 08:45:39 +03:00
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
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