Skip to content

Commit

Permalink
box style change, bar plot color change and time for anno
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesh-tawari committed Oct 10, 2017
1 parent 4184767 commit 5df9d8a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions chronqc/templates/base_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@
width: 65%;
height: 100%;
float: left;
border-radius: 1em;
padding: 1em;
border: 2px solid;
border-color: #d3d3d3;
padding: 1em;
overflow: auto;
}

Expand All @@ -290,17 +290,16 @@
margin-top: 10px;
margin-left: 19em;
margin-right: 1em;
border-radius: 1em;
overflow: auto;
}

.smalltablecontainer {
width: 65%;
height: 100%;
float: left;
border-radius: 1em;
padding: 1em;
border: 2px solid;
border-color: #d3d3d3;
padding: 1em;
overflow: auto;
}

Expand Down Expand Up @@ -1263,7 +1262,7 @@ <h1>Summary Table</h1>
function stateChange(newState) {
setTimeout(function(){
if(newState == -1){window.location.reload(true);}
}, 250);
}, 500);
}

////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -1623,7 +1622,7 @@ <h1>Summary Table</h1>

/////////////////////////////////////////////////////////////////////////////////////////
var gs = [],
barchart_Colors = ["#000000","#4B0082", "#EA4335", "#FBBC05", "#4285F4","#8B552A", "#BD1761", "#F691B2", "#FBE983", "#FF9203", "#34A853"];
barchart_Colors = ["#000000", "#EA4335", "#34A853", "#FBBC05", "#4285F4", "#4B0082", "#BD1761", "#F691B2", "#FBE983", "#FF9203", "#8B552A"];
/////////////////////////////////////////////////////////////////////////////////////////

$javascripttemplate
Expand Down

0 comments on commit 5df9d8a

Please sign in to comment.