Philipp Jahoda
cc81a21c64
Restructure project from eclipse to android studio file structure
2016-05-31 09:34:11 +02:00
Philipp Jahoda
530ab11157
Work on highlighting
2016-05-31 08:56:40 +02:00
Philipp Jahoda
690dd87a06
Work on highlighting
2016-05-30 17:21:18 +02:00
Philipp Jahoda
7db6b7ea4a
Work on barchart rendering
2016-05-30 15:44:03 +02:00
Philipp Jahoda
ec6752567b
Work on barcharts with new x-value
2016-05-30 14:52:17 +02:00
Philipp Jahoda
d2cc49b525
Work on changing xaxis, WIP
2016-05-30 10:54:11 +02:00
Philipp Jahoda
d4e71d808c
Refactoring of entry
2016-05-30 09:14:03 +02:00
Philipp Jahoda
7de481bca3
Merge
2016-05-28 15:58:44 +02:00
Philipp Jahoda
1b9b3da3de
Add spin animation to pie example
2016-05-28 15:52:56 +02:00
Philipp Jahoda
0270470897
Minor fixes related to polyline example
2016-05-28 15:47:02 +02:00
Philipp Jahoda
2a2cee5d1c
Merge master
2016-05-28 15:35:37 +02:00
Philipp Jahoda
8bca4c79d3
Update README.md
2016-05-27 22:36:23 +02:00
Philipp Jahoda
4ca511c4fd
Merge
2016-05-27 17:47:13 +02:00
Philipp Jahoda
77f83cddc5
Update gradle
2016-05-27 17:46:48 +02:00
Philipp Jahoda
98fe348b21
Update README.md
2016-05-27 14:15:38 +02:00
Philipp Jahoda
43bc45b718
Minor fixes in example
2016-05-27 13:27:55 +02:00
Daniel Cohen Gindi
87193a3d2e
Add extra control point when rendering cubic bezier out of range
2016-05-26 15:26:14 +03:00
Daniel Cohen Gindi
b59cf564a0
Updated coloured line circle colors for correct transparent hole
2016-05-22 17:55:54 +03:00
Daniel Cohen Gindi
881581fa2d
Allow transparent circle hole color
2016-05-22 17:55:07 +03:00
Daniel Cohen Gindi
17f919aa43
Allow more control over circle hole radius
2016-05-22 17:15:22 +03:00
Daniel Cohen Gindi
2cb255a9f4
Clip drawing area of limit lines when !isDrawLimitLinesBehindDataEnabled
2016-05-22 15:23:18 +03:00
Daniel Cohen Gindi
4393b2710a
I hope this will position x-labels correctly vertically
...
And without any weird hack.
But by just finally figuring out how to
correctly offset the drawing from the font glyph size
2016-05-15 10:36:45 +03:00
Daniel Cohen Gindi
92810c8d9a
Fixed typo in Util/Utils
2016-05-15 09:59:06 +03:00
Daniel Cohen Gindi
4cf9f59654
These DPs must be converted to pixels
2016-05-10 19:27:37 +03:00
Daniel Cohen Gindi
db19fdcb94
These DPs must be converted to pixels
2016-05-10 19:27:08 +03:00
Daniel Cohen Gindi
ea89dfef04
Supress false-positive inspection warning
2016-05-08 21:04:33 +03:00
Daniel Cohen Gindi
6a72ab8c18
Added feature highlightFullBar
for highlighting all values at xIndex
...
This also provides backwards-compatibility for old behaviour of Combined chart
NOTE: The drawHighlight code was just indented and wrapped in a loop over datasets.
2016-05-08 20:43:15 +03:00
Philipp Jahoda
e894e380f6
Merge pull request #1727 from danielgindi/highlights
...
Highlight enhancements
2016-05-04 08:58:15 +02:00
Daniel Cohen Gindi
a002634d49
Highlight enhancements
...
There are certain cases (ie. bubbles) which make sense to have multiple
values per xIndex.
This fixes that - and adds more granular highlight for Combined Chart.
2016-05-01 22:05:53 +03:00
Daniel Cohen Gindi
a3e4450c74
More reusable Realm data builder
2016-05-01 21:45:53 +03:00
Philipp Jahoda
69d1b4d811
Minor fix
2016-04-17 23:26:01 +02:00
Philipp Jahoda
3baf89c25d
Merge
2016-04-17 23:25:12 +02:00
Philipp Jahoda
4b3825c68d
Revert #1684
2016-04-17 23:21:03 +02:00
Philipp Jahoda
10676ea964
Fixes related to example
2016-04-17 23:15:42 +02:00
Philipp Jahoda
5424d799f9
Merge pull request #1684 from thadeubatista/master
...
[Resolved] X Axis Labels being cut off horizontally #1657
2016-04-16 23:41:39 +02:00
Philipp Jahoda
b28aae50fc
Merge
2016-04-16 19:17:20 +02:00
thadeu.batista
3f483b90db
ajuste alinhamento de labels da parte inferior do gráfico LineChart
2016-04-15 23:10:20 -03:00
thadeu.batista
66068f5242
projeto pronto para ajustes
2016-04-14 21:29:47 -03:00
thadeu.batista
6d3faca19c
teste primeiro commit
2016-04-14 21:28:32 -03:00
Philipp Jahoda
358770cd13
Merge pull request #1682 from brcinho/potential_solution_for_out_of_memory_problems
...
potential solution to rare out of memory problems
2016-04-14 14:47:36 +02:00
Marko Brčić
6358f27f79
Seems that System.gc() call is not necessary
2016-04-14 10:56:02 +02:00
Marko Brčić
ab424e69d8
potential solution to rare out of memory problems
2016-04-13 23:54:37 +02:00
Daniel Cohen Gindi
215ce2d82e
Minor improvements for line rendering
2016-04-13 21:50:12 +03:00
Daniel Cohen Gindi
b8ce47a78d
Fixed dataset updates in demos
2016-04-13 21:49:50 +03:00
Daniel Cohen Gindi
fcd696a979
Allow setting xVals on Data
2016-04-13 21:49:50 +03:00
Daniel Cohen Gindi
6f2f6a289c
Fixed crash when phaseX causes entryForIndex to go out of bounds
2016-04-13 21:49:50 +03:00
Daniel Cohen Gindi
1c312e85a9
Allow bubble sizes to not be normalized against the dataset max
2016-04-13 21:49:49 +03:00
Daniel Cohen Gindi
ff0b8c375f
Make these a little clearer
2016-04-13 21:49:49 +03:00
Daniel Cohen Gindi
0b43eeaf2d
Removed unnecessary ternary expression
2016-04-13 16:57:57 +03:00
Daniel Cohen Gindi
4e50305dd3
Avoid division by zeros
2016-04-13 16:57:52 +03:00