joewalnes / smoothie

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

perf: remove an unnecessary call to `updateTooltip` #130

Closed WofWca closed 2 years ago

WofWca commented 2 years ago

Leaving the bottom one because updateTooltip depends on lastChartTimestamp, it needs to get updated before updateTooltip call.

drewnoakes commented 2 years ago

Thanks!