]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Clean up the scale service. It's now more of a helper function for fitting the scales...
authorEvert Timberg <evert.timberg@gmail.com>
Tue, 19 May 2015 22:22:05 +0000 (18:22 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Tue, 19 May 2015 22:22:05 +0000 (18:22 -0400)
commit4cc24d475ab69047b0cab2d47f214c334ed1b404
tree6b9e32d4af09c3f24f722d909ea3233f845efc4d
parent4b8c9bc30d9137bc375c3527c8742036ed524377
Clean up the scale service. It's now more of a helper function for fitting the scales. Since each chart needed to know it's scales, there wasn't much point in registering them into the service. When we support overlapping charts, we can do something fancier
src/Chart.Scale.js
src/Chart.Scatter.js