标签: javascript d3.js
我正在尝试在d3中有条件地添加“点击”功能。我的代码部分看起来像这样
.on("click", function(d,i){ if ((d.i)<(crumbtrail.length)){ transition } });
我在做什么呢?
感谢