aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2020-04-04 20:23:34 -0500
committerzsloan2020-04-04 20:23:34 -0500
commit984030cbff9c8f49a664df7c693f852f6d09b2e5 (patch)
tree4e506afe01feeafbf553864deb53cfc35f12e527
parenta304a7b5e694c401c9d31d552139aba37622585d (diff)
downloadgenenetwork2-984030cbff9c8f49a664df7c693f852f6d09b2e5.tar.gz
Changed Y axis on permutation histogram from Frequency to Count
-rw-r--r--wqflask/wqflask/templates/mapping_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index 86816d17..c046f7fb 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -490,7 +490,7 @@
},
yaxis: {
autorange: true,
- title: "<b>Frequency</b>",
+ title: "<b>Count</b>",
titlefont: {
family: "arial",
size: 20