]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Remove const me = this pattern (#9646)
authorEvert Timberg <evert.timberg+github@gmail.com>
Tue, 14 Sep 2021 11:37:22 +0000 (07:37 -0400)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 11:37:22 +0000 (07:37 -0400)
commit8e68481ec4e29599660332f58967f439fb2ef17c
tree91a5a41694784fb36f49abf38281d0869c95deb3
parent183a1a9f674fd0d0694446cc1431e62215fcb3b7
Remove const me = this pattern (#9646)
28 files changed:
src/controllers/controller.bar.js
src/controllers/controller.bubble.js
src/controllers/controller.doughnut.js
src/controllers/controller.line.js
src/controllers/controller.polarArea.js
src/controllers/controller.radar.js
src/core/core.animation.js
src/core/core.animator.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.element.js
src/core/core.plugins.js
src/core/core.registry.js
src/core/core.scale.js
src/core/core.typedRegistry.js
src/elements/element.arc.js
src/elements/element.line.js
src/elements/element.point.js
src/plugins/plugin.legend.js
src/plugins/plugin.title.js
src/plugins/plugin.tooltip.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.linearbase.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js
src/scales/scale.timeseries.js