From 02af5124217f88a8c7419d963e5eee0fd72e32da Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 3 Aug 2024 17:29:46 +0530 Subject: more responsive chart --- panel/src/pages/Dashboard.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'panel/src') diff --git a/panel/src/pages/Dashboard.css b/panel/src/pages/Dashboard.css index 49a11ed..39d68e3 100644 --- a/panel/src/pages/Dashboard.css +++ b/panel/src/pages/Dashboard.css @@ -60,8 +60,9 @@ } .chart-container canvas { - width: 100% !important; - height: 100% !important; + width: 70% !important; + margin: 0 auto; + height: 70% !important; } @media (max-width: 768px) { -- cgit v1.2.3-59-g8ed1b