From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/vis/examples/network/other/navigation.html | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 www/lib/vis/examples/network/other/navigation.html (limited to 'www/lib/vis/examples/network/other/navigation.html') diff --git a/www/lib/vis/examples/network/other/navigation.html b/www/lib/vis/examples/network/other/navigation.html new file mode 100644 index 00000000..760bb539 --- /dev/null +++ b/www/lib/vis/examples/network/other/navigation.html @@ -0,0 +1,135 @@ + + + + Network | Navigation + + + + + + + + + + + + +

Navigation controls and keyboad navigation

+
+ This example is the same as example 2, except for the navigation controls that have been activated. The navigation controls are described below.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Icons:
Keyboard shortcuts:
Up arrow
Down arrow
Left arrow
Right arrow
=
[
Page up
-
]
Page down
None
Description:Move upMove downMove leftMove rightZoom inZoom outZoom extent
+
+ Apart from clicking the icons, you can also navigate using the keyboard. The buttons are in table above. + Zoom Extends changes the zoom and position of the camera to encompass all visible nodes. To correctly display the navigation icons, vis.css or vis-network.min.css must be included. + The user is free to alter or overload the CSS classes but without them the navigation icons are not visible. +
+ +
+ +

+ + -- cgit v1.2.3