R/echarty.R
ecs.output.Rd
Placeholder for a chart in Shiny UI
ecs.output(outputId, width = "100%", height = "400px")
Name of output UI element.
Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.
'100%'
'400px'
An output or render function that enables the use of the widget within Shiny applications.
ecs.exec for example, shinyWidgetOutput for return value.