rstudio / rstudio/flexdashboard

Storyboard w/ vertical_layout: scroll

Open
#192 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.