moonlitusun commented on issue #11537: 如何是一个轴既是类目轴,又是数据轴
URL: 
https://github.com/apache/incubator-echarts/issues/11537#issuecomment-549721620
 
 
   现在我的做法是第一条线照常画, 
第二条线用自定义series,获取到当前价格在价格类目轴上的物理位置,echartsInstance.convertToPixel({ yAxisIndex: 
0 }, 
'price'),但是发现返回的值并不是正确的位置,而且containPixel也显示false,第二条线的价格是肯定包含在第一条线的价格之中的,所以不太明白

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to