From 05f4054b31774c26c08965e3b5e286f41e91ccdc Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 11 Mar 2025 16:20:15 +0100 Subject: [PATCH] ui: fix sank tooltip spacing --- frontend/app/components/Charts/sankeyUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Charts/sankeyUtils.ts b/frontend/app/components/Charts/sankeyUtils.ts index 56b9947c0..72c32ec69 100644 --- a/frontend/app/components/Charts/sankeyUtils.ts +++ b/frontend/app/components/Charts/sankeyUtils.ts @@ -24,9 +24,9 @@ export function sankeyTooltip( ${safeTargetName}
- ${params.data.value} ( ${params.data.percentage.toFixed( + ${params.data.value} (${params.data.percentage.toFixed( 2, - )}% ) + )}%) Sessions