Learn R Programming

echarty (version 1.6.6)

ecs.proxy: Shiny: Create a proxy

Description

Create a proxy for an existing chart in Shiny UI. It allows to add, merge, delete elements to a chart without reloading it.

Usage

ecs.proxy(id)

Value

A proxy object to update the chart.

Arguments

id

Target chart id from the Shiny UI.

See Also

ecs.exec for example.