From fbb83ed4ba7b73b47138ec671294c20c9725ba6b Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Tue, 28 Dec 2021 17:16:26 +0700 Subject: [PATCH] Add graph bar on wish tally list --- src/routes/wish/tally/index.svelte | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/routes/wish/tally/index.svelte b/src/routes/wish/tally/index.svelte index 968711fa..2d776e25 100644 --- a/src/routes/wish/tally/index.svelte +++ b/src/routes/wish/tally/index.svelte @@ -549,6 +549,14 @@ {numberFormat.format((item.count / legendary.total) * 100)} + + + + + {/each} @@ -587,6 +595,14 @@ {numberFormat.format((item.count / rare.total) * 100)} + + + + + {/each}