]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add scale.pointLabels.lineHeight and scale.ticks.lineHeight options (#5914)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Thu, 20 Dec 2018 08:56:06 +0000 (17:56 +0900)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 20 Dec 2018 08:56:06 +0000 (09:56 +0100)
commitd29ec5a48537cb880934200d037a53b51e2ed6d4
treea2dd650bd72f7886adbb1081b0d9406b0924fcb4
parentc8ce3d2018244657f18f7bae2fd2fcf1fe825e8f
Add scale.pointLabels.lineHeight and scale.ticks.lineHeight options (#5914)
24 files changed:
docs/axes/radial/linear.md
docs/axes/styling.md
src/core/core.defaults.js
src/core/core.js
src/core/core.scale.js
src/elements/element.line.js
src/elements/element.point.js
src/elements/element.rectangle.js
src/helpers/helpers.options.js
src/plugins/plugin.legend.js
src/plugins/plugin.title.js
src/scales/scale.radialLinear.js
test/fixtures/controller.radar/point-style.png
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.png
test/fixtures/plugin.filler/fill-radar-boundary-origin.png
test/specs/controller.radar.tests.js
test/specs/core.controller.tests.js
test/specs/core.scale.tests.js
test/specs/helpers.options.tests.js
test/specs/plugin.legend.tests.js
test/specs/plugin.title.tests.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.radialLinear.tests.js