Hao Zhu | 6f362bb | 2017-10-23 23:21:38 -0400 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/spec_tools.R |
| 3 | \name{spec_tooltip} |
| 4 | \alias{spec_tooltip} |
| 5 | \title{Setup bootstrap tooltip} |
| 6 | \usage{ |
| 7 | spec_tooltip(title, position = "right") |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{title}{text for hovering message} |
| 11 | |
| 12 | \item{position}{How the tooltip should be positioned. Possible values are |
| 13 | \code{right}(default), \code{top}, \code{bottom}, \code{left} & \code{auto}.} |
| 14 | } |
| 15 | \description{ |
| 16 | Setup bootstrap tooltip |
| 17 | } |