powered by
Generic function for setting tool tip options for a chart
setToolTipOptions(myIO, suppressY = NULL)
A modified myIO htmlwidget object with updated tooltip options.
myIO
an htmlwidget object created by the myIO() function
a boolean
# Suppress the y value in tooltips myIO() |> setToolTipOptions(suppressY = TRUE)
Run the code above in your browser using DataLab