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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [2.5.0] - UNRELEASED
6
6
### Added
7
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`.
8
+
### Updated
9
+
-`plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
10
+
- 'offline_mode' param has been removed from call signature
11
+
- persistent selection api for the centroid points is automatically enabled. See https://plot.ly/python/reference/#scatter-selected and https://plot.ly/python/reference/#scatter-unselected for details
12
+
- FIPS values that appear on hover are 0-padded to ensure they are 5 digits
13
+
- for the county lines data `hover_info='none'` by default
0 commit comments