From 1ffeaf756a8ea351f5c2116a9564ec146cfccb4f Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 11 Sep 2018 09:47:19 -0400 Subject: [PATCH] explicit closing tags --- templates/workspaces/reports/index.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/templates/workspaces/reports/index.html b/templates/workspaces/reports/index.html index 5ff28d6f..cbcc7c48 100644 --- a/templates/workspaces/reports/index.html +++ b/templates/workspaces/reports/index.html @@ -149,7 +149,7 @@ v-bind:class='{ "budget-chart__block--highlighted": month.isHighlighted }' v-bind:width='month.metrics.blockWidth' v-bind:x='month.metrics.blockX' - v-bind:height='height'/> + v-bind:height='height'> {# budget bar #} - + v-bind:y='month.metrics.barY'> {# cumulative dot #} + v-bind:cy='month.metrics.cumulativeY'> {# abbreviated cumulative label #} + v-html='month.abbreviatedCumulative'> {# abbreviated spend label #} + v-html='"+" + month.abbreviatedSpend'> {# month label #} + v-html='month.date.month'> {# spend/projected budget path lines #} - - + + {# max budget line #} + v-bind:y2='budgetHeight'> + v-html='displayBudget'>