制作一个实际上没有背景并触发其下方的事件的 div

发布于 2024-11-28 00:26:49 字数 260 浏览 0 评论 0原文

我正在尝试为 HighCharts 想出一个技巧。我尝试在 HighChart 之上渲染一个可使用 jQuery UI 拖动的 SVG 矩形,但问题是 Firefox、Chrome 和 IE 在拖动它时都有点偏离。

因此,我的最后一次尝试是在图表顶部创建一个 div,其中另一个 div 用作我尝试使用 SVG 创建的可拖动元素。这在所有浏览器中都更加可靠并且更容易设计样式,但问题是现在我无法再直接与图表交互。我尝试了背景:透明和背景:无但仍然没有。

有什么想法或窍门吗?

I'm trying to come up with a hack for HighCharts. I tried to render a SVG rectangle thats draggable with jQuery UI on top of HighChart but the problem is that Firefox, Chrome, and IE are all a little off when dragging it.

So, my last attempt is to make a div on top of the chart with another div inside that is used as the draggable element I was trying to create with SVG. This is far more reliable in all the browsers and easier to style, but the problem is that now I can't directly interact with the chart anymore. I tried background:transparent and background:none but still nothing.

Any ideas or hacks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

腻橙味 2024-12-05 00:26:49

尝试将不透明度设置为0,看看是否有效。

Try to set the opacity 0 and see if it works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文