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>. <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} ^{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

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