You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
first of all thanks for packing this library into htmlwidgets.
I created chart in shiny, however I would like to update it dynamically.
I'm thinking about executing custom JS code from Shiny, however I cannot access object of chart to run some of its methods.
Do you provide any update methods or access to chart's objects?
Can you share some docs about it, if it's available?
Thanks again!
The text was updated successfully, but these errors were encountered:
But in shiny if you render your chart inside an observe() or observeEvent() function the chart will re-render dynamically. In most cases this might be enough.
Hi,
first of all thanks for packing this library into htmlwidgets.
I created chart in shiny, however I would like to update it dynamically.
I'm thinking about executing custom JS code from Shiny, however I cannot access object of chart to run some of its methods.
Do you provide any update methods or access to chart's objects?
Can you share some docs about it, if it's available?
Thanks again!
The text was updated successfully, but these errors were encountered: