Commit graph

1685 commits

Author SHA1 Message Date
Daniel Cohen Gindi
cfb3fdf0a9 Fixed dataset update in demo 2016-04-13 16:56:31 +03:00
Daniel Cohen Gindi
bef8db1af1 Fixed a null exception when using markers with pie chart 2016-04-12 14:06:13 +03:00
Philipp Jahoda
055b5a6c4c Add material colors 2016-04-12 11:34:58 +02:00
Philipp Jahoda
f7eabd0718 Update gradle 2016-04-12 10:42:51 +02:00
Philipp Jahoda
bc7ce8d0bd Merge master 2016-04-11 22:59:20 +02:00
Philipp Jahoda
493da1d130 Merge pull request #1671 from danielgindi/legend-exploded
Exploded the Legend-Position enum to support more combinations
2016-04-11 22:50:55 +02:00
Philipp Jahoda
48f1b6f960 Merge pull request #1670 from danielgindi/bar-border
Bar border
2016-04-11 22:50:09 +02:00
Daniel Cohen Gindi
42981cc98d Protect loop from infinite loop in the highest of zooms 2016-04-11 10:23:11 +03:00
Daniel Cohen Gindi
a1fa7ad5b2 Exploded the Legend-Position enum to support more combinations 2016-04-10 20:02:55 +03:00
Daniel Cohen Gindi
9a9ae5141c Avoid division by zero when calculating huge zooms 2016-04-10 14:10:03 +03:00
Daniel Cohen Gindi
e6915e25e2 Made these bar demos reuse the dataset and keep styling 2016-04-10 13:19:19 +03:00
Daniel Cohen Gindi
58b640dc0b Added bar borders to the demo 2016-04-10 13:19:19 +03:00
Daniel Cohen Gindi
18e39237de Added feature for drawing bar borders 2016-04-10 13:14:38 +03:00
Daniel Cohen Gindi
0ab3dbfae1 Added Xamarin links 2016-04-10 10:23:26 +03:00
Philipp Jahoda
cf463cad06 Merge 2016-04-10 00:57:32 +02:00
Philipp Jahoda
ccced3cc1f Merge pull request #1668 from danielgindi/horizontal-cubic-line
Horizontal cubic line
2016-04-10 00:46:30 +02:00
Daniel Cohen Gindi
215be8ac75 DRYed some code here... 2016-04-09 22:07:06 +03:00
Daniel Cohen Gindi
e762b59a28 Made these line demos reuse the dataset and keep styling 2016-04-09 22:01:15 +03:00
Daniel Cohen Gindi
f74cead4e7 Make yVals settable 2016-04-09 22:01:15 +03:00
Daniel Cohen Gindi
e0250bda49 Add horizontal bezier to the demo 2016-04-09 22:01:14 +03:00
Daniel Cohen Gindi
986874866d Added horizontal cubic (not exaggerating vertical control points) 2016-04-09 22:01:14 +03:00
Philipp Jahoda
a0b49fc8c4 Include offset in position calculation 2016-04-09 11:19:33 +02:00
=
545c633918 Work on timechart 2016-04-05 22:47:09 +02:00
=
992dd5fc85 Work on example 2016-04-05 22:30:38 +02:00
=
0c8cc700b3 Further improvements and timechart example 2016-04-05 22:27:25 +02:00
Philipp Jahoda
d0ce8e7d5a Improve axis calculate method 2016-04-05 11:16:07 +02:00
Philipp Jahoda
34a6e3b5eb Implement axis calculate method 2016-04-05 11:14:25 +02:00
Philipp Jahoda
a599fb79f9 Implement min/max calculation for x values 2016-04-05 11:04:57 +02:00
Philipp Jahoda
5b9665bf2d Merge 2016-04-05 09:41:53 +02:00
Philipp Jahoda
087aa1fda5 Merge 2016-04-05 09:41:20 +02:00
=
a9bd0c6191 Adjust example according to XAxisValue 2016-04-04 22:32:47 +02:00
=
d771bf4467 Start fixing example 2016-04-04 21:51:06 +02:00
=
4c5a2b94a4 Introduce XAxisValue to ChartData object 2016-04-04 21:46:53 +02:00
=
9d0be5d993 Merge branch 'remove_xindices' of https://github.com/PhilJay/MPAndroidChart into remove_xindices 2016-04-04 21:32:28 +02:00
Daniel Cohen Gindi
31f15a941d Turn on granularity for this example
For the value to take effect
2016-04-04 14:52:43 +03:00
Philipp Jahoda
00f3e42278 Create XAxisValue class 2016-04-03 22:50:33 +02:00
Philipp Jahoda
995538cf0b Remove granularity auto-calc feature 2016-04-03 22:36:23 +02:00
Philipp Jahoda
937ea04062 Disable granularity calculation per default 2016-04-03 18:50:31 +02:00
Philipp Jahoda
727b860f11 Add auto calculation of granularity 2016-04-03 18:42:44 +02:00
Philipp Jahoda
af746314c7 Brush up example 2016-04-03 17:51:21 +02:00
Philipp Jahoda
d976b79ed0 Change pie value line default values 2016-04-01 18:11:37 +02:00
Philipp Jahoda
411725bd5b Merge 2016-04-01 18:04:24 +02:00
Philipp Jahoda
8fffe4101c Merge pull request #1641 from danielgindi/labels-around-pie
Labels around pie
2016-04-01 18:03:47 +02:00
Philipp Jahoda
ae7df47637 Modify gitignore 2016-04-01 16:28:18 +02:00
Daniel Cohen Gindi
122ba413ef Take into account extra offsets for pie/radar charts 2016-04-01 16:57:39 +03:00
Daniel Cohen Gindi
56e59d8776 Support for lines drawn to pie values 2016-04-01 16:57:16 +03:00
Philipp Jahoda
aa6bb7418d Fix #1637 2016-04-01 13:01:52 +02:00
Philipp Jahoda
7ef82f2b00 Merge 2016-04-01 09:50:58 +02:00
Philipp Jahoda
135f9aa09e Minor changes 2016-04-01 09:50:37 +02:00
Daniel Cohen Gindi
2e417148ce Corrected legend to center while wrapping in both "above" and "below"
Fixes the bug introduced by 0ee538c
2016-03-31 22:31:32 +03:00