]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Properly use the ticks.padding option. To correctly fix the issue, the default paddin...
authoretimberg <evert.timberg@gmail.com>
Sat, 5 Nov 2016 00:41:54 +0000 (20:41 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 20 Nov 2016 16:52:08 +0000 (11:52 -0500)
commit58afbe428c74d3f2df2df5620f94c34dce3798d2
tree086a399998abd517db8a8bc774484a4a7a62f581
parent4fbb1bdbbcfc25addf74cd6da3315c0a5f187011
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
src/core/core.scale.js
test/controller.bar.tests.js
test/controller.bubble.tests.js
test/controller.line.tests.js
test/core.helpers.tests.js
test/core.tooltip.tests.js
test/scale.category.tests.js
test/scale.linear.tests.js
test/scale.logarithmic.tests.js
test/scale.radialLinear.tests.js
test/scale.time.tests.js