gpt4 book ai didi

svg - 在 Firefox 和 IE 中定位在 d3 上的提示提示

转载 作者:行者123 更新时间:2023-12-04 14:25:42 24 4
gpt4 key购买 nike

我在画画d3 line graphstipsy tooltips附在圆圈上。

工具提示在 Chrome/Safari 中工作正常,但在 Firefox 和 IE 中,当您将鼠标悬停在一个点上时,虽然相应的工具提示确实出现,但它会显示在屏幕左上角的图形/SVG 元素之外(html 元素)旁边的点。

这是我附加工具提示的方式:

    jQuery('g circle').tipsy({
gravity: 'w',
html: true,
title: function() {
return this.textContent;
}
})

任何关于我做错了什么的建议将不胜感激。

最佳答案

This补丁为 Tipsy 添加了适当的 SVG 支持。

关于svg - 在 Firefox 和 IE 中定位在 d3 上的提示提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12263666/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com