Commit graph

  • dc7d90e2fb Introduced meaningful package structure ph1lb4 2014-05-29 22:44:42 +02:00
  • f21692312d Started implementing drawable line chart that allows the user to draw into the chart ph1lb4 2014-05-29 22:41:46 +02:00
  • 06e2cef0f0 Update README.md PhilJay 2014-05-29 18:14:49 +02:00
  • 3ec5abf750 Update README.md PhilJay 2014-05-29 14:45:33 +02:00
  • 4f501b8285 Update README.md PhilJay 2014-05-29 14:06:14 +02:00
  • 34f921e1a3 Update README.md PhilJay 2014-05-29 14:01:33 +02:00
  • c597c6f8f5 Update README.md PhilJay 2014-05-29 14:00:53 +02:00
  • 2350cb90d3 Update README.md PhilJay 2014-05-29 13:49:00 +02:00
  • f361090327 Merged readme. Philipp Jahoda 2014-05-29 12:00:34 +02:00
  • 670e5a3d31 Refactoring in the approximator. Philipp Jahoda 2014-05-29 11:59:29 +02:00
  • 808a5b21f6 Refactoring. Changed name of Series class to Entry. Philipp Jahoda 2014-05-29 11:58:51 +02:00
  • 6bdd2f134e Update README.md PhilJay 2014-05-29 11:42:59 +02:00
  • f64edfb7f6 Added example code. PhilJay 2014-05-29 11:42:30 +02:00
  • 9838c03835 Merged readme. Philipp Jahoda 2014-05-29 10:57:37 +02:00
  • 53dd82f0b8 Added screenshots. Philipp Jahoda 2014-05-29 10:56:31 +02:00
  • 8f8f7aee70 Fixed the wrong-color bug when selecting values in the PieChart. Philipp Jahoda 2014-05-29 10:38:34 +02:00
  • 010a5047a9 Update README.md v1.0.1 PhilJay 2014-05-29 00:26:46 +02:00
  • aba44b3786 Fixed bug in 3D BarChart. Philipp Jahoda 2014-05-29 00:24:26 +02:00
  • 245648f3ff Merged. Philipp Jahoda 2014-05-28 23:09:47 +02:00
  • 80afe1483c Fixed all known bugs concerning DataSets. LineChart, BarChart and PieChart now support single and multiple DataSets. Philipp Jahoda 2014-05-28 23:07:18 +02:00
  • 256c028a3e Fixed a highlighting bug for Line and BarChart. Barchart now supports multiple DataSets. Philipp Jahoda 2014-05-28 16:08:17 +02:00
  • 1732d2d376 Bugfixes concerning selecting values in the LineChart. Philipp Jahoda 2014-05-28 13:26:25 +02:00
  • 5e16518614 Multilines can now be filled, BarChart supports values. Philipp Jahoda 2014-05-28 00:48:13 +02:00
  • 38732a8363 Update README.md PhilJay 2014-05-27 20:45:45 +02:00
  • 89da9a262e Started implementing multiple DataSets for BarChart. Philipp Jahoda 2014-05-27 20:34:48 +02:00
  • 1ab90fe1bc Improved the highlighting/selecting. New object Highlight that contains the x-index and the DataSet index of the selected value. Philipp Jahoda 2014-05-27 18:46:32 +02:00
  • 847d1c3dc5 Update README.md PhilJay 2014-05-27 12:43:31 +02:00
  • c73d50dc51 Fixed bug in LineChart. Circles now drawn in correct color. Philipp Jahoda 2014-05-27 12:40:58 +02:00
  • 2895a014b8 Introduced the DataSet class. This class is used to wrap all data in the chart that belongs together. For example an individual line in the LineChart. Philipp Jahoda 2014-05-27 02:00:43 +02:00
  • 129b635da0 Update README.md ph1lb4 2014-05-26 17:57:39 +02:00
  • 1580705d4b Update README.md ph1lb4 2014-05-26 17:57:21 +02:00
  • 846f5cca2d Introduced Series object to represent one entry in the chart. Added functionality to draw multiple lines in one chart. Improved performance when drawing huge amounts of data. Started implementation on data reduction (Douglas-Peucker-Algorithm). ph1lb4 2014-05-26 17:53:09 +02:00
  • 3a3c0ef9be Linechart circles are no longer cut-off at the edges. Philipp Jahoda 2014-05-26 09:28:38 +02:00
  • 1440a7c234 Minor bugfixes concerning selecting values. Added getAverage() method. Philipp Jahoda 2014-05-23 17:03:10 +02:00
  • 9c945acb2c Added additional functionality to set units for chart and legend values. Philipp Jahoda 2014-05-22 17:37:31 +02:00
  • 2c08ca9929 Update README.md PhilJay 2014-05-05 17:22:21 +02:00
  • 3d6a913672 Improved colortemplate, added comments. Philipp Jahoda 2014-05-05 14:50:50 +02:00
  • fd4008eaa5 It is now possible to programatically set the number of digits to use for legend and values. Philipp Jahoda 2014-05-05 14:17:35 +02:00
  • 31433ac126 Worked on the MarkerView for Line- and BarChart. Philipp Jahoda 2014-05-04 01:39:42 +02:00
  • 1d9b76e4eb Merged. Philipp Jahoda 2014-05-03 11:18:34 +02:00
  • 3a47b397f8 Improved the barchart highlighting. Added more predefined color templates. Philipp Jahoda 2014-05-03 11:18:10 +02:00
  • 40a49a84c6 Update README.md PhilJay 2014-05-03 01:51:59 +02:00
  • 7605f75099 Update README.md PhilJay 2014-05-03 01:50:31 +02:00
  • 09bd5e1f7b Implemented highlightning / selecting values on touch for line and barchart. Philipp Jahoda 2014-05-03 01:23:00 +02:00
  • 08c94fc0f9 Merged readme. Philipp Jahoda 2014-04-30 14:26:30 +02:00
  • 1fbfd0db37 Improved the code. Added highlight function for Linechart. TODO: Highlight on touch. Philipp Jahoda 2014-04-30 14:25:55 +02:00
  • b0fc1fb83b Improved readme. PhilJay 2014-04-30 00:50:25 +02:00
  • 4c0e3ddeb0 Added getters and setters, included value drawing for BarChart. Did refactoring. Philipp Jahoda 2014-04-30 00:13:31 +02:00
  • f3063438c4 Merged. Philipp Jahoda 2014-04-29 23:35:43 +02:00
  • 417b2b7793 Merged. Philipp Jahoda 2014-04-29 23:33:28 +02:00
  • a3075e94f2 Improved the piechart, added percentage and legend. Added selectionlistener. Improved example. Philipp Jahoda 2014-04-29 18:34:10 +02:00
  • e16e0da23a Barchart performance improvements. Code commenting. Philipp Jahoda 2014-04-28 10:27:52 +02:00
  • f3f3312ab7 Update README.md PhilJay 2014-04-26 11:51:23 +02:00
  • d6db1b2a02 Renamed screenshot file. Philipp Jahoda 2014-04-26 11:50:56 +02:00
  • 0fadd3012c Added new piechart screenshot. Philipp Jahoda 2014-04-26 11:48:13 +02:00
  • 206aea4488 Added new piechart screenshot. Philipp Jahoda 2014-04-26 11:45:49 +02:00
  • 18520cca28 Fixed a bug in the lib that caused a nullpointer exception upon first draw. Philipp Jahoda 2014-04-26 11:38:43 +02:00
  • df7098dadb Improved the example project. Philipp Jahoda 2014-04-26 11:33:21 +02:00
  • 9306327f7d Merged. Philipp Jahoda 2014-04-25 19:40:33 +02:00
  • 6205457832 Merged readme. Philipp Jahoda 2014-04-25 19:38:50 +02:00
  • c4d84682e7 Bugfix in the PieChart concerning its bounds. Improved the example project. Philipp Jahoda 2014-04-25 19:35:59 +02:00
  • 940e3e81db Added screenshots to readme. PhilJay 2014-04-25 17:35:52 +02:00
  • 8a9cdaf2fe Update README.md PhilJay 2014-04-25 17:33:06 +02:00
  • ebb5d1be7c Added screenshots, improved example. Philipp Jahoda 2014-04-25 17:31:10 +02:00
  • f7acca8541 Initial commit. Philipp Jahoda 2014-04-25 16:56:40 +02:00
  • d663bdc518 Initial commit PhilJay 2014-04-25 07:29:47 -07:00