Learn R Programming

myIO (version 1.2.0)

setToolTipOptions: Set Tooltip Options

Description

Generic function for setting tool tip options for a chart

Usage

setToolTipOptions(myIO, suppressY = NULL)

Value

A modified myIO htmlwidget object with updated tooltip options.

Arguments

myIO

an htmlwidget object created by the myIO() function

suppressY

a boolean

Examples

Run this code
# Suppress the y value in tooltips
myIO() |> setToolTipOptions(suppressY = TRUE)

Run the code above in your browser using DataLab