joewalnes / smoothie

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
http://smoothiecharts.org
Other
2.25k stars 232 forks source link

Added smooth scaling when the min/max range changes #8

Closed ghost closed 12 years ago

ghost commented 12 years ago

I added the ability to do smooth scaling in addition to smooth scrolling. With this modification when the range changes, the chart is scaled smoothly instead of abruptly (as it is now) to the proper scale for the new range.

A new option, scaleSmoothing, has been added that controls the speed of the scale animation.

joewalnes commented 12 years ago

Merged, thanks!