mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
remove dropoff calc from db query
This commit is contained in:
parent
858f465566
commit
711ad2bbcf
3 changed files with 15 additions and 34 deletions
|
|
@ -78,7 +78,7 @@ const AnimatedRow = ({
|
|||
showPercentage = true,
|
||||
}) => {
|
||||
const props = useSpring({
|
||||
width: Number(percent),
|
||||
width: percent,
|
||||
y: value,
|
||||
from: { width: 0, y: 0 },
|
||||
config: animate ? config.default : { duration: 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue