acmerobotics / ftc-dashboard

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

Filter graph samples that only contain timestamp #54

Closed NoahBres closed 3 years ago

NoahBres commented 3 years ago

Fixes #53

Probably shouldn't have opened the issue. I didn't realize the fix would be so simple.

Issue was caused by the GraphCanvas component sending sample data to the graph only containing time stamps without any actual data. Filtering these objects out fixes the issue.