joewalnes / smoothie

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

small bug #32

Closed entcor closed 11 years ago

entcor commented 11 years ago

Hi

please change line 172 jn smoothie.js

SmootheiChart.AnimateCompatibility.cancelAnimationFrame( this.frame );

to

SmoothieChart.AnimateCompatibility.cancelAnimationFrame( this.frame );

drewnoakes commented 11 years ago

Thanks for pointing this out.