We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用echarts绘制地图后,在地图上面动态绘制了一些柱子,如下图:
tooltip被绘制的柱子覆盖了,如何设置 这个层级关系,分别设置了z,zlevel,动态绘制柱子的z-index,extraCssText里面设置z-index等方法,都不起作用。
tooltip在最上层。
option = { trigger: 'item', extraCssText: 'z-index: 10000; opacity: 1; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);', z: 100, textStyle:{ color:"#fff", fontSize:"50" }, backgroundColor:"#002864", }
The text was updated successfully, but these errors were encountered:
你这个柱子是怎么画的?
Sorry, something went wrong.
就是一个div,绝对定位上去的。
No branches or pull requests
One-line summary [问题简述]
使用echarts绘制地图后,在地图上面动态绘制了一些柱子,如下图:
tooltip被绘制的柱子覆盖了,如何设置 这个层级关系,分别设置了z,zlevel,动态绘制柱子的z-index,extraCssText里面设置z-index等方法,都不起作用。
Version & Environment [版本及环境]
Expected behaviour [期望结果]
tooltip在最上层。
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: