Chart.js/test/specs
jcopperfield c2a5b12376 Bugfix: Improve polyfill function of log10 to return whole powers of 10 (#5275)
* Bugfix: Improve polyfill function of log10 to return whole powers of 10
        as integer values, as it caused endless loop in IE11 in the tick
        creation loop.

* Compare floating-point numbers directly instead of using unnecessary division.
2018-02-20 18:44:01 -05:00
..
controller.bar.tests.js Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
controller.bubble.tests.js Improve controller tests stability (#4698) 2017-08-27 22:43:16 +02:00
controller.doughnut.tests.js Treat negative values in doughnut charts as positive (#5165) 2018-01-21 12:12:33 -05:00
controller.line.tests.js Improve controller tests stability (#4698) 2017-08-27 22:43:16 +02:00
controller.polarArea.tests.js Improve controller tests stability (#4698) 2017-08-27 22:43:16 +02:00
controller.radar.tests.js Improve controller tests stability (#4698) 2017-08-27 22:43:16 +02:00
controller.scatter.test.js Add tests related to showLines for controller.scatter (#5150) 2018-01-16 10:29:49 +01:00
core.controller.tests.js Fix scale options update (#4198) 2017-11-29 22:52:23 +01:00
core.datasetController.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
core.element.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
core.helpers.tests.js Bugfix: Improve polyfill function of log10 to return whole powers of 10 (#5275) 2018-02-20 18:44:01 -05:00
core.interaction.tests.js index-y interaction mode + convert horizontal bar defaults to new mode (#4458) 2017-07-28 18:07:28 -04:00
core.layouts.tests.js Rename Chart.layout to Chart.layouts (#5118) 2018-01-09 14:12:40 +01:00
core.plugin.tests.js Fix updating plugin options (#5144) 2018-01-13 08:23:50 -05:00
core.scale.tests.js Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
core.scaleService.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
core.ticks.tests.js Add back Chart.Ticks.formatters (#5088) 2018-01-06 18:59:47 +01:00
core.tooltip.tests.js Fix bumpy line on smooth data set (#4944) 2017-11-14 13:56:45 +01:00
element.arc.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
element.line.tests.js Enhancement: adds step-after functionality, true defaults to step-before (#4065) 2017-04-16 16:13:13 -04:00
element.point.tests.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
element.rectangle.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
global.defaults.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
global.deprecations.tests.js Rename Chart.layout to Chart.layouts (#5118) 2018-01-09 14:12:40 +01:00
helpers.canvas.tests.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
helpers.core.tests.js Move extend and inherits helpers in helpers.core.js (#4878) 2017-10-24 19:11:40 +02:00
helpers.easing.tests.js Enforce spaces around infix/unary words operators (#4547) 2017-07-22 14:13:09 +02:00
helpers.options.tests.js Introduce scriptable options (bubble chart) (#4671) 2017-08-24 09:34:38 +02:00
platform.dom.tests.js Fix tests on OSX with retina screen 2017-08-05 10:48:12 -04:00
plugin.filler.tests.js Add support to fill between datasets (#4008) 2017-03-18 11:08:57 +01:00
plugin.legend.tests.js Make Chart.plugins importable (#5114) 2018-01-08 11:48:59 +01:00
plugin.title.tests.js Make Chart.plugins importable (#5114) 2018-01-08 11:48:59 +01:00
scale.category.tests.js Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
scale.linear.tests.js Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
scale.logarithmic.tests.js Fix issues #4572 and #4703 (#4959) 2017-12-12 18:43:51 -05:00
scale.radialLinear.tests.js Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
scale.time.tests.js Format the label in the time scale tooltip (#5095) 2018-01-13 10:39:16 -05:00