]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix for chart title not updating 2696/head
authorNoel <noeloconnell88@gmail.com>
Fri, 3 Jun 2016 08:07:14 +0000 (09:07 +0100)
committerNoel <noeloconnell88@gmail.com>
Fri, 3 Jun 2016 08:07:14 +0000 (09:07 +0100)
commit54d1e49bb7dd27aa940e00c24261cc0144c8d1e4
treea83054d148a221d7b906c784024b21b27f91fe09
parent829c2be2bcbbe74cd4ded4933234b9ab0d2ca55a
Fix for chart title not updating

https://github.com/chartjs/Chart.js/issues/2686

Chart options were using a cache value from initialize function.
Now updating values in the beforeUpdate lifecycle.
src/core/core.title.js