]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Restore `datasets` namespace (revert 6955) (#8090)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Tue, 24 Nov 2020 20:27:51 +0000 (22:27 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 20:27:51 +0000 (22:27 +0200)
commite3ad31893d1359d059f5e669d974aa939d9bb224
tree7cbfbd99b2bfae26bbcfcd25ef93af2cf7fcf467
parent021561072b7e7b95169d7bfc566642e292885d93
Restore `datasets` namespace (revert 6955) (#8090)
14 files changed:
docs/docs/configuration/index.md
docs/docs/getting-started/v3-migration.md
src/core/core.config.js
src/core/core.datasetController.js
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-stacked.json
test/fixtures/controller.bar/stacking/logarithmic-strings.js
test/fixtures/controller.bar/stacking/logarithmic.js
test/fixtures/plugin.filler/fill-line-dataset-interpolated.js
test/specs/controller.bar.tests.js
test/specs/controller.line.tests.js