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

activate tooltips on hover anywhere on the map #6

Open
titaniumbones opened this issue Nov 29, 2019 · 1 comment
Open

activate tooltips on hover anywhere on the map #6

titaniumbones opened this issue Nov 29, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@titaniumbones
Copy link

c3.js and its fork billboard.js have tooltips that activate no matter where you hover on the map. They do this, I believe, by calculating x-distance from the mouse to the relevant points.

I would love to be able to do something similar in chartist. Since this plugin uses the mouseover event, this may be somewhat difficult to achieve without a substantial rewrite, but I would be grateful for your opinion.

This would also help to address https://github.com/tmmdata/chartist-plugin-tooltip/issues/157, insofar as both feature requests try to address a usability problem in which it's difficult to maintain mouse focus on the tiny elements that cause hte tooltip to appear.

@lukbukkit
Copy link
Owner

That's sounds like a good idea, but unfortunately I currently don't have the time to implement this feature like this. If you've got some time, a pull request is welcome, otherwise I'll try to work on this during my christmas holidays.

@lukbukkit lukbukkit added enhancement New feature or request help wanted Extra attention is needed labels Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants