From 84cbbd2b176f02cc09c140c475b4769c793bb353 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 19 Sep 2018 11:49:20 -0400 Subject: [PATCH] Add a filter to put background color on chart labels --- templates/workspaces/reports/index.html | 41 +++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 903ed4be..05e33d2f 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -137,9 +137,45 @@ + + + + + + + + + {# spend/projected budget path lines #} + + + + {# max budget line #} + + + {# make this clickable to focus on that month #} + + + + + + + +  |