Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 982b5bc

Browse files
authored
Merge pull request plotly#509 from plotly/plotlyjs_update
update plotlyjs offline t0 v 1.13.0
2 parents ad23015 + 66c38a8 commit 982b5bc

File tree

3 files changed

+125
-120
lines changed

3 files changed

+125
-120
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [1.12.2] - 2016-06-19
5+
## [1.12.2] - 2016-06-20
6+
### Updated
7+
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0
8+
- Fix `Plotly.toImage` and `Plotly.downloadImage` bug specific to Chrome 51 on OSX
9+
- Beta version of the scattermapbox trace type - which allows users to create mapbox-gl maps using the plotly.js API. Note that scattermapbox is only available through custom bundling in this release.
10+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1130----2016-05-26) for additional additions and updates.
11+
612
### Added
713
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
814
```
@@ -22,7 +28,7 @@ help(tls.FigureFactory.create_violin)
2228

2329
## [1.12.0] - 2016-06-06
2430
### Added
25-
- Added ability to enable/disable SSL certificate verification for streaming. Disabling SSL certification verification requires Python v2.7.9 / v3.4.3 (or above). This feature can be toggled via the `plotly_ssl_verification` configuration setting.
31+
- Added ability to enable/disable SSL certificate verification for streaming. Disabling SSL certification verification requires Python v2.7.9 / v3.4.3 (or above). This feature can be toggled via the `plotly_ssl_verification` configuration setting.
2632

2733
## [1.11.0] - 2016-05-27
2834
### Updated
@@ -42,7 +48,7 @@ Note: This is a backwards incompatible change.
4248

4349
- In `create_trisurf`, the parameter `dist_func` has been replaced by `color_func`. Users can now:
4450
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
45-
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
51+
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
4652

4753
### Added
4854
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
@@ -53,7 +59,7 @@ import plotly.tools as tls
5359
help(tls.FigureFactory.create_trisurf)
5460
```
5561

56-
62+
5763

5864
## [1.10.0] - 2016-05-19
5965
### Fixed

0 commit comments

Comments
 (0)