Skip to content

Commit

Permalink
fix: show burndown and pie chart on portfolio page
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Jun 4, 2024
1 parent a42e3d2 commit e70f4c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
</div>
</div>
}
<!--/panel-footer-->''
<!--/panel-footer-->
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ <h3 class="panel-title">Task Summary Chart</h3>
</div>
<div class="panel-body">
<div class="burndown-chart" ng-if="currentVisualisation == 'burndown'">
<!-- <progress-burndown-chart project="project" unit="unit"></progress-burndown-chart> -->
<progress-burndown-chart project="project" unit="unit"></progress-burndown-chart>
</div>
<div ng-if="currentVisualisation == 'taskSummary'">
<!-- <student-task-status-pie-chart project="project"></student-task-status-pie-chart> -->
<student-task-status-pie-chart project="project"></student-task-status-pie-chart>
</div>
</div>
<div class="panel-footer text-center">
Expand Down
2 changes: 1 addition & 1 deletion src/app/units/states/portfolios/portfolios.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h3 class="panel-title">Review Portfolio of {{selectedStudent.student.name}}</h3
<i class="fa fa-book"></i>
<p>No Portfolio Submitted</p>
</div>
<f-pdf-viewer-panel ng-if="project.portfolioAvailable" [pdf-url]="project.portfolioUrl()"> </pdf-viewer-panel>
<pdf-viewer-panel ng-if="activeTab == tabs.viewPortfolio && project.portfolioAvailable" [pdf-url]="project.portfolioUrl()"></pdf-viewer-panel>
</div>

<div class="panel panel-primary" ng-show="activeTab == tabs.assessPortfolio">
Expand Down

0 comments on commit e70f4c7

Please sign in to comment.