-
Notifications
You must be signed in to change notification settings - Fork 976
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
Charts don't re-size when the window size changes #5141
Comments
Maybe this could be fixed by replacing our custom ref resize observer with a third-party tool like https://github.com/ZeeCoder/use-resize-observer :) |
Hey, I would like to try this, I'm new in OS contrib., could you please guide me how to setup locally & reproduce this issue |
Hey @15Arindam! Local setup should be documented in the CONTRIBUTING.md file. There isn't really much more too it than that for the frontend 🙂. As for reproducing the issue that's pretty easy so all you need to do is the same as I did in the description of this issue. If you have any questions feel free to reach out any time! |
Thanks @VIKTORVAV99 |
Hi again @15Arindam You can follow the detailed steps here: https://docs.github.com/en/get-started/quickstart/contributing-to-projects Just make sure you make a copy of your local changes first. |
Hey @VIKTORVAV99 , |
Description
If you start with the app open in let's say split screen and then later expand the window to full screen you get a state where the charts are narrower than they should be.
For example:

Then if you refresh the page the charts render correctly:

The text was updated successfully, but these errors were encountered: