Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想完全使用这个 d3 甜甜圈图。
这个 3d 图表
但是,我不想显示百分比,而是想显示我提供的原始数据。
理想情况下,可以显示百分比(就像现在一样),我可以使用鼠标悬停工具提示显示每个甜甜圈部分的原始数据!
不能让它工作。
非常感谢您的帮助!
你在找这个吗,我用工具提示更新小提琴,最初添加一个 div 到 body ie
var div = d3.select("body").append("div").attr("class", "tooltip");
然后每当用户在路径/弧上进行鼠标悬停或鼠标移动时,都会执行必要的操作。
看看http://jsfiddle.net/Q3dhh/25/