bring back the graph
This commit is contained in:
parent
a8696057f6
commit
f3af213a65
@ -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">
|
||||||
|
@ -9,3 +9,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
left-margin: 5px;
|
left-margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#graph-container {
|
||||||
|
height: 400px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user