summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/network/other/navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/network/other/navigation.html')
-rw-r--r--www/lib/vis/examples/network/other/navigation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/vis/examples/network/other/navigation.html b/www/lib/vis/examples/network/other/navigation.html
index 3d7eda25..760bb539 100644
--- a/www/lib/vis/examples/network/other/navigation.html
+++ b/www/lib/vis/examples/network/other/navigation.html
@@ -29,7 +29,7 @@
<script type="text/javascript" src="../exampleUtil.js"></script>
<script type="text/javascript" src="../../../dist/vis.js"></script>
- <link href="../../../dist/vis.css" rel="stylesheet" type="text/css" />
+ <link href="../../../dist/vis-network.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var nodes = null;
@@ -124,7 +124,7 @@
</table>
<br />
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. <u>To correctly display the navigation icons, the <b>vis.css</b> file must be included.</u>
+ Zoom Extends changes the zoom and position of the camera to encompass all visible nodes. <u>To correctly display the navigation icons, <b>vis.css</b> or <b>vis-network.min.css</b> must be included.</u>
The user is free to alter or overload the CSS classes but without them the navigation icons are not visible.
</div>