ecs.exec {echarty} | R Documentation |
Shiny: Execute a proxy command
Description
Once chart changes had been made, they need to be sent back to the widget for display
Usage
ecs.exec(proxy, cmd = "p_merge")
Arguments
proxy |
A ecs.proxy object |
cmd |
Name of command, default is p_merge |
Value
A proxy object to update the chart.
See Also
ecs.proxy, ecs.render, ecs.output
Read about event handling in – Introduction –, code in ec.examples.
Examples
if (interactive()) {
demo(eshiny, package='echarty')
}
[Package echarty version 1.6.4 Index]