-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
The 1.58.0 release yesterday has changed (broken) some sizing behaviour we have in bullet charts. It appears that heights are not correct.
In releases prior to 1.58.0 we had a plot which looked like this:
When updating to 1.58.0 the same plot code now looks like this:
We are specifying widths and heights in the layout but it seems like they are not being adhered to in 1.58.0.
I have created a codepen which demonstrates the issue. In the codepen, if you change the plotly import version from 1.58.0 to a prior version, e.g. 1.57.0 then you will see the expected behaviour.
https://codepen.io/dmbarry86/pen/qBabyNa
archmoj