mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix 'series' not appearing on UI When using logger.report_table() (#684)
This commit is contained in:
parent
eb01b6f893
commit
5f62ba84d7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user