Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clipping issues with queued graph #73

Open
ericfranz opened this issue Sep 16, 2019 · 2 comments
Open

Clipping issues with queued graph #73

ericfranz opened this issue Sep 16, 2019 · 2 comments
Assignees
Labels

Comments

@ericfranz
Copy link
Contributor

Either the labels get cut off, or the entire bar section gets cut off. Notice below, the 156 queued jobs requesting GPUs, where the graph shows no orange:

screen 2019-09-16 at 1 03 44 PM

If you you uncheck the rule overflow: hidden on .progress you see everyting, though there is undesirable word wrap:

screen 2019-09-16 at 1 03 51 PM

@ericfranz ericfranz added the bug label Sep 16, 2019
@ericfranz
Copy link
Contributor Author

Consider using flexbox for the two "row"s containing the "running or queued" jobs graphs.

@ericfranz
Copy link
Contributor Author

Also in those images it looks like the percentages may be off. For example, look at this graph (from the first image):

screen 2019-09-26 at 4 48 31 PM

In the queued graph, the width is 302 pixels, with 240 pixels representing queued and 62 pixels representing the queued requesting GPUs . But there are 233 total jobs, with only 4 requesting GPU. You would expect the pixel width of the graph for the GPU requesting jobs to be 5 pixels wide (representing 1.7% of the total number of jobs) not 62 pixels (20.5% of the total width).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants