CandleStick: CandleStick input with three options

Description Usage Arguments References

Description

This is an input taken from https://github.com/EdouardTack/candlestick to allow a three item candlestick in shiny

Usage

1
2
3
4
CandleStick(id = "fancycolorpicker", left = c(f = "f182"),
  right = c(m = "f183"), default = c(b = "f22d"), fa_mode = TRUE,
  candlestick_mode = "contents", candlestick_size = "md",
  contents_color = "#fc4c02")

Arguments

id

ID of the element

left

named vector with left option - name is the value

right

named vector with right option - name value

default

named vector with central option

fa_mode

logical Whether to use font-awesome icons, works just in 'contents' mode

candlestick_mode

'option' or 'contents'

candlestick_size

Sizes (lg, md (default), sm, xs)

contents_color

Color of the select element in case the 'contents' mode is used.

References

registerCandleStick, attachDependenciesCandleStick,


zappingseb/shinycandlestick documentation built on May 24, 2019, 8:53 a.m.