var vis = d3.select("body").append("svg").attr("width", w).attr("height", h).append("g").attr("transform", "translate(.5)");
var vis = d3.select("content").append("svg").attr("width", w).attr("height", h).append("g").attr("transform", "translate(.5)");
Mike
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.