Skip to content

Commit a4038e3

Browse files
committed
2.13.1
1 parent 862695c commit a4038e3

24 files changed

+143
-103
lines changed

Diff for: dist/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
4646
| 8.4 MB | 3.5 MB | 1 MB | 8.7 MB |
4747

4848
#### CDN links
49-
> https://cdn.plot.ly/plotly-2.13.0.js
49+
> https://cdn.plot.ly/plotly-2.13.1.js
5050
51-
> https://cdn.plot.ly/plotly-2.13.0.min.js
51+
> https://cdn.plot.ly/plotly-2.13.1.min.js
5252
5353

5454
#### npm packages
@@ -94,9 +94,9 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.
9494
| 2.7 MB | 997.9 kB | 324.5 kB |
9595

9696
#### CDN links
97-
> https://cdn.plot.ly/plotly-basic-2.13.0.js
97+
> https://cdn.plot.ly/plotly-basic-2.13.1.js
9898
99-
> https://cdn.plot.ly/plotly-basic-2.13.0.min.js
99+
> https://cdn.plot.ly/plotly-basic-2.13.1.min.js
100100
101101

102102
#### npm packages
@@ -117,9 +117,9 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
117117
| 3.4 MB | 1.2 MB | 397.6 kB |
118118

119119
#### CDN links
120-
> https://cdn.plot.ly/plotly-cartesian-2.13.0.js
120+
> https://cdn.plot.ly/plotly-cartesian-2.13.1.js
121121
122-
> https://cdn.plot.ly/plotly-cartesian-2.13.0.min.js
122+
> https://cdn.plot.ly/plotly-cartesian-2.13.1.min.js
123123
124124

125125
#### npm packages
@@ -140,9 +140,9 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca
140140
| 3.1 MB | 1.1 MB | 367.2 kB |
141141

142142
#### CDN links
143-
> https://cdn.plot.ly/plotly-geo-2.13.0.js
143+
> https://cdn.plot.ly/plotly-geo-2.13.1.js
144144
145-
> https://cdn.plot.ly/plotly-geo-2.13.0.min.js
145+
> https://cdn.plot.ly/plotly-geo-2.13.1.min.js
146146
147147

148148
#### npm packages
@@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
160160

161161
| Raw size | Minified size | Minified + gzip size |
162162
|------|-----------------|------------------------|
163-
| 3.9 MB | 1.5 MB | 488.3 kB |
163+
| 3.9 MB | 1.5 MB | 488.2 kB |
164164

165165
#### CDN links
166-
> https://cdn.plot.ly/plotly-gl3d-2.13.0.js
166+
> https://cdn.plot.ly/plotly-gl3d-2.13.1.js
167167
168-
> https://cdn.plot.ly/plotly-gl3d-2.13.0.min.js
168+
> https://cdn.plot.ly/plotly-gl3d-2.13.1.min.js
169169
170170

171171
#### npm packages
@@ -186,9 +186,9 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin
186186
| 4.4 MB | 1.8 MB | 580.5 kB |
187187

188188
#### CDN links
189-
> https://cdn.plot.ly/plotly-gl2d-2.13.0.js
189+
> https://cdn.plot.ly/plotly-gl2d-2.13.1.js
190190
191-
> https://cdn.plot.ly/plotly-gl2d-2.13.0.min.js
191+
> https://cdn.plot.ly/plotly-gl2d-2.13.1.min.js
192192
193193

194194
#### npm packages
@@ -209,9 +209,9 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym
209209
| 4.4 MB | 1.7 MB | 521.4 kB |
210210

211211
#### CDN links
212-
> https://cdn.plot.ly/plotly-mapbox-2.13.0.js
212+
> https://cdn.plot.ly/plotly-mapbox-2.13.1.js
213213
214-
> https://cdn.plot.ly/plotly-mapbox-2.13.0.min.js
214+
> https://cdn.plot.ly/plotly-mapbox-2.13.1.min.js
215215
216216

217217
#### npm packages
@@ -232,9 +232,9 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
232232
| 3 MB | 1.1 MB | 357.2 kB |
233233

234234
#### CDN links
235-
> https://cdn.plot.ly/plotly-finance-2.13.0.js
235+
> https://cdn.plot.ly/plotly-finance-2.13.1.js
236236
237-
> https://cdn.plot.ly/plotly-finance-2.13.0.min.js
237+
> https://cdn.plot.ly/plotly-finance-2.13.1.min.js
238238
239239

