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

   Just updated the code and delete the "simple optimization" of `step`. When 
`step` is larger than 1, It changes the number of label rects returned from 
function `estimateLabelRect` so `getViewsLabel().tickvalue` would not be able 
to catch the right label rect. Worse still, the number is usually cut by half 
so `tickvalue` will exceed the extent of the rect array and result in render 
error.


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