-
-
Notifications
You must be signed in to change notification settings - Fork 145
Graph dimension problem with dcc.Loading — regression (?) in DCC 1.9.1 #831
Comments
My guess is that this is coming from #740. If you replace the |
Some more details after some investigation:
The reason or this is that dash-core-components/src/components/Loading.react.js Lines 41 to 62 in 1e9abb7
Furthermore, in DCC 1.9.0, a So IMO |
A community member reported issues when they upgraded here: https://community.plotly.com/t/percentage-height-of-dcc-loading-children/42222/2 So it seems like we should revert what |
Hi, |
Given a certain layout (I've tried to trim down to a minimal example as best I can),
dcc.Loading
causes itsdcc.Graph
children to not obey their set heights in CSS.In the below examples, I expect the Graph to be constrained within the purple boundary.
With the code below, with Dash 1.11.0 and Dash Core Components 1.9.1:
With Dash 1.11.0 and Dash Core Components 1.9.0 (or simply Dash <= 1.10.0):
Unfortunately, there was one rule I had to put in an
/assets/style.css
, I left a comment in the app.app.py
style.css
The text was updated successfully, but these errors were encountered: