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