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

Timeline segments should expand or show tooltips on mouseover #11

Closed
glacials opened this issue Nov 22, 2013 · 0 comments
Closed

Timeline segments should expand or show tooltips on mouseover #11

glacials opened this issue Nov 22, 2013 · 0 comments
Labels
feature Issues that are solved by adding new functionality for users

Comments

@glacials
Copy link
Owner

Some splits are so small relative to the run that the width allocated to them in the timeline chart is not nearly enough to display the split title or duration.

Example: http://splits.io/YtJF

Simple solution

Add a mouseover tooltip to each split, and display that split's title and duration in the tooltip.

Pretty solution

Make splits smoothly expand their width on mouseover to be wide enough to display their information. The widths of all other splits would need to temporarily shrink to compensate, which in itself could be a cool animation.

Alternative pretty solution

The split could expand on top of the other splits and gain a box-shadow to make it look as if it is above the others. An animated box-shadow that increases from 0 over a second or so could make it look like the split is being raised out of the timeline bar. This solution would be pretty, but might be too flashy for something as simple as a mouseover.

@glacials glacials added the feature Issues that are solved by adding new functionality for users label Nov 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues that are solved by adding new functionality for users
Projects
None yet
Development

No branches or pull requests

1 participant