Hi,
My plotly graphs start at an axis (-1,1) even though the data starts at 0 and is always positive. Can someone help me in adjusting the axis to start from (0,0)
Here is my code:
fig5 = px.bar(dff5,x=‘Stage’,y=‘Count’,template=“plotly_dark”,color=‘Stage’,title=“Status of Release Requests Raised”,color_discrete_sequence=color_discrete_sequence)
fig5.update_xaxes(showticklabels=False, visible=False)