Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 56de411

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

File tree

Expand file treeCollapse file tree

14 files changed

+198
-156
lines changed
Filter options
Expand file treeCollapse file tree

14 files changed

+198
-156
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
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

‎circle.yml

Copy file name to clipboardExpand all lines: circle.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.