fix chartjs
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user