Skip to content

Commit 22efc2f

Browse files
committed
2.35.2
1 parent 11540ed commit 22efc2f

24 files changed

+92
-92
lines changed

dist/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
4646
| 10.3 MB | 4.3 MB | 1.3 MB | 10.6 MB |
4747

4848
#### CDN links
49-
> https://cdn.plot.ly/plotly-2.35.1.js
49+
> https://cdn.plot.ly/plotly-2.35.2.js
5050
51-
> https://cdn.plot.ly/plotly-2.35.1.min.js
51+
> https://cdn.plot.ly/plotly-2.35.2.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 | 1 MB | 347.8 kB |
9595

9696
#### CDN links
97-
> https://cdn.plot.ly/plotly-basic-2.35.1.js
97+
> https://cdn.plot.ly/plotly-basic-2.35.2.js
9898
99-
> https://cdn.plot.ly/plotly-basic-2.35.1.min.js
99+
> https://cdn.plot.ly/plotly-basic-2.35.2.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.3 MB | 437.2 kB |
118118

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

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

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

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

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

188188
#### CDN links
189-
> https://cdn.plot.ly/plotly-gl2d-2.35.1.js
189+
> https://cdn.plot.ly/plotly-gl2d-2.35.2.js
190190
191-
> https://cdn.plot.ly/plotly-gl2d-2.35.1.min.js
191+
> https://cdn.plot.ly/plotly-gl2d-2.35.2.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.8 MB | 550.1 kB |
210210

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

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

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

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

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

263263
#### npm packages

dist/plotly-basic.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v2.35.1
2+
* plotly.js (basic) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45228,7 +45228,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4522845228
if (cdModule.length) {
4522945229
layerData.push({
4523045230
i: traceLayerClasses.indexOf(classBaseName),
45231-
zorder: z,
45231+
zindex: z,
4523245232
className: className,
4523345233
plotMethod: plotMethod,
4523445234
cdModule: cdModule
@@ -45240,9 +45240,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4524045240
}
4524145241
}
4524245242
}
45243-
// Sort the layers primarily by z, then by i
45243+
// Sort the layers primarily by zindex, then by i
4524445244
layerData.sort(function (a, b) {
45245-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45245+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4524645246
});
4524745247
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4524845248
return d.className;
@@ -62407,7 +62407,7 @@ function getSortFunc(opts, d2c) {
6240762407

6240862408

6240962409
// package version injected by `npm run preprocess`
62410-
exports.version = '2.35.1';
62410+
exports.version = '2.35.2';
6241162411

6241262412
/***/ }),
6241362413

dist/plotly-basic.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v2.35.1
2+
* plotly.js (cartesian) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45386,7 +45386,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4538645386
if (cdModule.length) {
4538745387
layerData.push({
4538845388
i: traceLayerClasses.indexOf(classBaseName),
45389-
zorder: z,
45389+
zindex: z,
4539045390
className: className,
4539145391
plotMethod: plotMethod,
4539245392
cdModule: cdModule
@@ -45398,9 +45398,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4539845398
}
4539945399
}
4540045400
}
45401-
// Sort the layers primarily by z, then by i
45401+
// Sort the layers primarily by zindex, then by i
4540245402
layerData.sort(function (a, b) {
45403-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45403+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4540445404
});
4540545405
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4540645406
return d.className;
@@ -72926,7 +72926,7 @@ function getSortFunc(opts, d2c) {
7292672926

7292772927

7292872928
// package version injected by `npm run preprocess`
72929-
exports.version = '2.35.1';
72929+
exports.version = '2.35.2';
7293072930

7293172931
/***/ }),
7293272932

dist/plotly-cartesian.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-finance.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v2.35.1
2+
* plotly.js (finance) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45317,7 +45317,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4531745317
if (cdModule.length) {
4531845318
layerData.push({
4531945319
i: traceLayerClasses.indexOf(classBaseName),
45320-
zorder: z,
45320+
zindex: z,
4532145321
className: className,
4532245322
plotMethod: plotMethod,
4532345323
cdModule: cdModule
@@ -45329,9 +45329,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4532945329
}
4533045330
}
4533145331
}
45332-
// Sort the layers primarily by z, then by i
45332+
// Sort the layers primarily by zindex, then by i
4533345333
layerData.sort(function (a, b) {
45334-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45334+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4533545335
});
4533645336
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4533745337
return d.className;
@@ -68759,7 +68759,7 @@ function getSortFunc(opts, d2c) {
6875968759

6876068760

6876168761
// package version injected by `npm run preprocess`
68762-
exports.version = '2.35.1';
68762+
exports.version = '2.35.2';
6876368763

6876468764
/***/ }),
6876568765

