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
Currently the label text for bar graphs (which are in turn used by timelines) can only be positioned inside or outside the box. For timelines, which are traditionally horizontal, the text is right-justified in the box, which is sometimes not desirable. It is pretty darn complex to figure out a way to change that justification! My feature request is that there should be a simple way to left-align the text in a timeline or horizontal bar graph.
The text was updated successfully, but these errors were encountered:
I truly spent hours researching this, only to find in the minutes after positing this that the text can be left-aligned by calling fig.update_traces(insidetextanchor='start')
Currently the label text for bar graphs (which are in turn used by timelines) can only be positioned inside or outside the box. For timelines, which are traditionally horizontal, the text is right-justified in the box, which is sometimes not desirable. It is pretty darn complex to figure out a way to change that justification! My feature request is that there should be a simple way to left-align the text in a timeline or horizontal bar graph.
The text was updated successfully, but these errors were encountered: