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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9
9
- Attribute line.color in scatter3d traces now support color scales
10
10
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
11
11
- 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
13
12
- Updated `default-schema`
14
13
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:
0 commit comments