Description Usage Arguments Value See Also
Makes UI for generic KPI gauge & slider.
1 2 | fractionGaugeSliderUI(id, hovertext = NULL, label = "Threshold",
minval = 0, maxval = 100, val = 50)
|
id |
Module namespace. |
hovertext |
string, RLumShiny::tooltip's text parameter; displayed when cursor hovers over plot; not working currently. |
label |
string, label for KPI |
minval |
numeric, minimum value for slider. |
maxval |
numeric, maximum value for slider. |
val |
numeric, starting value for slider. |
A shiny tagList() containing a flexdashboard gauge and sliderInput.
fractionGaugeSlider
based off of userFractionGaugeSliderUI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.