]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Avoid time related deprecation warnings in tests (#6246)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 6 May 2019 20:46:22 +0000 (23:46 +0300)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 6 May 2019 20:46:22 +0000 (22:46 +0200)
commit58e154c7da0d4a8b651009cc30e06fcf11459e3e
tree0ffb28697786baf45bce2e2c3cf340c8f7c278fd
parenta9d4ebf8810b30c5681ae41ce380522aa7248d40
Avoid time related deprecation warnings in tests (#6246)
17 files changed:
src/scales/scale.time.js
test/fixtures/controller.bar/bar-thickness-absolute.json
test/fixtures/controller.bar/bar-thickness-flex-offset.json
test/fixtures/controller.bar/bar-thickness-flex-single-reverse.json
test/fixtures/controller.bar/bar-thickness-flex-single.json
test/fixtures/controller.bar/bar-thickness-flex.json
test/fixtures/controller.bar/bar-thickness-max.json
test/fixtures/controller.bar/bar-thickness-min-interval.json
test/fixtures/controller.bar/bar-thickness-multiple.json
test/fixtures/controller.bar/bar-thickness-no-overlap.json
test/fixtures/controller.bar/bar-thickness-offset.json
test/fixtures/controller.bar/bar-thickness-reverse.json
test/fixtures/controller.bar/bar-thickness-single-xy.json
test/fixtures/controller.bar/bar-thickness-single.json
test/fixtures/controller.bar/bar-thickness-stacked.json
test/specs/core.controller.tests.js
test/specs/scale.time.tests.js