]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add stroke lines option around ticks to improve readability (#6787)
authorJose Raul Pérez <joseraul.perezfrias@gmail.com>
Sun, 12 Jan 2020 19:22:51 +0000 (20:22 +0100)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 12 Jan 2020 19:22:51 +0000 (14:22 -0500)
commitb1421c6ea17c4a0bdd757a88d9a2cde26988e755
treeeee869792a9c8d3c2f7905281488b95789cd5cc1
parentf1677b6652328f449c1995f3e551c1b666eb2c8f
Add stroke lines option around ticks to improve readability (#6787)

Enable stroking of text on of axis labels
docs/axes/styling.md
src/core/core.scale.js
test/context.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.logarithmic.tests.js
test/specs/scale.radialLinear.tests.js
test/specs/scale.time.tests.js