chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
743 stars 199 forks source link

Fix animations #36

Closed Jark closed 6 years ago

Jark commented 6 years ago

Thanks for contributing.

Description

Chart.js only animates the direct properties of the view model, so I've changed candle.h into candleHeight for the vm so Chart.js can animate the properties properly.

Testing

I've updated the existing unit test and added a new button "Randomize data" to the test page.

Here's the result:

f00b73dd-bc4c-4a2e-9684-c08939caed30

benmccann commented 6 years ago

Thanks!