]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924)
authorEvert Timberg <evert.timberg+github@gmail.com>
Tue, 20 Oct 2020 12:18:56 +0000 (08:18 -0400)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 12:18:56 +0000 (08:18 -0400)
commitbc11f1021678afc30510f5a8527deac3c0c9c416
tree2412733ebf44e23e5b71eb66b05c1cb69333dab9
parentf5c4f97504b6ae96f8f0592bcc15cebb2dfba8a6
Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924)

* Rename elements to mark as elements, i.e. Arc -> ArcElement
* Rename RectangleElement to BarElement
* Also updates options.elements.rectangle to options.elements.bar
49 files changed:
docs/docs/charts/bar.mdx
docs/docs/configuration/elements.md
docs/docs/developers/api.md
docs/docs/getting-started/v3-migration.md
samples/charts/bar/horizontal.html
samples/scriptable/bar.html
src/controllers/controller.bar.js
src/core/core.datasetController.js
src/elements/element.arc.js
src/elements/element.bar.js [moved from src/elements/element.rectangle.js with 96% similarity]
src/elements/element.line.js
src/elements/element.point.js
src/elements/index.js
src/helpers/helpers.segment.js
src/plugins/plugin.filler.js
test/fixtures/controller.bar/backgroundColor/indexable.js
test/fixtures/controller.bar/backgroundColor/loopable.js
test/fixtures/controller.bar/backgroundColor/scriptable.js
test/fixtures/controller.bar/backgroundColor/value.js
test/fixtures/controller.bar/borderColor/indexable.js
test/fixtures/controller.bar/borderColor/scriptable.js
test/fixtures/controller.bar/borderColor/value.js
test/fixtures/controller.bar/borderSkipped/indexable.js
test/fixtures/controller.bar/borderSkipped/scriptable.js
test/fixtures/controller.bar/borderSkipped/value.js
test/fixtures/controller.bar/borderWidth/indexable-object.js
test/fixtures/controller.bar/borderWidth/indexable.js
test/fixtures/controller.bar/borderWidth/negative.js
test/fixtures/controller.bar/borderWidth/object.js
test/fixtures/controller.bar/borderWidth/scriptable-object.js
test/fixtures/controller.bar/borderWidth/scriptable.js
test/fixtures/controller.bar/borderWidth/value.js
test/fixtures/controller.bar/chart-area-clip.js
test/fixtures/controller.bar/horizontal-borders.js
test/fixtures/scale.category/ticks-from-data.js
test/specs/controller.bar.tests.js
test/specs/controller.bubble.tests.js
test/specs/controller.doughnut.tests.js
test/specs/controller.line.tests.js
test/specs/controller.polarArea.tests.js
test/specs/controller.radar.tests.js
test/specs/element.arc.tests.js
test/specs/element.bar.tests.js [new file with mode: 0644]
test/specs/element.line.tests.js
test/specs/element.point.tests.js
test/specs/element.rectangle.tests.js [deleted file]
test/specs/global.namespace.tests.js
types/controllers/index.d.ts
types/elements/index.d.ts