dygraphs
dygraphs copied to clipboard
[Feature request] Add support for async programming
With the release of Shiny 1.1.0 officially supporting async programming, may I ask is there any plan in the near future to make dygraphOutput and renderDygraph promise-aware?
@jcheng5 Will this come automatically with https://github.com/ramnathv/htmlwidgets/pull/316 ?
@jjallaire Yes, that's correct! Any widgets that use the typical htmlwidgets::shinyRenderWidget impl get async for free.