Commit Graph

  • 73c60d58b9 Merge pull request #713 from danielgindi/max-x-scale Philipp Jahoda 2015-06-02 23:31:47 +02:00
  • 2a40c87240 Merge pull request #714 from danielgindi/highlight-enabled-per-ds Philipp Jahoda 2015-06-02 23:31:05 +02:00
  • 4ec22d7995 Allow to setHighlightEnabled on a single DataSet Daniel Cohen Gindi 2015-06-02 23:53:51 +03:00
  • 83ad059966 Allow limiting x-scaling by a maximum value Daniel Cohen Gindi 2015-06-02 23:21:26 +03:00
  • f32cfd04d2 Code cleanup. Philipp Jahoda 2015-06-01 23:43:52 +02:00
  • b765b90959 Merge pull request #710 from danielgindi/master Philipp Jahoda 2015-06-01 21:41:54 +02:00
  • f57b0a623e Improvements to legend drawing Daniel Cohen Gindi 2015-06-01 22:23:01 +03:00
  • 9f5123228f Merge. Philipp Jahoda 2015-06-01 19:29:42 +02:00
  • 913e92ae01 Minor changes. Philipp Jahoda 2015-06-01 18:58:59 +02:00
  • ea80c0bf81 Merge pull request #695 from danielgindi/extra-offsets Philipp Jahoda 2015-06-01 18:58:12 +02:00
  • fde9ce83c6 Fix issue #625. Philipp Jahoda 2015-05-31 21:44:51 +02:00
  • 3e4ff0be58 Code cleanup. Philipp Jahoda 2015-05-31 21:37:43 +02:00
  • e07bbeaff1 Merge pull request #702 from danielgindi/word-wrapping-legend Philipp Jahoda 2015-05-31 21:09:14 +02:00
  • 0cdc041a00 Merge pull request #698 from danielgindi/legend-limits Philipp Jahoda 2015-05-31 21:09:09 +02:00
  • 9fdd30bbe0 Merge pull request #694 from danielgindi/auto-scale-y-axis Philipp Jahoda 2015-05-31 21:08:15 +02:00
  • 66068538ce Added the auto-scale to the options in the demo app Daniel Cohen Gindi 2015-05-28 16:01:49 +03:00
  • bc8b7105d8 Support for word wrapping legend (below chart) Daniel Cohen Gindi 2015-05-28 15:30:09 +03:00
  • 87781bac31 Allow limiting the legend size based on a percentage of the chart size Daniel Cohen Gindi 2015-05-27 19:11:13 +03:00
  • 2ac47eadaf Merge pull request #693 from danielgindi/hide-xlabels-bugfix Philipp Jahoda 2015-05-27 09:39:50 +02:00
  • 1ee9fa7978 Allow controlling the extra offsets caused by the legends Daniel Cohen Gindi 2015-05-27 10:23:31 +03:00
  • 8760d9f2ff Offset for labels shouldn't be calculated when they are disabled Daniel Cohen Gindi 2015-05-27 10:15:27 +03:00
  • 8040ebe52e autoScaleMinMaxEnabled feature Daniel Cohen Gindi 2015-05-27 00:26:22 +03:00
  • 8f0c29f34f Fixed an issue where combined chart calculated min/max for only one of the Data objects Daniel Cohen Gindi 2015-05-27 00:26:10 +03:00
  • 16685844ff Merge pull request #683 from Pitel/patch-1 Philipp Jahoda 2015-05-26 11:19:52 +02:00
  • 893c8f8a76 Update BarEntry.java Ing. Jan Kaláb 2015-05-25 13:51:04 +02:00
  • 79af9181c3 Minor fix. Philipp Jahoda 2015-05-25 00:03:32 +02:00
  • 328db4329b Code cleanup and minor changes to custom & extra legend. Philipp Jahoda 2015-05-25 00:02:52 +02:00
  • bdc3485843 Fixed issue concerning RadarChart offsets (issue #679). Philipp Jahoda 2015-05-24 19:10:17 +02:00
  • 78ca707f27 Remove unnecessary code from linechart. Philipp Jahoda 2015-05-24 18:56:39 +02:00
  • 1330fc4a3f Fix issue in piechartrenderer. Philipp Jahoda 2015-05-24 15:31:40 +02:00
  • 6224440a82 Merge pull request #671 from danielgindi/wordwrap Philipp Jahoda 2015-05-23 15:24:37 +02:00
  • cd68c6f648 Merge legend customization. Philipp Jahoda 2015-05-23 15:23:25 +02:00
  • 7c57220794 Merge pull request #657 from danielgindi/legend-customization Philipp Jahoda 2015-05-23 15:11:20 +02:00
  • b4469dc9b4 Support for word wrapping center text in pie chart (default: false) Daniel Cohen Gindi 2015-05-21 21:56:44 +03:00
  • 13e0b11807 Allow a null label for a DataSet Daniel Cohen Gindi 2015-05-21 17:43:31 +03:00
  • 8be106f49e No need for the extra call to getLabel Daniel Cohen Gindi 2015-05-21 17:43:11 +03:00
  • c3cae65b39 Allow custom legend data Daniel Cohen Gindi 2015-05-19 11:49:45 +03:00
  • d8af1923fc Allow adding extra labels to the legend, after the calculated ones Daniel Cohen Gindi 2015-05-19 11:37:00 +03:00
  • 2820a9384f Added support for images in a pie chart. Alex Macrae 2015-05-19 09:59:02 +01:00
  • 4c8f0c12af Added in XValue.java to represent an X value. Alex Macrae 2015-05-18 15:32:47 +01:00
  • 42ed7f4734 Sorted out constructors of ChartData to point to one constructor. Alex Macrae 2015-05-18 15:00:47 +01:00
  • 1afbe59f72 Considering feature of rounded pie-slices, not complete yet. Philipp Jahoda 2015-05-08 19:55:55 +02:00
  • 40f2c6d776 Minor changes. Philipp Jahoda 2015-05-08 19:20:57 +02:00
  • 8cdae745b1 Merge pull request #629 from danielgindi/master Philipp Jahoda 2015-05-08 19:16:56 +02:00
  • 35c5bec02a Update contentRect when resizing Daniel Cohen Gindi 2015-05-07 15:40:30 +03:00
  • d8cb907465 Minor fix in CombinedData. Philipp Jahoda 2015-05-06 12:14:54 +02:00
  • d94bf5bc0d Update README.md Philipp Jahoda 2015-05-05 18:29:45 +02:00
  • 2eca41fc8f Fixed BubbleChart issue. v2.1.0 Philipp Jahoda 2015-05-05 09:04:52 +02:00
  • 710d5de4e6 Minor fixes on BubbleChart. Philipp Jahoda 2015-05-04 23:43:20 +02:00
  • fb2439da71 Merge pull request #618 from danielgindi/master Philipp Jahoda 2015-05-04 22:06:53 +02:00
  • 3382c2f1af Minor improvements to Bubble chart Daniel Cohen Gindi 2015-05-04 22:34:46 +03:00
  • 39a9d2ea29 Fixed issue concerning elevation (issue #492, #512). Philipp Jahoda 2015-05-04 17:06:24 +02:00
  • a34e52ccc9 Merge readme. Philipp Jahoda 2015-05-04 16:23:04 +02:00
  • 02b6e35664 Update README.md Philipp Jahoda 2015-05-04 16:22:42 +02:00
  • df2a11d8ad Updated screenshots. Philipp Jahoda 2015-05-04 16:22:11 +02:00
  • faeac0cc0b Update README.md Philipp Jahoda 2015-05-04 16:11:25 +02:00
  • 2576308412 Added bubblechart screenshot. Philipp Jahoda 2015-05-04 16:09:24 +02:00
  • 83cb3eec70 Minor changes on BubbleChart. Philipp Jahoda 2015-05-04 15:58:42 +02:00
  • 82d8881e9d Merge pull request #617 from danielgindi/master Philipp Jahoda 2015-05-03 22:35:47 +02:00
  • 207af8993a Minor bug fix to cubic line rendering while scrolling Daniel Cohen Gindi 2015-05-03 23:03:54 +03:00
  • 1c5819274d Worked on integrating BubbleChart into CombinedChart. Philipp Jahoda 2015-05-03 11:18:24 +02:00
  • 1301f1189e Minor fix in large valueformatter. Philipp Jahoda 2015-05-02 19:55:58 +02:00
  • 6a60e2c94b Merged recent PRs. Philipp Jahoda 2015-05-02 19:51:31 +02:00
  • c7b6e07bef Merge pull request #616 from danielgindi/master Philipp Jahoda 2015-05-02 19:44:41 +02:00
  • fb70ef74ae An improved velocity tracker for radial charts + typo fixes Daniel Cohen Gindi 2015-05-01 15:39:26 +03:00
  • b78f4e8071 Theoretically these values could be negative Daniel Cohen Gindi 2015-05-02 20:36:59 +03:00
  • 478c37ee3b Merge pull request #614 from aint/large_value_formatter Philipp Jahoda 2015-05-02 17:27:22 +02:00
  • e16c2de7de Large value formatter now can appends a specified text to the result string Oleksandr Tyshkovets 2015-05-01 21:28:24 +03:00
  • 0b25bd3cbf Update README.md Philipp Jahoda 2015-05-01 10:48:21 +02:00
  • d4b2422103 Minor improvements to recent PR. Philipp Jahoda 2015-05-01 10:27:00 +02:00
  • f629df992b Merge pull request #612 from danielgindi/decelerate Philipp Jahoda 2015-05-01 09:57:31 +02:00
  • e3af5cac01 Merge pull request #611 from danielgindi/minor-improvements Philipp Jahoda 2015-05-01 09:54:53 +02:00
  • 1e59b095e0 Deceleration after dragging in Line and Pie/Radar charts Daniel Cohen Gindi 2015-05-01 09:38:43 +03:00
  • 21cb642441 Minor improvements to Bubble chart Daniel Cohen Gindi 2015-05-01 07:24:42 +03:00
  • fe9f904c35 Minor improvements to BubbleChart. Philipp Jahoda 2015-05-01 00:00:09 +02:00
  • 4ba73f4c47 Merge pull request #608 from danielgindi/bubble-chart Philipp Jahoda 2015-04-30 23:32:59 +02:00
  • 5d5f8348f4 Merge pull request #607 from danielgindi/minor-bugfixes Philipp Jahoda 2015-04-30 23:32:16 +02:00
  • 872e121a9c Minor bugfix concerning addXValue(). Philipp Jahoda 2015-04-30 23:30:51 +02:00
  • ce069c60c6 Prevent labels from drawing way out of bounds Daniel Cohen Gindi 2015-05-01 00:17:15 +03:00
  • 3e5d4e6e6e Safety checks Daniel Cohen Gindi 2015-05-01 00:16:15 +03:00
  • 9a2d5fcc8b Bubble chart implementation, ported from the iOS version :-) Daniel Cohen Gindi 2015-05-01 00:13:43 +03:00
  • 24a3b1cdef Enhanced possibility to set the number of x-labels to be skipped upon drawing. Philipp Jahoda 2015-04-30 19:47:51 +02:00
  • 36fb5734bd Merge pull request #606 from danielgindi/custom-xaxis-modulus Philipp Jahoda 2015-04-30 19:21:15 +02:00
  • 1a7413f550 Allow custom axis label modulus Daniel Cohen Gindi 2015-04-30 19:30:33 +03:00
  • f887144e00 Update README.md Philipp Jahoda 2015-04-30 13:08:58 +02:00
  • 24ad450813 Update README.md Philipp Jahoda 2015-04-30 13:08:32 +02:00
  • 9e100286f9 Update README.md Philipp Jahoda 2015-04-30 13:07:51 +02:00
  • 674cd8b975 Major bugfixes, fixed issue concerning x-axis labels jumping. Philipp Jahoda 2015-04-30 00:05:07 +02:00
  • a74d1d7bfb Merge pull request #590 from Evisceration/master Philipp Jahoda 2015-04-27 23:57:25 +02:00
  • d86a5cbcb2 Readme: add notice about Proguard Alexander Martinz 2015-04-25 17:47:47 +02:00
  • f86abe6bf8 Merge pull request #581 from danielgindi/pie-chart-legend-offset Philipp Jahoda 2015-04-25 00:25:07 +02:00
  • 591fd379a9 Merge pull request #580 from danielgindi/cubic-line-animation-fix Philipp Jahoda 2015-04-25 00:24:56 +02:00
  • e9f8ae6385 Consider yOffsest when rendering pie-chart legend Daniel Cohen Gindi 2015-04-23 03:50:21 +03:00
  • 3d9d292736 Sync cubic line drawing to animation Daniel Cohen Gindi 2015-04-23 03:34:17 +03:00
  • 52d58c7098 Now highlighting values via drag gesture is possible (issue #567, #106). Philipp Jahoda 2015-04-20 11:59:20 +02:00
  • 5b6ab3cf32 Fixed issue that caused candle-body not to be drawn. Philipp Jahoda 2015-04-17 19:52:55 +02:00
  • 80d32174d8 Merge pull request #565 from mesropd/fixCubicFillBug Philipp Jahoda 2015-04-17 12:31:41 +02:00
  • e249a15c58 - fix cubic fill bug for the LineChart mesrop_davoyan 2015-04-17 13:23:16 +04:00
  • 497bc296cf Additional fix. Philipp Jahoda 2015-04-17 10:12:54 +02:00
  • 2aa96b156c Merged. Philipp Jahoda 2015-04-17 10:11:06 +02:00