我正在尝试在另一个图表上方显示一个大工具提示。此时如下所示。在this demo,您可以尝试。在此示例中,字母的大小和生成情况的空格被夸大了。您真正需要的是在第二个图表上方显示工具提示,而不是缩小工具提示的大小。
这是我的代码的一部分:
.highcharts-container {
overflow: visible !important;
}
svg {
overflow: visible !important;
}
.myTooltip{
z-index: 500;
}
答案 0 :(得分:0)
#container {
position: relative;
z-index: 200;
}
#container2 {
position: relative;
z-index: 100;
}
工具提示如下,因为其父级也低于......