From 718b45b50515560dd12cbd247f55068e7fb53efa Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 21 Aug 2020 15:15:19 +1000 Subject: [PATCH] allow tapping on body to clear tooltip --- ts/src/stats/GraphsPage.svelte | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/ts/src/stats/GraphsPage.svelte b/ts/src/stats/GraphsPage.svelte index 342917f21..037e88da0 100644 --- a/ts/src/stats/GraphsPage.svelte +++ b/ts/src/stats/GraphsPage.svelte @@ -97,6 +97,12 @@ const all = i18n.tr(i18n.TR.STATISTICS_RANGE_ALL_HISTORY); + +
@@ -136,15 +142,17 @@
-{#if sourceData} - - - - - - - - - - -{/if} +
+ {#if sourceData} + + + + + + + + + + + {/if} +