diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-03 09:13:23 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-03 09:13:23 +0200 |
commit | 767e85ad0dcb9bcb9637188062681311fabb3307 (patch) | |
tree | c0e7032ed774e795fb901c024a98084cae63c83f /resources/tools/presentation/generator_CPTA.py | |
parent | 01e72f9dce0ef3eeb10ca9097836f7d34e40fa0d (diff) |
PAL Trending: download input files
Change-Id: I407e3cdeb25547d46fafed702ee608f6c0e03091
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 a1921fad9d..92244c2610 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -426,7 +426,7 @@ def _generate_all_charts(spec, input_data): # Generate the chart: period_name = "Daily" if period == 1 else \ "Weekly" if period < 20 else "Monthly" - chart["layout"]["title"] = chart["title"].format(period=period_name) + # chart["layout"]["title"] = chart["title"].format(period=period_name) _generate_chart(traces, chart["layout"], file_name="{0}-{1}-{2}{3}".format( |