same as other

This commit is contained in:
Osman Faruk Bayram 2025-09-07 18:12:08 +03:00
parent 5aced6327e
commit 5e5246da95

View file

@ -118,8 +118,8 @@ def get_plotly_html(df, column, title, ylabel):
template="plotly_dark",
plot_bgcolor='#151519',
paper_bgcolor='#151519',
width=1000,
height=500,
width=1200,
height=600,
margin=dict(l=50, r=50, t=50, b=50)
)