jiawulin001 commented on PR #16880:
URL: https://github.com/apache/echarts/pull/16880#issuecomment-1108204247

   Just update another fix to check the axis type before using `tickValue` to 
find the corresponding label rect. If axis type is value, `tickValue` would be 
the exact value at the tick so it would almost always exceed the extent of 
array of label rects. In that case, the `index` of the tick is used instead 
because `axisLabel.interval` is no longer active so index of tick and label 
would be sync.


-- 
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