You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I have two bar charts which show different views of the same data. When one chart is filtered either by brushing or by selecting a bar and then reset something strange happens: The coordinate system and the bars start to misalign. Specifically in my example the x-Axis starts moving up every time.
Here is a fiddle that shows the effect: https://jsfiddle.net/MatthiasJobst/2ocxtzy5/16/
The image shows how it looks like after several iterations.
This does not happen in 1.7.5, but in 2.0.0 betas 19 and up.
The text was updated successfully, but these errors were encountered:
Hi @MatthiasJobst, thanks for the report. This looks like it might be the same as #980, but I haven't been able to reproduce that or generate a test case.
We have done some work since around beta 14 to improve the resizing / responsive behavior. But the code is complicated and there certainly may be bugs.
Is there any chance you can produce a fiddle or something else I can try out to debug where the issue lies?
Actually in the issue report there is a fiddle link included. Let me know if you cannot access it and I can paste the code here. It is a minimal example.
Currently I have two bar charts which show different views of the same data. When one chart is filtered either by brushing or by selecting a bar and then reset something strange happens: The coordinate system and the bars start to misalign. Specifically in my example the x-Axis starts moving up every time.
Here is a fiddle that shows the effect: https://jsfiddle.net/MatthiasJobst/2ocxtzy5/16/
The image shows how it looks like after several iterations.
This does not happen in 1.7.5, but in 2.0.0 betas 19 and up.
The text was updated successfully, but these errors were encountered: