我试着这样做:
if( d3.select("#myGraph") ) {
var svg = d3.select("#myGraph")
.append( "svg")
.attr("width", 1000)
.attr("height", 1000);
// Do stuff with SVG.
}
而且:
<div class="<!-- ###AUTHOR### --><!-- ###AUTHOR### -->">
但它不起作用
答案 0 :(得分:0)
woops,第二个变种有效,但我写错了