diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-27 20:58:31 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-27 20:58:31 +0200 |
commit | e8b2adf435bdf49e509659a01f7d48c7c26c9b60 (patch) | |
tree | af2ba5f13d0605d5991514af567c2d4742e52fc6 /frontend/src/app/_elements/_charts/pie-chart/pie-chart.component.html | |
parent | d28576bff04b0f5ea9a58037ffee7c4157aa2c61 (diff) | |
parent | 0907f23080e16af1813e9e445f26a44ed1dc7a5b (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
# Conflicts:
# frontend/src/app/_elements/column-table/column-table.component.css
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 | 4 |
1 files changed, 3 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 aa3f26ab..7faf3af0 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 +1,3 @@ -<canvas #piechart [width]="width" [height]="height"></canvas> +<div class="chart-wrapper"> + <canvas #piechart [width]="width" [height]="height"></canvas> +</div>
\ No newline at end of file |