Skip to content

Commit 1d0acf0

Browse files
committed
1.47.1
1 parent 25239aa commit 1d0acf0

23 files changed

+125
-116
lines changed

dist/README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
5151
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
5252
Many other localizations are available - here is an example using Swiss-German (de-CH),
5353
see the contents of this directory for the full list.
54-
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.47.0.js
54+
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.47.1.js
5555
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
5656

5757
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
7474

7575
It be can imported as minified javascript
7676
- using dist file `dist/plotly.min.js`
77-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.47.0.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.47.1.min.js
7878

7979
or as raw javascript:
8080
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
8181
- using dist file `dist/plotly.js`
82-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.47.0.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.47.1.js
8383
- using CommonJS with `require('plotly.js')`
8484

8585
If you would like to have access to the attribute meta information (including attribute descriptions as on the [schema reference page](https://plot.ly/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -111,16 +111,16 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
111111

112112
| Raw size | Minified size | Minified + gzip size |
113113
|------|-----------------|------------------------|
114-
| 2.3 MB | 822.4 kB | 268.9 kB |
114+
| 2.3 MB | 822.5 kB | 268.9 kB |
115115

116116
#### CDN links
117117

118118
| Flavor | URL |
119119
| ------ | --- |
120120
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
121121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
122-
| Tagged | https://cdn.plot.ly/plotly-basic-1.47.0.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.47.0.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.47.1.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.47.1.min.js |
124124

125125
#### npm package (starting in `v1.39.0`)
126126

@@ -157,16 +157,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
157157

158158
| Raw size | Minified size | Minified + gzip size |
159159
|------|-----------------|------------------------|
160-
| 2.6 MB | 938.4 kB | 305.4 kB |
160+
| 2.6 MB | 938.5 kB | 305.5 kB |
161161

162162
#### CDN links
163163

164164
| Flavor | URL |
165165
| ------ | --- |
166166
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
167167
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
168-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.47.0.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.47.0.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.47.1.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.47.1.min.js |
170170

171171
#### npm package (starting in `v1.39.0`)
172172

@@ -203,16 +203,16 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
203203

204204
| Raw size | Minified size | Minified + gzip size |
205205
|------|-----------------|------------------------|
206-
| 2.3 MB | 838.4 kB | 276.2 kB |
206+
| 2.3 MB | 838.5 kB | 276.3 kB |
207207

208208
#### CDN links
209209

210210
| Flavor | URL |
211211
| ------ | --- |
212212
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
213213
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
214-
| Tagged | https://cdn.plot.ly/plotly-geo-1.47.0.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.47.0.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.47.1.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.47.1.min.js |
216216

217217
#### npm package (starting in `v1.39.0`)
218218

@@ -257,8 +257,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
257257
| ------ | --- |
258258
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
259259
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
260-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.47.0.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.47.0.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.47.1.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.47.1.min.js |
262262

263263
#### npm package (starting in `v1.39.0`)
264264

@@ -303,8 +303,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
303303
| ------ | --- |
304304
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
305305
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
306-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.47.0.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.47.0.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.47.1.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.47.1.min.js |
308308

309309
#### npm package (starting in `v1.39.0`)
310310

@@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
349349
| ------ | --- |
350350
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
351351
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
352-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.47.0.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.47.0.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.47.1.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.47.1.min.js |
354354

355355
#### npm package (starting in `v1.39.0`)
356356

@@ -387,16 +387,16 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
387387

388388
| Raw size | Minified size | Minified + gzip size |
389389
|------|-----------------|------------------------|
390-
| 2.4 MB | 864.7 kB | 281.5 kB |
390+
| 2.4 MB | 864.8 kB | 281.5 kB |
391391

392392
#### CDN links
393393

394394
| Flavor | URL |
395395
| ------ | --- |
396396
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
397397
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
398-
| Tagged | https://cdn.plot.ly/plotly-finance-1.47.0.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.47.0.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.47.1.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.47.1.min.js |
400400

401401
#### npm package (starting in `v1.39.0`)
402402

dist/plotly-basic.js

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.47.0
2+
* plotly.js (basic) v1.47.1
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34013,7 +34013,7 @@ exports.svgAttrs = {
3401334013
'use strict';
3401434014

3401534015
// package version injected by `npm run preprocess`
34016-
exports.version = '1.47.0';
34016+
exports.version = '1.47.1';
3401734017

3401834018
// inject promise polyfill
3401934019
_dereq_('es6-promise').polyfill();
@@ -56828,6 +56828,7 @@ var Registry = _dereq_('../../registry');
5682856828
var Color = _dereq_('../../components/color');
5682956829
var Fx = _dereq_('../../components/fx');
5683056830

56831+
var Lib = _dereq_('../../lib');
5683156832
var polygon = _dereq_('../../lib/polygon');
5683256833
var throttle = _dereq_('../../lib/throttle');
5683356834
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
@@ -56862,8 +56863,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5686256863
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
5686356864
var subtract = e.altKey;
5686456865

56865-
var doneFnCompleted = dragOptions.doneFnCompleted;
56866-
5686756866
var filterPoly, selectionTester, mergedPolygons, currentPolygon;
5686856867
var i, searchInfo, eventData;
5686956868

@@ -57081,7 +57080,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5708157080
}
5708257081

5708357082
Fx.click(gd, evt);
57084-
});
57083+
}).catch(Lib.error);
5708557084
};
5708657085

5708757086
dragOptions.doneFn = function() {
@@ -57101,8 +57100,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5710157100
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
5710257101
}
5710357102

57104-
doneFnCompleted(selection);
57105-
});
57103+
if(dragOptions.doneFnCompleted) {
57104+
dragOptions.doneFnCompleted(selection);
57105+
}
57106+
}).catch(Lib.error);
5710657107
};
5710757108
}
5710857109

@@ -57614,7 +57615,7 @@ module.exports = {
5761457615
selectOnClick: selectOnClick
5761557616
};
5761657617

57617-
},{"../../components/color":43,"../../components/fx":82,"../../components/fx/helpers":78,"../../lib/clear_gl_canvases":148,"../../lib/polygon":171,"../../lib/throttle":181,"../../plot_api/subroutines":194,"../../registry":242,"./axis_ids":206,"./constants":209,"polybooljs":17}],221:[function(_dereq_,module,exports){
57618+
},{"../../components/color":43,"../../components/fx":82,"../../components/fx/helpers":78,"../../lib":159,"../../lib/clear_gl_canvases":148,"../../lib/polygon":171,"../../lib/throttle":181,"../../plot_api/subroutines":194,"../../registry":242,"./axis_ids":206,"./constants":209,"polybooljs":17}],221:[function(_dereq_,module,exports){
5761857619
/**
5761957620
* Copyright 2012-2019, Plotly, Inc.
5762057621
* All rights reserved.

dist/plotly-basic.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.47.0
2+
* plotly.js (cartesian) v1.47.1
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34163,7 +34163,7 @@ exports.svgAttrs = {
3416334163
'use strict';
3416434164

3416534165
// package version injected by `npm run preprocess`
34166-
exports.version = '1.47.0';
34166+
exports.version = '1.47.1';
3416734167

3416834168
// inject promise polyfill
3416934169
_dereq_('es6-promise').polyfill();
@@ -56978,6 +56978,7 @@ var Registry = _dereq_('../../registry');
5697856978
var Color = _dereq_('../../components/color');
5697956979
var Fx = _dereq_('../../components/fx');
5698056980

56981+
var Lib = _dereq_('../../lib');
5698156982
var polygon = _dereq_('../../lib/polygon');
5698256983
var throttle = _dereq_('../../lib/throttle');
5698356984
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
@@ -57012,8 +57013,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5701257013
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
5701357014
var subtract = e.altKey;
5701457015

57015-
var doneFnCompleted = dragOptions.doneFnCompleted;
57016-
5701757016
var filterPoly, selectionTester, mergedPolygons, currentPolygon;
5701857017
var i, searchInfo, eventData;
5701957018

@@ -57231,7 +57230,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5723157230
}
5723257231

5723357232
Fx.click(gd, evt);
57234-
});
57233+
}).catch(Lib.error);
5723557234
};
5723657235

5723757236
dragOptions.doneFn = function() {
@@ -57251,8 +57250,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5725157250
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
5725257251
}
5725357252

57254-
doneFnCompleted(selection);
57255-
});
57253+
if(dragOptions.doneFnCompleted) {
57254+
dragOptions.doneFnCompleted(selection);
57255+
}
57256+
}).catch(Lib.error);
5725657257
};
5725757258
}
5725857259

@@ -57764,7 +57765,7 @@ module.exports = {
5776457765
selectOnClick: selectOnClick
5776557766
};
5776657767

57767-
},{"../../components/color":51,"../../components/fx":90,"../../components/fx/helpers":86,"../../lib/clear_gl_canvases":157,"../../lib/polygon":180,"../../lib/throttle":190,"../../plot_api/subroutines":203,"../../registry":256,"./axis_ids":215,"./constants":218,"polybooljs":25}],230:[function(_dereq_,module,exports){
57768+
},{"../../components/color":51,"../../components/fx":90,"../../components/fx/helpers":86,"../../lib":168,"../../lib/clear_gl_canvases":157,"../../lib/polygon":180,"../../lib/throttle":190,"../../plot_api/subroutines":203,"../../registry":256,"./axis_ids":215,"./constants":218,"polybooljs":25}],230:[function(_dereq_,module,exports){
5776857769
/**
5776957770
* Copyright 2012-2019, Plotly, Inc.
5777057771
* All rights reserved.

dist/plotly-cartesian.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-finance.js

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.47.0
2+
* plotly.js (finance) v1.47.1
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34069,7 +34069,7 @@ exports.svgAttrs = {
3406934069
'use strict';
3407034070

3407134071
// package version injected by `npm run preprocess`
34072-
exports.version = '1.47.0';
34072+
exports.version = '1.47.1';
3407334073

3407434074
// inject promise polyfill
3407534075
_dereq_('es6-promise').polyfill();
@@ -56884,6 +56884,7 @@ var Registry = _dereq_('../../registry');
5688456884
var Color = _dereq_('../../components/color');
5688556885
var Fx = _dereq_('../../components/fx');
5688656886

56887+
var Lib = _dereq_('../../lib');
5688756888
var polygon = _dereq_('../../lib/polygon');
5688856889
var throttle = _dereq_('../../lib/throttle');
5688956890
var makeEventData = _dereq_('../../components/fx/helpers').makeEventData;
@@ -56918,8 +56919,6 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5691856919
var allAxes = dragOptions.xaxes.concat(dragOptions.yaxes);
5691956920
var subtract = e.altKey;
5692056921

56921-
var doneFnCompleted = dragOptions.doneFnCompleted;
56922-
5692356922
var filterPoly, selectionTester, mergedPolygons, currentPolygon;
5692456923
var i, searchInfo, eventData;
5692556924

@@ -57137,7 +57136,7 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5713757136
}
5713857137

5713957138
Fx.click(gd, evt);
57140-
});
57139+
}).catch(Lib.error);
5714157140
};
5714257141

5714357142
dragOptions.doneFn = function() {
@@ -57157,8 +57156,10 @@ function prepSelect(e, startX, startY, dragOptions, mode) {
5715757156
[].push.apply(dragOptions.mergedPolygons, mergedPolygons);
5715857157
}
5715957158

57160-
doneFnCompleted(selection);
57161-
});
57159+
if(dragOptions.doneFnCompleted) {
57160+
dragOptions.doneFnCompleted(selection);
57161+
}
57162+
}).catch(Lib.error);
5716257163
};
5716357164
}
5716457165

@@ -57670,7 +57671,7 @@ module.exports = {
5767057671
selectOnClick: selectOnClick
5767157672
};
5767257673

57673-
},{"../../components/color":47,"../../components/fx":86,"../../components/fx/helpers":82,"../../lib/clear_gl_canvases":152,"../../lib/polygon":175,"../../lib/throttle":185,"../../plot_api/subroutines":198,"../../registry":246,"./axis_ids":210,"./constants":213,"polybooljs":21}],225:[function(_dereq_,module,exports){
57674+
},{"../../components/color":47,"../../components/fx":86,"../../components/fx/helpers":82,"../../lib":163,"../../lib/clear_gl_canvases":152,"../../lib/polygon":175,"../../lib/throttle":185,"../../plot_api/subroutines":198,"../../registry":246,"./axis_ids":210,"./constants":213,"polybooljs":21}],225:[function(_dereq_,module,exports){
5767457675
/**
5767557676
* Copyright 2012-2019, Plotly, Inc.
5767657677
* All rights reserved.

dist/plotly-finance.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo-assets.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)