]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Allow `fill: true` and `null` in `ChartDataset.data` (#8700)
authorEvert Timberg <evert.timberg+github@gmail.com>
Mon, 22 Mar 2021 22:59:50 +0000 (18:59 -0400)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 22:59:50 +0000 (18:59 -0400)
commit2fc98ddc39ca39c664b85197ffdecd75aece6f49
treefa0988e1c0e3ef7576364d4f9d2f7bf1a12c4f36
parente51a40144992963d238d453ba9100293ed094fa9
Allow `fill: true` and `null` in `ChartDataset.data` (#8700)

* Handle `fill: true`
* ChartDataset allow number/null data
types/index.esm.d.ts
types/tests/dataset_null_data.ts [new file with mode: 0644]
types/tests/plugins/plugin.filler/fill_target_true.ts [new file with mode: 0644]