Commit 6972345 1 parent d62db93 commit 6972345 Copy full SHA for 6972345
File tree 1 file changed +7
-1
lines changed
crates/viewer/re_view_time_series/src
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,18 @@ Display time series data in a plot.
112
112
- Scroll + {aspect_scroll_modifier} to zoom only the temporal axis while holding the y-range fixed.
113
113
- Drag with the {selection_rect_zoom_button} to zoom in/out using a selection.
114
114
- Click the {move_time_cursor_button} to move the time cursor.
115
- - Double-click to reset the view." ,
115
+ - Double-click to reset the view.
116
+
117
+ ## Legend interactions
118
+
119
+ - Click on a series in the legend to show/hide it.
120
+ - {alt_modifier}-Click on a series to show/hide all other series." ,
116
121
horizontal_scroll_modifier = ModifiersMarkdown ( HORIZONTAL_SCROLL_MODIFIER , egui_ctx) ,
117
122
zoom_scroll_modifier = ModifiersMarkdown ( ZOOM_SCROLL_MODIFIER , egui_ctx) ,
118
123
aspect_scroll_modifier = ModifiersMarkdown ( ASPECT_SCROLL_MODIFIER , egui_ctx) ,
119
124
selection_rect_zoom_button = MouseButtonMarkdown ( SELECTION_RECT_ZOOM_BUTTON ) ,
120
125
move_time_cursor_button = MouseButtonMarkdown ( MOVE_TIME_CURSOR_BUTTON ) ,
126
+ alt_modifier = ModifiersMarkdown ( egui:: Modifiers :: ALT , egui_ctx) ,
121
127
)
122
128
}
123
129
You can’t perform that action at this time.
0 commit comments