Chart.js/test
Simon Brunel 1484520692 Better animation when adding or removing data
In order to simulate real-time chart updates (i.e. horizontal animation), it's necessary to distinguish a removed or added value from a simple update. The dataset controller now hooks array methods that alter the data array length to synchronize metadata accordingly. Also remove the duplicate calls of updateBezierControlPoints() for line and radar charts.
2016-10-03 16:01:38 -04:00
..
controller.bar.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
controller.bubble.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
controller.doughnut.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
controller.line.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
controller.polarArea.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
controller.radar.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
core.controller.tests.js Fix config initialization and add unit tests 2016-09-29 17:55:04 -04:00
core.datasetController.tests.js Better animation when adding or removing data 2016-10-03 16:01:38 -04:00
core.element.tests.js Core element tests 2015-08-30 20:17:24 -04:00
core.helpers.tests.js Merge pull request #3112 from MatthieuRivaud/MonotoneCubicInterpolation 2016-08-22 17:53:31 -04:00
core.layoutService.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
core.legend.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
core.plugin.tests.js Allow to register/unregister an array of plugins 2016-06-11 00:17:44 +02:00
core.scaleService.tests.js Allow updating scale defaults 2016-05-07 11:43:24 -04:00
core.title.tests.js Adjust expected values in core.title.tests.js 2016-09-23 22:36:58 +01:00
core.tooltip.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00
defaultConfig.tests.js Fixes HTML legend string for polar area charts to match doughnut charts. (#3361) 2016-09-25 08:30:39 -04:00
element.arc.tests.js Arc element tests 2015-08-29 12:31:44 -04:00
element.line.tests.js Handle the case where all points are skipped in a line 2016-07-30 14:46:28 -04:00
element.point.tests.js Added usePointStyle option to label boxes 2016-07-05 20:08:29 -06:00
element.rectangle.tests.js Added 'borderSkipped' parameter to Rectangle. 2016-03-13 18:58:36 +03:00
mockContext.js Inject iframe for responsive charts only 2016-09-28 15:43:15 -04:00
scale.category.tests.js Fix issues with repeated labels in the category scale and added a test to cover this case. 2016-08-22 18:03:56 -04:00
scale.linear.tests.js skip non finite data points when determining scale sizes. Fixes #3125 2016-09-24 12:19:49 -04:00
scale.logarithmic.tests.js skip non finite data points when determining scale sizes. Fixes #3125 2016-09-24 12:19:49 -04:00
scale.radialLinear.tests.js skip non finite data points when determining scale sizes. Fixes #3125 2016-09-24 12:19:49 -04:00
scale.time.tests.js Automatically expose custom Jasmine matchers 2016-09-08 23:32:47 +02:00