]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Before labels can rotate, we need the appropriate left, right, top, & bottom attribut...
authorEvert Timberg <evert.timberg@gmail.com>
Tue, 13 Oct 2015 15:43:00 +0000 (11:43 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Tue, 13 Oct 2015 15:43:00 +0000 (11:43 -0400)
commite39298db3c2a72dd03abce1364c569c4bdafc377
tree258f03bfea8a89bb2afc46ffa6ffef41aa4b196d
parent6001a1e4e7d4a572e70cd55c049449ac85cbe134
Before labels can rotate, we need the appropriate left, right, top, & bottom attributes of the scale set with default values so that tick spacing can be determined. After ensuring that this happens, tests needed to be updated. Added unit testing for the scale service.
src/core/core.scale.js
test/controller.bar.tests.js
test/controller.line.tests.js
test/core.scaleService.tests.js [new file with mode: 0644]
test/scale.category.tests.js
test/scale.linear.tests.js