Chart.js/test
Simon Brunel 69ab0d3e23 Use gulp-eslint instead of gulp-jshint
Change the linter in gulp tasks to be consistent with Code Climate results which are based on ESLint using .eslintrc options. However, defaults Code Climate rules are too strict, so turn as warnings the 'complexity' and 'max-statements' rules (other errors has been fixed). Note that the Gulp task name has been changed for `gulp lint`.
2016-09-03 18:42:22 +02:00
..
controller.bar.tests.js 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. 2016-07-06 18:22:42 -04:00
controller.bubble.tests.js Fix bar, bubble, doughnut, and polarArea tests 2016-04-26 12:46:34 +02:00
controller.doughnut.tests.js Reduce duplicated code in doughnut controller 2016-05-30 21:33:11 -04:00
controller.line.tests.js Fix #3044 Line chart single data point centering (#3166) 2016-08-25 18:52:12 +02:00
controller.polarArea.tests.js Add polar area start angle setting 2016-07-09 09:05:02 -04:00
controller.radar.tests.js Fix radar tests & reenable. support new lineTension attribute like line controller 2016-04-27 19:03:52 -04:00
core.element.tests.js Core element tests 2015-08-30 20:17:24 -04:00
core.helpers.tests.js Merge pull request #3112 from MatthieuRivaud/MonotoneCubicInterpolation 2016-08-22 17:53:31 -04:00
core.layoutService.tests.js Use gulp-eslint instead of gulp-jshint 2016-09-03 18:42:22 +02:00
core.legend.tests.js Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00
core.plugin.tests.js Allow to register/unregister an array of plugins 2016-06-11 00:17:44 +02:00
core.scaleService.tests.js Allow updating scale defaults 2016-05-07 11:43:24 -04:00
core.title.tests.js Reduce core.title.js size 2016-05-04 21:08:59 -04:00
core.tooltip.tests.js titleColor options is not available 2016-06-08 23:15:21 +09:00
defaultConfig.tests.js Fix test/defaultConfig.tests.js after PR #2308 2016-04-20 16:02:05 +02:00
element.arc.tests.js Arc element tests 2015-08-29 12:31:44 -04:00
element.line.tests.js Handle the case where all points are skipped in a line 2016-07-30 14:46:28 -04:00
element.point.tests.js Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00
element.rectangle.tests.js Added 'borderSkipped' parameter to Rectangle. 2016-03-13 18:58:36 +03:00
mockContext.js Reenable time scale tests 2016-04-27 21:50:31 -04:00
scale.category.tests.js Fix issues with repeated labels in the category scale and added a test to cover this case. 2016-08-22 18:03:56 -04:00
scale.linear.tests.js When drawTicks is false, we should not include their size in the size of the axis 2016-08-22 20:09:09 -04:00
scale.logarithmic.tests.js Added borderDash support for grid lines (#3136) (#3142) 2016-08-12 12:31:54 -04:00
scale.radialLinear.tests.js Added borderDash support for grid lines (#3136) (#3142) 2016-08-12 12:31:54 -04:00
scale.time.tests.js Error possible when using the plugin Chart.Zoom.js used with time scale (#3194) 2016-09-03 18:06:09 +02:00