]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Move location of dataset options (#6955)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Tue, 14 Jan 2020 00:39:30 +0000 (16:39 -0800)
committerEvert Timberg <evert.timberg+github@gmail.com>
Tue, 14 Jan 2020 00:39:30 +0000 (19:39 -0500)
commit9bd2af9e9b7bd2ad586fb17d7a47f72e055c0144
tree19f48f1ec36fccf16d977daad313c92dc83b7a7e
parentf1817979a0c9799acebb3b847a6535a48850c0db
Move location of dataset options (#6955)

* Move location of dataset options
* Fix misplaced period
17 files changed:
docs/configuration/README.md
docs/developers/charts.md
docs/getting-started/v3-migration.md
src/controllers/controller.bar.js
src/controllers/controller.horizontalBar.js
src/controllers/controller.scatter.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