Right oriented dendrogram masks its labels

Hi
here is how generate my dendro.

fig = ff.create_dendrogram(df.T,
                               orientation='right',
                               labels=df.columns,
                               )

Could pls somebody gimme a hint how I could align the labels correctly?

Screenshot 2023-09-09 at 09.00.52

cheers,

Hi @bonobo, did you try to shift your yaxis to the right?

fig.update_yaxes(side="right")