]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add normalized option (#7538)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Tue, 7 Jul 2020 11:50:53 +0000 (04:50 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2020 11:50:53 +0000 (07:50 -0400)
commit4cc3079e65c47b3f7eabceec19d652937b4ce7da
treeea56a597db22fb33c9fd0ecc46b3dc8d5aee0061
parent6bd5ad5518042a841f8f378b5a1ee29fd7ad4249
Add normalized option (#7538)

Add normalized option to time scales
docs/docs/axes/cartesian/timeseries.md
docs/docs/general/performance.md
src/controllers/controller.bar.js
src/controllers/controller.line.js
src/core/core.controller.js
src/core/core.scale.js
src/scales/scale.time.js
src/scales/scale.timeseries.js
test/specs/scale.time.tests.js