diff --git a/docs/network/configure.html b/docs/network/configure.html index 23b10227..1dda331b 100644 --- a/docs/network/configure.html +++ b/docs/network/configure.html @@ -9,7 +9,7 @@ -
Handles the HTML part of the canvas.
- + Back to overview.The options for the canvas have to be contained in an object titled 'configure'.
Click on the full options or shorthand options to show how these options are supposed to be used.
diff --git a/docs/network/edges.html b/docs/network/edges.html index ca32d641..e5725b27 100644 --- a/docs/network/edges.html +++ b/docs/network/edges.html @@ -7,7 +7,7 @@ -Handles the creation and deletion of edges and contains the global edge options and styles.
- + Back to overview.The options for the edges have to be contained in an object titled 'edges'. All of these options can be supplied per edge as well. Obviously, 'id' should not be defined globally but per edge. Options defined diff --git a/docs/network/groups.html b/docs/network/groups.html index 1597230f..a6998600 100644 --- a/docs/network/groups.html +++ b/docs/network/groups.html @@ -7,7 +7,7 @@ -
Handles the group styling.
- + Back to overview.The options for the canvas have to be contained in an object titled 'groups'.
diff --git a/docs/network/index.html b/docs/network/index.html index 959322e2..d6222e56 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -7,7 +7,7 @@ -{x:x,y:y}
position object. Used for all user interaction with the network. Handles mouse and touch events as well as the navigation buttons and the popups.
- + Back to overview.The options for the interaction module have to be contained in an object titled 'interaction'.
Click on the full options or shorthand options to show how these options are supposed to be used.
diff --git a/docs/network/layout.html b/docs/network/layout.html index bf40feff..9922f836 100644 --- a/docs/network/layout.html +++ b/docs/network/layout.html @@ -6,7 +6,7 @@ -Acts as the camera that looks on the canvas. Does the animation, zooming and focusing.
- + Back to overview.The options for the layout module have to be contained in an object titled 'layout'.
Click on the full options or shorthand options to show how these options are supposed to be used.
diff --git a/docs/network/manipulation.html b/docs/network/manipulation.html index 421285ef..0552655e 100644 --- a/docs/network/manipulation.html +++ b/docs/network/manipulation.html @@ -6,7 +6,7 @@ -Acts as the camera that looks on the canvas. Does the animation, zooming and focusing.
- + Back to overview.The options for the manipulation module have to be contained in an object titled 'manipulation'.
Click on the full options or shorthand options to show how these options are supposed to be used.
diff --git a/docs/network/nodes.html b/docs/network/nodes.html index b008384d..2337bdb5 100644 --- a/docs/network/nodes.html +++ b/docs/network/nodes.html @@ -7,7 +7,7 @@ -Handles the creation and deletion of nodes and contains the global node options and styles.
- + Back to overview.The options for the nodes have to be contained in an object titled 'nodes'. All of these options can be supplied per node as well. Obviously, 'id' should not be defined globally but per node. Options defined in the global nodes object, are applied to all nodes. If a node has options of its own, those will be used instead of the global options.
diff --git a/docs/network/physics.html b/docs/network/physics.html index de06482c..d4c6fe89 100644 --- a/docs/network/physics.html +++ b/docs/network/physics.html @@ -6,7 +6,7 @@ -Handles the physics simulation, moving the nodes and edges to show them clearly.
- + Back to overview.The options for the physics have to be contained in an object titled 'physics'.
Click on the full options or shorthand options to show how these options are supposed to be used.