Change default plot height from 450px to something user-selected.
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
Hi devs,
I'm using plotly::plotlyOutput() within a shinyjqui::jqui_resizable() element in a shiny application, which works perfectly, by setting plotly::plotlyOutput(..., height = "100%"). However, all plots are initialized by default with a height of 450px (before any resizing). Is it possible to change this default, e.g., by use options(...)?
Thanks!
Best, Lennart
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 at the plotly::plotlyOutput() entry point and trace where the initial 450px height is assigned. Determine how a user-selected default would be configured, then verify that plots initialize with the selected height while explicit height values still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100