Fix 'series' not appearing on UI When using logger.report_table() (#684)

This commit is contained in:
allegroai 2022-07-28 18:42:26 +03:00
parent eb01b6f893
commit 5f62ba84d7

View File

@ -531,8 +531,8 @@ def create_plotly_table(table_plot, title, series, layout_config=None):
}
}],
"layout": {
"title": title,
"name": series,
"title.text": title,
"title": series,
}
}
if layout_config: