Fix block predition graph x axis labels

This commit is contained in:
nymkappa 2022-07-19 08:00:11 +02:00 committed by Felipe Knorr Kuhn
parent dd4e120ab0
commit 185223bffd
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

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