bio-vis-expression-bar
Version:
Simple barchart to show expression levels across experiments
28 lines (23 loc) • 472 B
HTML
<style type="text/css">
.wrapper {
/** Top padding so that initially, the content is below the header **/
border-radius: 25px;
padding: 20px;
float: center;
position: fixed;
top: 10px;
left: 0;
right: 0;
margin: 0 auto;
width: 1000px;
background-color: #FFFFFF;
overflow-y: auto;
max-height: 85%;
}
body{
background-color: #E6E6E6 ;
}
</style>
<div class="wrapper" >
<div id="bar_expression_viewer"/>
</div>