如何让这个d3图表响应?

时间:2016-10-25 04:43:21

标签: d3.js

我必须让这个d3图表响应。我正在使用

 var svg = d3.select("div#container")
.append("svg")
.attr("preserveAspectRatio", "xMinYMin meet")
.attr("viewBox", "0 0 300 300")
.classed("svg-content", true);

并且班级有

 .svg-content {
display: inline-block;
position: absolute;
top: 0;
left: 0;
}

但它似乎没有用。 这是工作小提琴 https://jsfiddle.net/84hp8m6p/1/

0 个答案:

没有答案