Chart.js/test
2015-11-21 10:51:32 -05:00
..
controller.bar.tests.js Merge pull request #1646 from nnnick/fix/1640 2015-11-16 16:10:01 -07:00
controller.doughnut.tests.js Update controllers to handle datasets that are not visible 2015-10-07 19:54:11 -04:00
controller.line.tests.js Fix tests 2015-11-17 18:38:19 -05:00
core.element.tests.js Core element tests 2015-08-30 20:17:24 -04:00
core.helpers.tests.js Fix tests 2015-11-07 09:40:41 -05:00
core.layoutService.tests.js Modify layout service to be able to place horizontal boxes as either full width or not full width. Currently the legend is the only full width box we have. Scales were modified so as not to be full width, however Core.Scale can handle boxes that are full width. 2015-11-21 10:51:32 -05:00
element.arc.tests.js Arc element tests 2015-08-29 12:31:44 -04:00
element.line.tests.js Can now skip in all cases (start, mid, end) whether or not there is a look 2015-11-15 11:16:41 -05:00
element.point.tests.js Do mock context properties better 2015-08-28 23:20:01 -04:00
element.rectangle.tests.js Rectangle element tests 2015-08-29 08:53:42 -04:00
mockContext.js Convert the radialLinear scale to derive from Core.scale. Radial linear scale is now fit using the scale service. Added tests for the radialLinear scale. 2015-09-27 11:58:20 -04:00
scale.category.tests.js Reference data from the main controller wherever possible. Updated tests to account for this. 2015-11-13 09:38:35 -05:00
scale.linear.tests.js Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales. 2015-11-17 18:43:18 -05:00
scale.logarithmic.tests.js Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales. 2015-11-17 18:43:18 -05:00
scale.radialLinear.tests.js Make sure data is converted to a number in scales when determining min and max. Add tests for this condition to linear, radialLinear, and logarithmic scales. 2015-11-17 18:43:18 -05:00
scale.time.tests.js Reference data from the main controller wherever possible. Updated tests to account for this. 2015-11-13 09:38:35 -05:00