This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
restored example 25
css_transitions
Alex de Mulder
10 years ago
parent
f3f718565b
commit
b610018c20
1 changed files
with
5 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save