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