mlflow/mlflow

[BUG] Artifacts (such as plots) are not scaled to their parent frame in the comparison view

Open

#20,703 创建于 2026年2月10日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)Python (17,127 star) (3,904 fork)batch import
area/uiuxbuggood first issuehas-closing-prhelp wanted

描述

MLflow version

3.9.0

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • Python version:
  • yarn version, if running the dev UI:

Describe the problem

When comparing a handful of runs, the artifact viewer does not scale the separate artifacts to thei parent frame. Instead it shows a horizontal scroll bar which makes comparing plots/images not very convenient.

An example of how that looks:

Adding the max-width: '100%' to the class .css-imokk2 works around this, as this forces the images to the width of their parent frame, which looks like this:

Steps to reproduce the bug

  1. Select 2-3 different runs with each the same plot/image artifacts
  2. Press "Compare"
  3. Scroll down to "Artifacts" section and select the plot artifacts

Code to generate data required to reproduce the bug

No response

Is the console panel in DevTools showing errors relevant to the bug? Type 'N/A' if not applicable.

N/A

Does the network panel in DevTools contain failed requests relevant to the bug? Type 'N/A' if not applicable.

N/A

贡献者指南