mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: proper unit for up/dl speed in graph (#548)
This commit is contained in:
parent
49ec8a9194
commit
a6dac31fbc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export default {
|
|||
},
|
||||
y: {
|
||||
formatter: value => {
|
||||
return `${getDataValue(value, 0)} ${getDataUnit(value)}`
|
||||
return `${getDataValue(value, 0)} ${getDataUnit(value)}/s`
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue