Description Usage Arguments Details See Also
This function does not validate if a brush is already defined; updating only one of start or end with an empty brush will assign the other to NaN.
1 2 3 4 5 6 7 8 9 |
session |
The |
inputId |
The id of the input object. |
label |
The label to set for the input object. |
start |
Beginning of selection interval. |
end |
End of selection interval. |
minValue |
Minimum numeric value in the legend (can be higher the maximum for inverted scale). |
maxValue |
Maximum numeric value in the legend (can be lower the minimum for inverted scale). |
This function only affects the label and JavaScript-implemented axis and brush values and selection.
Re-creating the color strips and changing the ticks and format of values requires deleting and re-creating the legend using shinyjs
, for example.
continuousColorFilter()
discreteColorFilter()
Other update functions:
updateCategoricalFilter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.