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.
15 lines
358 B
HTML
15 lines
358 B
HTML
|
7 years ago
|
<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>
|