Chart.js/test/specs
Luuk de Vlieger 7784fbfded
Support "r" axis for non-intersecting interaction (#9919)
* Support "r" axis for non-intersecting interaction

* Extract some interaction functionality

* Remove whitespace and semicolons

* WIP: add interaction test

* Update documentation

* Fix test

* Add another test

* Update axis params

* Add additional axis check to binary search

* Update axis type
2021-12-05 08:57:07 -05: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 controller.getMinMax for stacked charts (#9766) 2021-10-14 00:24:38 +03:00
controller.polarArea.tests.js Move startAngle to scale options (#8593) 2021-03-08 13:36:54 -05:00
controller.radar.tests.js Configure all datasets before updating any (#9872) 2021-11-18 00:09:25 +02: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 Remove the constantly failing test (#8538) 2021-02-28 08:49:34 -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 Detect detach/attach in same observation (#9876) 2021-11-27 21:46:00 +02: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 Revert "Scale: draw offset grid for labels before autoSkip (#8748)" (#8752) 2021-03-30 08:00:19 -04: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 Fix resolver caching issue when setting values (#9938) 2021-12-01 17:53:55 -05: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 Fix/getRelativePosition NaN value with native event (#8459) 2021-02-19 17:57:59 -05: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 helpers.curve cleanup (#8608) 2021-03-10 09:32:54 -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 cleaning up metasets (#9656) 2021-10-23 18:46:33 +03: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 Cartesian scale tick backdrop (#8931) 2021-04-18 12:49:22 +03:00
scale.time.tests.js Timeseries: support panning (#9345) 2021-07-03 18:44:44 +03:00