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
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,20 @@
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.5.0] - UNRELEASED
5
+
## [2.5.0] - 2018-03-12
6
6
### Fixed
7
7
-`import plotly.figure_factory` does not fail if `pandas` is not installed. See https://github.com/plotly/plotly.py/pull/958
8
8
### Added
9
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
10
### Updated
11
+
- Updated `plotly.min.js` to version 1.35.2.
12
+
- New features include adding an `automargin` attribute to cartesian axes and a layout `grids` attribute for easy subplot generation.
13
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1352----2018-03-09) for additional information regarding the updates.
11
14
-`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
15
+
- 'offline_mode' param has been removed from call signature.
16
+
-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
17
+
- FIPS values that appear on hover are 0-padded to ensure they are 5 digits.
18
+
-`hover_info='none'`is now default for the county lines data.
16
19
17
20
## [2.4.1] - 2018-02-21
18
21
### Fixed
@@ -685,4 +688,4 @@ it does.
685
688
```
686
689
687
690
### Fixed
688
-
- The height of the graph in `iplot` respects the figure's height in layout
691
+
- The height of the graph in `iplot` respects the figure's height in layout
0 commit comments