popupArgs {leaflet.minicharts} | R Documentation |
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
)
showTitle |
If |
showValues |
If |
labels |
Names of values. If |
supValues |
A |
supLabels |
Names of the additional values. |
html |
Character vector containing custom html code for popups. You can use this parameter when you are not happy with the default popups. |
noPopup |
If |
digits |
Max number of decimal digits to display for numeric values. If
|
List containing options for popup generation