[Enhancement] Ability to hide Legend on TlmGrapher#2895
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2895 +/- ##
==========================================
- Coverage 78.29% 78.28% -0.02%
==========================================
Files 673 673
Lines 55118 55205 +87
Branches 728 728
==========================================
+ Hits 43157 43216 +59
- Misses 11883 11911 +28
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ryanmelt
left a comment
There was a problem hiding this comment.
See Jason's comment about being able to hide from context menu.
|
I have to admit, I did not notice that little |
|
[Enhancement] Ability to hide Legend on TlmGrapher








closes #1837
Using DOM manipulation to show / hide the legend, because uPlot requires this info on
create, and with DOM manipulation we don't have to recreate the plot on legend setting change.