aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_cpta.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-04-02 16:08:32 +0200
committerTibor Frank <tifrank@cisco.com>2020-04-02 16:08:32 +0200
commitf3c2a4d8551c1ac0d05ebff4f5e7f492fb2e80d6 (patch)
tree2fcb47acb8f0c52f00dbb540ff2c8d0b163b3cdc /resources/tools/presentation/generator_cpta.py
parent2be78e25da37491046ccb3a39f738c2a534805f0 (diff)
Trending: Update graphs - 2n-clx
Change-Id: I05a61b075c467681f2e05b17f0245a5e77a911b5 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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_cpta.py b/resources/tools/presentation/generator_cpta.py
index 430452149e..8d10e15a49 100644
--- a/resources/tools/presentation/generator_cpta.py
+++ b/resources/tools/presentation/generator_cpta.py
@@ -247,7 +247,7 @@ def _generate_trending_traces(in_data, job_name, build_info,
u"symbol": u"circle",
},
text=hover_text,
- hoverinfo=u"text"
+ hoverinfo=u"text+name"
)
traces = [trace_samples, ]