aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-05-20 02:25:15 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-05-20 02:25:15 +0200
commit05aaef1e6fc0431206994b0fc18d470a84e650c1 (patch)
tree86fb64825c85d28ffc06e571085d210d794f40d1 /frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
parent423faeef851d141d02cbebb59be1d9f9e2c2a9d1 (diff)
Popravio tooltipove chartova tako da nisu odseceni unutar kolona.
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.html2
1 files changed, 1 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 688eafae..3b2bf976 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,3 +1,3 @@
-<div class="chart-wrapper">
+<div class="chart-wrapper position-relative">
<canvas #boxplot [width]="width" [height]="height"></canvas>
</div> \ No newline at end of file