-
-
Notifications
You must be signed in to change notification settings - Fork 137
Plot resize doesn't work for CSS grid layout #102
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
Comments
@antoinerg can you take a look at this one please? |
This one should be fixed when plotly.js v1.42.0 is released! 🎉 |
Due to a recent commit plotly/plotly.js@af4a2ce, |
I'm still having the same issue, using |
@findoslice If you specify |
@findoslice Can you confirm the above fixes your issue? |
@antoinerg Unfortunately I no longer work for the company where this issue came up, however from memory it didn't at the time |
@antoinerg I encountered the same issue and I also confirmed that your suggestion fixed my issue. Thanks a lot!
|
@antoinerg I also had the same issue using CSS Grid and I can confirm your suggestion works. I'm using React in an Electron app and my code looks like this:
|
The Plot component doesn't resize properly when using CSS grid for page layout.
It will grow, but it never shrinks.
Example:
https://codepen.io/swiperii/pen/qMgdwO?editors=0010
The text was updated successfully, but these errors were encountered: