]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Stuck on shared vertical scale draw logic
authorTanner Linsley <tannerlinsley@gmail.com>
Thu, 24 Sep 2015 03:52:31 +0000 (21:52 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Thu, 24 Sep 2015 03:52:31 +0000 (21:52 -0600)
commitc7107677d2aa690f677868436b8bf3f8f10f60fa
tree2f7b5df71c3245ce7aed45fe4292a897f8c221c1
parent9b9ebca2467b9be50f5dee9e3ed1ce39bb31f3bc
Stuck on shared vertical scale draw logic

Trying to make all scales share the same draw function for both
horizontal and vertical.  For some reason the vertical linear scale on
line.html has a width that is too small
samples/line.html
src/controllers/controller.bar.js
src/core/core.controller.js
src/core/core.scale.js
src/core/core.scaleService.js
src/scales/scale.category.js
src/scales/scale.linear.js
src/scales/scale.time.js