View source: R/ggPedigreeInteractive.R
formatTooltip | R Documentation |
Format tooltip text for ggplotly
formatTooltip(df, tooltip_columns, sep = ": ")
df |
A data frame containing the data to be displayed in the tooltip. |
tooltip_columns |
A character vector of column names to be included in the tooltip. |
sep |
A character string containing the separator for the columns |
A character vector of formatted tooltip text for each row in the data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.