]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Deprecate configMerge and scaleMerge helpers (#6022)
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 29 Jan 2019 16:52:21 +0000 (17:52 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 16:52:21 +0000 (17:52 +0100)
commit0697d0de9073c456565c9deeb20cb36d85e858c9
tree2b763e177a89163733e01bcae8a87b36995b3f10
parent17f6fd2340f0728339626179c2780228ff64675f
Deprecate configMerge and scaleMerge helpers (#6022)

These methods shouldn't have been public since they are specific to the chart controller internal logic. Note that this scale custom merging will be removed in v3.
src/core/core.controller.js
src/core/core.helpers.js
src/helpers/helpers.core.js
test/specs/core.controller.tests.js
test/specs/core.helpers.tests.js
test/specs/global.deprecations.tests.js