View source: R/finance_value.R
finance_vbox | R Documentation |
A more complex value box for displaying multiple related metrics in finance
finance_vbox( toplot = c(1, 2, 19, 20, 90, 100, 50, 200), label = "label", textid = "textOutput_here", col = "rgba(0,0,0,0.6)" )
toplot |
A numeric vector for the sparklines |
label |
A character vector for length one for the box name |
textid |
A character vector for the currency value. |
col |
A character of length one that takes names, rgb or rgba character vectors of the box background |
A tagList of the div tree to be rendered to the shiny ui
finance_vbox(label = 'Important metric',textid = '$463')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.