From 6b8198d30ff012a6be6bba38ecc05e638572ccde Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Wed, 23 Jul 2014 13:54:32 +0200 Subject: [PATCH] justified examples --- examples/network/18_fully_random_nodes_clustering.html | 2 +- examples/network/19_scale_free_graph_clustering.html | 2 +- examples/network/20_navigation.html | 2 +- examples/network/21_data_manipulation.html | 2 +- examples/network/23_hierarchical_layout.html | 2 +- examples/network/24_hierarchical_layout_userdefined.html | 2 +- examples/network/25_physics_configuration.html | 2 +- examples/network/26_staticSmoothCurves.html | 2 +- examples/network/30_importing_from_gephi.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/network/18_fully_random_nodes_clustering.html b/examples/network/18_fully_random_nodes_clustering.html index 3c417f46..731f1267 100644 --- a/examples/network/18_fully_random_nodes_clustering.html +++ b/examples/network/18_fully_random_nodes_clustering.html @@ -73,7 +73,7 @@

Clustering - Fully random network

-
+
This example shows a fully randomly generated set of nodes and connected edges. By clicking the checkbox you can turn clustering on and off. If you increase the number of nodes to a value higher than 100, automatic clustering is used before the initial draw (assuming the checkbox is checked). diff --git a/examples/network/19_scale_free_graph_clustering.html b/examples/network/19_scale_free_graph_clustering.html index b60fe079..b7b948a1 100644 --- a/examples/network/19_scale_free_graph_clustering.html +++ b/examples/network/19_scale_free_graph_clustering.html @@ -106,7 +106,7 @@

Clustering - Scale-Free-Network

-
+
This example shows the randomly generated scale-free-network set of nodes and connected edges from example 2. By clicking the checkbox you can turn clustering on and off. If you increase the number of nodes to a value higher than 100, automatic clustering is used before the initial draw (assuming the checkbox is checked). diff --git a/examples/network/20_navigation.html b/examples/network/20_navigation.html index 33d721dc..9f4fe166 100644 --- a/examples/network/20_navigation.html +++ b/examples/network/20_navigation.html @@ -125,7 +125,7 @@

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.

diff --git a/examples/network/21_data_manipulation.html b/examples/network/21_data_manipulation.html index a1819503..f2b27c13 100644 --- a/examples/network/21_data_manipulation.html +++ b/examples/network/21_data_manipulation.html @@ -194,7 +194,7 @@

Editing the dataset

-
+
In this example we have enabled the data manipulation setting. If the dataManipulation option is set to true, the edit button will appear. If you prefer to have the toolbar visible initially, you can set the initiallyVisible option to true. The exact method is described in the docs.

diff --git a/examples/network/23_hierarchical_layout.html b/examples/network/23_hierarchical_layout.html index bdde2b54..4489c50c 100644 --- a/examples/network/23_hierarchical_layout.html +++ b/examples/network/23_hierarchical_layout.html @@ -100,7 +100,7 @@

Hierarchical Layout - Scale-Free-Network

-
+
This example shows the randomly generated scale-free-network set of nodes and connected edges from example 2. In this example, hierarchical layout has been enabled and the vertical levels are determined automatically.
diff --git a/examples/network/24_hierarchical_layout_userdefined.html b/examples/network/24_hierarchical_layout_userdefined.html index 50981a16..59d09d79 100644 --- a/examples/network/24_hierarchical_layout_userdefined.html +++ b/examples/network/24_hierarchical_layout_userdefined.html @@ -131,7 +131,7 @@

Hierarchical Layout - User-defined

-
+
This example shows a user-defined hierarchical layout. If the user defines levels for nodes but does not do so for all nodes, an alert will show up and hierarchical layout will be disabled. Either all or none can be defined. If the smooth curves appear to be inverted, the direction of the edge is not in the same direction as the network.
diff --git a/examples/network/25_physics_configuration.html b/examples/network/25_physics_configuration.html index 6e5356fd..ba54816c 100644 --- a/examples/network/25_physics_configuration.html +++ b/examples/network/25_physics_configuration.html @@ -95,7 +95,7 @@

Playing with Physics

-
+
Every dataset is different. Nodes can have different sizes based on content, interconnectivity can be high or low etc. Because of this, network has a special option that the user can use to explore which settings may be good for him or her. This is ment to be used during the development phase when you are implementing vis.js. Once you have found settings you are happy with, you can supply them to network using the documented physics options. diff --git a/examples/network/26_staticSmoothCurves.html b/examples/network/26_staticSmoothCurves.html index c12606af..cfff98e7 100644 --- a/examples/network/26_staticSmoothCurves.html +++ b/examples/network/26_staticSmoothCurves.html @@ -17,7 +17,7 @@

Static smooth curves

-
+
All the smooth curves in the examples so far have been using dynamic smooth curves. This means that each curve has a support node which takes part in the physics simulation. For large networks or dense clusters, this may not be the ideal solution. To solve this, static smooth curves have been added. The static smooth curves are based only on the positions of the connected diff --git a/examples/network/30_importing_from_gephi.html b/examples/network/30_importing_from_gephi.html index 7b2f93f1..589d4333 100644 --- a/examples/network/30_importing_from_gephi.html +++ b/examples/network/30_importing_from_gephi.html @@ -34,7 +34,7 @@

Dynamic Data - Importing from Gephi (JSON)

-
+
This example shows how to import a JSON file exported by Gephi. The two options available for the import are available through the checkboxes. You can download the Gephi JSON exporter here: https://marketplace.gephi.org/plugin/json-exporter/.