You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmhmg/Mohem/src/app/hmg-common/ui/donut-chart/donut-chart.component.html

15 lines
358 B
HTML

<div class="canvas-container-coordinates" *ngIf="data && ( data.length > 0 ) ">
<ngx-charts-pie-chart
[scheme]="colorScheme"
[results]="data"
[gradient]="true"
[legendTitle]="legend"
[legendPosition]="'top'"
[legend]="legend"
[doughnut]="true"
[arcWidth]="arcWidth"
[view]="view"
>
</ngx-charts-pie-chart>
</div>