Fix block predition graph x axis labels

This commit is contained in:
nymkappa 2022-07-19 08:00:11 +02:00
parent 88febf6262
commit 3dc37dc34d
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -156,7 +156,7 @@ export class BlockPredictionGraphComponent implements OnInit {
type: 'category', type: 'category',
axisLine: { onZero: true }, axisLine: { onZero: true },
axisLabel: { axisLabel: {
formatter: val => formatterXAxisTimeCategory(this.locale, this.timespan, parseInt(val, 10)), formatter: val => formatterXAxisTimeCategory(this.locale, this.timespan, parseInt(val, 10) * 1000),
align: 'center', align: 'center',
fontSize: 11, fontSize: 11,
lineHeight: 12, lineHeight: 12,