Fabio Della Rocca

Results 24 comments of Fabio Della Rocca

I'm also interested. With `ggplot()` and `ggplotly()` I can do that using the label parameter like in this example: ``` plot = ggplot(data, aes_string(label = "...")) + #instead of ......

After 5 years is there a solution?

I'm also interested in a `{Cicerone}` support

I already have a slider, the problem is that if I don't set maxRows, rhandsontable prints all rows. I can for sure use the slider, but I have to wait...

I have the same problem with `awesomeRadio ` and the default dashboard (no shinydashboard or bs4Dash). I have that radio inside a sidebarpanel ![Screenshot (137)](https://user-images.githubusercontent.com/78078351/153409955-c7cd423f-a003-46e5-baf6-52445752aecc.png) .

Ok, so it's a bit misleading in my case. Do you know if it's possible to have a dendrogram that takes into account all the heatmaps? Or at least to...

Okay so I misunderstood the way complexheatmap concatenate them. So my solution could be to render different heatmaps and taking them separated without using `ht_list`. Of course if I want...

Hi lampoverde, I tried your solution with a radiobutton but doesn't work. Here's my code: ``` library(shiny) library(shinyWidgets) library(rintrojs) # COMMENTS # - open closing conditional panels during steps #...

So, if I am right, the code triggers the first `guided_tour` and then if I'm in the second navbarpage ("Second") it triggers the second `guided_tour2`. Since I want the guided...

Ok thanks! So if I want to trigger the tours only when I push a button I don't need those variables , am I right? I need it only if...