fix chartjs

This commit is contained in:
Ryan Ariana
2024-05-13 18:49:16 +07:00
parent 161d306d98
commit eb8f555429
27 changed files with 615 additions and 37 deletions

View 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>