Hi @Jason4,
If you set the xaxis_type='category'
youβll get the right plot.:
fig=go.Figure(data=[go.Bar(x=['1','2','Three'],y=['23','35','40'])])
fig.update_layout(xaxis_type='category')
Hi @Jason4,
If you set the xaxis_type='category'
youβll get the right plot.:
fig=go.Figure(data=[go.Bar(x=['1','2','Three'],y=['23','35','40'])])
fig.update_layout(xaxis_type='category')