Skip to content

Commit 967bbaa

Browse files
committed
2.19.1
1 parent 995c29b commit 967bbaa

24 files changed

+154
-64
lines changed

dist/README.md

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

4848
#### CDN links
49-
> https://cdn.plot.ly/plotly-2.19.0.js
49+
> https://cdn.plot.ly/plotly-2.19.1.js
5050
51-
> https://cdn.plot.ly/plotly-2.19.0.min.js
51+
> https://cdn.plot.ly/plotly-2.19.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.6 MB | 959.5 kB | 320.6 kB |
9595

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

102102
#### npm packages
@@ -114,12 +114,12 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `
114114

115115
| Raw size | Minified size | Minified + gzip size |
116116
|------|-----------------|------------------------|
117-
| 3.2 MB | 1.2 MB | 406.4 kB |
117+
| 3.2 MB | 1.2 MB | 406.5 kB |
118118

119119
#### CDN links
120-
> https://cdn.plot.ly/plotly-cartesian-2.19.0.js
120+
> https://cdn.plot.ly/plotly-cartesian-2.19.1.js
121121
122-
> https://cdn.plot.ly/plotly-cartesian-2.19.0.min.js
122+
> https://cdn.plot.ly/plotly-cartesian-2.19.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 | 364.5 kB |
141141

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

148148
#### npm packages
@@ -163,9 +163,9 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,
163163
| 3.5 MB | 1.5 MB | 485.1 kB |
164164

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

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

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

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

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

217217
#### npm packages
@@ -229,12 +229,12 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne
229229

230230
| Raw size | Minified size | Minified + gzip size |
231231
|------|-----------------|------------------------|
232-
| 2.8 MB | 1 MB | 349.2 kB |
232+
| 2.8 MB | 1 MB | 349.3 kB |
233233

234234
#### CDN links
235-
> https://cdn.plot.ly/plotly-finance-2.19.0.js
235+
> https://cdn.plot.ly/plotly-finance-2.19.1.js
236236
237-
> https://cdn.plot.ly/plotly-finance-2.19.0.min.js
237+
> https://cdn.plot.ly/plotly-finance-2.19.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.6 MB | 3.7 MB | 1.1 MB |
256256

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

263263
#### npm packages

dist/plotly-basic.js

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v2.19.0
2+
* plotly.js (basic) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14878,16 +14878,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1487814878
switch (target) {
1487914879
case slideBox:
1488014880
cursor = 'ew-resize';
14881+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14882+
return;
14883+
}
1488114884
pixelMin = minVal + delta;
1488214885
pixelMax = maxVal + delta;
1488314886
break;
1488414887
case grabAreaMin:
1488514888
cursor = 'col-resize';
14889+
if (minVal + delta > axisOpts._length) {
14890+
return;
14891+
}
1488614892
pixelMin = minVal + delta;
1488714893
pixelMax = maxVal;
1488814894
break;
1488914895
case grabAreaMax:
1489014896
cursor = 'col-resize';
14897+
if (maxVal + delta < 0) {
14898+
return;
14899+
}
1489114900
pixelMin = minVal;
1489214901
pixelMax = maxVal + delta;
1489314902
break;
@@ -59453,7 +59462,7 @@ function getSortFunc(opts, d2c) {
5945359462

5945459463

5945559464
// package version injected by `npm run preprocess`
59456-
exports.version = '2.19.0';
59465+
exports.version = '2.19.1';
5945759466

5945859467
/***/ }),
5945959468

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

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v2.19.0
2+
* plotly.js (cartesian) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14968,16 +14968,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1496814968
switch (target) {
1496914969
case slideBox:
1497014970
cursor = 'ew-resize';
14971+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14972+
return;
14973+
}
1497114974
pixelMin = minVal + delta;
1497214975
pixelMax = maxVal + delta;
1497314976
break;
1497414977
case grabAreaMin:
1497514978
cursor = 'col-resize';
14979+
if (minVal + delta > axisOpts._length) {
14980+
return;
14981+
}
1497614982
pixelMin = minVal + delta;
1497714983
pixelMax = maxVal;
1497814984
break;
1497914985
case grabAreaMax:
1498014986
cursor = 'col-resize';
14987+
if (maxVal + delta < 0) {
14988+
return;
14989+
}
1498114990
pixelMin = minVal;
1498214991
pixelMax = maxVal + delta;
1498314992
break;
@@ -69767,7 +69776,7 @@ function getSortFunc(opts, d2c) {
6976769776

6976869777

6976969778
// package version injected by `npm run preprocess`
69770-
exports.version = '2.19.0';
69779+
exports.version = '2.19.1';
6977169780

6977269781
/***/ }),
6977369782

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

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v2.19.0
2+
* plotly.js (finance) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14948,16 +14948,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1494814948
switch (target) {
1494914949
case slideBox:
1495014950
cursor = 'ew-resize';
14951+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14952+
return;
14953+
}
1495114954
pixelMin = minVal + delta;
1495214955
pixelMax = maxVal + delta;
1495314956
break;
1495414957
case grabAreaMin:
1495514958
cursor = 'col-resize';
14959+
if (minVal + delta > axisOpts._length) {
14960+
return;
14961+
}
1495614962
pixelMin = minVal + delta;
1495714963
pixelMax = maxVal;
1495814964
break;
1495914965
case grabAreaMax:
1496014966
cursor = 'col-resize';
14967+
if (maxVal + delta < 0) {
14968+
return;
14969+
}
1496114970
pixelMin = minVal;
1496214971
pixelMax = maxVal + delta;
1496314972
break;
@@ -65762,7 +65771,7 @@ function getSortFunc(opts, d2c) {
6576265771

6576365772

6576465773
// package version injected by `npm run preprocess`
65765-
exports.version = '2.19.0';
65774+
exports.version = '2.19.1';
6576665775

6576765776
/***/ }),
6576865777

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

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v2.19.0
2+
* plotly.js (geo) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14878,16 +14878,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1487814878
switch (target) {
1487914879
case slideBox:
1488014880
cursor = 'ew-resize';
14881+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14882+
return;
14883+
}
1488114884
pixelMin = minVal + delta;
1488214885
pixelMax = maxVal + delta;
1488314886
break;
1488414887
case grabAreaMin:
1488514888
cursor = 'col-resize';
14889+
if (minVal + delta > axisOpts._length) {
14890+
return;
14891+
}
1488614892
pixelMin = minVal + delta;
1488714893
pixelMax = maxVal;
1488814894
break;
1488914895
case grabAreaMax:
1489014896
cursor = 'col-resize';
14897+
if (maxVal + delta < 0) {
14898+
return;
14899+
}
1489114900
pixelMin = minVal;
1489214901
pixelMax = maxVal + delta;
1489314902
break;
@@ -59480,7 +59489,7 @@ function getSortFunc(opts, d2c) {
5948059489

5948159490

5948259491
// package version injected by `npm run preprocess`
59483-
exports.version = '2.19.0';
59492+
exports.version = '2.19.1';
5948459493

5948559494
/***/ }),
5948659495

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

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v2.19.0
2+
* plotly.js (gl2d) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14908,16 +14908,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1490814908
switch (target) {
1490914909
case slideBox:
1491014910
cursor = 'ew-resize';
14911+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14912+
return;
14913+
}
1491114914
pixelMin = minVal + delta;
1491214915
pixelMax = maxVal + delta;
1491314916
break;
1491414917
case grabAreaMin:
1491514918
cursor = 'col-resize';
14919+
if (minVal + delta > axisOpts._length) {
14920+
return;
14921+
}
1491614922
pixelMin = minVal + delta;
1491714923
pixelMax = maxVal;
1491814924
break;
1491914925
case grabAreaMax:
1492014926
cursor = 'col-resize';
14927+
if (maxVal + delta < 0) {
14928+
return;
14929+
}
1492114930
pixelMin = minVal;
1492214931
pixelMax = maxVal + delta;
1492314932
break;
@@ -64881,7 +64890,7 @@ function getSortFunc(opts, d2c) {
6488164890

6488264891

6488364892
// package version injected by `npm run preprocess`
64884-
exports.version = '2.19.0';
64893+
exports.version = '2.19.1';
6488564894

6488664895
/***/ }),
6488764896

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.

dist/plotly-gl3d.js

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v2.19.0
2+
* plotly.js (gl3d) v2.19.1
33
* Copyright 2012-2023, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -14928,16 +14928,25 @@ function setupDragElement(rangeSlider, gd, axisOpts, opts) {
1492814928
switch (target) {
1492914929
case slideBox:
1493014930
cursor = 'ew-resize';
14931+
if (minVal + delta > axisOpts._length || maxVal + delta < 0) {
14932+
return;
14933+
}
1493114934
pixelMin = minVal + delta;
1493214935
pixelMax = maxVal + delta;
1493314936
break;
1493414937
case grabAreaMin:
1493514938
cursor = 'col-resize';
14939+
if (minVal + delta > axisOpts._length) {
14940+
return;
14941+
}
1493614942
pixelMin = minVal + delta;
1493714943
pixelMax = maxVal;
1493814944
break;
1493914945
case grabAreaMax:
1494014946
cursor = 'col-resize';
14947+
if (maxVal + delta < 0) {
14948+
return;
14949+
}
1494114950
pixelMin = minVal;
1494214951
pixelMax = maxVal + delta;
1494314952
break;
@@ -62901,7 +62910,7 @@ function getSortFunc(opts, d2c) {
6290162910

6290262911

6290362912
// package version injected by `npm run preprocess`
62904-
exports.version = '2.19.0';
62913+
exports.version = '2.19.1';
6290562914

6290662915
/***/ }),
6290762916

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