240240
#### npm packages
@@ -255,9 +255,9 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca
255255
| 8.8 MB | 3.8 MB | 1.1 MB |
256256

257257
#### CDN links
258-
> https://cdn.plot.ly/plotly-strict-2.13.0.js
258+
> https://cdn.plot.ly/plotly-strict-2.13.1.js
259259
260-
> https://cdn.plot.ly/plotly-strict-2.13.0.min.js
260+
> https://cdn.plot.ly/plotly-strict-2.13.1.min.js
261261
262262

263263
#### npm packages

Diff for: dist/plotly-basic.js

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v2.13.0
2+
* plotly.js (basic) v2.13.1
33
* Copyright 2012-2022, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -36993,7 +36993,6 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
3699336993
dragOptions.doneFnCompleted(selection);
3699436994
}
3699536995

36996-
eventData.selections = gd.layout.selections;
3699736996
emitSelected(gd, eventData);
3699836997
}).catch(Lib.error);
3699936998
};
@@ -37072,7 +37071,6 @@ function selectOnClick(evt, gd, xAxes, yAxes, subplot, dragOptions, polygonOutli
3707237071
}
3707337072

3707437073
if(sendEvents) {
37075-
eventData.selections = gd.layout.selections;
3707637074
emitSelected(gd, eventData);
3707737075
}
3707837076
}
@@ -37737,7 +37735,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
3773737735
fillRangeItems(eventData, poly);
3773837736
}
3773937737

37740-
eventData.selections = gd.layout.selections;
3774137738
emitSelected(gd, eventData);
3774237739
}
3774337740

@@ -37758,7 +37755,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
3775837755

3775937756
if(sendEvents) {
3776037757
if(eventData.points.length) {
37761-
eventData.selections = gd.layout.selections;
3776237758
emitSelected(gd, eventData);
3776337759
} else {
3776437760
gd.emit('plotly_deselect', null);
@@ -38049,14 +38045,22 @@ function getFillRangeItems(dragOptions) {
3804938045
}
3805038046

3805138047
function emitSelecting(gd, eventData) {
38048+
if(drawMode(gd._fullLayout.dragmode)) return;
3805238049
gd.emit('plotly_selecting', eventData);
3805338050
}
3805438051

3805538052
function emitSelected(gd, eventData) {
38053+
if(drawMode(gd._fullLayout.dragmode)) return;
38054+
38055+
if(eventData) {
38056+
eventData.selections = (gd.layout || {}).selections || [];
38057+
}
38058+
3805638059
gd.emit('plotly_selected', eventData);
3805738060
}
3805838061

3805938062
function emitDeselect(gd) {
38063+
if(drawMode(gd._fullLayout.dragmode)) return;
3806038064
gd.emit('plotly_deselect', null);
3806138065
}
3806238066

@@ -84666,7 +84670,7 @@ function getSortFunc(opts, d2c) {
8466684670
'use strict';
8466784671

8466884672
// package version injected by `npm run preprocess`
84669-
exports.version = '2.13.0';
84673+
exports.version = '2.13.1';
8467084674

8467184675
},{}]},{},[8])(8)
8467284676
});

Diff for: 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.

Diff for: dist/plotly-cartesian.js

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v2.13.0
2+
* plotly.js (cartesian) v2.13.1
33
* Copyright 2012-2022, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -46163,7 +46163,6 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
4616346163
dragOptions.doneFnCompleted(selection);
4616446164
}
4616546165

46166-
eventData.selections = gd.layout.selections;
4616746166
emitSelected(gd, eventData);
4616846167
}).catch(Lib.error);
4616946168
};
@@ -46242,7 +46241,6 @@ function selectOnClick(evt, gd, xAxes, yAxes, subplot, dragOptions, polygonOutli
4624246241
}
4624346242

4624446243
if(sendEvents) {
46245-
eventData.selections = gd.layout.selections;
4624646244
emitSelected(gd, eventData);
4624746245
}
4624846246
}
@@ -46907,7 +46905,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
4690746905
fillRangeItems(eventData, poly);
4690846906
}
4690946907

46910-
eventData.selections = gd.layout.selections;
4691146908
emitSelected(gd, eventData);
4691246909
}
4691346910

