UNPKG

bio-vis-expression-bar

Version:

Simple barchart to show expression levels across experiments

27 lines (24 loc) 579 B
<style type="text/css"> .wrapper { /** Top padding so that initially, the content is below the header **/ border-radius: 25px; padding: 20px; /*height: 500px;*/ /*float: center; position: fixed; top: 10px; left: 0; right: 0; margin: 0 auto; width: 1000px;*/ background-color: #FFFFFF; /*max-height: 85%;*/ } body{ background-color: #E6E6E6 ; } </style> <div class="wrapper" > <div id="bar_expression_viewer"/> </div> </div>