.on("mouseout", function(d){ d3.select("").remove(); }). 我們在mouseover 事件時,直接在svg 底下放入text,並且當mouseout 事件時,刪除這個文字,不過問題來了, ...
確定! 回上一頁