diff --git a/examples/network/34_circular_images.html b/examples/network/34_circular_images.html index 8161031c..c4a48f29 100644 --- a/examples/network/34_circular_images.html +++ b/examples/network/34_circular_images.html @@ -48,7 +48,7 @@ {id: 15, shape: 'circularImage', image: DIR + 'missing.png', brokenImage: DIR + 'missingBrokenImage.png', label:"when images\nfail\nto load"} ]; - // create connetions between people + // create connections between people // value corresponds with the amount of contact between two people edges = [ {from: 1, to: 2}, @@ -64,8 +64,7 @@ {from: 10, to: 11}, {from: 11, to: 12}, {from: 12, to: 13}, - {from: 13, to: 14}, -// {from: 14, to: 15} + {from: 13, to: 14} ]; // create a network @@ -91,11 +90,10 @@ network = new vis.Network(container, data, options); } - + +
- -