Line 14: | Line 14: | ||
fill: #fff; | fill: #fff; | ||
stroke: steelblue; | stroke: steelblue; | ||
− | stroke-width: | + | stroke-width: 6.5px; |
} | } | ||
.node text { | .node text { | ||
− | font: | + | font: 18px sans-serif; |
} | } | ||
Line 24: | Line 24: | ||
fill: none; | fill: none; | ||
stroke: #ccc; | stroke: #ccc; | ||
− | stroke-width: | + | 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, | + | 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 = | + | 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