]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Respect `fill: false` with custom draw times (#10414)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Wed, 22 Jun 2022 11:41:18 +0000 (13:41 +0200)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2022 11:41:18 +0000 (07:41 -0400)
commit954ed953a54cd7ed7a7094549f21842407e3d6a3
tree2904ca76ecb9c194adeea55690a57db4c586e3e5
parent3c3d53be5ece4baf6917ac1b3db8ef2dcfb4f36f
Respect `fill: false` with custom draw times (#10414)

* Resolve canvasgradient is not defined in node
* Remove trailing white space
* export isPaternOrGradient helper with typings
* fix lint failure, single qoute
* Respect `fill: false` with custom draw times
* correctly listen to fill property
* remove console log and lint errors
* implement feedback, still update control points
src/plugins/plugin.filler/filler.helper.js
src/plugins/plugin.filler/index.js
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDatasetDraw.js [new file with mode: 0644]
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDatasetDraw.png [new file with mode: 0644]
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDatasetsDraw.js [new file with mode: 0644]
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDatasetsDraw.png [new file with mode: 0644]
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDraw.js [new file with mode: 0644]
test/fixtures/plugin.filler/line/drawTimeFillFalse/beforeDraw.png [new file with mode: 0644]