From 05c172a8330f28c9c81300448d9f2630a6d7ff0f 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(-) (limited to 'wqflask') 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