Skip to content

chart now capable of displaying multiple tooltips#224

Open
jmcmichael wants to merge 3 commits intoPMSI-AlignAlytics:masterfrom
jmcmichael:multiple-tooltips
Open

chart now capable of displaying multiple tooltips#224
jmcmichael wants to merge 3 commits intoPMSI-AlignAlytics:masterfrom
jmcmichael:multiple-tooltips

Conversation

@jmcmichael
Copy link
Copy Markdown

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