Browse Source

restored example 25

css_transitions
Alex de Mulder 10 years ago
parent
commit
b610018c20
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      examples/graph/25_physics_configuration.html

+ 5
- 6
examples/graph/25_physics_configuration.html View File

@ -77,12 +77,11 @@
};
var options = {
smoothCurves:true,
nodes: {
shape: 'image',
image: 'http://png-4.findicons.com/files/icons/1508/sketchcons_x/128/smiley.png'
},
};
edges: {
},
stabilize: false,
configurePhysics:true
};
graph = new vis.Graph(container, data, options);
// add event listeners

Loading…
Cancel
Save