VChart events
v_event.RdVChart events
Arguments
- vc
A chart initialized with
vchart().- name
Name of the event, e.g.
"click".- params
Parameters to specifically monitor events in a certain part of the chart.
- fun
JavaScript function executed when the event occurs.
- ...
Not used.
Value
A vchart() htmlwidget object.