ecs.proxy {echarty}R Documentation

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)

Arguments

id

Target chart id from the Shiny UI.

Value

A proxy object to update the chart.

See Also

ecs.exec for example.


[Package echarty version 1.6.3 Index]