Yijx commented on issue #17775: URL: https://github.com/apache/echarts/issues/17775#issuecomment-1280326729
问题反馈3:如何配置label的z或者z2或者zlevel?在开启线上文字之后,根据渲染先后顺序,会导致文字的层级在原点之上,发生重叠 <img width="987" alt="image" src="https://user-images.githubusercontent.com/30200703/196099523-b059d370-2ca3-4e58-8c1f-6e1f4140f568.png"> 通过zr.storage.getDisplayList(true, true),然后对TSpan元素进行attr('z',99)或者attr('z2')或者attr('zlevel')均不生效 -- 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]
