diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-04-02 16:08:32 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-04-02 16:08:32 +0200 |
commit | f3c2a4d8551c1ac0d05ebff4f5e7f492fb2e80d6 (patch) | |
tree | 2fcb47acb8f0c52f00dbb540ff2c8d0b163b3cdc /resources/tools/presentation/generator_tables.py | |
parent | 2be78e25da37491046ccb3a39f738c2a534805f0 (diff) |
Trending: Update graphs - 2n-clx
Change-Id: I05a61b075c467681f2e05b17f0245a5e77a911b5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 0edf4da190..e5309429bf 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -567,25 +567,14 @@ def _tpc_generate_html_table(header, data, out_file_name, legend=u"", go.layout.Updatemenu( type=u"dropdown", direction=u"down", - x=0.0, # 0.03, + x=0.0, xanchor=u"left", y=1.045, yanchor=u"top", active=len(menu_items) - 1, buttons=list(buttons) ) - ], - # annotations=[ - # go.layout.Annotation( - # text=u"<b>Sort by:</b>", - # x=0, - # xref=u"paper", - # y=1.035, - # yref=u"paper", - # align=u"left", - # showarrow=False - # ) - # ] + ] ) ploff.plot( |