]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Passing All Tests, Updated Dependencies
authorTanner Linsley <tannerlinsley@gmail.com>
Fri, 12 Feb 2016 06:16:43 +0000 (23:16 -0700)
committerTanner Linsley <tannerlinsley@gmail.com>
Fri, 12 Feb 2016 06:16:43 +0000 (23:16 -0700)
commit813d18bd78f84cef78056869589097ee1cd18f6b
tree58da83760e440ed5fd6cb20e28e9606fc2ba05b7
parent007d0298373c3c17f76f93a01f0150401fc9b9ee
Passing All Tests, Updated Dependencies
34 files changed:
dist/Chart.bundle.js
dist/Chart.bundle.min.js
dist/Chart.js
dist/Chart.min.js
gulpfile.js
package.json
src/chart.js
src/charts/Chart.Radar.js
src/controllers/controller.bar.js
src/controllers/controller.bubble.js
src/controllers/controller.doughnut.js
src/controllers/controller.line.js
src/controllers/controller.polarArea.js
src/controllers/controller.radar.js
src/core/core.animation.js
src/core/core.controller.js
src/core/core.datasetController.js
src/core/core.element.js
src/core/core.helpers.js
src/core/core.layoutService.js
src/core/core.legend.js
src/core/core.scale.js
src/core/core.scaleService.js
src/core/core.title.js
src/core/core.tooltip.js
src/elements/element.arc.js
src/elements/element.line.js
src/elements/element.point.js
src/elements/element.rectangle.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js
src/scales/scale.radialLinear.js
src/scales/scale.time.js