Highstocks 周期滚动不适用于 IE 中的 jQuery 选项卡

发布于 2024-12-19 10:57:16 字数 401 浏览 6 评论 0原文

我正在使用 highstocks 在选项卡(jQuery 选项卡)的页面中绘制图表,而在 Internet Explorer 中,周期滚动条(图表正下方的滚动条,您可以在其中更改绘制图表的时间跨度)不起作用。

运行良好的图表示例: http://jsfiddle.net/hnkbh/

相同的图表,但使用 jQuery 选项卡: http://jsfiddle.net/zFRYJ/29/

奇怪的是,在 Chrome 和 Firefox 中它完全没有问题。 有人遇到过类似的问题吗?

谢谢。

I am using highstocks to chart a graph in a page within a tab(jQuery tabs) and in the Internet Explorer the period scroll bar(the one right below the graph where you can change the time span being charted) doesn't work.

Graph example working well:
http://jsfiddle.net/hnkbh/

Same graph, but using jQuery tabs:
http://jsfiddle.net/zFRYJ/29/

The strange thing is, in Chrome and Firefox it has no problem at all.
Did anyone encounter with a similar problem?

Thank you.

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

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

发布评论

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

评论(1

忘东忘西忘不掉你 2024-12-26 10:57:16

注释掉 jQuery UI 主题中的以下行:

.ui-widget :active { outline: none; }

Works! http://jsfiddle.net/zFRYJ/40/

通过:
https://github.com/highslide-software/highcharts.com/issues/330

commenting out the following line in the jQuery UI theme:

.ui-widget :active { outline: none; }

Works! http://jsfiddle.net/zFRYJ/40/

Via:
https://github.com/highslide-software/highcharts.com/issues/330

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