... 為了要利用tooltip 來進行互動所以選用的event 會是 mouseover 以及 mouseout ,寫法如下: svg .on('mouseover', tooltip.show) .on('mouseout', tooltip.hide) ...
確定! 回上一頁