From 5e5246da959ed613d8a1b3f71aa25fa939814aeb Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 7 Sep 2025 18:12:08 +0300 Subject: [PATCH] same as other --- modules/services/wanikani-stats/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/wanikani-stats/app.py b/modules/services/wanikani-stats/app.py index fdd1041..c9a2f1b 100644 --- a/modules/services/wanikani-stats/app.py +++ b/modules/services/wanikani-stats/app.py @@ -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) )