portfolio_management / styling.py
huggingface112's picture
move files to normal tracking except .db
976166f
raw
history blame
No virus
268 Bytes
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"),
)