Fixed x axis label
This commit is contained in:
		@@ -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)">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user