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

Modern UI: Add Time to Chart Tooltips #2468

Merged
merged 5 commits into from
Nov 16, 2023

Conversation

andrewbaldwin44
Copy link
Collaborator

@andrewbaldwin44 andrewbaldwin44 commented Nov 16, 2023

Fixes #2467

Proposed Changes

  • Add time to chart tooltips
    image
  • I am of the opinion that showing the user count on every chart label is redundant. With the charts connected, we can easily view the corresponding user count in the last chart
  • Fix the colors of the chart to correspond with the old UI

I also added a few other minor fixes here (let me know if you prefer these to be in a separate ticket)

  • setting the tables / charts on first load (another miss from changing the useEffect to useInterval in useSwarmUi
  • Format the memory usage in the workers table (was never migrated to the new UI)
  • LineCharts are now properly connected and will respond to screen resizing

@cyberw cyberw merged commit 3949df4 into locustio:master Nov 16, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modern UI: Lack of information about time and user count in charts
2 participants