From ecbb08e4c51313eac9345216f064de2126fb8c54 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Mon, 4 Jan 2021 14:04:51 +0100 Subject: [PATCH] Add gatherByQueue and gatherByCtype methods --- ts/graphs/CardCounts.svelte | 11 +++- ts/graphs/CountMethodRadios.svelte | 3 +- ts/graphs/card-counts.ts | 82 +++++++++++++++++++++++------- ts/lib/cards.ts | 7 +++ 4 files changed, 82 insertions(+), 21 deletions(-) diff --git a/ts/graphs/CardCounts.svelte b/ts/graphs/CardCounts.svelte index b31794c22..9af5137d5 100644 --- a/ts/graphs/CardCounts.svelte +++ b/ts/graphs/CardCounts.svelte @@ -1,13 +1,15 @@