-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add date to charts in web UI #2678
Comments
I think that sounds like a useful option, maybe even something that could be automatically enabled once the test runs for more than 24. But someone needs to build it :) |
I would also say that it could be quite useful being able to zoom in on the charts, also for having a better visibility in the tests that run for days. |
I think trying to detect when the test runs for more than 24hr to display the date adds too much overhead, not to mention adding the date to the x axis makes it quiet difficult to read. I would suggest displaying keeping the display on the x axis and add the full timestamp to the tooltip (on mouseover) Also for zooming this is supported in echarts so I will add it 👍 |
Sounds good! |
Prerequisites
Description
The charts produced by the UI are great for an overview of what happened when, but when doing load and stability tests that run for days, it is very difficult to see which day what happened. Adding the date to the X axis in addition to the time and/or the mouseover information would make the charts a lot easier to read in these circumstances
The text was updated successfully, but these errors were encountered: