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

Added bar values on hover and default grid view #179

Closed
wants to merge 2 commits into from

Conversation

dhruva2000
Copy link

@dhruva2000 dhruva2000 commented Dec 6, 2023

Changes

  • Added values to bars
  • Added grid lines
  • Added padding to the left and right
  • Centered the bottom option bar

Why (resolves #168)

  • Visually discern the values that are being rearranged and better gauge how it's shifting different values
  • Add padding on the left and right of the window to increase visibility of bars on the left and also allow text values on the right

How

  • Merged commits from the previous pull request to add a drawGridlines function
  • Changed the bar class to contain a value that displays itself on hover (only if numBars <= 75)
  • Modified default view to show only 50 bars
  • Removed hardcoded spacing within each of the SlideBox, TextBox and DropdownBox

Testing

Nil

Screenshots

Screen.Recording.2023-12-05.at.15.01.02.mov

@LucasPilla LucasPilla closed this May 19, 2024
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.

Suggestion : Displaying the values of the bars for better visualization and understanding
2 participants