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