diff --git a/src/routes/heatmaps/+page.svelte b/src/routes/heatmaps/+page.svelte index f58fda57..a048192f 100644 --- a/src/routes/heatmaps/+page.svelte +++ b/src/routes/heatmaps/+page.svelte @@ -164,7 +164,7 @@ function plotData(fontSize) { if (params.data.children && params.data.children.length > 0) { sumChangesPercentage = params.data.children.reduce((acc, child) => acc + (child.changesPercentage || 0), 0); } - return params.name + ': ' + sumChangesPercentage?.toFixed(2) + '%'; // Display sum with two decimal places + return params.name; }, height: 40 }, @@ -307,9 +307,9 @@ $: { -
+
-
+
@@ -357,23 +357,23 @@ $: { - + {#if isLoaded} -
+
-
+
-
+
Today, took the lead as the {displayIndex} largest loser, marking a cumulative return of {lowestSum?.toFixed(2)}%, @@ -416,7 +416,7 @@ $: { -
+
@@ -591,7 +591,7 @@ $: {