]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
When an axis needs padding due to a long, rotated, label it should be added inside...
authorEvert Timberg <evert.timberg+github@gmail.com>
Tue, 25 Oct 2016 01:43:52 +0000 (21:43 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 18 Nov 2016 22:58:07 +0000 (17:58 -0500)
commiteaf109c2b1d0ceb8499bc22659197555b88b6df3
treef2eb5192e2f45a5bc800781fec25c0fa899687b7
parentfd2e40ce119225078f7321f979cf099838c99c42
When an axis needs padding due to a long, rotated, label it should be added inside the layout system rather than in each axis.
src/core/core.layoutService.js
src/core/core.scale.js
test/scale.linear.tests.js
test/scale.logarithmic.tests.js