]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add labelOffset option to scales 2517/head
authorTom Duncalf <tom@tomduncalf.com>
Wed, 11 May 2016 09:43:22 +0000 (10:43 +0100)
committerTom Duncalf <tom@tomduncalf.com>
Wed, 11 May 2016 09:43:22 +0000 (10:43 +0100)
commit7ee5af81af59e66a2f6e11c04cdb054c8cef934e
tree58cb6b7c645334d44127c223ad86c3d9b7cc0d69
parent64b9510dedaa36688bfdaee3f1014156cde997a7
Add labelOffset option to scales
docs/01-Scales.md
src/core/core.scale.js
test/core.helpers.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