]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Make line options scriptable (#6128)
authorJanelle deMent <janelledement@gmail.com>
Thu, 21 Mar 2019 08:06:39 +0000 (04:06 -0400)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 21 Mar 2019 08:06:39 +0000 (09:06 +0100)
commitb9290a20de0ac051b80eca3509163d597ecec476
treeb9d9b61201f1c77798c5ae22cc7d783ff07b8528
parent86ed35446d394ec505d879e79fd29e6ecb199b87
Make line options scriptable (#6128)
59 files changed:
docs/charts/line.md
samples/scriptable/line.html
src/controllers/controller.line.js
test/fixtures/controller.line/backgroundColor/scriptable.js
test/fixtures/controller.line/backgroundColor/scriptable.png
test/fixtures/controller.line/backgroundColor/value.js
test/fixtures/controller.line/backgroundColor/value.png
test/fixtures/controller.line/borderCapStyle/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/borderCapStyle/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/borderCapStyle/value.js [new file with mode: 0644]
test/fixtures/controller.line/borderCapStyle/value.png [new file with mode: 0644]
test/fixtures/controller.line/borderColor/scriptable.js
test/fixtures/controller.line/borderColor/scriptable.png
test/fixtures/controller.line/borderColor/value.js
test/fixtures/controller.line/borderColor/value.png
test/fixtures/controller.line/borderDash/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/borderDash/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/borderDash/value.js [new file with mode: 0644]
test/fixtures/controller.line/borderDash/value.png [new file with mode: 0644]
test/fixtures/controller.line/borderDashOffset/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/borderDashOffset/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/borderDashOffset/value.js [new file with mode: 0644]
test/fixtures/controller.line/borderDashOffset/value.png [new file with mode: 0644]
test/fixtures/controller.line/borderJoinStyle/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/borderJoinStyle/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/borderJoinStyle/value.js [new file with mode: 0644]
test/fixtures/controller.line/borderJoinStyle/value.png [new file with mode: 0644]
test/fixtures/controller.line/borderWidth/scriptable.js
test/fixtures/controller.line/borderWidth/scriptable.png
test/fixtures/controller.line/borderWidth/value.js
test/fixtures/controller.line/borderWidth/value.png
test/fixtures/controller.line/cubicInterpolationMode/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/cubicInterpolationMode/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/cubicInterpolationMode/value.js [new file with mode: 0644]
test/fixtures/controller.line/cubicInterpolationMode/value.png [new file with mode: 0644]
test/fixtures/controller.line/fill/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/fill/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/fill/value.js [new file with mode: 0644]
test/fixtures/controller.line/fill/value.png [new file with mode: 0644]
test/fixtures/controller.line/pointBackgroundColor/indexable.js [moved from test/fixtures/controller.line/backgroundColor/indexable.js with 100% similarity]
test/fixtures/controller.line/pointBackgroundColor/indexable.png [moved from test/fixtures/controller.line/backgroundColor/indexable.png with 100% similarity]
test/fixtures/controller.line/pointBackgroundColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/pointBackgroundColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/pointBackgroundColor/value.js [new file with mode: 0644]
test/fixtures/controller.line/pointBackgroundColor/value.png [new file with mode: 0644]
test/fixtures/controller.line/pointBorderColor/indexable.js [moved from test/fixtures/controller.line/borderColor/indexable.js with 100% similarity]
test/fixtures/controller.line/pointBorderColor/indexable.png [moved from test/fixtures/controller.line/borderColor/indexable.png with 100% similarity]
test/fixtures/controller.line/pointBorderColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/pointBorderColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/pointBorderColor/value.js [new file with mode: 0644]
test/fixtures/controller.line/pointBorderColor/value.png [new file with mode: 0644]
test/fixtures/controller.line/pointBorderWidth/indexable.js [moved from test/fixtures/controller.line/borderWidth/indexable.js with 100% similarity]
test/fixtures/controller.line/pointBorderWidth/indexable.png [moved from test/fixtures/controller.line/borderWidth/indexable.png with 100% similarity]
test/fixtures/controller.line/pointBorderWidth/scriptable.js [new file with mode: 0644]
test/fixtures/controller.line/pointBorderWidth/scriptable.png [new file with mode: 0644]
test/fixtures/controller.line/pointBorderWidth/value.js [new file with mode: 0644]
test/fixtures/controller.line/pointBorderWidth/value.png [new file with mode: 0644]
test/specs/core.controller.tests.js
test/specs/plugin.filler.tests.js