aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index 92a292b66c..81f022ea47 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -603,7 +603,7 @@ def table_performance_trending_dashboard(table, input_data):
rel_change = int(relative_change(float(trend), float(last)))
tbl_lst.append([name,
- round(float(last) / 1000000, 2),
+ round(float(trend) / 1000000, 2),
change,
rel_change,
anomaly])