From 716a400ca63ac876f6c7dc4c3565d8c46cf134ad Mon Sep 17 00:00:00 2001 From: "W. Evan Sheehan" Date: Mon, 12 Jun 2023 09:06:56 -0600 Subject: [PATCH] Remove the time series for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Retrieving the data for the time series is not performant because of our storage structure. It routinely times out in production. So for now I’m removing it until we can get the performance fixed. --- .../templates/layouts/diag.html | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/src/unified_graphics/templates/layouts/diag.html b/src/unified_graphics/templates/layouts/diag.html index 8c80c1a2..f1d25c76 100644 --- a/src/unified_graphics/templates/layouts/diag.html +++ b/src/unified_graphics/templates/layouts/diag.html @@ -22,20 +22,11 @@

{% if minim_loop == "ges" %}Guess{% else %}Analysis >Observation − Forecast {%- else -%} -
- - Observation Count - - Observation − Forecast - - - - Observation − Forecast - - Initialization Time - -
+ + Observation Count + + Observation − Forecast + {%- endif %}