updatePlotlyH {shinyHugePlot} | R Documentation |
Function to call a method to update plotly
traces
Description
It is used by registering in a shiny
application.
It receives events in plotly
figure and update it using a method of
a downsampler
instance.
See the examples in downsampler
class.
Usage
updatePlotlyH(
session,
outputId,
relayout_order,
ds_obj,
reset = FALSE,
reload = FALSE,
verbose = FALSE
)
Arguments
session |
|
outputId |
Character.
The |
relayout_order |
Named list.
The list generated by |
ds_obj |
|
reset |
Boolean.
It it is |
reload |
Boolean.
It it is |
verbose |
Boolean.
Whether detailed messages to check the procedures are shown. By default, |