Skip to content

Commit 8f557c7

Browse files
committed
changelog
1 parent c3682d3 commit 8f557c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
513
## [2.4.1] - 2018-02-21
614
### Fixed
715
- The required shapefiles to generate the choropleths via `plotly.figure_factory.create_choropleth` are now shipped in the package data.

0 commit comments

Comments
 (0)