Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d6d777b

Browse filesBrowse files
authored
Merge pull request plotly#946 from plotly/dashboard-percent
added fill_percent to params for insert, swap and remove
2 parents 8c7eb17 + 8bde810 commit d6d777b
Copy full SHA for d6d777b

File tree

Expand file treeCollapse file tree

3 files changed

+166
-124
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+166
-124
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [2.5.0] - UNRELEASED
6+
### Added
7+
- New parameter `fill_percent` to the `.insert` method for the dashboards API. You can now insert a box into the dashboard layout and specify what proportion of the original container box it will occupy. Run `help(plotly.dashboard_objs.Dashboard.insert)` for more information on `fill_percent`.
68
### Updated
79
- `plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
810
- 'offline_mode' param has been removed from call signature
@@ -681,4 +683,4 @@ it does.
681683
```
682684

683685
### Fixed
684-
- The height of the graph in `iplot` respects the figure's height in layout
686+
- The height of the graph in `iplot` respects the figure's height in layout

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.