diff --git a/docs/network/new_network.html b/docs/network/new_network.html index 465cbfae..cbfcc477 100644 --- a/docs/network/new_network.html +++ b/docs/network/new_network.html @@ -340,6 +340,62 @@ network.setOptions(options); section below for more explaination on how to customize this. + + configure + Object + Object + All options in this object are explained in the configure module. + + + + edges + Object + Object + All options in this object are explained in the edges module. + + + + nodes + Object + Object + All options in this object are explained in the nodes module. + + + + groups + Object + Object + All options in this object are explained in the groups module. + + + + layout + Object + Object + All options in this object are explained in the layout module. + + + + interaction + Object + Object + All options in this object are explained in the interaction module. + + + + manipulation + Object + Object + All options in this object are explained in the manipulation module. + + + + physics + Object + Object + All options in this object are explained in the physics module. + +
@@ -365,7 +421,7 @@ var locales = { editClusterError: 'Clusters cannot be edited.' } } -

If you want to define your own locale, you can change the key ('en' here) and change all the string. You can +

If you want to define your own locale, you can change the key ('en' here) and change all the strings. You can then use your new key in the locale option.