I'm relatively new to both ggvis and using custom HTML with my shiny apps so perhaps this is a rudimentary question.
I'm trying to show some simple HTML text on hover, however I want to remove the box and shadow effects, so there is just text overlaid on the graph. However, passing style arguments in my HTML text function does not modify the box itself, but only the div tag within the box. I imagine this is because the tooltip function is creating a parent div. Executing the code below, does not remove the box/shadow, and only colors the immediate background of my text, leaving a white perimeter and the aforementioned box and shadow.
I'm relatively new to both ggvis and using custom HTML with my shiny apps so perhaps this is a rudimentary question.
I'm trying to show some simple HTML text on hover, however I want to remove the box and shadow effects, so there is just text overlaid on the graph. However, passing style arguments in my HTML text function does not modify the box itself, but only the div tag within the box. I imagine this is because the tooltip function is creating a parent div. Executing the code below, does not remove the box/shadow, and only colors the immediate background of my text, leaving a white perimeter and the aforementioned box and shadow.
... and subsequently:
... %>% add_tooltip(htmltext, "hover")
Any help modifying the default styling of the tooltip box would be much appreciated! My googling has left me empty-handed!
Also posted to ggvis google group: https://groups.google.com/forum/#!topic/ggvis/2yM4tA6zTJw