From 210e8feae2fb4842bfb2de38666e6c41671fef3c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 12:42:48 -0400 Subject: removed lib --- .../examples/network/nodeStyles/HTMLInNodes.html | 83 --------- .../network/nodeStyles/circularImages.html | 102 ----------- .../vis/examples/network/nodeStyles/colors.html | 67 ------- .../examples/network/nodeStyles/customGroups.html | 132 -------------- .../vis/examples/network/nodeStyles/groups.html | 119 ------------- www/lib/vis/examples/network/nodeStyles/icons.html | 196 --------------------- .../vis/examples/network/nodeStyles/images.html | 82 --------- .../network/nodeStyles/imagesWithBorders.html | 105 ----------- .../vis/examples/network/nodeStyles/shadows.html | 119 ------------- .../vis/examples/network/nodeStyles/shapes.html | 73 -------- .../nodeStyles/shapesWithDashedBorders.html | 61 ------- 11 files changed, 1139 deletions(-) delete mode 100644 www/lib/vis/examples/network/nodeStyles/HTMLInNodes.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/circularImages.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/colors.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/customGroups.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/groups.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/icons.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/images.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/imagesWithBorders.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/shadows.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/shapes.html delete mode 100644 www/lib/vis/examples/network/nodeStyles/shapesWithDashedBorders.html (limited to 'www/lib/vis/examples/network/nodeStyles') diff --git a/www/lib/vis/examples/network/nodeStyles/HTMLInNodes.html b/www/lib/vis/examples/network/nodeStyles/HTMLInNodes.html deleted file mode 100644 index e80590b7..00000000 --- a/www/lib/vis/examples/network/nodeStyles/HTMLInNodes.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - Network | HTML in nodex - - - - - - - - - - - -

- This example demonstrates showing custom HTML in Nodes, by using an SVG image. -

-

- WARNING: this is currently not supported by all browsers. -

-
- - diff --git a/www/lib/vis/examples/network/nodeStyles/circularImages.html b/www/lib/vis/examples/network/nodeStyles/circularImages.html deleted file mode 100644 index b0f144c5..00000000 --- a/www/lib/vis/examples/network/nodeStyles/circularImages.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - Network | Circular images - - - - - - - - - - - - -
- - diff --git a/www/lib/vis/examples/network/nodeStyles/colors.html b/www/lib/vis/examples/network/nodeStyles/colors.html deleted file mode 100644 index 05bae1dd..00000000 --- a/www/lib/vis/examples/network/nodeStyles/colors.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - Network | Basic usage - - - - - - - - -

- Nodes can be all kinds of colors. This example shows all possible ways of defining colors. If you supply an object, the undefined fields will assume the default colors. - When supplying a hex or rgb format color, it will be parsed and variations will be created for highlight and hover. Edges with inheritColor take the border colors. -

- -
- - - - - - diff --git a/www/lib/vis/examples/network/nodeStyles/customGroups.html b/www/lib/vis/examples/network/nodeStyles/customGroups.html deleted file mode 100644 index 5c4b11c9..00000000 --- a/www/lib/vis/examples/network/nodeStyles/customGroups.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - Network | Custom Groups - - - - - - - - - - - - We use an icon once in the DOM so the CSS for fontAwesome is loaded. -
- - - diff --git a/www/lib/vis/examples/network/nodeStyles/groups.html b/www/lib/vis/examples/network/nodeStyles/groups.html deleted file mode 100644 index 148ffa64..00000000 --- a/www/lib/vis/examples/network/nodeStyles/groups.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - Network | Groups - - - - - - - - - - - -
- - - diff --git a/www/lib/vis/examples/network/nodeStyles/icons.html b/www/lib/vis/examples/network/nodeStyles/icons.html deleted file mode 100644 index 859fc065..00000000 --- a/www/lib/vis/examples/network/nodeStyles/icons.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - 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

-
- - - - diff --git a/www/lib/vis/examples/network/nodeStyles/images.html b/www/lib/vis/examples/network/nodeStyles/images.html deleted file mode 100644 index 78810181..00000000 --- a/www/lib/vis/examples/network/nodeStyles/images.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - Network | Images - - - - - - - - - - - -

- Display nodes as images. -

-
- - - diff --git a/www/lib/vis/examples/network/nodeStyles/imagesWithBorders.html b/www/lib/vis/examples/network/nodeStyles/imagesWithBorders.html deleted file mode 100644 index 7c65cee6..00000000 --- a/www/lib/vis/examples/network/nodeStyles/imagesWithBorders.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - Network | Images With Borders - - - - - - - - - - - - -
- - diff --git a/www/lib/vis/examples/network/nodeStyles/shadows.html b/www/lib/vis/examples/network/nodeStyles/shadows.html deleted file mode 100644 index 277b8b00..00000000 --- a/www/lib/vis/examples/network/nodeStyles/shadows.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - Network | Groups - - - - - - - - - - - -
- - - diff --git a/www/lib/vis/examples/network/nodeStyles/shapes.html b/www/lib/vis/examples/network/nodeStyles/shapes.html deleted file mode 100644 index 26625301..00000000 --- a/www/lib/vis/examples/network/nodeStyles/shapes.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - Network | Shapes - - - - - - - - - - - -

- Nodes can have all sorts of shapes. Note the exception where the nodes with text inside and the text type's size are determined by the font size, not the node size. -

-
- -
- - diff --git a/www/lib/vis/examples/network/nodeStyles/shapesWithDashedBorders.html b/www/lib/vis/examples/network/nodeStyles/shapesWithDashedBorders.html deleted file mode 100644 index a2d65aed..00000000 --- a/www/lib/vis/examples/network/nodeStyles/shapesWithDashedBorders.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Network | Shapes - - - - - - - - - - - -

- Nodes can have all sorts of shapes. Note the exception where the nodes with text inside and the text type's size are determined by the font size, not the node size. -

-
- -
- - -- cgit v1.2.3