From 4321d0d866dd7f1cdff07a62e2be9b1c92afb832 Mon Sep 17 00:00:00 2001 From: Taka Date: Wed, 10 Feb 2021 14:19:56 +1100 Subject: [PATCH] Increased the default LFA time-plot window size. --- vasl_templates/webapp/static/lfa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vasl_templates/webapp/static/lfa.js b/vasl_templates/webapp/static/lfa.js index ecc6c66..b7a2394 100644 --- a/vasl_templates/webapp/static/lfa.js +++ b/vasl_templates/webapp/static/lfa.js @@ -30,7 +30,7 @@ var ROLL_TYPES = { } ; var MOVING_AVERAGE_WINDOW_SIZES = [ 5, 10, 20, 50, 100 ] ; -var PREFERRED_WINDOW_SIZE = 10 ; +var PREFERRED_WINDOW_SIZE = 20 ; var MAX_TIME_PLOT_SPACING = 40 ; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -