]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Parse from custom properties in data (#7489)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Thu, 18 Jun 2020 21:36:53 +0000 (00:36 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 21:36:53 +0000 (17:36 -0400)
commit40871b0062637adf2245ba0d6afcbb81f1d4c55b
tree3b34b51e080be193aa03526c83926549fd22dfad
parent59a1af91ac599e7831f5ac68cdc110a28ed1c881
Parse from custom properties in data (#7489)

* Parse from custom properties in data
* Resolve CC issues
* Review update
15 files changed:
docs/docs/axes/cartesian/time.md
docs/docs/general/data-structures.md
docs/docs/getting-started/v3-migration.md
src/controllers/controller.bar.js
src/controllers/controller.bubble.js
src/core/core.datasetController.js
src/core/core.scale.js
src/helpers/helpers.core.js
src/scales/scale.time.js
test/fixtures/controller.bar/bar-thickness-no-overlap.json
test/fixtures/controller.bar/data/parsing.js [new file with mode: 0644]
test/fixtures/controller.bar/data/parsing.png [new file with mode: 0644]
test/fixtures/scale.time/data-ty.js
test/specs/core.datasetController.tests.js
test/specs/scale.time.tests.js