]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Bar options should not be defined on scale (#6249)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Fri, 25 Oct 2019 16:17:41 +0000 (09:17 -0700)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 25 Oct 2019 16:17:41 +0000 (12:17 -0400)
commit9ff1c845f2568d660f69c8c1dac98adbdb7f6aaf
tree833b9de7a983490af0fda8c0690cf9a121cd8e29
parent0b62f28f94633d121ee8c1b9103490025fc819d4
Bar options should not be defined on scale (#6249)

* Bar options should not be defined on scale

* Improve minimization

* Add tests

* Multiple datasets in test
13 files changed:
docs/axes/cartesian/README.md
docs/axes/styling.md
docs/charts/bar.md
samples/scales/time/financial.html
src/controllers/controller.bar.js
src/helpers/helpers.core.js
src/scales/scale.time.js
test/fixtures/controller.bar/bar-thickness-per-dataset-stacked.json [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-per-dataset-stacked.png [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-per-dataset.json [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-per-dataset.png [new file with mode: 0644]
test/specs/controller.bar.tests.js
test/specs/scale.linear.tests.js