blob: 8f2543afd172ba26b0aa898dd90228f4e4f0115e [file] [log] [blame]
Hao Zhu6f362bb2017-10-23 23:21:38 -04001% 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{
7spec_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{
16Setup bootstrap tooltip
17}