diff options
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.html | 4 |
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 |