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
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,21 @@
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
-
## [Unreleased] - TBA
5
+
## [2.2.3] - 2017-12-04
6
6
### Added
7
7
-`column_width` and `row_width` parameters for `plotly.tools.make_subplots`. Call `help(plotly.tools.make_subplots)` for documentation.
8
+
### Updated
9
+
- Updated `plotly.min.js` to version 1.31.2.
10
+
- Fixes include adjustments to `table` trace for offline plotting.
11
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1312----2017-10-23) for additional information regarding the updates.
8
12
9
13
## [2.2.2] - 2017-11-23
10
14
### Added
11
-
-bullet chart figure factory. Call `help(plotly.figure_factory.create_bullet)` for examples and how to get started making bullet charts with the API.
15
+
-Bullet chart figure factory. Call `help(plotly.figure_factory.create_bullet)` for examples and how to get started making bullet charts with the API.
0 commit comments