]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
When only the dataset array changes scales did not update correctly. This was due...
authorEvert Timberg <evert.timberg@gmail.com>
Wed, 9 Dec 2015 00:57:58 +0000 (19:57 -0500)
committerEvert Timberg <evert.timberg@gmail.com>
Wed, 9 Dec 2015 00:57:58 +0000 (19:57 -0500)
commitd689e0fc47fa3b7e475ec328be6a9c9e50e4d79d
tree0114ebed9996204b215fecfaf0a2a89eda9944f8
parent3b750e7f270f1332dc4695a766bae83fb2871887
When only the dataset array changes scales did not update correctly. This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales.
src/core/core.controller.js