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

"Download as PNG" text gets cut off #2307

Closed
allison-strandberg opened this issue Feb 26, 2023 · 0 comments · Fixed by #2308
Closed

"Download as PNG" text gets cut off #2307

allison-strandberg opened this issue Feb 26, 2023 · 0 comments · Fixed by #2308
Labels

Comments

@allison-strandberg
Copy link
Contributor

Describe the bug

When hovering over the download icon on a chart, text appears reading "Download as PNG". This text is cut off by the right edge of the chart.

Expected behavior

The full "Download as PNG" text should be visible.

Actual behavior

This text is cut off by the right edge of the chart.
Screen Shot 2023-02-26 at 2 44 36 PM

Steps to reproduce

After running a test in the Web UI, go to the Charts tab.
Hover over a chart's download icon in the top right.

Environment

  • OS: Mac OS Monterey Version 12.5
  • Python version: 3.9.13
  • Locust version: (please dont file issues for anything but the most recent release or prerelease builds) 2.14.1
  • Locust command line that you ran: locust
  • Locust file contents (anonymized if necessary):
from locust import HttpUser, task

class PostmanEchoUser(HttpUser):
    host = "https://postman-echo.com"

    @task
    def hello_world(self):
        self.client.get("/get")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant