Commit Graph

  • bff6171819 Fixed issue concerning drawbitmap (issue #554). Philipp Jahoda 2015-04-17 10:10:27 +02:00
  • 055050b4e2 Enhanced customizability of description text (issue #563). Philipp Jahoda 2015-04-17 10:01:06 +02:00
  • 55cc174732 Update README.md Philipp Jahoda 2015-04-13 18:33:28 +02:00
  • c6980d40f8 Merge pull request #545 from dexterbg/master Philipp Jahoda 2015-04-12 21:54:38 +02:00
  • 65c6189bba Merge pull request #544 from danielgindi/viewport-bugs Philipp Jahoda 2015-04-12 21:52:44 +02:00
  • 847e6c3545 Update README.md Philipp Jahoda 2015-04-12 21:36:33 +02:00
  • 9531ba6989 Merge branch 'master' of https://github.com/PhilJay/MPAndroidChart.git Michael Balzer 2015-04-12 19:56:53 +02:00
  • 1b351934e2 - Fixed LineChart & PieChart data rendering bug on resized views Michael Balzer 2015-04-12 19:43:07 +02:00
  • ca256ace28 - Extended gesture listener by translate/drag callback - Disabled debug log output in ViewPortHandler Michael Balzer 2015-04-12 18:58:20 +02:00
  • 791a487456 Bugfix: Last label were sometimes invisible due to rounding errors Daniel Cohen Gindi 2015-04-12 16:54:25 +03:00
  • 5d84b0055a Bugfix: Consider viewport for second point in cubic line Daniel Cohen Gindi 2015-04-12 16:50:00 +03:00
  • aa7cbce033 Fixed issue concerning transparent circle when animating (issue #543). Philipp Jahoda 2015-04-12 14:18:53 +02:00
  • 43418902cd Fixed bug concerning cubic-lines (issue #528). Philipp Jahoda 2015-04-11 13:12:10 +02:00
  • 6b0a32aa90 More fixes concerning Animation easing. Philipp Jahoda 2015-04-11 11:08:47 +02:00
  • 80525905dc Worked on animation easing. Philipp Jahoda 2015-04-11 11:00:42 +02:00
  • 4a385ba5f3 Update README.md Philipp Jahoda 2015-04-10 17:14:19 +02:00
  • 2eb93e75dd Update README.md Philipp Jahoda 2015-04-10 17:13:48 +02:00
  • b495c7a432 Update README.md Philipp Jahoda 2015-04-10 16:53:29 +02:00
  • b40964b735 Fixed issues concerning PieChart (issue #519, #527, #535). Philipp Jahoda 2015-04-10 16:35:52 +02:00
  • 9e65dca8aa Merge pull request #533 from mesropd/stableYVals Philipp Jahoda 2015-04-09 23:52:21 +02:00
  • 3561cb0b79 Update README.md Philipp Jahoda 2015-04-09 23:28:01 +02:00
  • 79bd4456f4 Merged. Philipp Jahoda 2015-04-09 15:31:16 +02:00
  • 721ee5f3ca Fixed issue concerning linechart crash (issue #529). Philipp Jahoda 2015-04-09 15:30:48 +02:00
  • c962926b3e Fixed issue concerning screen rotation (issue #531). Philipp Jahoda 2015-04-09 14:31:26 +02:00
  • b9d22b4b3b - stable reference for the yVals array mesrop_davoyan 2015-04-09 14:06:46 +04:00
  • 1befb9a88d Worked on improving animation easing, better performance. Philipp Jahoda 2015-04-09 09:55:55 +02:00
  • 75cc593864 Worked on simplifying animation easing. Philipp Jahoda 2015-04-08 23:57:55 +02:00
  • b6edbece67 Update gradle and manifest. Philipp Jahoda 2015-04-08 13:38:44 +02:00
  • cbaa52383b Update Projects_using_MPAndroidChart.txt Philipp Jahoda 2015-04-08 09:49:33 +02:00
  • 1b542a61f9 Update example gradle and manifest. Philipp Jahoda 2015-04-07 21:39:43 +02:00
  • 8e5f3b1513 Update gradle and maven dependency. Philipp Jahoda 2015-04-07 17:09:28 +02:00
  • a0347bb782 Merged. v2.0.9 Philipp Jahoda 2015-04-07 17:02:48 +02:00
  • 49ca2ad0e3 Added example custom easing function. Philipp Jahoda 2015-04-07 17:02:25 +02:00
  • 231a34f49f Update README.md Philipp Jahoda 2015-04-07 16:55:52 +02:00
  • 10c539c3dd Minor bugfix in line animation. Philipp Jahoda 2015-04-07 16:51:16 +02:00
  • fa1c6d5039 Documentation. Philipp Jahoda 2015-04-07 16:46:48 +02:00
  • 5dd5ab4b37 Code cleanup. Philipp Jahoda 2015-04-07 15:52:17 +02:00
  • 5de182214f Merge pull request #525 from danielgindi/master Philipp Jahoda 2015-04-07 15:43:35 +02:00
  • 32799d42bc Default animation curve reverted Daniel Cohen Gindi 2015-04-07 14:47:51 +03:00
  • 9a8e63b4a7 Animation improvements Daniel Cohen Gindi 2015-04-07 14:39:54 +03:00
  • 6713dfc352 Merge pull request #524 from danielgindi/animation-curves Philipp Jahoda 2015-04-07 12:20:38 +02:00
  • 54b92ffc62 Support for animation easing functions Daniel Cohen Gindi 2015-04-07 10:18:39 +03:00
  • 338afb31d1 Fix issue #521 & address issue #520. Philipp Jahoda 2015-04-06 18:54:07 +02:00
  • 0c45981aad Merged PR, code cleanup. Philipp Jahoda 2015-04-05 23:20:49 +02:00
  • 8f62fda714 Merge pull request #515 from dexterbg/master Philipp Jahoda 2015-04-05 22:59:32 +02:00
  • 9c112a2c64 Merge pull request #516 from danielgindi/line-viewport-range-fix Philipp Jahoda 2015-04-05 22:58:21 +02:00
  • 29fdd5cd43 - LimitLine support for XAxis - centerViewTo method for BarLineChartBase Michael Balzer 2015-04-05 22:29:20 +02:00
  • 71e3ca1b77 Bugfix: Line chart was not considering visible range when animating Daniel Cohen Gindi 2015-04-05 21:54:19 +03:00
  • ebdcfc0899 Do not cut off end-values because of Int rounding Daniel Cohen Gindi 2015-04-05 21:53:48 +03:00
  • 809b44c69e Fixed searching algorithms Daniel Cohen Gindi 2015-04-05 21:52:34 +03:00
  • d9ae5fae0a Fixed bug that caused single entries to disappear when startatzero = false (issue #511). Philipp Jahoda 2015-04-04 12:29:19 +02:00
  • 83eadc108b Minor changes to PR. Philipp Jahoda 2015-04-03 21:33:44 +02:00
  • 922e479364 Merge pull request #509 from mesropd/candleColors Philipp Jahoda 2015-04-03 21:10:19 +02:00
  • 5440639e3c - implement coloring functionality for CandleDataSet class mesrop_davoyan 2015-04-03 17:06:30 +04:00
  • 03a6c49798 Added feature to color candle shadow lines (issue #507). Philipp Jahoda 2015-04-03 14:45:54 +02:00
  • 72170fd548 Added listener for chart scale gesture. Philipp Jahoda 2015-04-03 14:35:08 +02:00
  • 959c4e0d36 Fixed bug in dashed LimitLine (issue #494). Philipp Jahoda 2015-04-02 19:47:53 +02:00
  • cbfd198e74 Added access methods to scheduled jobs. Philipp Jahoda 2015-04-02 14:54:08 +02:00
  • a4272e2646 Fixed bug in viewport-offset custom setting. Philipp Jahoda 2015-04-02 14:50:58 +02:00
  • dabcaa7ee6 Fixed no data bug. Philipp Jahoda 2015-04-02 14:18:46 +02:00
  • d881e5f411 Bugfixes concerning viewport modifications. Introduced jobs that await the complete setup of the chart (waiting for onSizeChanged(...)) before modifying it's viewport. Philipp Jahoda 2015-04-02 14:03:14 +02:00
  • 0809d3d667 LimitLines can now be drawn behind or in front of the actual data (issue #493). Philipp Jahoda 2015-04-02 12:56:30 +02:00
  • 34fbeb5882 Improved grid dashed lines. Philipp Jahoda 2015-04-02 00:32:27 +02:00
  • 7d9dcdbc80 Merge pull request #499 from mesropd/dashGridLines Philipp Jahoda 2015-04-02 00:25:33 +02:00
  • b6a2d662d7 Fixed issue concerning no data text (issue #473). Philipp Jahoda 2015-04-02 00:24:53 +02:00
  • bed8d788fa - implement dash path effect for the grid lines Mesrop Davoyan 2015-04-01 23:12:33 +04:00
  • 1000b5d9b1 Merge pull request #495 from danielgindi/inverted-bugs Philipp Jahoda 2015-04-01 19:19:51 +02:00
  • b8cee9dc64 Corrected drawing of labels on when axis is inverted Daniel Cohen Gindi 2015-04-01 17:49:06 +03:00
  • 787a481836 Fixed dragging inverted horizontal bar chart Daniel Cohen Gindi 2015-04-01 17:45:28 +03:00
  • 92d15d80bd Fixed issue concerning scatterchart color (issue #490). Philipp Jahoda 2015-03-30 13:40:01 +02:00
  • 2572740072 Fixed bug concerning PieChart value drawing. Philipp Jahoda 2015-03-30 00:10:41 +02:00
  • fef49b90cb Worked on inverted HorizontalBarChart. Philipp Jahoda 2015-03-29 14:06:11 +02:00
  • 05c8f9cc59 Fixed bugs concerning inverted BarChart. Philipp Jahoda 2015-03-29 12:30:01 +02:00
  • 0b6b14fa36 Added share buttons. Philipp Jahoda 2015-03-28 13:41:43 +01:00
  • ad4b340ea6 Merge Philipp Jahoda 2015-03-28 13:25:57 +01:00
  • 120a3b5bb4 Update icons. Philipp Jahoda 2015-03-28 13:25:42 +01:00
  • 45b5719bba Update README.md Philipp Jahoda 2015-03-28 11:56:24 +01:00
  • 89f4a406c7 Update README.md Philipp Jahoda 2015-03-28 11:53:01 +01:00
  • 6ace2785f1 Merge. Philipp Jahoda 2015-03-28 11:51:37 +01:00
  • 456626f846 Added share images. Philipp Jahoda 2015-03-28 11:51:17 +01:00
  • e0ff2af2f6 Update README.md Philipp Jahoda 2015-03-27 00:21:50 +01:00
  • 66d80a07bf Fixed issue concerning all equal values (issue #409). Philipp Jahoda 2015-03-26 19:11:46 +01:00
  • 64f6ab0a41 Fixed issue concerning PieChart center text (issue #467). Philipp Jahoda 2015-03-25 21:28:41 +01:00
  • fba34b19b6 Code cleanup and minor fixes. Philipp Jahoda 2015-03-25 19:03:37 +01:00
  • 44eac7b564 Merge pull request #469 from danielgindi/rtl-legend Philipp Jahoda 2015-03-25 18:53:12 +01:00
  • 2cfa247267 Support for left-of-chart legends Daniel Cohen Gindi 2015-03-24 10:02:19 +02:00
  • e87a6921d8 Do not add extra spacing after last legend element Daniel Cohen Gindi 2015-03-24 09:41:02 +02:00
  • 759f4d8b64 Support RightToLeft direction for legend Daniel Cohen Gindi 2015-03-24 09:39:16 +02:00
  • c0af43cd63 Merged PRs, minor bugfixes. Philipp Jahoda 2015-03-24 22:18:49 +01:00
  • 2e3687afe6 Merge pull request #457 from danielgindi/master Philipp Jahoda 2015-03-24 21:59:26 +01:00
  • e4598fe7e2 Merge pull request #463 from danielgindi/legend-convenience Philipp Jahoda 2015-03-24 21:57:32 +01:00
  • 5987862d46 Merge pull request #460 from danielgindi/element-count-bugs Philipp Jahoda 2015-03-24 21:43:41 +01:00
  • 0b867a07a7 Merge pull request #468 from danielgindi/set-dataset-label Philipp Jahoda 2015-03-24 21:42:57 +01:00
  • 829f93ab16 Allow setting the label for legend Daniel Cohen Gindi 2015-03-24 09:34:48 +02:00
  • d2483fa054 Allow configuring the legend before setting data Daniel Cohen Gindi 2015-03-22 21:07:06 +02:00
  • fe8cfcea27 Update README.md Philipp Jahoda 2015-03-22 09:15:57 +01:00
  • a0c091ee41 Update README.md Philipp Jahoda 2015-03-22 09:13:22 +01:00
  • 6ac95c9baa Update README.md Philipp Jahoda 2015-03-21 22:45:17 +01:00
  • 83dcabfe01 Missing one xAxis entry Daniel Cohen Gindi 2015-03-20 10:18:26 +02:00
  • 44b75a6b5d Missing one xAxis entry Daniel Cohen Gindi 2015-03-20 09:19:26 +02:00