SIGN IN SIGN UP
chartjs / Chart.js UNCLAIMED

Simple HTML5 Charts using the <canvas> tag

0 0 1 JavaScript

Handle incoming model values on element transition

If a value is set on the model after `pivot()` has been called, the view wasn't initialized and the animation started from 0. Now, `_start` and incomplete `_view` are initialized to the model value during the transition (no initial implicit transition).

Also remove exception handling when animating a string (color), which is faster when string are not valid colors (e.g. tooltip position). It requires to update `chartjs-color` to version 2.1.0.
S
Simon Brunel committed
d25e7b1e1a250b225e6fb5a5fda3cf42153d3d93
Parent: 05e6382
Committed by Evert Timberg <evert.timberg+github@gmail.com> on 3/3/2017, 11:49:32 AM