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
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,17 @@
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]
5
+
## [1.12.2] - 2016-06-19
6
+
### Added
7
+
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
8
+
```
9
+
import plotly.tools as tls
10
+
help(tls.FigureFactory.create_gantt)
11
+
```
12
+
- Ability to download images in offline mode. By providing an extra keyword `image` to the existing plot calls, you can now download the images of the plots youmake in offline mode.
13
+
14
+
15
+
## [1.12.1] - 2016-06-19
6
16
### Added
7
17
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
0 commit comments