fix(frontend): `Out: Fail` was negative number

This commit is contained in:
zyoshoka 2024-08-31 19:27:41 +09:00
parent 8be624aa44
commit ce14316ed3
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ onMounted(async () => {
duration: 0,
},
external: externalTooltipHandler,
callbacks: {
label: context => `${context.dataset.label}: ${Math.abs(context.parsed.y)}`,
},
},
gradient,
},