diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-20 02:48:48 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-20 02:48:48 +0200 |
commit | ecf9618c7d48d3d47fbcc21df230f12a1369940c (patch) | |
tree | 1ca71cf30795323756fb1a7d1d4e3ff2c8e90268 /frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html | |
parent | e4222ce4533beb64bd8460a9d7c4ad3688220f56 (diff) | |
parent | 02416dee28e57181b1da03b7f5ce6cc538a9415a (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
Diffstat (limited to 'frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html')
-rw-r--r-- | frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html b/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html index 7faf3af0..fe3998ff 100644 --- a/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html +++ b/frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html @@ -1,3 +1,3 @@ -<div class="chart-wrapper"> +<div class="chart-wrapper position-relative"> <canvas #piechart [width]="width" [height]="height"></canvas> </div>
\ No newline at end of file |