You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/09/07 08:24:07 UTC

[GitHub] [echarts] jetsadaadapter commented on issue #16983: [Bug] warning z / z2 / zlevel of displayable is invalid, which may cause unexpected errors

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-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org