diff --git a/examples/network/03_images.html b/examples/network/03_images.html index 3d858116..7f3776f1 100644 --- a/examples/network/03_images.html +++ b/examples/network/03_images.html @@ -34,10 +34,10 @@ // Create a data table with links. edges = []; - nodes.push({id: 1, label: 'Main', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); + nodes.push({id: 1, label: 'Main', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); nodes.push({id: 2, label: 'Office', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); nodes.push({id: 3, label: 'Wireless', image: DIR + 'Network-Pipe-icon.png', shape: 'image'}); - edges.push({from: 1, to: 2, title:'world', length: LENGTH_MAIN}); + edges.push({from: 1, to: 2, length: LENGTH_MAIN}); edges.push({from: 1, to: 3, length: LENGTH_MAIN}); for (var i = 4; i <= 7; i++) {