D3.js 使用缩放zoom时节点无法拖动,只能整体移动的问题
时间:2017-05-26 17:02:29
收藏:0
阅读:2157
.on("dragstart", function() {
d3.event.sourceEvent.stopPropagation();
})
https://stackoverflow.com/questions/31692431/d3-js-drag-is-disabled-when-use-zoom
原文:http://www.cnblogs.com/leyi/p/6909370.html
评论(0)