-
Notifications
You must be signed in to change notification settings - Fork 19.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar charts not clipped when using filterMode: 'none' #10646
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. Have a nice day! 🍵 |
Since v4.4.0, series.clip has been supported. But still not correct enough for |
I'm having the same issue as @ketodiet, is there any future correction about it? |
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue. |
This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks! |
Version
4.2.1
Steps to reproduce
When using dataZoom with filterMode: 'none' the bar charts are not clipped within the chart area.
Please see screenshot:
https://imgur.com/zAaEder
What is expected?
The bar charts should always be clipped within the chart area.
What is actually happening?
The bar charts bleed out and rendered outside the chart area
This should be a trivial issue to fix. The reason for using filterMode: 'none' in the first place is to ensure the line chart is rendered correctly.
The text was updated successfully, but these errors were encountered: