aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2020-04-04 20:23:34 -0500
committerGN22020-04-04 20:24:50 -0500
commit05c172a8330f28c9c81300448d9f2630a6d7ff0f (patch)
tree4e506afe01feeafbf553864deb53cfc35f12e527
parent1b81d4a2c655f7b14781f639148ac8f552933122 (diff)
downloadgenenetwork2-05c172a8330f28c9c81300448d9f2630a6d7ff0f.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