View source: R/updatePlotlyH.R
updatePlotlyH | R Documentation |
plotly
tracesIt 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.
updatePlotlyH(
session,
outputId,
relayout_order,
ds_obj,
reset = FALSE,
reload = FALSE,
verbose = FALSE
)
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, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.