|
|
|
@ -4370,8 +4370,9 @@ const aiAgentList = ref([ |
|
|
|
|
|
|
|
const formatTooltip = (val: number) => { |
|
|
|
//console.log("zhidhfasidhais----->",val) |
|
|
|
const result = ((val / 24) * 100).toFixed(2); |
|
|
|
return `${result}%`; |
|
|
|
/* const result = ((val / 24) * 100).toFixed(2); |
|
|
|
return `${result}%`; */ |
|
|
|
return val+"/24" |
|
|
|
} |
|
|
|
</script> |
|
|
|
<template> |
|
|
|
|