flexdashboard icon indicating copy to clipboard operation
flexdashboard copied to clipboard

Easy interactive dashboards for R

Results 85 flexdashboard issues
Sort by recently updated
recently updated
newest added

Somehow flexdashboard doen't work on iPhone properly. Only navbar renders and nothing more. It works fine on Android and my PC, but not on iPhones. This simple example: ```` ---...

When adding a [comment below a valuebox](https://rmarkdown.rstudio.com/flexdashboard/using.html#value_boxes), the text is absorbed into the valuebox itself. When the comment is above the chart it is wrapped in `` but it behaves...

I'm trying to build a Storyboard that shows different plots inside the same section when device is mobile or not mobile. When using {.mobile} to build a simple flexdashboard, everything...

Hi, I created my first storyboard with 7 graphs. I am wondering if there is a possibility to link directly to a specific chart, such as www.example.com/storyboard.html#figure3. Can you set...

Below is my yaml without logo: and I do have the yaml indented correctly. How can I fix this. ```` --- title: "Super Measures Dashboard" output: flexdashboard::flex_dashboard: theme: sandstone orientation:...

Storyboard doesn't seem to work if the document is set to `vertical_layout: scroll`. With non-storyboard pages, the `vertical_layout` can be set on a per-column basis. But not with storyboard pages....

Hi, first of all thanks a lot for making `flexdashboard` it makes creating Shiny apps a breeze! I have a project made of `index.Rmd`, `child.Rmd` and `grandchild.Rmd` (in the same...

Following the basic setup in this post: https://rviews.rstudio.com/2017/06/28/printing-from-flex-dashboard/ I have not had success in recreating this functionality for downloading a csv of a reactive output displayed on the tables in...

The following crosstalk seems to break a flexdashboard: ```` --- output: flexdashboard::flex_dashboard --- ```{r setup, include=FALSE} library(flexdashboard) library(crosstalk) library(summarywidget) set.seed(1) df

[test2.txt](https://github.com/rstudio/flexdashboard/files/922798/test2.txt) I noticed a few old issues about this topic, and I would repropose the issue again as it is pretty frustrating. Basically when in CONNECT. The DT scroll bar...