]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add support for hiding axis when all linked datasets are hidden (#5885)
authorDave Salomon <dave@davesalomon.com>
Tue, 18 Dec 2018 08:33:03 +0000 (08:33 +0000)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 18 Dec 2018 08:33:03 +0000 (09:33 +0100)
commit4fb259e3acbecf83e7c9db285f5aac333cf4e706
treef889077e30b7b44c6030e766d53fe66e734e93b9
parent52b9793ba0c5155e599b5e03e1d66638ad68de04
Add support for hiding axis when all linked datasets are hidden (#5885)

When `display: 'auto'`, the axis is visible only if at least one associated dataset is visible.
docs/axes/README.md
src/core/core.scale.js
test/specs/core.scale.tests.js