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

Write pro-tips about point and tooltip in documentation #32

Closed
light-and-salt opened this issue Apr 8, 2016 · 2 comments
Closed

Write pro-tips about point and tooltip in documentation #32

light-and-salt opened this issue Apr 8, 2016 · 2 comments
Assignees
Labels

Comments

@light-and-salt
Copy link
Contributor

Points, especially the enlarged ones, are not very easy to mouseover. You have to put mouse on the edge of a point to see the tooltip.
point

In this example I think it's better to use solid marks because they are easier to mouseover:
bin1

On the other hand, when marks overlap with each other, hover on edge actually works well. In the example below, hover on edge allows more marks to be picked up.
bin3point

@light-and-salt light-and-salt changed the title circle is not very friendly to tooltip point is not very friendly to tooltip Apr 8, 2016
@light-and-salt light-and-salt changed the title point is not very friendly to tooltip point and tooltip Apr 8, 2016
@kanitw
Copy link
Member

kanitw commented Apr 8, 2016

I think these are valid concerns that can be fixed by modifying the
visualization.

I think we should just write a section in the tooltip tutorial suggesting
how users can write specs that works well with tooltip (or throw warnings).

But we can t really make automatically intervention without potentially
introducing more errors.

On Fri, Apr 8, 2016 at 10:51 AM Zening notifications@github.com wrote:

circles, especially the enlarged ones, are not very easy to mouseover. You
have to put mouse on the edge of a circle to see the tooltip.

[image: point]
https://cloud.githubusercontent.com/assets/822034/14392545/b6fccfbc-fd76-11e5-9057-1ffb9ab1e2a5.png

solutions:

  1. use solid marks with tooltip
    [image: bin1]
    https://cloud.githubusercontent.com/assets/822034/14392664/527401a4-fd77-11e5-8913-262f4f2dce71.png
  2. show tooltip when mouse is within the empty space of a hollow mark.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#32

@light-and-salt light-and-salt changed the title point and tooltip Write pro-tips about point and tooltip in documentation Apr 18, 2016
@light-and-salt light-and-salt self-assigned this Apr 18, 2016
@light-and-salt
Copy link
Contributor Author

Close! This is PR #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants