mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Add plotly index header
This commit is contained in:
parent
0e2265a9ca
commit
93fa3bfbbd
@ -446,7 +446,7 @@ def create_plotly_table(table_plot, title, series):
|
||||
headers_values = list([col] for col in table_plot.columns)
|
||||
cells_values = table_plot.T.values.tolist()
|
||||
if index_added:
|
||||
headers_values.insert(0, "")
|
||||
headers_values.insert(0, table_plot.index.name or "")
|
||||
cells_values.insert(0, table_plot.index.values.tolist())
|
||||
|
||||
ret = {
|
||||
|
Loading…
Reference in New Issue
Block a user