Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions templates/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ <h1>n/a</h1>
</article>
</div>
</div>
<hr />
<h2>Work by Platform</h2>
<article>
<div>
<canvas id="platformChart"></canvas>
</div>
</article>

<h2>Completed</h2>
{% for project, issues in completed_by_project.items() %}
<details>
Expand All @@ -93,13 +101,6 @@ <h2>Completed</h2>
{% endfor %}
</details>
{% endfor %}
<hr />
<h2>Work by Platform</h2>
<article>
<div>
<canvas id="platformChart"></canvas>
</div>
</article>
{% endblock %}

{% block extra_scripts %}
Expand Down