diff options
author | zsloan | 2020-04-04 20:23:34 -0500 |
---|---|---|
committer | GN2 | 2020-04-04 20:24:50 -0500 |
commit | 05c172a8330f28c9c81300448d9f2630a6d7ff0f (patch) | |
tree | 4e506afe01feeafbf553864deb53cfc35f12e527 | |
parent | 1b81d4a2c655f7b14781f639148ac8f552933122 (diff) | |
download | genenetwork2-05c172a8330f28c9c81300448d9f2630a6d7ff0f.tar.gz |
Changed Y axis on permutation histogram from Frequency to Count
-rw-r--r-- | wqflask/wqflask/templates/mapping_results.html | 2 |
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 |