allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

Scalar graphs legend is too narrow for experiments with long names #241

Closed H4dr1en closed 4 days ago

H4dr1en commented 2 months ago

Pretty much the title, here is how it looks like in clearml-server 1.14:

In the scalar graph view This is the scalar graph when comparing two experiments with long names. The long names take 50% of the vertical space of the graph

Screenshot 2024-04-15 at 15 34 23

A solution to fix this would be stack the legend horizontally (not vertically) and allow 100% of the width of the graph for the legend

In the extended scalar graph view This is the extended scalar graph when comparing two experiments with long names. Here the issue is that it is impossible to read the value for both experiments because the tooltip created on hover has a too narrow width

Screenshot 2024-04-15 at 15 34 53

A solution to fix this would be to 5x the width of the tooltip showing the scores

ainoam commented 2 months ago

@H4dr1en v1.15 significantly improves scalar legend and tooltip behaviour.

H4dr1en commented 2 months ago

Thank you, will update and have a look 👍

H4dr1en commented 2 months ago

Hi @ainoam , I updated to v1.15 and I still have exactly the same layouts, the issue is still there

ainoam commented 2 months ago

Thanks for letting us know @H4dr1en. We'll take a look.

H4dr1en commented 2 months ago

@ainoam There might be an issue with the docker image because I did pull the last version (1.15) of the server but I see in the web interface: WebApp: 1.14.1-451 • Server: 1.15.0-472 • API: 2.29 -> the web app is not updated

H4dr1en commented 2 months ago

@ainoam nevermind I fixed it, so I do have the last web interface as well now WebApp: 1.15.0-472 • Server: 1.15.0-472 • API: 2.29 but the issue still exists

ainoam commented 2 months ago

Thanks for the updates @H4dr1en. We'll update as more information becomes available.

pollfly commented 4 days ago

Hey @H4dr1en! Just letting you know that this issue has been resolved in the recently released v1.16.0. Let us know if there are any issues :)

H4dr1en commented 4 days ago

Very nice @pollfly , I'll close it for now, update in the following days and will reopen if the issue is still there 👍