We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce50f9 commit 053f69fCopy full SHA for 053f69f
CHANGELOG.md
@@ -2,7 +2,15 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-## [Unreleased]
+## [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
+
13
+## [1.12.1] - 2016-06-19
14
### Added
15
- The FigureFactory can now create violin plots with `.create_violin`. Check it out with:
16
```
0 commit comments