Chart.js/test/specs
Evert Timberg e268845c7b
Quick exit the legend fit function when the legend is not displayed (#8161)
When the legend is not displayed, there are no guarantees that the
format of the options dictionary is correct. Rather than performing
computations and then exiting without using the results, we can instead
exit quickly since the size of the legend will be (0, 0) if not displayed
2020-12-14 12:04:10 +02:00
..
controller.bar.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.bubble.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.doughnut.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.line.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.polarArea.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.radar.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
controller.scatter.tests.js Line hide (#7612) 2020-07-13 13:20:05 -04:00
core.animation.tests.js Improve test coverage and fix minor issues found (#7713) 2020-08-17 10:03:15 -04:00
core.animations.tests.js Improve test coverage (#8087) 2020-11-23 21:06:16 +02:00
core.animator.tests.js Improve test coverage and fix minor issues found (#7713) 2020-08-17 10:03:15 -04:00
core.controller.tests.js Add new scale hooks for plugins (#8112) 2020-12-02 06:51:47 +02:00
core.datasetController.tests.js Align font options with CSS (#8066) 2020-11-19 20:59:24 +02:00
core.defaults.tests.js Improve test coverage (#8087) 2020-11-23 21:06:16 +02:00
core.element.tests.js Improve test coverage and fix minor issues found (#7713) 2020-08-17 10:03:15 -04:00
core.helpers.tests.js Use Object.create(null) as merge target, to prevent prototype pollution (#7917) 2020-10-18 13:31:01 -04:00
core.interaction.tests.js Replace horizontalBar with indexAxis: 'y' (#7514) 2020-06-18 17:35:52 -04:00
core.layouts.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
core.plugin.tests.js Prevent double plugin registers from losing the list of plugins (#8162) 2020-12-14 12:03:08 +02:00
core.registry.tests.js Remove classic style extensions from docs/tests (#8076) 2020-11-19 07:55:20 -05:00
core.scale.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
core.ticks.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
element.arc.tests.js Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924) 2020-10-20 08:18:56 -04:00
element.bar.tests.js Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924) 2020-10-20 08:18:56 -04:00
element.line.tests.js Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924) 2020-10-20 08:18:56 -04:00
element.point.tests.js Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924) 2020-10-20 08:18:56 -04:00
global.defaults.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
global.namespace.tests.js Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924) 2020-10-20 08:18:56 -04:00
helpers.canvas.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.collection.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.color.tests.js Improve helpers.color test coverage (#8034) 2020-11-10 13:12:57 -05:00
helpers.core.tests.js Add tests and clean up resolveObjectKey helper (#8028) 2020-11-10 17:34:31 +02:00
helpers.curve.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.dom.tests.js Do not use offsetX/Y in shadow DOM (#8082) 2020-11-20 15:59:48 -05:00
helpers.easing.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.interpolation.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.math.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
helpers.options.tests.js Align font options with CSS (#8066) 2020-11-19 20:59:24 +02:00
helpers.segment.tests.js flat helpers (#7806) 2020-09-28 09:11:55 -04:00
mixed.tests.js Replace horizontalBar with indexAxis: 'y' (#7514) 2020-06-18 17:35:52 -04:00
platform.basic.tests.js Stop bundling specs for improved coverage (#7709) 2020-08-14 09:15:18 -04:00
platform.dom.tests.js Unify signature of plugin hooks (#8102) 2020-11-28 09:45:43 +02:00
plugin.filler.tests.js Allow filling above and below with different colors (#6318) 2019-11-21 13:48:31 -05:00
plugin.legend.tests.js Quick exit the legend fit function when the legend is not displayed (#8161) 2020-12-14 12:04:10 +02:00
plugin.title.tests.js Add new hooks for plugins (#8103) 2020-11-28 22:57:45 +02:00
plugin.tooltip.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00
scale.category.tests.js Fix CategoryScale.getValueForPixel with autoSkip (#8101) 2020-12-02 06:51:33 +02:00
scale.linear.tests.js Enable bounds option to all cartesian axes (#8060) 2020-11-16 15:01:47 -05:00
scale.logarithmic.tests.js Enable bounds option to all cartesian axes (#8060) 2020-11-16 15:01:47 -05:00
scale.radialLinear.tests.js Align font options with CSS (#8066) 2020-11-19 20:59:24 +02:00
scale.time.tests.js Move title, tooltip and legend to options.plugins (#8089) 2020-11-25 08:50:12 +02:00