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

Line 161: Line 161:
 
   nodeEnter.append("circle")
 
   nodeEnter.append("circle")
 
       .attr("r", 2e-6)
 
       .attr("r", 2e-6)
       .style("fill", function(d) { return d._children ? "lightyellow" : "#fff"; });
+
       .style("fill", function(d) { return d._children ? "yellow" : "#fff"; });
  
 
   nodeEnter.append("text")
 
   nodeEnter.append("text")

Revision as of 02:22, 17 October 2016

Works