Skip to content

Commit 2a3dc26

Browse files
committed
1.41.2
1 parent cca3358 commit 2a3dc26

24 files changed

+103
-85
lines changed

dist/README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
3838
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
3939
Many other localizations are available - here is an example using Swiss-German (de-CH),
4040
see the contents of this directory for the full list.
41-
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.41.1.js
41+
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.41.2.js
4242
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
4343

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

6262
It be can imported as minified javascript
6363
- using dist file `dist/plotly.min.js`
64-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.41.1.min.js
64+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.41.2.min.js
6565

6666
or as raw javascript:
6767
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
6868
- using dist file `dist/plotly.js`
69-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.41.1.js
69+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.41.2.js
7070
- using CommonJS with `require('plotly.js')`
7171

7272
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`
@@ -106,8 +106,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
106106
| ------ | --- |
107107
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
108108
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
109-
| Tagged | https://cdn.plot.ly/plotly-basic-1.41.1.js |
110-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.41.1.min.js |
109+
| Tagged | https://cdn.plot.ly/plotly-basic-1.41.2.js |
110+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.41.2.min.js |
111111

112112
#### npm package (starting in `v1.39.0`)
113113

@@ -152,8 +152,8 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
152152
| ------ | --- |
153153
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
154154
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
155-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.41.1.js |
156-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.41.1.min.js |
155+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.41.2.js |
156+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.41.2.min.js |
157157

158158
#### npm package (starting in `v1.39.0`)
159159

@@ -198,8 +198,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
198198
| ------ | --- |
199199
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
200200
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
201-
| Tagged | https://cdn.plot.ly/plotly-geo-1.41.1.js |
202-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.41.1.min.js |
201+
| Tagged | https://cdn.plot.ly/plotly-geo-1.41.2.js |
202+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.41.2.min.js |
203203

204204
#### npm package (starting in `v1.39.0`)
205205

@@ -244,8 +244,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
244244
| ------ | --- |
245245
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
246246
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
247-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.41.1.js |
248-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.41.1.min.js |
247+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.41.2.js |
248+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.41.2.min.js |
249249

250250
#### npm package (starting in `v1.39.0`)
251251

@@ -290,8 +290,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
290290
| ------ | --- |
291291
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
292292
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
293-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.41.1.js |
294-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.41.1.min.js |
293+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.41.2.js |
294+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.41.2.min.js |
295295

296296
#### npm package (starting in `v1.39.0`)
297297

@@ -336,8 +336,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
336336
| ------ | --- |
337337
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
338338
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
339-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.41.1.js |
340-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.41.1.min.js |
339+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.41.2.js |
340+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.41.2.min.js |
341341

342342
#### npm package (starting in `v1.39.0`)
343343

@@ -382,8 +382,8 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
382382
| ------ | --- |
383383
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
384384
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
385-
| Tagged | https://cdn.plot.ly/plotly-finance-1.41.1.js |
386-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.41.1.min.js |
385+
| Tagged | https://cdn.plot.ly/plotly-finance-1.41.2.js |
386+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.41.2.min.js |
387387

388388
#### npm package (starting in `v1.39.0`)
389389

dist/plotly-basic.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.41.1
2+
* plotly.js (basic) v1.41.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -33408,7 +33408,7 @@ exports.svgAttrs = {
3340833408
'use strict';
3340933409

3341033410
// package version injected by `npm run preprocess`
33411-
exports.version = '1.41.1';
33411+
exports.version = '1.41.2';
3341233412

3341333413
// inject promise polyfill
3341433414
_dereq_('es6-promise').polyfill();
@@ -51033,6 +51033,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5103351033
var editX, editY;
5103451034
// graph-wide optimization flags
5103551035
var hasScatterGl, hasOnlyLargeSploms, hasSplom, hasSVG;
51036+
// collected changes to be made to the plot by relayout at the end
51037+
var updates;
5103651038

5103751039
function recomputeAxisLists() {
5103851040
xa0 = plotinfo.xaxis;
@@ -51239,9 +51241,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5123951241
// zoom takes over minDrag, so it also has to take over gd._dragged
5124051242
var zoomDragged;
5124151243

51242-
// collected changes to be made to the plot by relayout at the end
51243-
var updates = {};
51244-
5124551244
function zoomPrep(e, startX, startY) {
5124651245
var dragBBox = dragger.getBoundingClientRect();
5124751246
x0 = startX - dragBBox.left;
@@ -51334,6 +51333,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5133451333
}
5133551334

5133651335
function zoomDone() {
51336+
updates = {};
51337+
5133751338
// more strict than dragged, which allows you to come back to where you started
5133851339
// and still count as dragged
5133951340
if(Math.min(box.h, box.w) < MINDRAG * 2) {
@@ -51884,6 +51885,7 @@ function zoomAxRanges(axList, r0Fraction, r1Fraction, updates, linkedAxes) {
5188451885
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r0Fraction),
5188551886
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r1Fraction)
5188651887
];
51888+
5188751889
updates[axi._name + '.range[0]'] = axi.range[0];
5188851890
updates[axi._name + '.range[1]'] = axi.range[1];
5188951891
}

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.41.1
2+
* plotly.js (cartesian) v1.41.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -33558,7 +33558,7 @@ exports.svgAttrs = {
3355833558
'use strict';
3355933559

3356033560
// package version injected by `npm run preprocess`
33561-
exports.version = '1.41.1';
33561+
exports.version = '1.41.2';
3356233562

3356333563
// inject promise polyfill
3356433564
_dereq_('es6-promise').polyfill();
@@ -51183,6 +51183,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5118351183
var editX, editY;
5118451184
// graph-wide optimization flags
5118551185
var hasScatterGl, hasOnlyLargeSploms, hasSplom, hasSVG;
51186+
// collected changes to be made to the plot by relayout at the end
51187+
var updates;
5118651188

5118751189
function recomputeAxisLists() {
5118851190
xa0 = plotinfo.xaxis;
@@ -51389,9 +51391,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5138951391
// zoom takes over minDrag, so it also has to take over gd._dragged
5139051392
var zoomDragged;
5139151393

51392-
// collected changes to be made to the plot by relayout at the end
51393-
var updates = {};
51394-
5139551394
function zoomPrep(e, startX, startY) {
5139651395
var dragBBox = dragger.getBoundingClientRect();
5139751396
x0 = startX - dragBBox.left;
@@ -51484,6 +51483,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5148451483
}
5148551484

5148651485
function zoomDone() {
51486+
updates = {};
51487+
5148751488
// more strict than dragged, which allows you to come back to where you started
5148851489
// and still count as dragged
5148951490
if(Math.min(box.h, box.w) < MINDRAG * 2) {
@@ -52034,6 +52035,7 @@ function zoomAxRanges(axList, r0Fraction, r1Fraction, updates, linkedAxes) {
5203452035
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r0Fraction),
5203552036
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r1Fraction)
5203652037
];
52038+
5203752039
updates[axi._name + '.range[0]'] = axi.range[0];
5203852040
updates[axi._name + '.range[1]'] = axi.range[1];
5203952041
}

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.41.1
2+
* plotly.js (finance) v1.41.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -33450,7 +33450,7 @@ exports.svgAttrs = {
3345033450
'use strict';
3345133451

3345233452
// package version injected by `npm run preprocess`
33453-
exports.version = '1.41.1';
33453+
exports.version = '1.41.2';
3345433454

3345533455
// inject promise polyfill
3345633456
_dereq_('es6-promise').polyfill();
@@ -51075,6 +51075,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5107551075
var editX, editY;
5107651076
// graph-wide optimization flags
5107751077
var hasScatterGl, hasOnlyLargeSploms, hasSplom, hasSVG;
51078+
// collected changes to be made to the plot by relayout at the end
51079+
var updates;
5107851080

5107951081
function recomputeAxisLists() {
5108051082
xa0 = plotinfo.xaxis;
@@ -51281,9 +51283,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5128151283
// zoom takes over minDrag, so it also has to take over gd._dragged
5128251284
var zoomDragged;
5128351285

51284-
// collected changes to be made to the plot by relayout at the end
51285-
var updates = {};
51286-
5128751286
function zoomPrep(e, startX, startY) {
5128851287
var dragBBox = dragger.getBoundingClientRect();
5128951288
x0 = startX - dragBBox.left;
@@ -51376,6 +51375,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5137651375
}
5137751376

5137851377
function zoomDone() {
51378+
updates = {};
51379+
5137951380
// more strict than dragged, which allows you to come back to where you started
5138051381
// and still count as dragged
5138151382
if(Math.min(box.h, box.w) < MINDRAG * 2) {
@@ -51926,6 +51927,7 @@ function zoomAxRanges(axList, r0Fraction, r1Fraction, updates, linkedAxes) {
5192651927
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r0Fraction),
5192751928
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r1Fraction)
5192851929
];
51930+
5192951931
updates[axi._name + '.range[0]'] = axi.range[0];
5193051932
updates[axi._name + '.range[1]'] = axi.range[1];
5193151933
}

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.

dist/plotly-geo.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.41.1
2+
* plotly.js (geo) v1.41.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34187,7 +34187,7 @@ exports.svgAttrs = {
3418734187
'use strict';
3418834188

3418934189
// package version injected by `npm run preprocess`
34190-
exports.version = '1.41.1';
34190+
exports.version = '1.41.2';
3419134191

3419234192
// inject promise polyfill
3419334193
_dereq_('es6-promise').polyfill();
@@ -52029,6 +52029,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5202952029
var editX, editY;
5203052030
// graph-wide optimization flags
5203152031
var hasScatterGl, hasOnlyLargeSploms, hasSplom, hasSVG;
52032+
// collected changes to be made to the plot by relayout at the end
52033+
var updates;
5203252034

5203352035
function recomputeAxisLists() {
5203452036
xa0 = plotinfo.xaxis;
@@ -52235,9 +52237,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5223552237
// zoom takes over minDrag, so it also has to take over gd._dragged
5223652238
var zoomDragged;
5223752239

52238-
// collected changes to be made to the plot by relayout at the end
52239-
var updates = {};
52240-
5224152240
function zoomPrep(e, startX, startY) {
5224252241
var dragBBox = dragger.getBoundingClientRect();
5224352242
x0 = startX - dragBBox.left;
@@ -52330,6 +52329,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
5233052329
}
5233152330

5233252331
function zoomDone() {
52332+
updates = {};
52333+
5233352334
// more strict than dragged, which allows you to come back to where you started
5233452335
// and still count as dragged
5233552336
if(Math.min(box.h, box.w) < MINDRAG * 2) {
@@ -52880,6 +52881,7 @@ function zoomAxRanges(axList, r0Fraction, r1Fraction, updates, linkedAxes) {
5288052881
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r0Fraction),
5288152882
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r1Fraction)
5288252883
];
52884+
5288352885
updates[axi._name + '.range[0]'] = axi.range[0];
5288452886
updates[axi._name + '.range[1]'] = axi.range[1];
5288552887
}

dist/plotly-geo.min.js

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

dist/plotly-gl2d.js

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v1.41.1
2+
* plotly.js (gl2d) v1.41.2
33
* Copyright 2012-2018, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -66485,7 +66485,7 @@ exports.svgAttrs = {
6648566485
'use strict';
6648666486

6648766487
// package version injected by `npm run preprocess`
66488-
exports.version = '1.41.1';
66488+
exports.version = '1.41.2';
6648966489

6649066490
// inject promise polyfill
6649166491
_dereq_('es6-promise').polyfill();
@@ -84458,6 +84458,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
8445884458
var editX, editY;
8445984459
// graph-wide optimization flags
8446084460
var hasScatterGl, hasOnlyLargeSploms, hasSplom, hasSVG;
84461+
// collected changes to be made to the plot by relayout at the end
84462+
var updates;
8446184463

8446284464
function recomputeAxisLists() {
8446384465
xa0 = plotinfo.xaxis;
@@ -84664,9 +84666,6 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
8466484666
// zoom takes over minDrag, so it also has to take over gd._dragged
8466584667
var zoomDragged;
8466684668

84667-
// collected changes to be made to the plot by relayout at the end
84668-
var updates = {};
84669-
8467084669
function zoomPrep(e, startX, startY) {
8467184670
var dragBBox = dragger.getBoundingClientRect();
8467284671
x0 = startX - dragBBox.left;
@@ -84759,6 +84758,8 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
8475984758
}
8476084759

8476184760
function zoomDone() {
84761+
updates = {};
84762+
8476284763
// more strict than dragged, which allows you to come back to where you started
8476384764
// and still count as dragged
8476484765
if(Math.min(box.h, box.w) < MINDRAG * 2) {
@@ -85309,6 +85310,7 @@ function zoomAxRanges(axList, r0Fraction, r1Fraction, updates, linkedAxes) {
8530985310
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r0Fraction),
8531085311
axi.l2r(axRangeLinear0 + axRangeLinearSpan * r1Fraction)
8531185312
];
85313+
8531285314
updates[axi._name + '.range[0]'] = axi.range[0];
8531385315
updates[axi._name + '.range[1]'] = axi.range[1];
8531485316
}

dist/plotly-gl2d.min.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)