From f951c7ea3a6f2142d8c14dc1ca885b4be170b4b3 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 22:59:01 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- .../examples/network/nodeStyles/icons.html | 196 ++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 js/dos/ext/vis/examples/network/nodeStyles/icons.html diff --git a/js/dos/ext/vis/examples/network/nodeStyles/icons.html b/js/dos/ext/vis/examples/network/nodeStyles/icons.html new file mode 100644 index 0000000..0b27fbc --- /dev/null +++ b/js/dos/ext/vis/examples/network/nodeStyles/icons.html @@ -0,0 +1,196 @@ + + + + + + Network | node as icon + + + + + + + + + + + + + +

+Icons can be used for nodes as well. This example shows Icons from fontAwesome and Ionicons but it should work with similar packages as well. + It uses unicode and css to define the icons.

Remember! Unicode in javascript is done like this: \uf274 for the unicode f274. +
If a node is shown as a rectangle, it means the css is not loaded (or not yet loaded). A redraw will fix that. + +

+ +

+ Use FontAwesome-icons for nodes

+
+

+ Use Ionicons-icons for nodes

+
+ + + +