制作一个实际上没有背景并触发其下方的事件的 div
我正在尝试为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将不透明度设置为0,看看是否有效。
Try to set the opacity 0 and see if it works.