diff options
author | zsloan | 2020-09-29 16:23:39 -0500 |
---|---|---|
committer | zsloan | 2020-09-29 16:23:39 -0500 |
commit | 556ae146be4b2a7220e1f7634ca02bab587cbc7e (patch) | |
tree | c894d2083685937bfc70206c96d2e0b55be3d947 /wqflask | |
parent | 1320283cb1374365777dbe61e9c4ec6d42cba40d (diff) | |
download | genenetwork2-556ae146be4b2a7220e1f7634ca02bab587cbc7e.tar.gz |
Removed "Color By Trait" button from the Bar Chart, because it was meant
to work with the figure we used before switching to Plotly. This feature
will need to be redone to work with Plotly
* wqflask/wqflask/templates/show_trait_statistics.html - commented out
Color By Trait button until it's reimplemented
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait_statistics.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_statistics.html b/wqflask/wqflask/templates/show_trait_statistics.html index 974081d3..7bdb3ef9 100644 --- a/wqflask/wqflask/templates/show_trait_statistics.html +++ b/wqflask/wqflask/templates/show_trait_statistics.html @@ -76,11 +76,13 @@ <i class="icon-signal"></i> Sort By Value </button> </div> + <!-- <div class="btn-group"> - <button type="button" class="btn btn-default" id="color_by_trait"> + <button type="button" class="btn btn-default" id="color_by_trait" style="margin-bottom: 5px;"> <i class="icon-tint"></i> Color by Trait </button> </div> + --> <div id="bar_chart_container"> <div id="bar_chart"></div> </div> |