From f126ce71dd858a855ddaf3ed885415bec60bd188 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Mar 2021 12:38:33 -0400 Subject: Remove dummy hotspots number The right way to show number of hotspots would be to find files in which commit frequency is more than like 1 standard deviation from the norm. I could even show a histogram instead of a flame graph... --- Biz/Devalloc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Devalloc.hs') diff --git a/Biz/Devalloc.hs b/Biz/Devalloc.hs index e102e94..0b4a88e 100644 --- a/Biz/Devalloc.hs +++ b/Biz/Devalloc.hs @@ -1509,7 +1509,7 @@ instance Lucid.ToHtml Analysis where Lucid.with score_ [Lucid.id_ "hotspots"] <| do title_ "Hotspots" - quantity_ "2" -- TODO + quantity_ "" -- TODO previewChart <| do Lucid.table_ [Lucid.class_ "charts-css column"] <| do Lucid.tr_ <| do -- cgit v1.2.3