Commit graph

1682 commits

Author SHA1 Message Date
Philipp Jahoda
efbea0a7ef Documentation 2016-07-01 17:30:12 +02:00
Philipp Jahoda
12eee703a7 Fix issue related to highlight callbacks #745 2016-07-01 09:13:58 +02:00
Philipp Jahoda
a233e38978 Remove Realm related classes from project 2016-06-27 23:47:32 +02:00
Philipp Jahoda
da6ded7bce Merge master 2016-06-27 17:21:41 +02:00
Philipp Jahoda
f54631175e Update README.md 2016-06-27 17:20:50 +02:00
Philipp Jahoda
1b4e9be07f Code cleanup and documentation 2016-06-27 12:34:23 +02:00
Philipp Jahoda
bd5858e8c0 Changes to custom scatter rendering 2016-06-27 12:29:49 +02:00
Philipp Jahoda
af114d180d Merge master 2016-06-26 22:04:19 +02:00
Philipp Jahoda
0f3f4b75b0 Merge #1878 2016-06-26 21:58:12 +02:00
Philipp Jahoda
f01b90668b Work on horizontalbarchart 2016-06-26 21:05:41 +02:00
Philipp Jahoda
eb76d21fe0 Cleanup 2016-06-26 11:54:43 +02:00
Philipp Jahoda
c5fa68eda5 Merge master 2016-06-26 10:31:13 +02:00
Philipp Jahoda
98e090ca19 Minor example adjustments 2016-06-26 10:30:16 +02:00
Philipp Jahoda
3b0be740cd Add example for half-piechart 2016-06-26 10:05:54 +02:00
Philipp Jahoda
b5bfc3e2bd Fixes related to setting visible axis range for horizontal barchart 2016-06-26 00:24:19 +02:00
Philipp Jahoda
f345d164ce Fix issue related to horizontal dashed grid lines #1756 2016-06-25 11:00:29 +02:00
Philipp Jahoda
5f8eb44d9f Fixes related to highlight rendering 2016-06-24 23:10:03 +02:00
Philipp Jahoda
0eb69d246c Changes related to highlight full bar 2016-06-24 23:01:05 +02:00
Philipp Jahoda
cb0226b231 Update CONTRIBUTING.md 2016-06-23 15:11:19 +02:00
Philipp Jahoda
6878220e2e Improvements to chart highlighting 2016-06-22 01:06:56 +02:00
Philipp Jahoda
f83a7e3b26 Minor changes to highlighting 2016-06-21 11:11:49 +02:00
Philipp Jahoda
ded930a2fa Work on viewport modifications for horizontal barchart (issue #1842) 2016-06-21 09:39:48 +02:00
Philipp Jahoda
72890afc10 Minor fixes related to double tap highlight 2016-06-20 20:50:09 +02:00
Philipp Jahoda
82d5fde6f2 Add feature that allows different styling for value and entry labels (former slice-text) 2016-06-19 23:51:25 +02:00
Philipp Jahoda
c18a2e270c Improvements to scatter value rendering 2016-06-19 21:53:31 +02:00
Philipp Jahoda
adfc9a5c77 Fix issue related to values not being drawn 2016-06-19 21:42:38 +02:00
Philipp Jahoda
95bd8a580e Improvements regarding highlighting, issue #1335 2016-06-19 21:35:23 +02:00
Philipp Jahoda
2dc7207f13 Fix weird nullpointer #1404 2016-06-19 21:19:08 +02:00
Philipp Jahoda
19265217bd Provide example for #1865 2016-06-18 16:09:22 +02:00
Philipp Jahoda
005c166e07 Cleanup 2016-06-18 12:24:56 +02:00
Philipp Jahoda
8a6139b1fb Fixes related to DefaultValueFormatter #1809 2016-06-18 12:18:43 +02:00
Philipp Jahoda
f75ea845e0 Work on scatterdataset copy 2016-06-18 00:56:04 +02:00
Philipp Jahoda
735a9b9c98 Fixes related to no data text #1749 2016-06-18 00:44:51 +02:00
Philipp Jahoda
bb0ad3ac22 Fix bug related to inverted axis & scrolling #1829 2016-06-18 00:33:26 +02:00
Philipp Jahoda
3aa4daae32 Add feature allowing customization of dragTriggerDistance #1721 2016-06-17 21:53:30 +02:00
wajdi chamakhi
4c4c76b1c7 remove Boldness 2016-06-16 09:23:23 +01:00
Philipp Jahoda
93e4f77006 Merge master 2016-06-16 10:10:28 +02:00
Philipp Jahoda
fb4590e6b0 Fix #1862 2016-06-16 10:07:12 +02:00
Philipp Jahoda
a823d9c059 Merge master 2016-06-16 10:05:43 +02:00
Philipp Jahoda
6fb2245845 Merge pull request #1553 from CoryCharlton/master
Added Chart.setNoDataTextColor(int color)
2016-06-16 09:58:52 +02:00
Philipp Jahoda
a3720feb0e Update README.md 2016-06-15 23:44:53 +02:00
Philipp Jahoda
84160773ed Fixes related to combinedchart #1853 2016-06-15 21:07:02 +02:00
wajdichamakhi
b0a0af8427 Merge pull request #3 from wajdichamakhi/Custom-Shape-Renderer
Custom shape renderer - Optimisation
2016-06-15 14:28:24 +01:00
wajdi chamakhi
bda3ccee35 Init shapeRendererList optimisation 2016-06-15 14:25:20 +01:00
wajdi chamakhi
53e57db562 Adding The Enum Patern Back 2016-06-15 14:20:18 +01:00
wajdichamakhi
9b2882e06d Merge pull request #2 from wajdichamakhi/Custom-Shape-Renderer
Author: wajdi chamakhi <wajdichamakhi@gmail.com>
2016-06-15 12:33:39 +01:00
wajdi chamakhi
a2e88ebedd Author: wajdi chamakhi <wajdichamakhi@gmail.com>
Date:   Wed Jun 15 11:30:11 2016 +0100

    Changing ScatterShape from ENUM to HashMap of String .
    Creating a provider which provides ShapeRenderer.
    Creating CustomShapeRenderers imlementing ShapeRender with different renderShape() method
    Replacing the Switch Statement by ShapeRenderer.renderShape();

    => Better OOP implementation. Scalable easily.
     To add new Shape you only need to create a class implementing ShapeRenderer and override renderShape method and then add the class in the provider ScatterChart.registerShapeRenderer(String scatterShapeName, ShapeRenderer shapeRenderer).
2016-06-15 12:27:45 +01:00
Philipp Jahoda
63eb7dfd91 Fix issue #1862 2016-06-14 15:28:45 +02:00
Philipp Jahoda
09cfb2334b Update README.md 2016-06-14 13:18:40 +02:00
wajdichamakhi
f324378de3 Merge pull request #1 from wajdichamakhi/Labels_and_legend_bold
Adding control on text Boldness in XAxis, YAxis, Limit Legends
2016-06-14 12:05:19 +01:00