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

chart now capable of displaying multiple tooltips #224

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jmcmichael
Copy link

I need to display multiple tooltips on a parallel-coordinates chart that I'm working on (http://github.com/jmcmichael/linked-scatterplots), and noticed that dimple._showBar/PointTooltip stores a single reference to a tooltip SVG group, thus limiting charts to a single tooltip.

I've updated the _showBarTooltip, _showPointTooltip, and _removeTooltip functions to store references to tooltip groups in an object indexed by d3's event key field. Multiple tooltips now work (they do in my chart, anyway - I should probably provide a simplified version as an example), and I checked several examples to ensure that the existing tooltip behavior remains preserved.

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.

1 participant