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

Bug Fix: Preventing Cutoff of Graph on the Left Side #82

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AishwaryaAgr
Copy link

Bug Fix for issue #79
This is a commit to help increase support for larger number of lines to run without any one getting cut in a graph.

Original Behavior:
Screenshot 2024-10-05 at 1 40 39 PM

Graph gets cut off on the left side ( see yellow ). Worsening User experience

Updated Behavior:
Screenshot 2024-10-05 at 2 50 50 PM

Width of the graph container dynamically changes based on the number of lines.

To fix the bug, a new variable named maxX was added and it was updated based on the number of lines. This was then set as the width of the graph Container div

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.

1 participant