Commit Graph

  • 3869dd110a Fix spanGaps probing in updateBezierControlPoints MatthieuRivaud 2016-08-09 09:28:09 +02:00
  • 88371521d7 Merge pull request #3114 from ashiguruma/master Evert Timberg 2016-08-08 16:34:12 -04:00
  • 9d055720ab Added section on using patterns to fill datasets chartjs/Chart.js#1323 Tom Loudon 2016-08-08 17:39:36 +01:00
  • 566ede1ecd Fixed splineCurveMonotone unit test (for real this time) MatthieuRivaud 2016-08-08 17:02:58 +02:00
  • ef66bf5e6d Fixed splineCurveMonotone unit test MatthieuRivaud 2016-08-08 16:33:32 +02:00
  • 4aabc0cb82 Recovered a fix lost when branching. MatthieuRivaud 2016-08-08 15:56:53 +02:00
  • d06fbc772f - Added dataset option |cubicInterpolationMode| to allow for curves with different interpolation modes on the same graph (updated doc accordingly) - Added new sample file to demonstrate the monotone cubic interpolation mode - Fixed a typo in a comment in updateBezierControlPoints MatthieuRivaud 2016-08-08 15:35:46 +02:00
  • 2409908027 Implement monotone cubic interpolation (see issue #3086). MatthieuRivaud 2016-08-08 14:01:30 +02:00
  • 52667a3d0c Update link pattern for popular extensions Zach Panzarino 2016-08-08 03:31:15 +00:00
  • 660c3850d7 Documentation updates Adds a lot of new information to the docs that will help developers better utilize the entire Chart.js library Zach Panzarino 2016-08-08 03:08:13 +00:00
  • ab340bd2cd Merge pull request #3103 from laviniaclare/master Evert Timberg 2016-08-05 16:59:05 -04:00
  • ad17f9a1bf changed 'chart there are' to 'charts there are' laviniaclare 2016-08-05 11:51:55 -07:00
  • 554f31a1bb Make the iframe not focusable by using tabIndex of -1 Evert Timberg 2016-08-04 18:55:32 -04:00
  • 8a161a3bef Merge pull request #3088 from djhuistra/patch-1 Evert Timberg 2016-08-03 16:10:37 -04:00
  • 67634b081a Chart.pluginService -> Chart.plugins in documentation djhuistra 2016-08-03 21:06:21 +02:00
  • cd23b99f0c Merge pull request #3070 from sibennayak/fix/3046 Evert Timberg 2016-08-01 07:39:00 -04:00
  • 71ede8d52c Docs: Apply a recommendation (fixes #3046) Siben Nayak 2016-08-01 15:26:46 +05:30
  • 0ea6a9245e Merge pull request #3067 from chartjs/fix/3066 Evert Timberg 2016-07-31 15:19:23 -04:00
  • d47ef17736 Handle the case where all points are skipped in a line Evert Timberg 2016-07-30 14:46:28 -04:00
  • ab66146013 Prep for a v2.2.1 release v2.2.1 Evert Timberg 2016-07-30 13:01:31 -04:00
  • cec8d8b7d5 Merge pull request #3064 from chartjs/fix/2560 Evert Timberg 2016-07-30 12:59:59 -04:00
  • 17316202b7 Merge pull request #3065 from chartjs/fix/3056 Evert Timberg 2016-07-30 12:59:52 -04:00
  • eb6124fea8 Fix 2 line drawing issues and add new tests for these cases Evert Timberg 2016-07-30 12:55:42 -04:00
  • b86e42f2ae Fix JS Hint warning Evert Timberg 2016-07-30 11:33:59 -04:00
  • 0bb2e478db Recalculate the size of the scale in units when the end point is changed. Evert Timberg 2016-07-30 11:06:13 -04:00
  • 7628d4c8f2 Merge pull request #3063 from chartjs/fix/2631 Evert Timberg 2016-07-30 09:52:46 -04:00
  • 51518a7149 Handle possibility of a undefined arc element in the doughnut chart Evert Timberg 2016-07-30 09:41:35 -04:00
  • a0edfb6859 Merge pull request #3062 from chartjs/fix/3030 Evert Timberg 2016-07-30 09:06:30 -04:00
  • 8e3abe10aa Fix docs typo Evert Timberg 2016-07-30 09:02:40 -04:00
  • 4279b202f4 Merge pull request #3058 from benpdavison/patch-1 Evert Timberg 2016-07-29 07:29:27 -04:00
  • 5e69ecc309 small typo Ben Davison 2016-07-29 10:56:59 +01:00
  • dfba30bdc7 Create thankyou.md Tanner Linsley 2016-07-28 23:44:22 -06:00
  • b92387c845 Version bump for v2.2.0 v2.2.0 Evert Timberg 2016-07-28 18:23:32 -04:00
  • 7b1ce01aec Merge pull request #3052 from chartjs/fix/3043 Evert Timberg 2016-07-28 18:15:44 -04:00
  • f60344dfdb Fix line controller stacking with multiple axes and add a test Evert Timberg 2016-07-28 18:10:07 -04:00
  • 7ebc533cdc Merge pull request #3028 from chartjs/fix/span-gaps Evert Timberg 2016-07-28 18:02:56 -04:00
  • 23ca08184e Merge pull request #3045 from IonutLaceanu/master Evert Timberg 2016-07-28 18:02:31 -04:00
  • 5ed508bd00 Merge pull request #3048 from mdewilde/master Evert Timberg 2016-07-28 09:16:58 -04:00
  • 548f07e9cd Correct probable copy paste issue mdewilde 2016-07-28 13:20:18 +02:00
  • 08451ce95e Correct duplicate error mdewilde 2016-07-28 13:16:21 +02:00
  • 1e5cdc6188 Fix #2922 Make the XAxis based hover/tooltip pick the item at the same x-axis value Jeff Esp 2016-07-27 15:09:13 -04:00
  • f46a9472b5 getElementAtEvent: enforce one element limit Ionut Laceanu 2016-07-27 19:27:08 +03:00
  • 8e2deede5b Merge pull request #3039 from ianks/getLabelMoment-fix Evert Timberg 2016-07-26 20:57:34 -04:00
  • e4dd158b24 Fix out of bounds index access in getLabelMoment Ian Ker-Seymer 2016-07-26 14:45:05 -04:00
  • a0d8554117 Merge pull request #3032 from Neabfi/patch-1 Evert Timberg 2016-07-25 11:20:11 -04:00
  • 29a1ba10e4 Correction of spelling mistake Neabfi 2016-07-25 10:53:28 -04:00
  • a2977ecfcd Correction of spelling mistake Neabfi 2016-07-25 10:50:35 -04:00
  • 47b5ad60ae Fix JSHint warnings Evert Timberg 2016-07-24 18:21:24 -04:00
  • 2016630daa Refactoring of the line drawing function to make spanGaps work correctly. Added a lot more test conditions to the line element tests. Ensured that the line controller correctly calculated bezier control points when there was a point to be skipped Evert Timberg 2016-07-24 18:12:36 -04:00
  • 880c75b213 Merge pull request #3027 from moberwasserlechner/bugfix/3026 Evert Timberg 2016-07-24 09:02:47 -04:00
  • 27010c4619 Remove non existing property from radar samples #3026 Michael Oberwasserlechner 2016-07-24 10:49:03 +02:00
  • e94d3c0730 Merge pull request #2947 from chartjs/fix/524 v2.2.0-rc.2 Evert Timberg 2016-07-19 18:56:09 -04:00
  • a2321d2df0 Merge pull request #2998 from chartjs/v2.2.0-rc.2-release Evert Timberg 2016-07-19 18:52:03 -04:00
  • 4334ab8611 Bump version to v2.2.0-rc.2 Evert Timberg 2016-07-19 18:47:08 -04:00
  • 0c07b1eeda Fix missing comma syntax error in js block Nick Downie 2016-07-19 22:01:41 +01:00
  • 88d9398982 Merge pull request #2984 from slinhart/master Evert Timberg 2016-07-18 22:25:54 -04:00
  • 3194bea5fa Merge pull request #2986 from sibennayak/master Evert Timberg 2016-07-18 18:18:58 -04:00
  • 41ec60ff1a Merge pull request #2991 from tiagoroldao/issue-2990 Evert Timberg 2016-07-18 18:18:36 -04:00
  • 9df06e8c2e Check for existence of data element before accessing property Tiago Roldão 2016-07-18 22:05:44 +01:00
  • 1a63113bc0 changed option name for radar chart from offsetAngle to startAngle. Added test to make sure correct angles are computed for all points in the radar chart (with and without startAngle option set). unknown 2016-07-17 23:11:30 -06:00
  • ca83f3da0b Merge branch 'master' of https://github.com/sibennayak/Chart.js Siben Nayak 2016-07-17 19:05:21 +05:30
  • d50cdfe6ad FIx the Pie Chart hover issue (#2983) Siben Nayak 2016-07-17 19:01:59 +05:30
  • 7c41c2e253 FIx the Pie Chart hover issue (#2983) Siben Nayak 2016-07-17 19:01:59 +05:30
  • d7733b2221 Merge remote-tracking branch 'chartjs-origin/master' unknown 2016-07-16 18:59:22 -06:00
  • ad7ed249af Add an option for radar chart to have offsetAngle. Issue #1012 unknown 2016-07-16 18:58:04 -06:00
  • 7930137afa Merge pull request #2925 from Joshuabaker2/master Evert Timberg 2016-07-16 14:46:59 -04:00
  • 6572c94bd6 Fix missing Chart.js.zip file for Travis release v2.2.0-rc.1 Simon Brunel 2016-07-15 10:24:56 +02:00
  • f22754874c Merge pull request #2971 from moberwasserlechner/patch-2 Evert Timberg 2016-07-14 09:42:19 -04:00
  • 0b0a3c9ccd Docs for Title and Legend position incomplete Michael Oberwasserlechner 2016-07-14 12:30:34 +02:00
  • 5804f1e3c9 Package.json for v.2.2.0-rc.1 and fixed travis deploy Evert Timberg 2016-07-13 20:00:12 -04:00
  • bfa37e7d68 Merge pull request #2926 from chartjs/fix/2915 Evert Timberg 2016-07-13 18:22:11 -04:00
  • 3dd15f64d2 Merge pull request #2918 from chartjs/fix/2916 Evert Timberg 2016-07-13 18:21:57 -04:00
  • d5c8e7114a Merge pull request #2961 from moberwasserlechner/patch-1 Evert Timberg 2016-07-13 09:13:36 -04:00
  • 281ad20452 Fix copy typo Michael Oberwasserlechner 2016-07-13 08:49:42 +02:00
  • 191c280387 Added support for manually specifying bar thickness in bar charts Josh Baker 2016-07-06 13:06:43 -07:00
  • 885eeb091a Update link to Colors in documentation for each chart type zachpanz88 2016-07-12 11:33:48 -04:00
  • 524493fe06 Merge pull request #2883 from Mesonyx/mesonyx/bugfix/null-tooltips Evert Timberg 2016-07-11 10:34:20 -04:00
  • 49c4169010 Bring back capping of bezier curve points and have an option to disable it (#2948) Evert Timberg 2016-07-09 17:24:41 -04:00
  • b6686f00f4 Non numeric y (#2849) Evert Timberg 2016-07-09 11:22:25 -04:00
  • 72813d5112 Merge branch 'amlethojalen-master' Evert Timberg 2016-07-09 10:02:08 -04:00
  • a1f94b1a57 update sample to have negative numbers Evert Timberg 2016-07-09 10:01:15 -04:00
  • 6f392639c2 Merge branch 'master' of https://github.com/amlethojalen/Chart.js into amlethojalen-master Evert Timberg 2016-07-09 09:39:43 -04:00
  • 609df5fb16 Merge pull request #2885 from neilmacintyre/master Evert Timberg 2016-07-09 09:12:57 -04:00
  • fc09b58a14 Merge pull request #2905 from shuson/patch-1 Evert Timberg 2016-07-09 09:12:32 -04:00
  • 8226f3432b Fix JSHint warnings and remove commented code Evert Timberg 2016-07-09 09:08:41 -04:00
  • a452094f5d Add polar area start angle setting Evert Timberg 2016-07-09 09:05:02 -04:00
  • 4dacb78ae7 Merge pull request #2936 from gitname/patch-1 Evert Timberg 2016-07-07 16:17:20 -04:00
  • 046e2effb5 Fix typo gitname 2016-07-07 12:57:49 -07:00
  • 988423b05e Fixed up formatting suggestions/issues as per comments from zachpanz88 amlethojalen 2016-07-07 08:35:21 +10:00
  • 7ca5f91b10 Fix bar and line controllers to convert strings to numbers when considering the values for stacking the chart. Simplified the base calculation for the bar charts and added test coverage to ensure that strings will work correctly. Evert Timberg 2016-07-06 18:22:42 -04:00
  • fca419e075 Merge pull request #2924 from jeffesp/master Evert Timberg 2016-07-06 17:57:31 -04:00
  • 44a9866bd8 Merge pull request #2870 from chartjs/fix/2802 Evert Timberg 2016-07-06 17:53:50 -04:00
  • b4d8f541bd Merge remote-tracking branch 'chartjs-origin/master' unknown 2016-07-06 11:21:57 -06:00
  • 0c5a17af00 Fixes #2923: swapped tooltip xAlign & yAlign jeffesp 2016-07-06 09:49:31 -04:00
  • 0dccc85e3a Added usePointStyle option to label boxes Shayne Linhart 2016-07-05 20:08:29 -06:00
  • 68728fc9a7 Added ability to render a line chart as a stepped line chart. Added option.elements.line.stepped Added dataset.steppedLine Added Sample, and updated documentation. amlethojalen 2016-07-06 11:13:12 +10:00
  • 758698c354 Fix time point lines. Improved logic for using the value in the time scale. Improve value passing in the line and bubble controllers/ Evert Timberg 2016-07-05 20:52:17 -04:00
  • bddc870201 Added ability for drawing a Line Chart as a stepped Line Chart. (reverted from commit efd06c886d) amlethojalen 2016-07-06 10:25:01 +10:00
  • efd06c886d Added ability for drawing a Line Chart as a stepped Line Chart. amlethojalen 2016-07-05 19:50:53 +10:00
  • 3cdd66ca58 Merge pull request #2867 from mtanda/fix_stacked_scatter_line_chart Evert Timberg 2016-07-04 22:57:40 -04:00