Skip to content

Commit 90c2721

Browse files
authored
Update CHANGELOG.md
1 parent 4678b18 commit 90c2721

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
- Attribute line.color in scatter3d traces now support color scales
1010
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
1111
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
12-
- Added `update_plotlyjs_for_offline` in makefile in order to automate updating `plotly.min.js` for offline mode
1312
- Updated `default-schema`
1413

14+
### Added
15+
- Added `update_plotlyjs_for_offline` in makefile in order to automate updating `plotly.min.js` for offline mode
16+
- The FigureFactory can now create gantt charts with `.create_2D_density`. Check it out with:
17+
```
18+
import plotly.tools as tls
19+
help(tls.FigureFactory.create_2D_density)
20+
```
21+
1522

1623
## [1.12.2] - 2016-06-20
1724
### Updated

0 commit comments

Comments
 (0)