]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Bar chart defaults to begin at zero (#6917)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 5 Jan 2020 20:50:24 +0000 (15:50 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 20:50:24 +0000 (15:50 -0500)
commitb46499985147eae78bd63dea96978008ba8d8912
treea5ad93e292bd17ed8201573d8b8ead3cb2eddeeb
parent5f6c3df6dc96b5728e09c55186d5b2830493b893
Bar chart defaults to begin at zero (#6917)

* Bar chart defaults to begin at zero

* Add bar beginAtZero test
src/controllers/controller.bar.js
test/fixtures/controller.bar/bar-default-begin-at-zero.js [new file with mode: 0644]
test/fixtures/controller.bar/bar-default-begin-at-zero.png [new file with mode: 0644]
test/specs/controller.bar.tests.js
test/specs/scale.linear.tests.js