VictorMarques98 commented on issue #16983:
URL: https://github.com/apache/echarts/issues/16983#issuecomment-1125533873

   Hey guys, i fixed the issue. You need to declare "zlevel" and "z" properties 
on echarts series option.<br />
   ` 
   series: [
       {
         name: ..., <br />
         areaStyle....,
         itemStyle ....,
         zlevel: 9 ,
         z: 9, 
         data: ....,
       },
   `
   <br />
   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; <br/>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to