Plotly dash app graph legend

I having issue in graph legend is overlapping graph. Legend appears in 2 column, how do set it to single column legend outside graph area
legend

Hi @mohankumar.c welcome to the forums.

Try updating the figure layout : fig.update_layout(legend={'x':1.1,'y':1.0}) which moves the legend more to the right.

Thanks for suggestion, is its possible to display all legends in single vertical column, instead of two columns