Chart.js/test/specs
Evert Timberg 43889f247c
Document tooltip draw hooks and only call hooks when the tooltip draws (#10276)
* Document tooltip draw hooks and only call hooks when the tooltip draws

* Update tests
2022-04-03 10:09:46 -04:00
..
controller.bar.tests.js Fix: Don't use clip/unclipArea when clip: false (#9286) 2021-06-18 14:11:33 -04:00
controller.bubble.tests.js Bubble: Fix maxOverflow before elements update (#8736) 2021-03-26 18:20:05 -04:00
controller.doughnut.tests.js Rename cutoutPercentage to cutout + chores (#8514) 2021-02-24 16:58:01 -05:00
controller.line.tests.js Fix typos found by codespell (#10103) 2022-01-27 09:24:55 -05:00
controller.polarArea.tests.js radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
controller.radar.tests.js Make object notation usable for polarArea and radar (#10088) 2022-02-12 10:23:31 -05:00
controller.scatter.tests.js Update chartjs-test-utils to v0.2.1 (#8407) 2021-02-10 16:17:08 +02:00
core.animation.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.animations.tests.js Fix typos found by codespell (#10103) 2022-01-27 09:24:55 -05:00
core.animator.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.controller.tests.js Document tooltip draw hooks and only call hooks when the tooltip draws (#10276) 2022-04-03 10:09:46 -04:00
core.datasetController.tests.js Category: Track automatically added labels (#9921) 2021-11-29 23:38:11 +02:00
core.defaults.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.element.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.helpers.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
core.interaction.tests.js Support "r" axis for non-intersecting interaction (#9919) 2021-12-05 08:57:07 -05:00
core.layouts.tests.js radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
core.plugin.tests.js Fix plugin event filtering of renamed events (#9613) 2021-09-04 13:41:47 -04:00
core.registry.tests.js Relocate chart type and dataset type defaults (#8563) 2021-03-06 10:34:52 -05:00
core.scale.tests.js Scale: draw border on separate layer after grid (#8936) 2021-04-18 07:38:46 -04:00
core.ticks.tests.js formatters.numeric: verify ticks length (#8705) 2021-03-23 16:14:22 -04:00
element.arc.tests.js Fix inRange for full circle arc (#9871) 2021-11-18 00:10:19 +02:00
element.bar.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
element.line.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
element.point.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
global.defaults.tests.js Enable pointStyle for doughnut, pie, and polar area charts (#9341) 2021-07-01 14:15:06 -04:00
global.namespace.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
helpers.canvas.tests.js Fix _isPointInArea helper when no area is provided (#9489) 2021-07-28 07:57:35 -04:00
helpers.collection.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
helpers.color.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
helpers.config.tests.js Pass object from array as value to _fallback (#9969) 2021-12-08 16:27:55 +02:00
helpers.core.tests.js Allow the events option to be changed at runtime (#8928) 2021-04-17 14:08:36 -04:00
helpers.curve.tests.js helpers.curve cleanup (#8608) 2021-03-10 09:32:54 -05:00
helpers.dom.tests.js Interaction functions (#10046) 2022-03-24 09:02:30 -04:00
helpers.easing.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
helpers.interpolation.tests.js Fix typos found by codespell (#10103) 2022-01-27 09:24:55 -05:00
helpers.math.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
helpers.options.tests.js Font validate style, move defaults to weight (#8877) 2021-04-10 15:58:11 -04:00
helpers.segment.tests.js Fix line segments with alignToPixel (#9042) 2021-05-06 21:06:40 -04:00
mixed.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
platform.basic.tests.js Disable animations for BasicPlatform (offcreen) (#9751) 2021-10-11 14:37:25 -04:00
platform.dom.tests.js Fix DomPlatform.isAttached (#9448) 2021-07-23 08:28:09 +03:00
plugin.decimation.tests.js Decimation: Prevent buffer overflow (#9367) 2021-07-07 17:45:31 -04:00
plugin.filler.tests.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
plugin.legend.tests.js Ensure correct item is clicked when a horizontal legend is in RTL mode (#9340) 2021-07-01 14:14:05 -04:00
plugin.subtitle.tests.js New plugin: subtitle (#9294) 2021-06-20 07:34:55 -04:00
plugin.title.tests.js Refactor radialLinear scale and renderText helper (#9276) 2021-06-18 14:12:27 -04:00
plugin.tooltip.tests.js Fix setActiveElements behavior after a mouse event (#9992) 2021-12-17 00:34:53 +02:00
scale.category.tests.js Revert "Scale: draw offset grid for labels before autoSkip (#8748)" (#8752) 2021-03-30 08:00:19 -04:00
scale.linear.tests.js Fix chart crashing when only min is defined (#9718) 2021-10-04 14:00:27 -04:00
scale.logarithmic.tests.js Logarithmic: handle null/NaN values (#8793) 2021-04-03 08:01:48 -04:00
scale.radialLinear.tests.js radialLinear: fix positioning & scaling (#10021) 2021-12-23 20:47:36 +02:00
scale.time.tests.js Fix typos found by codespell (#10103) 2022-01-27 09:24:55 -05:00