hc_tooltip {highcharter} | R Documentation |
Options for the tooltip that appears when the user hovers over a series or point.
hc_tooltip(hc, ..., sort = FALSE, table = FALSE)
hc |
A |
... |
Arguments are defined in http://api.highcharts.com/highcharts#tooltip. |
sort |
Logical value to implement sort according |
table |
Logical value to implement table in tooltip: http://stackoverflow.com/a/22327749/829971. |
highcharts_demo() %>% hc_tooltip(crosshairs = TRUE, borderWidth = 5, sort = TRUE, table = TRUE)