]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix time scale ticks.reverse issue (#5933)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Wed, 2 Jan 2019 15:00:55 +0000 (23:00 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Wed, 2 Jan 2019 15:00:55 +0000 (16:00 +0100)
commit39b4d61ac209a2edea92b74cd0556380bb57628c
tree8337f64ac001122d4d8f64ffbf10fd83477365e2
parent918e2c027f4289d6cfe7d6d883b2c621eb0ac367
Fix time scale ticks.reverse issue (#5933)
src/controllers/controller.bar.js
src/scales/scale.time.js
test/fixtures/controller.bar/bar-thickness-flex-single-reverse.json [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-flex-single-reverse.png [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-flex-single.json [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-flex-single.png [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-reverse.json [new file with mode: 0644]
test/fixtures/controller.bar/bar-thickness-reverse.png [new file with mode: 0644]
test/specs/scale.time.tests.js