]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Refactor filler plugin for easier maintenance (#10040)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sat, 12 Feb 2022 15:22:38 +0000 (17:22 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Feb 2022 15:22:38 +0000 (17:22 +0200)
commit4b542682f344ddf69c27ce8b490a58de38edccb0
treecb6e0faa56434ffb6fae7f5bb05f8737cf409377
parent7c14ab74aaeeba4cb3672f4a980abfda44f793a7
Refactor filler plugin for easier maintenance (#10040)
src/plugins/plugin.filler.js [deleted file]
src/plugins/plugin.filler/filler.drawing.js [new file with mode: 0644]
src/plugins/plugin.filler/filler.options.js [new file with mode: 0644]
src/plugins/plugin.filler/filler.segment.js [new file with mode: 0644]
src/plugins/plugin.filler/filler.target.js [new file with mode: 0644]
src/plugins/plugin.filler/filler.target.stack.js [new file with mode: 0644]
src/plugins/plugin.filler/index.js [new file with mode: 0644]
src/plugins/plugin.filler/simpleArc.js [new file with mode: 0644]