<rect>模块添加成功了,但是没有画出矩形来
为啥老师的可以呢
改成:
.attr("width", function(d) {return d;})
.attr("height", bar_height)
就好了。
看看设置fill或者stroke