-
Notifications
You must be signed in to change notification settings - Fork 19.7k
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' #17858
Comments
@sirviot Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle. |
Linked to a JSFiddle and attached an image to visualize the problem. |
Hello there! I ran into a same trouble a couple of days ago and found a solution how to use a bar chart and line chart so that the filtering does not cut off the data. This solved my problem with dataZoom |
Any update on this? I have exactly the same problem and i am a bit lost. Is there any workaround to solve this? |
At least the lables should be updated, but I have no access to them. The issue is not missing a demo anymore and this is definitelty a bug and not a new feature request. |
@Ovilia |
Any update on this? |
Nothing from my end. I'm hoping someone someday will have time to solve the issue. The issue still has the "pending" label, although it shouldn't be necessary. |
I can confirm the exact issue. |
Is there any possibility to have the issue fixed in some near future? Also, the issue still has the "pending" label. |
fix this behavior too under this pr: #18202, please help me make it more noticeable |
Version
5.3.3
Link to Minimal Reproduction
https://jsfiddle.net/961uvr8z/1/
The bar chart overflow is visible and even more so when scrolling (see attached image).
Steps to Reproduce
From previous issue:
Current Behavior
Soe bar chart bars are drawn outside of the chart area.
Expected Behavior
Bars outside of the chart area should not be drawn.
Any additional comments?
Link to previous issue that was closed due to inactivity #12720.
The text was updated successfully, but these errors were encountered: