jetsadaadapter commented on issue #16983: URL: https://github.com/apache/echarts/issues/16983#issuecomment-1239070466
> Hey guys, i fixed the issue. You need to declare "zlevel" and "z" properties on echarts series option. ` series: [ { name: ..., areaStyle...., itemStyle ...., zlevel: 9 , z: 9, data: ...., },` In my case, I have 2 series of line type, but like @andrearoota, I have the trigger option: "axis" on my tooltip. Also, you can see the description of these properties in the doc: https://echarts.apache.org/en/option.html#series-line.zlevel; I try this worked for me. thanks for this problem solve. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org