CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 11: | Line 11: | ||
body{ background-color: #ffffff; } | body{ background-color: #ffffff; } | ||
− | #main_box{ position:absolute; padding:0px; margin: | + | #main_box{ position:absolute; padding:0px; margin:0px; background-color: #ffffff; width:100%; height:100%; } |
#mynetwork { | #mynetwork { | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 700px; |
background-color: white; | background-color: white; | ||
z-index: 100; | z-index: 100; | ||
Line 303: | Line 303: | ||
var scaleOption = { scale : 0.4 }; | var scaleOption = { scale : 0.4 }; | ||
network.moveTo(scaleOption); | network.moveTo(scaleOption); | ||
− | |||
}) | }) | ||
Line 350: | Line 349: | ||
ctx.canvas.width = window.innerWidth; | ctx.canvas.width = window.innerWidth; | ||
ctx.canvas.height = window.innerHeight; | ctx.canvas.height = window.innerHeight; | ||
− | |||
− | |||
void(canvae.style.position = 'absolute'); | void(canvae.style.position = 'absolute'); | ||
void(canvae.style.height = '700px'); | void(canvae.style.height = '700px'); | ||
− | |||
Revision as of 22:06, 19 September 2017
- INTERACTIVITY CONTROLS