Fixed x axis label
This commit is contained in:
parent
bf98201eab
commit
38433de483
@ -14,7 +14,7 @@
|
|||||||
[results]="chartResults"
|
[results]="chartResults"
|
||||||
[xAxis]="true"
|
[xAxis]="true"
|
||||||
[yAxis]="true"
|
[yAxis]="true"
|
||||||
[yAxisTickFormatting]="format">
|
[xAxisTickFormatting]="format">
|
||||||
</ngx-charts-bar-horizontal-2d>
|
</ngx-charts-bar-horizontal-2d>
|
||||||
</div>
|
</div>
|
||||||
<input #fileUploader type="file" accept="text/csv" multiple hidden (change)="upload(fileUploader.files)">
|
<input #fileUploader type="file" accept="text/csv" multiple hidden (change)="upload(fileUploader.files)">
|
||||||
|
Loading…
Reference in New Issue
Block a user