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.
我正在尝试显示一个图形,其中 xAxis 和 yAxis 网格线覆盖在图的顶部。
我可以设置绘图的 zIndex,但似乎没有设置网格 zIndex 的选项。如果不可能,我可以降低绘图的不透明度,以便网格从下方显示出来,但我不想那样做。
我找不到办法。即使将系列上的 zIndex 设置为 -99 也没有什么区别。您是否考虑过使用情节线或情节带来绘制自己的?这些都支持 zIndex。
更新:
原始海报发现 highstock gridZIndex 选项适用于 highcharts。
http://api.highcharts.com/highstock#xAxis.gridZIndex