Skip to content

Commit 56de411

Browse files
authored
Merge branch 'master' into changelog-ff-crash
2 parents e406bef + d6d777b commit 56de411

File tree

14 files changed

+198
-156
lines changed

14 files changed

+198
-156
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [2.5.0] - UNRELEASED
66
### Fixed
77
- `import plotly.figure_factory` does not fail if `pandas` is not installed. See https://github.com/plotly/plotly.py/pull/958
8+
### Added
9+
- 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`.
10+
### Updated
11+
- `plotly.figure_factory.create_choropleth` has changed some of the default plotting options:
12+
- 'offline_mode' param has been removed from call signature
13+
- 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
14+
- FIPS values that appear on hover are 0-padded to ensure they are 5 digits
15+
- for the county lines data `hover_info='none'` by default
816

917
## [2.4.1] - 2018-02-21
1018
### Fixed
@@ -677,4 +685,4 @@ it does.
677685
```
678686

679687
### Fixed
680-
- The height of the graph in `iplot` respects the figure's height in layout
688+
- The height of the graph in `iplot` respects the figure's height in layout

Diff for: circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ machine:
1212

1313
node:
1414
# use a pre-installed version of node so we don't need to download it.
15-
version: 4.2.2
15+
version: 6.0.0
1616

1717
dependencies:
1818

0 commit comments

Comments
 (0)