-
-
Notifications
You must be signed in to change notification settings - Fork 36
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 text #20
Comments
@grokasper: Would you mind sharing some code and screenshots to explain what you are trying to achieve? |
This first image shows the default hover text that appears when you run calendR within ggplotly. Adding tooltip = "text" to the end of the code line, I get this hover text, which is better. I have a database that contains dates, numeric 'intensity' values (which I use to determine the color), and categorical color values (which is how I create different events to color-code the calendar accordingly). It would be great if I could hover over a date and have it show the numeric value that lines up with the date in my database. My code to create the plot is below:
Nowhere in the code is my dataset with dates / colors / numeric values referenced, so I don't know how I could access these values through the calendR plot. I'm also confused why there are different size gaps between rows and why the heights of the three rows are different. Thank you! |
Is there any way to change the hover text for this? I'd like to use ggplotly if possible. As of now, I've been able to get rid of the messy auto-hover-text and have it just show the day number / color label on the hover.
Thanks!
The text was updated successfully, but these errors were encountered: