forked from filipg/gonito
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>.
|
||||
|
||||
^{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">
|
||||
|
@ -8,4 +8,9 @@
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
left-margin: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
#graph-container {
|
||||
height: 400px;
|
||||
margin: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user