Songshuangshuang commented on issue #5972: URL: https://github.com/apache/echarts/issues/5972#issuecomment-957073025
我在使用柱状图时也遇到了同样的问题,双坐标轴markline右侧与右侧y轴重叠导致看不清楚。尝试了修改markline的长度、偏移量都没效果,最后使用其他方式pollyfill了,即隐藏掉markline的文案,设置自定义tooltip,加上markline的值,这样hover上去就会显示当前的markline的值,与其他节点的交互一致。 -- 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]
