]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
More maintainable file structure
authorTanner Linsley <tannerlinsley@gmail.com>
Fri, 12 Jun 2015 20:00:48 +0000 (14:00 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Fri, 12 Jun 2015 20:00:48 +0000 (14:00 -0600)
commit5732e0d72a5aa0f84132c5b45ecef2b489df1a95
treec792c6972f10c92186b5f3723bcbce6d27ece709
parent187163763e2ae36d8f58d6404881dfabe6ec0f38
More maintainable file structure
18 files changed:
Chart.js
Chart.min.js
gulpfile.js
samples/line-multi-axis.html
samples/line.html
src/Chart.Animation.js [new file with mode: 0644]
src/Chart.Bar.js
src/Chart.Core.Arc.js [new file with mode: 0644]
src/Chart.Core.Line.js [new file with mode: 0644]
src/Chart.Core.Point.js [new file with mode: 0644]
src/Chart.Core.Rectangle.js [new file with mode: 0644]
src/Chart.Core.js
src/Chart.Line.js
src/Chart.Scale.Category.js [new file with mode: 0644]
src/Chart.Scale.Linear.js [new file with mode: 0644]
src/Chart.Scale.RadialLinear.js [new file with mode: 0644]
src/Chart.Scale.js
src/Chart.Tooltip.js [new file with mode: 0644]