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

[Question] Adding tooltip to heatmap #28

Closed
email2vimalraj opened this issue Sep 11, 2017 · 7 comments
Closed

[Question] Adding tooltip to heatmap #28

email2vimalraj opened this issue Sep 11, 2017 · 7 comments

Comments

@email2vimalraj
Copy link

Hello,

I would like to thank you first for the awesome visualization library. My question is how do I show the tooltip of a value in the heatmap. Tried setting the tooltipContent on ORFrame, however no tooltip is shown.

It would be great if you show some examples on how do we add the tooltip.

@emeeks
Copy link
Member

emeeks commented Sep 11, 2017

If you (or anyone else) has any suggestions or feature requests on how to interact with the summary objects, please feel free to post them here.

@emeeks
Copy link
Member

emeeks commented Sep 11, 2017

That's a good question and one I haven't full dealt with. The summary objects themselves have no data interactivity, the only way to see hover details would be to turn on pieceHoverAnnotation. This would allow you to have hover events on the underlying points that the summary objects were built from. However, I don't feel like this is sufficient and I'll give some thought as to how to properly enable hover events on summaries in the ORFrame.

@email2vimalraj
Copy link
Author

Yes, I did try with pieceHoverAnnotation which didn't help much as you guessed right. I'll see if I can make any suggestions on this issue.

@emeeks
Copy link
Member

emeeks commented Sep 14, 2017

In 1.0.7 I plan to introduce interaction regions for summary charts, these will be the buckets for bucketized summaries (joy, violin, heatmap, histogram) and discrete regions for the boxplots.

@email2vimalraj
Copy link
Author

Any updates on this?

@emeeks
Copy link
Member

emeeks commented Oct 10, 2017

It's coming. I needed to make it work with all the summary types but it should be available in the next version.
untitled

@email2vimalraj
Copy link
Author

email2vimalraj commented Oct 10, 2017 via email

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

No branches or pull requests

2 participants