acmerobotics / ftc-dashboard

React-based web dashboard designed for FTC
https://acmerobotics.github.io/ftc-dashboard
Other
168 stars 125 forks source link

Fix paused Graph clearing on resize #122

Closed NoahBres closed 10 months ago

NoahBres commented 1 year ago

Issue described here: https://github.com/acmerobotics/ftc-dashboard/pull/120#discussion_r1060206013

Will need a little bit of work because the Graph.js needs to track last render state as Graph#render() is not idempotent—(it relies on Date.now()). Perhaps this last time call can be hoisted up to GraphView.jsx?