bring back the graph

This commit is contained in:
Filip Gralinski 2016-02-15 21:59:24 +01:00
parent a8696057f6
commit f3af213a65
2 changed files with 11 additions and 1 deletions

View File

@ -2,3 +2,8 @@
<p>This is a long list of all submissions, if you want to see only the best, click <a href="@{ShowChallengeR (challengeName challenge)}">leaderboard</a>.
^{Table.buildBootstrap (submissionsTable tests) submissions}
<div id="graph-container">
<script src="/static/js/sigma.min.js">
<script src="/static/js/sigma.parsers.json.min.js">

View File

@ -9,3 +9,8 @@
overflow: hidden;
left-margin: 5px;
}
#graph-container {
height: 400px;
margin: auto;
}