This function simply returns a list of options to control the generation of popups.
popupArgs(
showTitle = TRUE,
showValues = TRUE,
labels = NULL,
supValues = NULL,
supLabels = colnames(supValues),
html = NULL,
noPopup = FALSE,
digits = NULL
)
If TRUE
layer id is displayed as title of
popups.
If TRUE
, values are displayed in popups
Names of values. If NULL
, column names of the data bound
to a chart are used.
A data.frame
containing additional values to display
in popups.
Names of the additional values.
Character vector containing custom html code for popups. You can use this parameter when you are not happy with the default popups.
If TRUE
, popups are not created.
Max number of decimal digits to display for numeric values. If
NULL
, all digits are displayed.
List containing options for popup generation