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
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
The text was updated successfully, but these errors were encountered:
Thanks for pointing that out. I have just double checked our actual component code and axis is correctly part of the gauge object. Whilst stripping down our component code in to a codepen example I think axis got misplaced.
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
The text was updated successfully, but these errors were encountered: