CSIT-1436: Add titles to plots in Trending
[csit.git] / resources / tools / presentation / generator_CPTA.py
index f9d42ba..b42b639 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2018 Cisco and/or its affiliates.
+# Copyright (c) 2019 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -399,8 +399,8 @@ def _generate_all_charts(spec, input_data):
 
         if traces:
             # Generate the chart:
-            graph["layout"]["xaxis"]["title"] = \
-                graph["layout"]["xaxis"]["title"].format(job=job_name)
+            graph["layout"]["title"] = \
+                "<b>{title}</b>".format(title=graph.get("title", ""))
             name_file = "{0}-{1}{2}".format(spec.cpta["output-file"],
                                             graph["output-file-name"],
                                             spec.cpta["output-file-type"])