Searched refs:node_radius (Results 1 – 2 of 2) sorted by relevance
14 var node_radius = 4; //adjust this global variable to change the size of the drawn node variable72 …\"" + (x + visualLoc.x) + "\" cy=\"" + (y + visualLoc.y) + "\" r=\"" + node_radius + "\" stroke=\"…78 …ret += "<text x=\"" + (x + visualLoc.x + 1.2*node_radius) + "\" y=\"" + (y + visualLoc.y + 2*node_…92 …var height = 2*node_radius + 12 * countNumOccurances("<br>",description); //make each line 15 pixe…117 x: node_radius,118 y: node_radius167 visualLoc.x = node_radius;201 var southFrontier = visualLoc.y - node_radius + text_size.height;250 visualLoc.y = node_radius;284 var rightFrontier = visualLoc.x - node_radius + text_size.width;
479 var parent_x = parseFloat($(svgCanvas).offset().left) + parseFloat(x) + node_radius;480 var parent_y = parseFloat($(svgCanvas).offset().top) + parseFloat(y) + node_radius;481 …;font-size:14px;opacity:1;border:2px solid lightblue;border-radius:" + node_radius + "px;\"></div>…