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

Fix chiclets overlapping from rounding issues (#615) #685

Merged
merged 1 commit into from
Feb 4, 2020

Conversation

Xetnus
Copy link
Collaborator

@Xetnus Xetnus commented Feb 2, 2020

To fix #615, we simply needed to account for the minutes when creating the interval for the horizontal timeline. Previously, an increment of some number of days would separate columns (e.g., 4.6 days). However, that decimal would create rounding issues which led to some of the columns appearing inconsistently spaced.

While I was verifying that my changes didn't ruin the ordering of the events in the timeline, I also encountered #679 and fixed it. That fix is also in this pull request.

Also, I got a little carried away and did #679 at the same time.
@andymeneely andymeneely temporarily deployed to vulnerabilit-issue-615-c6cl2ff February 2, 2020 16:13 Inactive
@coveralls
Copy link

coveralls commented Feb 2, 2020

Pull Request Test Coverage Report for Build 1243

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.191%

Totals Coverage Status
Change from base Build 1234: 0.0%
Covered Lines: 1345
Relevant Lines: 1508

💛 - Coveralls

Copy link
Collaborator

@andymeneely andymeneely left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

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.

Timeline chiclets overlap on some windows sizes
3 participants