dist/plotly-finance.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo-assets.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v2.35.1
2+
* plotly.js (geo) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45686,7 +45686,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4568645686
if (cdModule.length) {
4568745687
layerData.push({
4568845688
i: traceLayerClasses.indexOf(classBaseName),
45689-
zorder: z,
45689+
zindex: z,
4569045690
className: className,
4569145691
plotMethod: plotMethod,
4569245692
cdModule: cdModule
@@ -45698,9 +45698,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4569845698
}
4569945699
}
4570045700
}
45701-
// Sort the layers primarily by z, then by i
45701+
// Sort the layers primarily by zindex, then by i
4570245702
layerData.sort(function (a, b) {
45703-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45703+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4570445704
});
4570545705
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4570645706
return d.className;
@@ -62157,7 +62157,7 @@ function getSortFunc(opts, d2c) {
6215762157

6215862158

6215962159
// package version injected by `npm run preprocess`
62160-
exports.version = '2.35.1';
62160+
exports.version = '2.35.2';
6216162161

6216262162
/***/ }),
6216362163

dist/plotly-geo.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-gl2d.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v2.35.1
2+
* plotly.js (gl2d) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45513,7 +45513,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4551345513
if (cdModule.length) {
4551445514
layerData.push({
4551545515
i: traceLayerClasses.indexOf(classBaseName),
45516-
zorder: z,
45516+
zindex: z,
4551745517
className: className,
4551845518
plotMethod: plotMethod,
4551945519
cdModule: cdModule
@@ -45525,9 +45525,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4552545525
}
4552645526
}
4552745527
}
45528-
// Sort the layers primarily by z, then by i
45528+
// Sort the layers primarily by zindex, then by i
4552945529
layerData.sort(function (a, b) {
45530-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45530+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4553145531
});
4553245532
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4553345533
return d.className;
@@ -67634,7 +67634,7 @@ function getSortFunc(opts, d2c) {
6763467634

6763567635

6763667636
// package version injected by `npm run preprocess`
67637-
exports.version = '2.35.1';
67637+
exports.version = '2.35.2';
6763867638

6763967639
/***/ }),
6764067640

dist/plotly-gl2d.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-gl3d.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v2.35.1
2+
* plotly.js (gl3d) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45464,7 +45464,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4546445464
if (cdModule.length) {
4546545465
layerData.push({
4546645466
i: traceLayerClasses.indexOf(classBaseName),
45467-
zorder: z,
45467+
zindex: z,
4546845468
className: className,
4546945469
plotMethod: plotMethod,
4547045470
cdModule: cdModule
@@ -45476,9 +45476,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4547645476
}
4547745477
}
4547845478
}
45479-
// Sort the layers primarily by z, then by i
45479+
// Sort the layers primarily by zindex, then by i
4548045480
layerData.sort(function (a, b) {
45481-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45481+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4548245482
});
4548345483
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4548445484
return d.className;
@@ -65624,7 +65624,7 @@ function getSortFunc(opts, d2c) {
6562465624

6562565625

6562665626
// package version injected by `npm run preprocess`
65627-
exports.version = '2.35.1';
65627+
exports.version = '2.35.2';
6562865628

6562965629
/***/ }),
6563065630

dist/plotly-gl3d.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-mapbox.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (mapbox) v2.35.1
2+
* plotly.js (mapbox) v2.35.2
33
* Copyright 2012-2024, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -45673,7 +45673,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4567345673
if (cdModule.length) {
4567445674
layerData.push({
4567545675
i: traceLayerClasses.indexOf(classBaseName),
45676-
zorder: z,
45676+
zindex: z,
4567745677
className: className,
4567845678
plotMethod: plotMethod,
4567945679
cdModule: cdModule
@@ -45685,9 +45685,9 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
4568545685
}
4568645686
}
4568745687
}
45688-
// Sort the layers primarily by z, then by i
45688+
// Sort the layers primarily by zindex, then by i
4568945689
layerData.sort(function (a, b) {
45690-
return (a.zorder || 0) - (b.zorder || 0) || a.i - b.i;
45690+
return (a.zindex || 0) - (b.zindex || 0) || a.i - b.i;
4569145691
});
4569245692
var layers = plotinfo.plot.selectAll('g.mlayer').data(layerData, function (d) {
4569345693
return d.className;
@@ -63365,7 +63365,7 @@ function getSortFunc(opts, d2c) {
6336563365

6336663366

6336763367
// package version injected by `npm run preprocess`
63368-
exports.version = '2.35.1';
63368+
exports.version = '2.35.2';
6336963369

6337063370
/***/ }),
6337163371

dist/plotly-mapbox.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy