ecs.output: Shiny: UI chart

ecs.outputR Documentation

Shiny: UI chart

Description

Placeholder for a chart in Shiny UI

Usage

ecs.output(outputId, width = "100%", height = "400px")

Arguments

outputId

Name of output UI element.

width, height

Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended.

Value

An output or render function that enables the use of the widget within Shiny applications.

See Also

ecs.exec for example, shinyWidgetOutput for return value.


echarty documentation built on Oct. 16, 2023, 1:06 a.m.