Spaces:
Runtime error
Runtime error
plot_layout = dict( | |
legend=dict( | |
orientation="h", | |
), | |
yaxis_title=None, | |
xaxis_title=None, | |
margin=dict(l=0, r=0, t=30, b=0), | |
uniformtext_mode='hide', | |
) | |
barplot_trace = dict( | |
marker_line_width=0, | |
selector=dict(type="bar"), | |
) | |