diff --git a/docs/network/index.html b/docs/network/index.html index 2ade87953..f31c82600 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -282,7 +282,7 @@

Options

var options = { autoResize: true, height: '100%', - width: '100%' + width: '100%', locale: 'en', locales: locales, clickToUse: false, @@ -293,7 +293,7 @@

Options

layout: {...}, // defined in the layout module. interaction: {...}, // defined in the interaction module. manipulation: {...}, // defined in the manipulation module. - physics: {...}, // defined in the physics module. + physics: {...} // defined in the physics module. } network.setOptions(options);