Skip to content

Commit d6d777b

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

File tree

3 files changed

+166
-124
lines changed

3 files changed

+166
-124
lines changed

CHANGELOG.md

+3-1
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)