CSS code required to add waratah-styled tooltips to interactive graphs created using ggiraph.
Usage
tooltip_css(
background_colour = "grey_01",
text_colour = "off_white",
font_family = "\"Public Sans\", Arial, sans",
font_size = "11pt"
)Details
As normal with HTML elements, you must make sure that the final document
loads the necessary fonts. See vignette("waratah") for instructions.