powered by
Options for the tooltip that appears when the user hovers over a series or point.
hc_tooltip(hc, ..., sort = FALSE, table = FALSE)
A highchart htmlwidget object.
highchart
htmlwidget
Arguments are defined in http://api.highcharts.com/highcharts#tooltip.
Logical value to implement sort according this.point http://stackoverflow.com/a/16954666/829971.
this.point
Logical value to implement table in tooltip: http://stackoverflow.com/a/22327749/829971.
# NOT RUN { highcharts_demo() %>% hc_tooltip(crosshairs = TRUE, borderWidth = 5, sort = TRUE, table = TRUE) # }
Run the code above in your browser using DataLab