diff --git a/docs/network/index.html b/docs/network/index.html index 1940bbf9..f08859e2 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -227,33 +227,33 @@ Generates an interactive option editor with filtering. - edges + edges Handles the creation and deletion of edges and contains the global edge options and styles. - groups + groups Contains the groups and some options on how to handle nodes with non-existing groups. - interaction + interaction Used for all user interaction with the network. Handles mouse and touch events and selection as well as the navigation buttons and the popups. - layout + layout Governs the initial and hierarchical positioning. - manipulation + manipulation Supplies an API and optional GUI to alter the data in the network. - nodes + nodes Handles the creation and deletion of nodes and contains the global node options and styles. - physics + physics Does all the simulation moving the nodes and edges to their final positions, also governs stabilization.