diff options
author | zsloan | 2020-04-04 20:23:34 -0500 |
---|---|---|
committer | zsloan | 2020-04-04 20:23:34 -0500 |
commit | 984030cbff9c8f49a664df7c693f852f6d09b2e5 (patch) | |
tree | 4e506afe01feeafbf553864deb53cfc35f12e527 | |
parent | a304a7b5e694c401c9d31d552139aba37622585d (diff) | |
download | genenetwork2-984030cbff9c8f49a664df7c693f852f6d09b2e5.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 |