aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/_charts/box-plot/box-plot.component.html
blob: 3b2bf97623ee140b0a3ac09e6625cb0689e8d594 (plain) (blame)
1
2
3
<div class="chart-wrapper position-relative">
    <canvas #boxplot [width]="width" [height]="height"></canvas>
</div>