Set specific order to bars

Hi @camila.cardoso,

Happy Birthday!!! :slight_smile:

Is the resulting plot of this bar definition:

fig=go.Figure()
labels=['L1', 'L2', 'L3']
fig.add_bar(x=[15, 10, 25], y=labels[::-1], orientation='h' )
fig.update_yaxes(type='category')

what you are expecting?