Add x_axis_label support in scalar iter charts

This commit is contained in:
clearml
2024-12-31 22:05:30 +02:00
parent 478f6b531b
commit 8c29ebaece
10 changed files with 48 additions and 6 deletions

View File

@@ -395,7 +395,7 @@ def get_last_metric_updates(
is_min=(key == "min_value"),
is_first=(key == "first_value"),
)
elif key in ("metric", "variant", "value"):
elif key in ("metric", "variant", "value", "x_axis_label"):
extra_updates[f"set__{path}__{key}"] = value
count = variant_data.get("count")