]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Handle dataset type per chart
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Thu, 21 Apr 2016 21:43:47 +0000 (23:43 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 26 Apr 2016 10:46:26 +0000 (12:46 +0200)
commitf3457c99417e3e87f67b8b673c6d9ca046b3bc46
tree516559131eaee0376e0cbda9468b32a0eb345cdf
parent51aa9b4a27704a6b14ab888c2aad38e929c1239b
Handle dataset type per chart

Dataset effective type is now stored under meta.type, allowing many charts to share the same dataset but with different types. Also move dataset.bar flag to meta.bar.
src/controllers/controller.bar.js
src/controllers/controller.line.js
src/core/core.controller.js
src/scales/scale.linear.js
src/scales/scale.logarithmic.js