From e329e97ab305114be85f144a446303c6a64672fa Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Oct 11 2018 05:01:50 +0000 Subject: tweak colours of the activity graph Previously, the activiity graph showed smaller values with a colur very close to the null colour. This updates so lower activity levels have a darker colour by default. Fixes #3872 Signed-off-by: Ryan Lerch --- diff --git a/pagure/templates/_render_repo.html b/pagure/templates/_render_repo.html index 333e219..1c82ecd 100644 --- a/pagure/templates/_render_repo.html +++ b/pagure/templates/_render_repo.html @@ -340,7 +340,7 @@ subDomain: "day", domainLabelFormat: "%b", displayLegend: false, - legend: [1, 5, 10, 15, 20, 25], + legend: [0, 1, 5, 10, 15, 20], legendColors: { min: "#efefef", max: "#204a87",