From 4e8154745ec41c287ffb70fdb510f502f2c885fb Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 15:07:42 +0200 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 6a3f7f5..7595de8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -208,4 +208,19 @@ canvas { margin-right: 6px; vertical-align: middle; border-radius: 2px; +} + +.achart-wrapper-chart{ + width: 1300px; + /* max-width: 90%; */ + height: 600px; + position: relative; + flex-wrap: wrap; + justify-content: center; + max-width: 100%; +} + +.achart-wrapper-chart canvas{ + width: 100%!important; + height: 100%!important; } \ No newline at end of file