]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Make object notation usable for polarArea and radar (#10088)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Sat, 12 Feb 2022 15:23:31 +0000 (16:23 +0100)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 15:23:31 +0000 (10:23 -0500)
commited68557a99cb2e28b032f4a1c376dc24a9a0837c
tree21d76474d7993d4aa9e2e51e83011105c86e119a
parent4b542682f344ddf69c27ce8b490a58de38edccb0
Make object notation usable for polarArea and radar (#10088)

* start to make object notation usable for polarArea
* enable object notation also for radar chart, test default key
docs/general/data-structures.md
src/controllers/controller.polarArea.js
src/controllers/controller.radar.js
src/helpers/helpers.config.js
test/fixtures/controller.polarArea/parse-object-data.json [new file with mode: 0644]
test/fixtures/controller.polarArea/parse-object-data.png [new file with mode: 0644]
test/specs/controller.radar.tests.js