We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The full "Download as PNG" text should be visible.
This text is cut off by the right edge of the chart.
After running a test in the Web UI, go to the Charts tab. Hover over a chart's download icon in the top right.
locust
from locust import HttpUser, task class PostmanEchoUser(HttpUser): host = "https://postman-echo.com" @task def hello_world(self): self.client.get("/get")
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
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
locust
The text was updated successfully, but these errors were encountered: