Graph x-axis date fix.

This commit is contained in:
softsimon
2020-05-10 17:44:19 +07:00
parent 9f7da91282
commit 3d116d2d07
3 changed files with 18 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
</tr>
<tr *ngIf="tx.vin.length > tx['@vinLength']">
<td colspan="3" class="text-center">
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVin(tx)">Load more</button>
<button class="btn btn-sm btn-primary mt-2" (click)="loadMoreVin(tx)">Load more ({{ tx.vin.length - tx['@vinLength'] }})</button>
</td>
</tr>
</tbody>