fix chartjs
This commit is contained in:
15
src/app/components/pie-chart/pie-chart.component.html
Normal file
15
src/app/components/pie-chart/pie-chart.component.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<ngx-charts-pie-chart
|
||||
[view]="view"
|
||||
[scheme]="'neons'"
|
||||
[results]="single"
|
||||
[gradient]="gradient"
|
||||
[legend]="showLegend"
|
||||
[legendPosition]="legendPosition"
|
||||
[labels]="showLabels"
|
||||
[doughnut]="isDoughnut"
|
||||
(select)="onSelect($event)"
|
||||
(activate)="onActivate($event)"
|
||||
(deactivate)="onDeactivate($event)"
|
||||
>
|
||||
<!-- [scheme]="colorScheme" -->
|
||||
</ngx-charts-pie-chart>
|
||||
Reference in New Issue
Block a user