capture = event name(s), to monitor events usually in Shiny
on = define JavaScript code for event handling, see in ECharts
registerMap = define a map from a geoJSON file, see in ECharts
group = group-name of a chart, see in ECharts
connect = command to connect charts with same group-name, see in ECharts
locale = 'EN'(default) or 'ZH', set from locale
parameter of ec.init, see also in ECharts.
renderer = 'canvas'(default) or svg
, set from renderer
in ec.init, see also in ECharts.
jcode = custom JavaScript code to execute, set from js
parameter of ec.init