Template:Team:Bonn:NetworkBottom

From 2013.igem.org

(Difference between revisions)
Line 254: Line 254:
       nodeSummary.innerHTML = content.summary;
       nodeSummary.innerHTML = content.summary;
       nodeTitle.innerHTML = content.titleLong;
       nodeTitle.innerHTML = content.titleLong;
-
       this.style.backgroundColor = "blue";
+
       this.style.backgroundColor = "black";
       $(".node-"+this.mainnode+"-"+this.type+"-"+this.i).css({"width":"3px","height":"3px"});
       $(".node-"+this.mainnode+"-"+this.type+"-"+this.i).css({"width":"3px","height":"3px"});
       if(general.mainnode) {
       if(general.mainnode) {
Line 335: Line 335:
           circle({
           circle({
                 n:content.childs,
                 n:content.childs,
-
                 height:500,
+
                 height:300,
-
                 width:200,
+
                 width:100,
                 start:30,
                 start:30,
                 end:150,
                 end:150,

Revision as of 12:25, 4 October 2013