Import des sources angular à partir de 'headup_app'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@if (displayCharts) {
|
||||
<div class="piechart position-relative w-100 my-3">
|
||||
<canvas baseChart class="w-100 h-auto"
|
||||
[labels]="chartConfig.doughnutChartLabels"
|
||||
[datasets]="chartConfig.doughnutChartDatasets"
|
||||
[options]="chartConfig.doughnutChartOptions"
|
||||
[legend]="chartConfig.doughnutChartLegend"
|
||||
[type]="'doughnut'">
|
||||
</canvas>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user