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
When initially rendering the component, when set to orientation "h", the legend entries do not adjust their size correctly based on the font size set in the layout.
Hmph, I'm not able to reproduce this in plain plotly.js, but we've definitely seen situations where rendering is attempted before the font has loaded, so we measure the size of the text for a fallback font, then the size is wrong once the right font loads. Might need to investigate font loading detection again...
When initially rendering the component, when set to orientation "h", the legend entries do not adjust their size correctly based on the font size set in the layout.
Example:
`
export const Test = (): ReactElement => {
}
`
If I adjust the font size property of the layout object after the initial render, it corrects itself.
Any guidance or help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: