Chart.js/test
Thomas Redston 9f3b51a80c Reuse parsed results rather than redoing work
The input labels/data is converted into moments in `determineDataLimits`, reuse them instead of duplicating the work.
2017-02-10 18:49:35 -05:00
..
controller.bar.tests.js Group stacked bar charts (#2643) (#3563) 2017-01-01 09:36:01 -05:00
controller.bubble.tests.js Properly use the ticks.padding option. To correctly fix the issue, the default padding was changed from 0 to 10. This change caused all of the test changes since the width of a vertical scale was lowered by 10px 2016-11-20 11:52:08 -05:00
controller.doughnut.tests.js when the cutoutPercentage is 0, the inner radius should be 0 2017-01-15 12:46:01 -05:00
controller.line.tests.js Properly use the ticks.padding option. To correctly fix the issue, the default padding was changed from 0 to 10. This change caused all of the test changes since the width of a vertical scale was lowered by 10px 2016-11-20 11:52:08 -05:00
controller.polarArea.tests.js Improve radial scale (#3625) 2016-11-25 07:19:43 -05:00
controller.radar.tests.js Allow line chart to use pointBorderWidth of 0 correctly 2016-11-17 21:05:47 -05:00
core.controller.tests.js Unit tests for Chart constructor and deprecations 2017-02-10 18:37:56 -05:00
core.datasetController.tests.js Better animation when adding or removing data 2016-10-03 16:01:38 -04:00
core.element.tests.js Revert "Fixed tooltip labelling on Bar Chart when min is defined (#3618)" 2016-12-01 07:58:39 -05:00
core.helpers.tests.js Fix bug when calculating if steps fit into scale as a whole number then smal floating point errors make the consition pass false 2016-12-13 21:22:02 -05:00
core.interaction.tests.js Rename chartInstance to chart 2017-02-10 18:37:56 -05:00
core.layoutService.tests.js Fix eslint errors in layout service test 2016-10-18 22:00:55 +00:00
core.legend.tests.js Allow updating the config of a chart at runtime 2016-11-25 07:19:59 -05:00
core.plugin.tests.js Add support for local plugins and plugin options 2016-12-18 08:46:15 -05:00
core.scaleService.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.title.tests.js Allow updating the config of a chart at runtime 2016-11-25 07:19:59 -05:00
core.tooltip.tests.js Rename chartInstance to chart 2017-02-10 18:37:56 -05:00
defaultConfig.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.arc.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.line.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.point.tests.js Add rectRounded point style 2016-11-26 12:58:49 -05:00
element.rectangle.tests.js Fix bar draw issue with borderWidth. (#3680) 2016-12-20 09:01:07 -05:00
global.deprecations.tests.js Unit tests for Chart constructor and deprecations 2017-02-10 18:37:56 -05:00
mockContext.js Remove deprecated nested chart accesses 2017-02-10 18:37:56 -05:00
platform.dom.tests.js Remove deprecated nested chart accesses 2017-02-10 18:37:56 -05:00
scale.category.tests.js Properly use the ticks.padding option. To correctly fix the issue, the default padding was changed from 0 to 10. This change caused all of the test changes since the width of a vertical scale was lowered by 10px 2016-11-20 11:52:08 -05:00
scale.linear.tests.js Fixed HorizontalBar: stacked axis, displays NaN when all legends 2017-02-10 18:40:37 -05:00
scale.logarithmic.tests.js fix linting again 2016-12-16 22:24:12 -05:00
scale.radialLinear.tests.js Improve radial scale (#3625) 2016-11-25 07:19:43 -05:00
scale.time.tests.js Reuse parsed results rather than redoing work 2017-02-10 18:49:35 -05:00