8000 [Bugfix] Fix Container Height by samhinshaw · Pull Request #7313 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

[Bugfix] Fix Container Height #7313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
also add v2.35.3 to changelog which was released on the v2 branch
  • Loading branch information
archmoj committed Dec 16, 2024
commit b79d5d02e27f07ecaa24380627a6beaa69b06782
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ To see all merged commits on the master branch that will be part of the next plo

where X.Y.Z is the semver of most recent plotly.js release.

## [2.35.3] -- 2024-12-13

### Fixed
- Set height and width on the `.plotly-container` div to 100% [[#7314](https://github.com/plotly/plotly.js/pull/7314)]


## [3.0.0-rc.1] -- 2024-11-27

### Removed
Expand Down
0