You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [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`.
6
8
### Updated
7
9
-`plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
8
10
- 'offline_mode' param has been removed from call signature
@@ -681,4 +683,4 @@ it does.
681
683
```
682
684
683
685
### 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