flexdashboard icon indicating copy to clipboard operation
flexdashboard copied to clipboard

Intro.js in flexdashboard

Open michaelhogersosis opened this issue 7 years ago • 2 comments

I am trying to implement the intro.js library in flexdashboard, I am able to run examples in shiny but it does not seem to be possible to get it to work in flexdashboard, using the shiny runtime.

Neither a direct javascript approach as on https://js-tutorial.shinyapps.io/C3_demo_IntroJSBasic/ or an approach based on a library such as https://github.com/carlganz/rintrojs seems to work.

Perhaps I missed something while working on the implementation, or is this a limitation of flexdashboard?

michaelhogersosis avatar Apr 30 '18 08:04 michaelhogersosis

Have you tried using {rintrojs} in flexdashboard with runtime: shiny?

cpsievert avatar Feb 11 '21 15:02 cpsievert

Have anyone found a working implementation of introJS for Flexdashboard? I have tried rintrojs with runtime: shiny but it doesn't work.

One of the requirement is that introjsUI() must be typed in the UI section. I noticed it displays a NULL in my Flexdashboard rendering.

Given that Flexdashboard has no distinct UI and Server code, could that be where the issue is?

actuarial-lonewolf avatar Jul 10 '22 12:07 actuarial-lonewolf