File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
NetworkDynamicsInspector/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -215,8 +215,10 @@ function graphplot_card(app, session)
215
215
help = HoverHelp (html """
216
216
<ul>
217
217
<li><strong>Click</strong> on a node or edge to select it for timeseries plotting (highlighted plot).</li>
218
- <li><strong>Shift + Click</strong>. only update the element info pane.</li>
219
- <li><strong>Ctrl + Click</strong> resets axis after zoom</li>
218
+ <li><strong>Shift+click</strong>: update info pane below.</li>
219
+ <li><strong>Ctrl+click</strong>: resets axis after zoom.</li>
220
+ <li><strong>Click+drag</strong> or <strong>mousewheel</strong>: zoom in/out.</li>
221
+ <li><strong>Rightclick+drag</strong>: pan the graph.</li>
220
222
</ul>
221
223
""" )
222
224
Card ([WithConfig (fig; resize_to= :parent ), help, gp_tooltip_js];
You can’t perform that action at this time.
0 commit comments