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

Hover Inspection does not work for all glyphs #5907

Closed
StevenCHowell opened this issue Feb 22, 2017 · 2 comments · Fixed by #6169
Closed

Hover Inspection does not work for all glyphs #5907

StevenCHowell opened this issue Feb 22, 2017 · 2 comments · Fixed by #6169

Comments

@StevenCHowell
Copy link
Contributor

StevenCHowell commented Feb 22, 2017

Using Hover Inspection with glyphs other than a circle does not work, or at least square a diamond (I did not test further). A simple test is to replace circle in the linked example with square.

In this screenshot below, I copied the example, added circles vertically offset by 100, then replaced the original circles by squares. You can see that when I hover, only the circles are highlighted.

image

As there is no error thrown in python, I wonder if the bug is on the js end.

@bryevdv
Copy link
Member

bryevdv commented Feb 22, 2017

Is there any JS console output?

@bryevdv bryevdv added this to the 0.12.6 milestone Mar 24, 2017
@bryevdv
Copy link
Member

bryevdv commented Apr 20, 2017

Simple explanation, _hit_span is not implemented on Marker

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

Successfully merging a pull request may close this issue.

2 participants