diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-20 14:14:23 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-20 14:15:28 +0200 |
commit | 0bd0db7f4e5333bcc93fc981594bb90a2ed140fb (patch) | |
tree | 0f2f47dc35d24748276547ab566e7af487f5bf60 /resources/tools/presentation/generator_CPTA.py | |
parent | c8b2f57cd09355e0e89e6b9d28930281573bec23 (diff) |
CSIT-1041: Trending dashboard
Change-Id: I56437bdb0c0b7309e2bdf4a81fd9e9b20843b040
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_CPTA.py')
-rw-r--r-- | resources/tools/presentation/generator_CPTA.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py index 72aef537cf..25be09f959 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -295,7 +295,7 @@ def _generate_trending_traces(in_data, build_info, period, moving_win_size=10, y=anomalies.values, mode='markers', hoverinfo="none", - showlegend=False, + showlegend=True, legendgroup=name, name="{name}: outliers".format(name=name), marker={ |