]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add support for floating bar chart ([start, end]) (#6056)
authorgwyneblaidd <derevmyk@ukr.net>
Tue, 21 May 2019 08:54:13 +0000 (11:54 +0300)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 21 May 2019 08:54:13 +0000 (10:54 +0200)
commit7d8526f691c13d065fbf24f574b2cb628ed57c91
tree5aed53bfd5d26cc6d62ba5cd41dbe449c93e58f4
parent4f04ee5d7784cfc318c733e19fce8ca239213a58
Add support for floating bar chart ([start, end]) (#6056)
13 files changed:
docs/charts/bar.md
src/controllers/controller.bar.js
src/core/core.scale.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js
test/fixtures/controller.bar/floatBar/float-bar-horizontal.json [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar-horizontal.png [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar-stacked-horizontal.json [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar-stacked-horizontal.png [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar-stacked.json [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar-stacked.png [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar.json [new file with mode: 0644]
test/fixtures/controller.bar/floatBar/float-bar.png [new file with mode: 0644]