rstudio / rstudio/flexdashboard
Change default width for small screens
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 848
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
Accordingly with the flexdashboard documentation: "For mobile phones (any screen less than or equal to 768 pixels wide) flexdashboard uses special layout behavior."
I would like to know how I can change the specification e set a small number in order to flexdashboard uses the special layout behavior only os screens with width less than the specified number. For example, it makes differences when one wants to use valueboxes side-by-side in a screen of 750px.
My current solution is to copy the entire var "FlexDashboard" (javascript) and change manually this specification, but the final document has the same functions specified twice. Is there a more ellegant solution?
Thanks for this great package!
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
Start by locating the FlexDashboard JavaScript referenced in the issue and compare its 768-pixel breakpoint with the flexdashboard documentation. Determine how the breakpoint could be configured without duplicating the dashboard functions; done means a user can choose a smaller width and retain side-by-side valueboxes at 750px.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100