-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Description
Version
5.5.0
Link to Minimal Reproduction
Steps to Reproduce
Simply open the reproduction and it should be immediately visible.
Current Behavior
With clip: true
on a custom
series the item is clipped correctly on the bottom but is slightly off on all other sides.
Expected Behavior
More like this:
Environment
- OS: Mac OS 14.4
- Browser: Chrome (latest)
Any additional comments?
In version 5.4.3 it renders correctly on the bottom and right side; only the left and top sides were broken. That is the behaviour since at least 5.0.0.
In 5.5.0 something happened to break the clipping on the right side too. Looking at the release logs of 5.5.0 my first suspect would be this change: https://github.com/apache/echarts/pull/19056/files but I haven't confirmed / tested that.
I haven't found any workaround so far, if someone has any ideas how to work around it I'd love to hear.
jasperkuperus