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
Hello! We are building a shiny application that generates trelliscope displays. Due to security issues when we deploy the app, we must keep jsonp = FALSE. Plotly graphics only display when self_contained = FALSE; however, no Index.html file is generated. If we pipe it to the print function, the generated Index.html does not visualize correctly (no plots). We want to provide users the capability ot download a standalone trelliscope from the app (thus the need for the Index.html file). Is there a way to generate an Index.html file in shiny with plotly while keeping jsonp=FALSE?Thanks. I am on version 0.2.10. Below is some example code I was using:
Hello! We are building a shiny application that generates trelliscope displays. Due to security issues when we deploy the app, we must keep jsonp = FALSE. Plotly graphics only display when self_contained = FALSE; however, no Index.html file is generated. If we pipe it to the print function, the generated Index.html does not visualize correctly (no plots). We want to provide users the capability ot download a standalone trelliscope from the app (thus the need for the Index.html file). Is there a way to generate an Index.html file in shiny with plotly while keeping jsonp=FALSE?Thanks. I am on version 0.2.10. Below is some example code I was using:
The text was updated successfully, but these errors were encountered: