]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Create interfaces similar to the old interfaces. Ensure that scales always have IDs... 1220/head
authorEvert Timberg <evert.timberg@gmail.com>
Tue, 16 Jun 2015 23:20:26 +0000 (19:20 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Tue, 16 Jun 2015 23:20:26 +0000 (19:20 -0400)
commit056b9550d0816536ba330ef405e0b2dee312f9f8
treeaca9b88dbf04e5d50b275c6aa0fb8a4a3652452b
parent8d1f2807717c8e19cf2c35824076d48e9c6712ed
Create interfaces similar to the old interfaces. Ensure that scales always have IDs before controllers are built.
16 files changed:
gulpfile.js
samples/bar-multi-axis.html
samples/line-multi-axis.html
samples/polar-area.html
samples/scatter-multi-axis.html
samples/scatter.html
src/charts/Chart.Bar.js [new file with mode: 0644]
src/charts/Chart.Doughnut.js [new file with mode: 0644]
src/charts/Chart.Line.js [new file with mode: 0644]
src/charts/Chart.PolarArea.js [new file with mode: 0644]
src/charts/Chart.Radar.js [new file with mode: 0644]
src/charts/Chart.Scatter.js [moved from src/controllers/controller.scatter.js with 75% similarity]
src/controllers/controller.line.js
src/core/core.controller.js
src/scales/scale.category.js
src/scales/scale.linear.js