@@ -46928,7 +46925,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
4692846925

4692946926
if(sendEvents) {
4693046927
if(eventData.points.length) {
46931-
eventData.selections = gd.layout.selections;
4693246928
emitSelected(gd, eventData);
4693346929
} else {
4693446930
gd.emit('plotly_deselect', null);
@@ -47219,14 +47215,22 @@ function getFillRangeItems(dragOptions) {
4721947215
}
4722047216

4722147217
function emitSelecting(gd, eventData) {
47218+
if(drawMode(gd._fullLayout.dragmode)) return;
4722247219
gd.emit('plotly_selecting', eventData);
4722347220
}
4722447221

4722547222
function emitSelected(gd, eventData) {
47223+
if(drawMode(gd._fullLayout.dragmode)) return;
47224+
47225+
if(eventData) {
47226+
eventData.selections = (gd.layout || {}).selections || [];
47227+
}
47228+
4722647229
gd.emit('plotly_selected', eventData);
4722747230
}
4722847231

4722947232
function emitDeselect(gd) {
47233+
if(drawMode(gd._fullLayout.dragmode)) return;
4723047234
gd.emit('plotly_deselect', null);
4723147235
}
4723247236

@@ -104891,7 +104895,7 @@ function getSortFunc(opts, d2c) {
104891104895
'use strict';
104892104896

104893104897
// package version injected by `npm run preprocess`
104894-
exports.version = '2.13.0';
104898+
exports.version = '2.13.1';
104895104899

104896104900
},{}]},{},[15])(15)
104897104901
});

Diff for: 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.

Diff for: dist/plotly-finance.js

+10-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v2.13.0
2+
* plotly.js (finance) v2.13.1
33
* Copyright 2012-2022, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -38213,7 +38213,6 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
3821338213
dragOptions.doneFnCompleted(selection);
3821438214
}
3821538215

38216-
eventData.selections = gd.layout.selections;
3821738216
emitSelected(gd, eventData);
3821838217
}).catch(Lib.error);
3821938218
};
@@ -38292,7 +38291,6 @@ function selectOnClick(evt, gd, xAxes, yAxes, subplot, dragOptions, polygonOutli
3829238291
}
3829338292

3829438293
if(sendEvents) {
38295-
eventData.selections = gd.layout.selections;
3829638294
emitSelected(gd, eventData);
3829738295
}
3829838296
}
@@ -38957,7 +38955,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
3895738955
fillRangeItems(eventData, poly);
3895838956
}
3895938957

38960-
eventData.selections = gd.layout.selections;
3896138958
emitSelected(gd, eventData);
3896238959
}
3896338960

@@ -38978,7 +38975,6 @@ function reselect(gd, selectionTesters, searchTraces, dragOptions) {
3897838975

3897938976
if(sendEvents) {
3898038977
if(eventData.points.length) {
38981-
eventData.selections = gd.layout.selections;
3898238978
emitSelected(gd, eventData);
3898338979
} else {
3898438980
gd.emit('plotly_deselect', null);
@@ -39269,14 +39265,22 @@ function getFillRangeItems(dragOptions) {
3926939265
}
3927039266

3927139267
function emitSelecting(gd, eventData) {
39268+
if(drawMode(gd._fullLayout.dragmode)) return;
3927239269
gd.emit('plotly_selecting', eventData);
3927339270
}
3927439271

3927539272
function emitSelected(gd, eventData) {
39273+
if(drawMode(gd._fullLayout.dragmode)) return;
39274+
39275+
if(eventData) {
39276+
eventData.selections = (gd.layout || {}).selections || [];
39277+
}
39278+
3927639279
gd.emit('plotly_selected', eventData);
3927739280
}
3927839281

3927939282
function emitDeselect(gd) {
39283+
if(drawMode(gd._fullLayout.dragmode)) return;
3928039284
gd.emit('plotly_deselect', null);
3928139285
}
3928239286

@@ -92669,7 +92673,7 @@ function getSortFunc(opts, d2c) {
9266992673
'use strict';
9267092674

9267192675
// package version injected by `npm run preprocess`
92672-
exports.version = '2.13.0';
92676+
exports.version = '2.13.1';
9267392677

9267492678
},{}]},{},[12])(12)
9267592679
});

Diff for: 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.

Diff for: 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)