portfolio_management / styling.py
huggingface112's picture
restyling index
bd05e46
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"),
)
card_style = dict(
flex='1 1 calc(100% / 3)',
)