Fix race condition, add graph toggles

This commit is contained in:
Cryptkeeper
2015-12-18 18:10:58 -06:00
parent c87a377621
commit 649d8abd33
5 changed files with 147 additions and 107 deletions

View File

@ -179,9 +179,11 @@ h3 {
}
/* The big graph */
#big-graph, #big-graph-controls {
width: 1000px;
margin: 15px auto 0 auto;
}
#big-graph {
height: 500px;
width: 800px;
margin: 15px auto 0 auto;
padding-left: 500px;
}