Commit graph

1685 commits

Author SHA1 Message Date
Leo Mehlig
3995941c3c Keep position on rotation
I’ve added a flag (keepPositionOnRotation) to BarLineChartBase
indicating whether the chart
should stay at its current position or not.
2016-03-10 13:44:16 +01:00
Daniel Cohen Gindi
7b8203020d Added stepped line chart support 2016-03-10 00:05:29 +02:00
Daniel Cohen Gindi
d4500e28ae Localized buffers for line rendering
To simplify rendering flow, and avoid excessive memory usage
2016-03-10 00:05:29 +02:00
Philipp Jahoda
e17e6dfd64 Merge readme 2016-03-06 18:29:35 +01:00
Philipp Jahoda
4845e1b0e3 Fix issue regarding corrupted translation (issue #1551) 2016-03-06 18:29:08 +01:00
Philipp Jahoda
3b70c23a06 Update README.md 2016-03-06 17:55:31 +01:00
Philipp Jahoda
f2771a6c88 Update README.md 2016-03-06 14:08:42 +01:00
Cory Charlton
6e35cf1c68 Added Chart.setNoDataTextColor(int color) 2016-03-05 18:33:34 -08:00
Philipp Jahoda
420d17391a Add dp conversion to fix issue #1540 2016-03-04 22:24:59 +01:00
Philipp Jahoda
c335897159 Merge 2016-03-02 23:43:08 +01:00
Philipp Jahoda
298e973819 Minor adjustment of previous fix. 2016-03-02 23:42:58 +01:00
Daniel Cohen Gindi
f1d79dc67b Fixes circle-with-hole drawing hiccup (Closes #1528) 2016-03-03 00:30:11 +02:00
Philipp Jahoda
2600018ff8 Fix #1535 2016-03-02 23:14:42 +01:00
Philipp Jahoda
a990ed79a2 Merge pull request #1530 from danielgindi/pie-spacing-fixes
Fixed some bugs calculating offset center point for space pie slice (Fixes #1528)
2016-03-01 23:16:56 +01:00
Daniel Cohen Gindi
acd046d787 Fixed some bugs calculating offset center point for space pie slice
(Fixes #1528)
2016-03-02 00:14:33 +02:00
Daniel Cohen Gindi
8f4432c52d Make the extra last line clearer in the rendering code flow 2016-02-29 18:54:38 +02:00
Philipp Jahoda
ed77cb4523 Update README.md 2016-02-28 20:05:59 +01:00
Philipp Jahoda
5f51623993 Add matrixbuffer to avoid constant allocations 2016-02-28 19:31:49 +01:00
Philipp Jahoda
03d91e41e6 Merge pull request #1524 from danielgindi/job-refactoring
Job refactoring
2016-02-28 16:14:28 +01:00
Daniel Cohen Gindi
922f1a8ab3 Renamed AnimatedJob to match ViewPortJob naming 2016-02-27 22:25:08 +02:00
Daniel Cohen Gindi
261720e94a If the other methods are public - this should be public as well 2016-02-27 22:23:31 +02:00
Daniel Cohen Gindi
028f4a54ca Removed addJob as possible cause for confusion
People should use `addViewportJob` instead
2016-02-27 22:23:00 +02:00
Daniel Cohen Gindi
42de21f3ca Renamed the job functions 2016-02-27 22:22:14 +02:00
Daniel Cohen Gindi
1d1a07131f Fixed confusion in docs :-) 2016-02-27 21:51:18 +02:00
Philipp Jahoda
f0dcd68017 Update README.md 2016-02-27 18:12:23 +01:00
Philipp Jahoda
5f6e3092b8 Merge pull request #1517 from danielgindi/pie-fixes
Pie fixes
2016-02-27 18:10:38 +01:00
Philipp Jahoda
042a4dd73a Merge pull request #1516 from danielgindi/cubic-line-fixes
Cubic line fixes
2016-02-27 12:17:16 +01:00
Daniel Cohen Gindi
f317299176 Normalise API for allowing to show slices under the hole 2016-02-26 14:56:15 +02:00
Daniel Cohen Gindi
d9c0fd76e5 Fixed drawing of hole colors 2016-02-26 14:55:23 +02:00
Daniel Cohen Gindi
badc1a8508 Always start with previous xIndex to avoid clipping the cubic too soon 2016-02-26 14:17:31 +02:00
Daniel Cohen Gindi
c3f2ec2faf Fix cubic fill being weird when xIndex does not match entry index 2016-02-26 14:17:31 +02:00
Philipp Jahoda
4b1112d2ef Update README.md 2016-02-25 15:43:50 +01:00
Philipp Jahoda
bc8c0788e9 Update README.md 2016-02-25 10:12:12 +01:00
Philipp Jahoda
c2007bec12 Update README.md 2016-02-25 10:08:52 +01:00
Philipp Jahoda
7ffc20c11b Update README.md 2016-02-25 10:07:52 +01:00
Philipp Jahoda
fa49f2fc83 Update README.md 2016-02-25 10:04:23 +01:00
Philipp Jahoda
fc3deccbce Add target API annotation 2016-02-25 09:48:24 +01:00
Philipp Jahoda
81eb08ffa9 Add API level check for new animation methods 2016-02-25 09:45:58 +01:00
Philipp Jahoda
8fa30a3106 Update example build.gradle 2016-02-25 00:49:10 +01:00
Philipp Jahoda
563767076d Another RadarChart fix that caused fill never to be disabled 2016-02-25 00:37:23 +01:00
Philipp Jahoda
d1689b6f63 Minor performance improvement for prior fix. 2016-02-25 00:33:50 +01:00
Philipp Jahoda
ebbea0651b Minor RadarChart fix for unequal datasets in terms of entry count 2016-02-25 00:28:10 +01:00
Philipp Jahoda
4a8929e9ca Fix issue #1506 2016-02-24 23:36:48 +01:00
Philipp Jahoda
3ddcd245ec Upgrade to realm 0.87.5 2016-02-24 15:15:47 +01:00
Philipp Jahoda
9028b5613b Minor fixes with zoom methods 2016-02-24 15:06:15 +01:00
Philipp Jahoda
2dd9d5aa34 Introduce zoomToAnimated(...) method - first version 2016-02-24 11:39:34 +01:00
Philipp Jahoda
1a0e90aacf Changes related to PieChart 2016-02-24 09:37:33 +01:00
Philipp Jahoda
27fbe57e3a Merge 2016-02-22 20:21:47 +01:00
Philipp Jahoda
7ac0fac8f2 Merge 2016-02-22 20:20:55 +01:00
Philipp Jahoda
a212d7ea6f Merge pull request #1499 from danielgindi/axis-range-fix
Fixed range calculation according to axisMin/axisMax
2016-02-22 20:16:35 +01:00