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,16 @@
<ngx-charts-bar-vertical
[view]="view"
[scheme]="'ocean'"
[results]="single"
[gradient]="gradient"
[xAxis]="showXAxis"
[yAxis]="showYAxis"
[legend]="showLegend"
[legendPosition]="legendPosition"
[showXAxisLabel]="showXAxisLabel"
[showYAxisLabel]="showYAxisLabel"
[xAxisLabel]="xAxisLabel"
[yAxisLabel]="yAxisLabel"
(select)="onSelect($event)">
<!-- [scheme]="colorScheme" -->
</ngx-charts-bar-vertical>