Template:Team:Bonn:NetworkBottom

From 2013.igem.org

(Difference between revisions)
Line 331: Line 331:
       getElements(i);
       getElements(i);
       if(content.childs) {
       if(content.childs) {
-
           var childsEnd = content.childs.length*7;
+
           var childsEnd = content.childs.length*8;
-
           if(childsEnd > 70) {
+
           if(childsEnd > 80) {
-
             childsEnd = 70;
+
             childsEnd = 80;
           }
           }
           circle({
           circle({
Line 340: Line 340:
                 width:100,
                 width:100,
                 start:0,
                 start:0,
-
                 end:70,
+
                 end:childsEnd,
                 mainnode:i,
                 mainnode:i,
                 type:"child",
                 type:"child",

Revision as of 11:10, 27 October 2013