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.
我的问题和这篇文章完全一样。当图表低于特定大小时,上下文菜单会隐藏。接受的答案:
.highcharts-contextmenu { bottom: auto !important; top: 5px; }
使菜单向下。但如果图表很小,它仍然是隐藏的。像这样的东西:小提琴。
有人可以帮忙吗?谢谢。
我修改了 Sebastian Bochans 对此的回答,它奏效了:
.highcharts-container { overflow:visible!important; z-index:1!important; }
您需要覆盖 z-index 并在 highcharts-1 容器上溢出
http://jsfiddle.net/xBUXK/16/
#highcharts-0 { overflow:visible!important; z-index:1!important; }