aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-04-27 19:52:48 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-04-27 19:52:48 +0200
commit98d3f4dedaabf62213b95dd8e7b67f9e8ab99006 (patch)
tree5f85498c4abcdcf83aeacdb30eaeaa166de406e4 /frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
parent086010248b30924d4b597483fcec3f9988ed2419 (diff)
Sredjen dizajn tabele. Sredjena difoltna vrednost za missingvalue. Grafici uredjeni.
Diffstat (limited to 'frontend/src/app/_elements/_charts/box-plot/box-plot.component.html')
-rw-r--r--frontend/src/app/_elements/_charts/box-plot/box-plot.component.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html b/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
index 34c283c7..688eafae 100644
--- a/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
+++ b/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
@@ -1 +1,3 @@
-<canvas #boxplot [width]="width" [height]="height"></canvas> \ No newline at end of file
+<div class="chart-wrapper">
+ <canvas #boxplot [width]="width" [height]="height"></canvas>
+</div> \ No newline at end of file