diff --git a/examples/network/21_data_manipulation.html b/examples/network/21_data_manipulation.html deleted file mode 100644 index 7a07b9f8..00000000 --- a/examples/network/21_data_manipulation.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - Network | Data Manipulation - - - - - - - - - - -

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. -

- The data manipulation allows the user to add nodes, connect them, edit them and delete any selected items. In this example we have created trigger functions - for the add and edit operations. By settings these trigger functions the user can direct the way the data is manipulated. In this example we have created a simple - pop-up that allows us to edit some of the properties. -
-
- -
- node
- - - - - -
id
label
- - -
-
-
- -

- - - diff --git a/examples/network/31_localization.html b/examples/network/31_manipulation_and_localization.html similarity index 100% rename from examples/network/31_localization.html rename to examples/network/31_manipulation_and_localization.html diff --git a/examples/network/index.html b/examples/network/index.html index 9715ab7b..1d8dad54 100644 --- a/examples/network/index.html +++ b/examples/network/index.html @@ -41,7 +41,7 @@

28_world_cup_network_performance.html

29_neighbourhood_highlight.html

30_importing_from_gephi.html

-

31_localization.html

+

31_localization.html

32_hierarchicaLayoutMethods.html

33_animation.html

34_circular_images.html