]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Proper line and bar stacking order
authorTanner Linsley <tannerlinsley@gmail.com>
Wed, 17 Feb 2016 19:41:32 +0000 (12:41 -0700)
committerTanner Linsley <tannerlinsley@gmail.com>
Wed, 17 Feb 2016 19:41:32 +0000 (12:41 -0700)
commitac5be9bde20aa148eab929b2f356834150dec447
tree0ab1e50d759c9c76913c36a71893b427ef14831f
parentd31db871158685047c2fb1b0d9323e8191e6eddf
Proper line and bar stacking order

Stacked line and bar charts now behave predictably with the first
dataset on the bottom stacked upwards.
src/controllers/controller.line.js
src/core/core.controller.js
test/controller.line.tests.js