From 715f27dcc3ade1020183cad6459908e7fc017578 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 19 Sep 2018 10:56:59 -0400 Subject: [PATCH] Add expiration month to budget chart --- templates/workspaces/reports/index.html | 43 +++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index ddbf02c3..903ed4be 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -102,7 +102,12 @@ {% set two_months_ago_index = two_months_ago.strftime('%m/%Y') %} {% set reports_url = url_for("workspaces.workspace_reports", workspace_id=workspace.id) %} - +

Cumulative Budget

@@ -153,7 +158,7 @@ {# container block #} @@ -168,6 +173,31 @@ v-bind:x='month.metrics.barX' v-bind:y='month.metrics.barY'> + {# projected budget bar #} + + + {# task order expiration line #} + + + {# task order expiration label #} + T.O. Expires + {# cumulative dot #} + + {# year label #} +