rstudio / rstudio/flexdashboard
Storyboard w/ vertical_layout: scroll
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 848
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
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.
To reproduce:
---
title: "Storyboard Dashboard"
output:
flexdashboard::flex_dashboard:
vertical_layout: scroll
---
A Storyboard {.storyboard}
=========================================================
Column { vertical_layout: fill}
----------------------------------
### Start { vertical_layout: fill}
```{r}
hist(rnorm(10000))
```
***
Some text
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. First reproduce the provided flexdashboard example, then trace storyboard handling of vertical_layout and compare it with non-storyboard per-column behavior; done means storyboard pages honor the documented scroll and fill layout settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, r
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100