From f17401c03dbf5ea92118f9ca15c489d77b831f96 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 2 Jun 2015 16:06:41 +0200 Subject: [PATCH] expanded docs, added buttons, fixed titles --- docs/network/configure.html | 4 ++-- docs/network/edges.html | 4 ++-- docs/network/groups.html | 4 ++-- docs/network/index.html | 2 +- docs/network/interaction.html | 4 ++-- docs/network/layout.html | 4 ++-- docs/network/manipulation.html | 4 ++-- docs/network/nodes.html | 4 ++-- docs/network/physics.html | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) 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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Configure documentation. @@ -81,7 +81,7 @@

Network - configure

Handles the HTML part of the canvas.

- + Back to overview.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Edges documentation. @@ -81,7 +81,7 @@

Network - edges

Handles the creation and deletion of edges and contains the global edge options and styles.

- + Back to overview.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Groups documentation. @@ -79,7 +79,7 @@

Network - groups

Handles the group styling.

- + Back to overview.

Options

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 0b0bd644..d6222e56 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -7,7 +7,7 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Network documentation. diff --git a/docs/network/interaction.html b/docs/network/interaction.html index 992e52fc..264db720 100644 --- a/docs/network/interaction.html +++ b/docs/network/interaction.html @@ -7,7 +7,7 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Interaction documentation. @@ -67,7 +67,7 @@

Network - interaction

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.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Layout documentation. @@ -68,7 +68,7 @@

Network - layout

Acts as the camera that looks on the canvas. Does the animation, zooming and focusing.

- + Back to overview.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Manipulation documentation. @@ -67,7 +67,7 @@

Network - manipulation

Acts as the camera that looks on the canvas. Does the animation, zooming and focusing.

- + Back to overview.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Nodes documentation. @@ -73,7 +73,7 @@

Network - nodes

Handles the creation and deletion of nodes and contains the global node options and styles.

- + Back to overview.

Options

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 @@ - vis.js - A dynamic, browser based visualization library. + vis.js - Physics documentation. @@ -68,7 +68,7 @@

Network - physics

Handles the physics simulation, moving the nodes and edges to show them clearly.

- + Back to overview.

Options

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.