Skip to content

Commit

Permalink
Merge pull request #435 from vulekamali/fix-chart-description
Browse files Browse the repository at this point in the history
removed unnecessary description
  • Loading branch information
paulmwatson authored Nov 1, 2023
2 parents 2429554 + 9683ad2 commit dc26fc7
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 850 deletions.
2 changes: 2 additions & 0 deletions assets/js/webflow/pages/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ function initTimeSeriesChart(chartData) {
});
container.call(chart.data(snapshots));

container.select('.legend').remove();

return chart;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ <h3 class="project-detail_heading">PROJECT&nbsp;IMPLEMENTATION</h3>
</div>
<div class="col col-4 col-m-12">
<div class="subsection-detail_wrapper">
<p class="text_subsection-detail">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.<br><br>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.</p>
<p class="text_subsection-detail">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.</p>
<div class="detail-button_wrapper"><a href="https://vulekamali.gov.za/resources#participate" class="button w-inline-block"><img src="/static/images/book-white-24px.svg" alt="" class="button-icon _20px"><div class="button-text">Learn about budget schedules</div></a></div>
</div>
</div>
Expand Down
Loading

0 comments on commit dc26fc7

Please sign in to comment.