Difference between revisions of "Team:Korea U Seoul/Attributions"

Line 14: Line 14:
 
   fill: #fff;
 
   fill: #fff;
 
   stroke: steelblue;
 
   stroke: steelblue;
   stroke-width: 1.5px;
+
   stroke-width: 6.5px;
 
}
 
}
  
 
.node text {
 
.node text {
   font: 10px sans-serif;
+
   font: 18px sans-serif;
 
}
 
}
  
Line 24: Line 24:
 
   fill: none;
 
   fill: none;
 
   stroke: #ccc;
 
   stroke: #ccc;
   stroke-width: 1.5px;
+
   stroke-width: 5.5px;
 
}
 
}
  
Line 65: Line 65:
 
     .attr("transform", "translate(" + margin.left + "," + margin.top + ")");
 
     .attr("transform", "translate(" + margin.left + "," + margin.top + ")");
  
d3.json("//2016.igem.org/Team:Korea_U_Seoul/Assets/attribuitionjson?action=raw", function(error, flare) {
+
d3.json("//2016.igem.org/Team:Korea_U_Seoul/Assets/attribuitionjson?action=raw", function(error, Korea_U_Seoul) {
 
   if (error) throw error;
 
   if (error) throw error;
  
   root = flare;
+
   root = Korea_U_Seoul;
 
   root.x0 = height / 2;
 
   root.x0 = height / 2;
 
   root.y0 = 0;
 
   root.y0 = 0;

Revision as of 02:12, 15 October 2016

Works