Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20a47fd

Browse filesBrowse files
committed
1.24.1
1 parent d465930 commit 20a47fd
Copy full SHA for 20a47fd
Expand file treeCollapse file tree

23 files changed

+4581
-4065
lines changed

‎dist/README.md

Copy file name to clipboardExpand all lines: dist/README.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3737

3838
It be can imported as minified javascript
3939
- using dist file `dist/plotly.min.js`
40-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.24.0.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.24.1.min.js
4141

4242
or as raw javascript:
4343
- using dist file `dist/plotly.js`
44-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.24.0.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.24.1.js
4545
- using CommonJS with `require('plotly.js')`
4646

4747
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`
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
5050

5151
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5252
|-----------|---------------|----------------------|---------------------|
53-
| 4.9 MB | 2 MB | 605.6 kB | 5 MB |
53+
| 4.9 MB | 2 MB | 606 kB | 5 MB |
5454

5555
## Partial bundles
5656

@@ -74,8 +74,8 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7474
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7575
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7676
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
77-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.24.0.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.24.0.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.24.1.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.24.1.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
@@ -92,13 +92,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9292
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9393
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9494
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
95-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.24.0.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.24.0.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.24.1.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.24.1.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.9 MB | 704.6 kB | 227.4 kB |
101+
| 1.9 MB | 704.8 kB | 227.4 kB |
102102

103103
### plotly.js geo
104104

@@ -110,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
110110
| dist bundle (minified) | `dist/plotly-geo.min.js` |
111111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
112112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
113-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.24.0.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.24.0.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.24.1.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.24.1.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.7 MB | 653.8 kB | 213.6 kB |
119+
| 1.7 MB | 653.9 kB | 213.7 kB |
120120

121121
### plotly.js gl3d
122122

@@ -128,8 +128,8 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
128128
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
129129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
130130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
131-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.24.0.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.24.0.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.24.1.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.24.1.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
@@ -146,13 +146,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
146146
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
147147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
148148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
149-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.24.0.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.24.0.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.24.1.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.24.1.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
154154
|------|-----------------|------------------------|
155-
| 2.6 MB | 1.1 MB | 341.3 kB |
155+
| 2.6 MB | 1.1 MB | 341.4 kB |
156156

157157
### plotly.js mapbox
158158

@@ -164,13 +164,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
164164
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
165165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
166166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
167-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.24.0.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.24.0.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.24.1.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.24.1.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.7 MB | 1 MB | 318 kB |
173+
| 2.7 MB | 1 MB | 318.4 kB |
174174

175175
### plotly.js finance
176176

@@ -182,8 +182,8 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
182182
| dist bundle (minified) | `dist/plotly-finance.min.js` |
183183
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184184
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.24.0.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.24.0.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.24.1.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.24.1.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |

‎dist/npm-ls.json

Copy file name to clipboardExpand all lines: dist/npm-ls.json
+56-65Lines changed: 56 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -298,7 +298,7 @@
298298
},
299299
"country-regex": {
300300
"version": "1.1.0",
301-
"from": "country-regex@1.1.0",
301+
"from": "country-regex@>=1.1.0 <2.0.0",
302302
"resolved": "https://registry.npmjs.org/country-regex/-/country-regex-1.1.0.tgz"
303303
},
304304
"d3": {
@@ -420,20 +420,25 @@
420420
"resolved": "https://registry.npmjs.org/glslify/-/glslify-4.0.0.tgz",
421421
"dependencies": {
422422
"bl": {
423-
"version": "1.1.2",
423+
"version": "1.2.0",
424424
"from": "bl@>=1.0.0 <2.0.0",
425-
"resolved": "https://registry.npmjs.org/bl/-/bl-1.1.2.tgz",
425+
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.0.tgz",
426426
"dependencies": {
427427
"readable-stream": {
428-
"version": "2.0.6",
429-
"from": "readable-stream@>=2.0.5 <2.1.0",
430-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz",
428+
"version": "2.2.3",
429+
"from": "readable-stream@>=2.0.5 <3.0.0",
430+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.3.tgz",
431431
"dependencies": {
432432
"isarray": {
433433
"version": "1.0.0",
434434
"from": "isarray@>=1.0.0 <1.1.0",
435435
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
436436
},
437+
"buffer-shims": {
438+
"version": "1.0.0",
439+
"from": "buffer-shims@>=1.0.0 <2.0.0",
440+
"resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
441+
},
437442
"core-util-is": {
438443
"version": "1.0.2",
439444
"from": "core-util-is@>=1.0.0 <1.1.0",
@@ -613,7 +618,7 @@
613618
},
614619
"through2": {
615620
"version": "0.6.5",
616-
"from": "through2@^0.6.3",
621+
"from": "through2@>=0.6.3 <0.7.0",
617622
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
618623
"dependencies": {
619624
"readable-stream": {
@@ -934,7 +939,7 @@
934939
"dependencies": {
935940
"binary-search-bounds": {
936941
"version": "2.0.3",
937-
"from": "binary-search-bounds@>=2.0.3 <3.0.0",
942+
"from": "binary-search-bounds@^2.0.3",
938943
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.3.tgz"
939944
}
940945
}
@@ -1183,9 +1188,9 @@
11831188
}
11841189
},
11851190
"gl-plot3d": {
1186-
"version": "1.5.2",
1187-
"from": "gl-plot3d@1.5.2",
1188-
"resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-1.5.2.tgz",
1191+
"version": "1.5.3",
1192+
"from": "gl-plot3d@1.5.3",
1193+
"resolved": "https://registry.npmjs.org/gl-plot3d/-/gl-plot3d-1.5.3.tgz",
11891194
"dependencies": {
11901195
"3d-view-controls": {
11911196
"version": "2.2.0",
@@ -1835,11 +1840,6 @@
18351840
"from": "readable-stream@>=2.1.5 <3.0.0",
18361841
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.2.tgz",
18371842
"dependencies": {
1838-
"buffer-shims": {
1839-
"version": "1.0.0",
1840-
"from": "buffer-shims@>=1.0.0 <2.0.0",
1841-
"resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz"
1842-
},
18431843
"isarray": {
18441844
"version": "1.0.0",
18451845
"from": "isarray@>=1.0.0 <1.1.0",
@@ -2380,21 +2380,21 @@
23802380
"resolved": "https://registry.npmjs.org/shelf-pack/-/shelf-pack-1.1.0.tgz"
23812381
},
23822382
"supercluster": {
2383-
"version": "2.2.0",
2383+
"version": "2.3.0",
23842384
"from": "supercluster@>=2.0.1 <3.0.0",
2385-
"resolved": "https://registry.npmjs.org/supercluster/-/supercluster-2.2.0.tgz",
2385+
"resolved": "https://registry.npmjs.org/supercluster/-/supercluster-2.3.0.tgz",
23862386
"dependencies": {
23872387
"kdbush": {
23882388
"version": "1.0.1",
2389-
"from": "kdbush@>=1.0.0 <2.0.0",
2389+
"from": "kdbush@>=1.0.1 <2.0.0",
23902390
"resolved": "https://registry.npmjs.org/kdbush/-/kdbush-1.0.1.tgz"
23912391
}
23922392
}
23932393
},
23942394
"unassertify": {
2395-
"version": "2.0.3",
2395+
"version": "2.0.4",
23962396
"from": "unassertify@>=2.0.0 <3.0.0",
2397-
"resolved": "https://registry.npmjs.org/unassertify/-/unassertify-2.0.3.tgz",
2397+
"resolved": "https://registry.npmjs.org/unassertify/-/unassertify-2.0.4.tgz",
23982398
"dependencies": {
23992399
"convert-source-map": {
24002400
"version": "1.3.0",
@@ -2426,55 +2426,41 @@
24262426
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
24272427
},
24282428
"unassert": {
2429-
"version": "1.4.1",
2429+
"version": "1.5.1",
24302430
"from": "unassert@>=1.3.1 <2.0.0",
2431-
"resolved": "https://registry.npmjs.org/unassert/-/unassert-1.4.1.tgz",
2431+
"resolved": "https://registry.npmjs.org/unassert/-/unassert-1.5.1.tgz",
24322432
"dependencies": {
2433-
"deep-equal": {
2433+
"call-matcher": {
24342434
"version": "1.0.1",
2435-
"from": "deep-equal@>=1.0.1 <1.1.0",
2436-
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz"
2437-
},
2438-
"escallmatch": {
2439-
"version": "1.5.0",
2440-
"from": "escallmatch@>=1.4.1 <2.0.0",
2441-
"resolved": "https://registry.npmjs.org/escallmatch/-/escallmatch-1.5.0.tgz",
2435+
"from": "call-matcher@>=1.0.1 <2.0.0",
2436+
"resolved": "https://registry.npmjs.org/call-matcher/-/call-matcher-1.0.1.tgz",
24422437
"dependencies": {
2443-
"call-matcher": {
2444-
"version": "1.0.0",
2445-
"from": "call-matcher@>=1.0.0 <2.0.0",
2446-
"resolved": "https://registry.npmjs.org/call-matcher/-/call-matcher-1.0.0.tgz",
2447-
"dependencies": {
2448-
"estraverse": {
2449-
"version": "4.2.0",
2450-
"from": "estraverse@>=4.0.0 <5.0.0",
2451-
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz"
2452-
}
2453-
}
2438+
"estraverse": {
2439+
"version": "4.2.0",
2440+
"from": "estraverse@>=4.0.0 <5.0.0",
2441+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz"
24542442
},
2455-
"esprima": {
2456-
"version": "2.7.3",
2457-
"from": "esprima@>=2.0.0 <3.0.0",
2458-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
2459-
}
2460-
}
2461-
},
2462-
"espurify": {
2463-
"version": "1.6.0",
2464-
"from": "espurify@>=1.3.0 <2.0.0",
2465-
"resolved": "https://registry.npmjs.org/espurify/-/espurify-1.6.0.tgz",
2466-
"dependencies": {
24672443
"core-js": {
24682444
"version": "2.4.1",
24692445
"from": "core-js@>=2.0.0 <3.0.0",
24702446
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.4.1.tgz"
24712447
}
24722448
}
24732449
},
2474-
"esprima": {
2475-
"version": "2.7.3",
2476-
"from": "esprima@>=2.5.0 <3.0.0",
2477-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
2450+
"deep-equal": {
2451+
"version": "1.0.1",
2452+
"from": "deep-equal@>=1.0.1 <1.1.0",
2453+
"resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz"
2454+
},
2455+
"espurify": {
2456+
"version": "1.7.0",
2457+
"from": "espurify@>=1.3.0 <2.0.0",
2458+
"resolved": "https://registry.npmjs.org/espurify/-/espurify-1.7.0.tgz"
2459+
},
2460+
"acorn": {
2461+
"version": "4.0.11",
2462+
"from": "acorn@^4.0.0",
2463+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz"
24782464
},
24792465
"estraverse": {
24802466
"version": "4.2.0",
@@ -2483,11 +2469,16 @@
24832469
},
24842470
"esutils": {
24852471
"version": "2.0.2",
2486-
"from": "esutils@>=2.0.2 <3.0.0",
2472+
"from": "esutils@^2.0.2",
24872473
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz"
24882474
}
24892475
}
24902476
},
2477+
"acorn": {
2478+
"version": "4.0.11",
2479+
"from": "acorn@>=4.0.0 <5.0.0",
2480+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz"
2481+
},
24912482
"escodegen": {
24922483
"version": "1.8.1",
24932484
"from": "escodegen@>=1.6.1 <2.0.0",
@@ -2530,6 +2521,11 @@
25302521
}
25312522
}
25322523
},
2524+
"esprima": {
2525+
"version": "2.7.3",
2526+
"from": "esprima@>=2.7.1 <3.0.0",
2527+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
2528+
},
25332529
"estraverse": {
25342530
"version": "1.9.3",
25352531
"from": "estraverse@>=1.9.1 <2.0.0",
@@ -2546,11 +2542,6 @@
25462542
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz"
25472543
}
25482544
}
2549-
},
2550-
"esprima": {
2551-
"version": "2.7.3",
2552-
"from": "esprima@>=2.2.0 <3.0.0",
2553-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz"
25542545
}
25552546
}
25562547
},

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.