From 985ecbd18f1b30dce9785f8b33bbced0b3863d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gon=C3=A7alves?= <63736648+MrSpiffyClean@users.noreply.github.com> Date: Thu, 14 May 2020 22:50:55 +0100 Subject: [PATCH 1/3] Add check to prevent draw if no data is selected If no country is visibly selected then the graph isn't drawn, similarly as when there isn't any data. --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c2410eb..99d354b 100644 --- a/index.html +++ b/index.html @@ -64,9 +64,9 @@

Covid Trends

- + -
Not enough data for these parameters.
-
Please select some {{regionType}} to display.
+
Please select some {{regionType.toLowerCase()}} to display.