From b825e3f119323a24f4dda01e6abb953a243a1e28 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 28 Apr 2015 15:59:20 +0200 Subject: [PATCH] unified the docs a bit --- docs/network/edges.html | 2 +- docs/network/interaction.html | 54 ++++++++++++-- docs/network/layout.html | 40 +++++++++- docs/network/manipulation.html | 60 +++++++++++++-- docs/network/nodes.html | 130 ++++++++++++++++++++++++++++----- docs/network/physics.html | 71 ++++++++++++++++-- docs/network/rendering.html | 33 +++++++-- docs/network/selection.html | 31 ++++++-- docs/network/view.html | 13 ++-- 9 files changed, 378 insertions(+), 56 deletions(-) diff --git a/docs/network/edges.html b/docs/network/edges.html index 1e450336..ac98d30e 100644 --- a/docs/network/edges.html +++ b/docs/network/edges.html @@ -87,7 +87,7 @@

Options

-

The options for the canvas 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 +

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 in the global edges object, are applied to all edges. If an edge has options of its own, those will be used instead of the global options.

Click on the full options or shorthand options to show how these options are supposed to be used.