Chart.js/test/specs
Akihiko Kusanagi 493eaa8424 Refactor helpers.canvas.drawPoint() (#5623)
Bring ctx.beginPath() before switch and replace ctx.fillRect()/ctx.strokeRect() with ctx.rect()/ctx.fill() to make it consistent with the other styles. It is also preferable that helpers.canvas.roundedRect() include ctx.closePath() at the end because CanvasRenderingContext2D.rect() closes the subpath.

Get rid of ctx.closePath() for cross, crossRot, star, line and dash because these have no closed path shape, and it should be avoided that ctx.closePath() makes a round-trip path.
2018-07-29 11:31:28 +02:00
..
controller.bar.tests.js Restore original styles when removing hover (#5570) 2018-06-26 08:56:53 +02:00
controller.bubble.tests.js Improve controller tests stability (#4698) 2017-08-27 22:43:16 +02:00
controller.doughnut.tests.js Restore original styles when removing hover (#5570) 2018-06-26 08:56:53 +02:00
controller.line.tests.js Restore original styles when removing hover (#5570) 2018-06-26 08:56:53 +02:00
controller.polarArea.tests.js Restore original styles when removing hover (#5570) 2018-06-26 08:56:53 +02:00
controller.radar.tests.js Restore original styles when removing hover (#5570) 2018-06-26 08:56:53 +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 Add support for Shadow DOM (#5585) 2018-07-07 17:52:29 +02: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 Handle '\n' as new line in tooltips (#5521) 2018-06-05 09:14:37 +02: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 Refactor helpers.canvas.drawPoint() (#5623) 2018-07-29 11:31:28 +02:00
element.rectangle.tests.js Cleanup and upgrade unit tests environment 2017-03-04 11:39:48 -05:00
global.defaults.tests.js Make Chart.Animation/animations/Tooltip importable (#5382) 2018-04-02 10:55:52 +02:00
global.deprecations.tests.js Refactor helpers.canvas.drawPoint() (#5623) 2018-07-29 11:31:28 +02:00
global.namespace.tests.js Make Chart.Scale/scaleService importable (#5383) 2018-04-02 17:43:28 -04:00
helpers.canvas.tests.js Refactor helpers.canvas.drawPoint() (#5623) 2018-07-29 11:31:28 +02: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 Add ticks.precision option to linear scale. (#4841) 2018-04-01 18:56:45 +02: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