File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- <!--
1
+ <!--
2
2
This is an example html file with some options added. The minimum html file for
3
3
the graph visualization is:
4
4
<!DOCTYPE html>
9
9
</head>
10
10
<body onload="new Drawing.SimpleGraph({layout: '3d', showStats: true, showInfo: true})">
11
11
</bod>
12
- </html>
12
+ </html>
13
13
-->
14
14
<!DOCTYPE html>
15
15
< html >
16
16
< head >
17
17
< title > Graph Visualization</ title >
18
- < script type ="text/javascript " src ="build/graph- min.js "> </ script >
18
+ < script type ="text/javascript " src ="build/graph. min.js "> </ script >
19
19
20
20
< script type ="text/javascript ">
21
21
var drawing ;
41
41
document . getElementById ( "drawing_select" ) . selectedIndex = index ;
42
42
}
43
43
</ script >
44
-
45
- < style type ="text/css ">
44
+
45
+ < style type ="text/css ">
46
46
body {
47
47
margin : 0 ;
48
48
padding : 0 ;
83
83
< label for ="show_labels "> Show labels</ label >
84
84
</ p >
85
85
< p >
86
- < input type ="button " value ="Stop layout " onclick ="drawing.stop_calculating(); ">
86
+ < input type ="button " value ="Stop layout " onclick ="drawing.stop_calculating(); ">
87
87
</ p >
88
88
</ form >
89
89
</ div >
90
90
91
91
< div style ="position: absolute; bottom: 0; ">
92
92
Rotate: Left Mouse Button and Move< br />
93
- Zoom: Press Key S + Left Mouse Button and Move< br />
93
+ Zoom: Press Key S + Left Mouse Button and Move< br />
94
94
Drag: Press Key D + Left Mouse Button and Move
95
- </ div >
95
+ </ div >
96
96
</ body >
97
97
</ html >
You can’t perform that action at this time.
0 commit comments