]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Exclude base-line from bar size (#8648)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Tue, 16 Mar 2021 12:49:19 +0000 (14:49 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 12:49:19 +0000 (08:49 -0400)
commit420aa027b305c91380d96d05e39db2767ec1333a
treedc160015f59fb738ac519de576080c94942abdf6
parent0a579b68139e528d3fc1ae2a9051002f0a98d4de
Exclude base-line from bar size (#8648)

* Exclude base-line from bar size

* lint

* add to types
20 files changed:
src/controllers/controller.bar.js
src/core/core.scale.js
test/fixtures/controller.bar/baseLine/bottom.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/bottom.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/left.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/left.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/mid-x.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/mid-x.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/mid-y.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/mid-y.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/right.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/right.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/top.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/top.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/value-x.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/value-x.png [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/value-y.js [new file with mode: 0644]
test/fixtures/controller.bar/baseLine/value-y.png [new file with mode: 0644]
test/specs/controller.bar.tests.js
types/index.esm.d.ts