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.
在 IE 6 Highstock 图表导出菜单宽度未正确显示,它采用最大宽度但小于图表宽度,而它必须采用基于 IE 8/9 中的菜单项的宽度。
在 IE 8/9 中也可以正常工作。
提前致谢
为我修复它的最简单方法是将其放入我的 css 中:
.highcharts-contextmenu{ width: 200px; }
适用于 IE6->10
希望这会有所帮助