Skip to content

Commit

Permalink
closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
fdefalco committed Dec 10, 2017
1 parent bb26099 commit f60b4ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions js/components/report-manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,17 +222,24 @@
</table>
</div>
</div>

<div class="loader" data-bind="if:$component.model.loadingReportDrilldown">
<i class="fa fa-circle-o-notch fa-spin"></i> Loading Drilldown...
</div>
<div data-bind="if:$component.model.activeReportDrilldown">
</div>
</div>
<!-- ko if:model.loadingReportDrilldown -->
<loading params="status:'Loading Drilldown Report'">
</loading>
<!-- /ko -->
<!-- ko: if data-bind="if: model.activeReportDrilldown -->
<div class="panel panel-primary">
<div class="panel-heading">Drilldown Report</div>
<div class="panel-body">
<div>
<div id="conditionDrilldownScatterplotHeading" class="reportSectionHeading">
</div>
<div class="evidenceVisualization" id="conditionDrilldownScatterplot"></div>
</div>
</div>
</div>
<!-- /ko -->
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion js/components/report-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ define(['knockout', 'text!./report-manager.html', 'd3', 'atlascharts', 'colorbre
xLabel: "Duration Relative to Index",
yLabel: "% Persons",
seriesName: "recordType",
showLegend: true,
showLegend: false,
colors: d3.scaleOrdinal(d3.schemeCategory10),
tooltips: [{
label: 'Series',
Expand Down

0 comments on commit f60b4ef

Please sign in to comment.