.on('mouseover', function(d, i) { // Select the title, use .text to set the content // d is the data point d3.select(".infobox .title").text(d['title']); ...
確定! 回上一頁