diff --git a/assets/js/webflow/pages/project.js b/assets/js/webflow/pages/project.js index 1b823a4cd..433c90448 100644 --- a/assets/js/webflow/pages/project.js +++ b/assets/js/webflow/pages/project.js @@ -110,6 +110,8 @@ function initTimeSeriesChart(chartData) { }); container.call(chart.data(snapshots)); + container.select('.legend').remove(); + return chart; } diff --git a/budgetportal/webflow/templates/webflow/detail_infrastructure-projects.html b/budgetportal/webflow/templates/webflow/detail_infrastructure-projects.html index 68341986d..91d0608b9 100644 --- a/budgetportal/webflow/templates/webflow/detail_infrastructure-projects.html +++ b/budgetportal/webflow/templates/webflow/detail_infrastructure-projects.html @@ -641,7 +641,7 @@
The dotted line shows Estimated Total Project Cost, and steps up or down when that changes. That is the amount that is expected to be spent on this project when the project is completed.
This chart shows how much has been spent in total at each quarter. The diagonal line starts at the beginning of the project or with the earliest data available with the total spent to date. Each quarter, the line goes up by the amount spent in that quarter.
This chart shows how much has been spent in total at each quarter. The diagonal line starts at the beginning of the project or with the earliest data available with the total spent to date. Each quarter, the line goes up by the amount spent in that quarter.