ismirsehregal

Results 75 comments of ismirsehregal

I can click anywhere on the button to open the file dialog in a basic shiny app (shiny_1.7.1): ``` library(shiny) ui

Inspecting the app on firefox gives some warnings: ![image](https://user-images.githubusercontent.com/36849480/151350045-7f6a4846-07ed-4b16-bf30-b0a3da8a7149.png)

Just stumbled over this issue - `pandoc_self_contained_html()` allows workarounds like this: https://github.com/rstudio/htmltools/issues/73 Which `saveWidget` doesn't: ``` library(htmltools) myTagList

[Here](https://stackoverflow.com/questions/71673108/show-year-only-on-the-first-axis-tick-or-on-change#comment126676289_71673108) is the related SO post.

The "root" key is already listed in the R Figure Reference for treemap traces: https://plotly.com/r/reference/treemap/#treemap-root > sets the color of the root node for a sunburst/treemap/icicle trace. this has no...

Hi @jantau, I'm now using the `marker.colors` / `treemapcolorway` option to pass a custom colorpalette. This way the root color is white (as shown [here](https://plotly.com/r/treemaps/)). An example: ``` library(plotly) labels_mat

@jantau Good that you've found a solution that works for you! I also tried this option, but in my case the root value is the sum of all branches and...

In the meantime the above question from @mehar-GIT was also carried to Stackoverflow: please see my [Edit part](https://stackoverflow.com/questions/53506573/get-pid-for-subprocesses-for-asynchronous-futures-in-r-shiny/53653048#53653048). I was able to give an example which gets the PID and...

No need for `shinyjs` ``` library(shinydashboard) library(shiny) ui