From 984030cbff9c8f49a664df7c693f852f6d09b2e5 Mon Sep 17 00:00:00 2001 From: zsloan Date: Sat, 4 Apr 2020 20:23:34 -0500 Subject: Changed Y axis on permutation histogram from Frequency to Count --- wqflask/wqflask/templates/mapping_results.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "Frequency", + title: "Count", titlefont: { family: "arial", size: 20 -- cgit v1.2.3