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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
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
+
## [2.4.2] - UNRELEASED
6
+
### Updated
7
+
-`plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
8
+
- 'offline_mode' param has been removed from call signature
9
+
- 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
10
+
- FIPS values that appear on hover are 0-padded to ensure they are 5 digits
11
+
- for the county lines data `hover_info='none'` by default
12
+
5
13
## [2.4.1] - 2018-02-21
6
14
### Fixed
7
15
- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.
0 commit comments