Skip to content

Commit b106b9f

Browse files
committed
1.25.0
1 parent d636d8c commit b106b9f

23 files changed

+11562
-5692
lines changed

dist/README.md

+24-24
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.2.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.25.0.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.2.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.25.0.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 | 606.2 kB | 5 MB |
53+
| 4.9 MB | 2 MB | 610.8 kB | 5.1 MB |
5454

5555
## Partial bundles
5656

@@ -74,13 +74,13 @@ 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.2.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.24.2.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.25.0.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.25.0.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
8282
|------|-----------------|------------------------|
83-
| 1.7 MB | 631.3 kB | 205.2 kB |
83+
| 1.7 MB | 631.5 kB | 205.1 kB |
8484

8585
### plotly.js cartesian
8686

@@ -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.2.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.24.2.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.25.0.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.25.0.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.9 MB | 705.5 kB | 227.6 kB |
101+
| 1.9 MB | 705.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.2.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.24.2.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.25.0.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.25.0.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.7 MB | 654.6 kB | 213.9 kB |
119+
| 1.7 MB | 654.8 kB | 213.8 kB |
120120

121121
### plotly.js gl3d
122122

@@ -128,13 +128,13 @@ 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.2.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.24.2.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.25.0.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.25.0.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.5 MB | 1 MB | 336.7 kB |
137+
| 2.5 MB | 1.1 MB | 338.8 kB |
138138

139139
### plotly.js gl2d
140140

@@ -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.2.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.24.2.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.25.0.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.25.0.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.6 kB |
155+
| 2.7 MB | 1.1 MB | 347.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.2.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.24.2.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.25.0.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.25.0.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.6 kB |
173+
| 2.7 MB | 1 MB | 318.1 kB |
174174

175175
### plotly.js finance
176176

@@ -182,13 +182,13 @@ 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.2.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.24.2.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.25.0.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.25.0.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.7 MB | 658.2 kB | 212.8 kB |
191+
| 1.7 MB | 658.4 kB | 212.7 kB |
192192

193193
----------------
194194

dist/npm-ls.json

+128-48
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.24.2",
3+
"version": "1.25.0",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -267,6 +267,59 @@
267267
"from": "arraytools@>=1.0.0 <2.0.0",
268268
"resolved": "https://registry.npmjs.org/arraytools/-/arraytools-1.1.2.tgz"
269269
},
270+
"color-rgba": {
271+
"version": "1.1.0",
272+
"from": "color-rgba@>=1.0.4 <2.0.0",
273+
"resolved": "https://registry.npmjs.org/color-rgba/-/color-rgba-1.1.0.tgz",
274+
"dependencies": {
275+
"clamp": {
276+
"version": "1.0.1",
277+
"from": "clamp@>=1.0.1 <2.0.0",
278+
"resolved": "https://registry.npmjs.org/clamp/-/clamp-1.0.1.tgz"
279+
},
280+
"color-parse": {
281+
"version": "1.3.2",
282+
"from": "color-parse@>=1.2.0 <2.0.0",
283+
"resolved": "https://registry.npmjs.org/color-parse/-/color-parse-1.3.2.tgz",
284+
"dependencies": {
285+
"color-name": {
286+
"version": "1.1.2",
287+
"from": "color-name@>=1.0.0 <2.0.0",
288+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.2.tgz"
289+
},
290+
"is-plain-obj": {
291+
"version": "1.1.0",
292+
"from": "is-plain-obj@>=1.1.0 <2.0.0",
293+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz"
294+
}
295+
}
296+
},
297+
"color-space": {
298+
"version": "1.14.7",
299+
"from": "color-space@>=1.14.6 <2.0.0",
300+
"resolved": "https://registry.npmjs.org/color-space/-/color-space-1.14.7.tgz",
301+
"dependencies": {
302+
"husl": {
303+
"version": "5.0.3",
304+
"from": "husl@>=5.0.0 <6.0.0",
305+
"resolved": "https://registry.npmjs.org/husl/-/husl-5.0.3.tgz"
306+
},
307+
"mumath": {
308+
"version": "3.3.4",
309+
"from": "mumath@>=3.0.0 <4.0.0",
310+
"resolved": "https://registry.npmjs.org/mumath/-/mumath-3.3.4.tgz",
311+
"dependencies": {
312+
"almost-equal": {
313+
"version": "1.1.0",
314+
"from": "almost-equal@>=1.1.0 <2.0.0",
315+
"resolved": "https://registry.npmjs.org/almost-equal/-/almost-equal-1.1.0.tgz"
316+
}
317+
}
318+
}
319+
}
320+
}
321+
}
322+
},
270323
"convex-hull": {
271324
"version": "1.0.3",
272325
"from": "convex-hull@>=1.0.3 <2.0.0",
@@ -1408,16 +1461,43 @@
14081461
}
14091462
}
14101463
},
1411-
"gl-scatter2d-fancy": {
1412-
"version": "1.2.1",
1413-
"from": "gl-scatter2d-fancy@>=1.2.1 <2.0.0",
1414-
"resolved": "https://registry.npmjs.org/gl-scatter2d-fancy/-/gl-scatter2d-fancy-1.2.1.tgz",
1464+
"gl-scatter2d-sdf": {
1465+
"version": "1.3.3",
1466+
"from": "gl-scatter2d-sdf@>=1.3.3 <2.0.0",
1467+
"resolved": "https://registry.npmjs.org/gl-scatter2d-sdf/-/gl-scatter2d-sdf-1.3.3.tgz",
14151468
"dependencies": {
1469+
"color-id": {
1470+
"version": "1.0.3",
1471+
"from": "color-id@>=1.0.0 <2.0.0",
1472+
"resolved": "https://registry.npmjs.org/color-id/-/color-id-1.0.3.tgz"
1473+
},
1474+
"font-atlas-sdf": {
1475+
"version": "1.1.3",
1476+
"from": "font-atlas-sdf@>=1.0.0 <2.0.0",
1477+
"resolved": "https://registry.npmjs.org/font-atlas-sdf/-/font-atlas-sdf-1.1.3.tgz",
1478+
"dependencies": {
1479+
"tiny-sdf": {
1480+
"version": "1.0.2",
1481+
"from": "tiny-sdf@>=1.0.2 <2.0.0",
1482+
"resolved": "https://registry.npmjs.org/tiny-sdf/-/tiny-sdf-1.0.2.tgz"
1483+
}
1484+
}
1485+
},
1486+
"binary-search-bounds": {
1487+
"version": "2.0.3",
1488+
"from": "binary-search-bounds@>=2.0.3 <3.0.0",
1489+
"resolved": "https://registry.npmjs.org/binary-search-bounds/-/binary-search-bounds-2.0.3.tgz"
1490+
},
14161491
"gl-shader": {
14171492
"version": "4.2.1",
14181493
"from": "gl-shader@>=4.2.1 <5.0.0",
14191494
"resolved": "https://registry.npmjs.org/gl-shader/-/gl-shader-4.2.1.tgz"
14201495
},
1496+
"gl-texture2d": {
1497+
"version": "2.1.0",
1498+
"from": "gl-texture2d@>=2.1.0 <3.0.0",
1499+
"resolved": "https://registry.npmjs.org/gl-texture2d/-/gl-texture2d-2.1.0.tgz"
1500+
},
14211501
"glslify": {
14221502
"version": "2.3.1",
14231503
"from": "glslify@>=2.3.1 <3.0.0",
@@ -1440,6 +1520,40 @@
14401520
}
14411521
}
14421522
},
1523+
"snap-points-2d": {
1524+
"version": "3.1.0",
1525+
"from": "snap-points-2d@>=3.1.0 <4.0.0",
1526+
"resolved": "https://registry.npmjs.org/snap-points-2d/-/snap-points-2d-3.1.0.tgz"
1527+
}
1528+
}
1529+
},
1530+
"gl-scatter3d": {
1531+
"version": "1.0.10",
1532+
"from": "gl-scatter3d@>=1.0.4 <2.0.0",
1533+
"resolved": "https://registry.npmjs.org/gl-scatter3d/-/gl-scatter3d-1.0.10.tgz",
1534+
"dependencies": {
1535+
"glslify": {
1536+
"version": "2.3.1",
1537+
"from": "glslify@>=2.2.1 <3.0.0",
1538+
"resolved": "https://registry.npmjs.org/glslify/-/glslify-2.3.1.tgz",
1539+
"dependencies": {
1540+
"bl": {
1541+
"version": "0.9.5",
1542+
"from": "bl@>=0.9.4 <0.10.0",
1543+
"resolved": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz"
1544+
},
1545+
"glslify-bundle": {
1546+
"version": "2.0.4",
1547+
"from": "glslify-bundle@>=2.0.4 <3.0.0",
1548+
"resolved": "https://registry.npmjs.org/glslify-bundle/-/glslify-bundle-2.0.4.tgz"
1549+
},
1550+
"through2": {
1551+
"version": "0.6.5",
1552+
"from": "through2@^0.6.3",
1553+
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
1554+
}
1555+
}
1556+
},
14431557
"vectorize-text": {
14441558
"version": "3.0.2",
14451559
"from": "vectorize-text@>=3.0.1 <4.0.0",
@@ -1538,35 +1652,6 @@
15381652
}
15391653
}
15401654
},
1541-
"gl-scatter3d": {
1542-
"version": "1.0.10",
1543-
"from": "gl-scatter3d@>=1.0.4 <2.0.0",
1544-
"resolved": "https://registry.npmjs.org/gl-scatter3d/-/gl-scatter3d-1.0.10.tgz",
1545-
"dependencies": {
1546-
"glslify": {
1547-
"version": "2.3.1",
1548-
"from": "glslify@>=2.2.1 <3.0.0",
1549-
"resolved": "https://registry.npmjs.org/glslify/-/glslify-2.3.1.tgz",
1550-
"dependencies": {
1551-
"bl": {
1552-
"version": "0.9.5",
1553-
"from": "bl@>=0.9.4 <0.10.0",
1554-
"resolved": "https://registry.npmjs.org/bl/-/bl-0.9.5.tgz"
1555-
},
1556-
"glslify-bundle": {
1557-
"version": "2.0.4",
1558-
"from": "glslify-bundle@>=2.0.4 <3.0.0",
1559-
"resolved": "https://registry.npmjs.org/glslify-bundle/-/glslify-bundle-2.0.4.tgz"
1560-
},
1561-
"through2": {
1562-
"version": "0.6.5",
1563-
"from": "through2@^0.6.3",
1564-
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
1565-
}
1566-
}
1567-
}
1568-
}
1569-
},
15701655
"gl-select-box": {
15711656
"version": "1.0.1",
15721657
"from": "gl-select-box@>=1.0.1 <2.0.0",
@@ -2621,14 +2706,14 @@
26212706
}
26222707
},
26232708
"ndarray-fill": {
2624-
"version": "1.0.1",
2625-
"from": "ndarray-fill@>=1.0.1 <2.0.0",
2626-
"resolved": "https://registry.npmjs.org/ndarray-fill/-/ndarray-fill-1.0.1.tgz",
2709+
"version": "1.0.2",
2710+
"from": "[email protected].2",
2711+
"resolved": "https://registry.npmjs.org/ndarray-fill/-/ndarray-fill-1.0.2.tgz",
26272712
"dependencies": {
26282713
"cwise": {
2629-
"version": "1.0.9",
2630-
"from": "cwise@>=1.0.3 <2.0.0",
2631-
"resolved": "https://registry.npmjs.org/cwise/-/cwise-1.0.9.tgz",
2714+
"version": "1.0.10",
2715+
"from": "cwise@latest",
2716+
"resolved": "https://registry.npmjs.org/cwise/-/cwise-1.0.10.tgz",
26322717
"dependencies": {
26332718
"cwise-parser": {
26342719
"version": "1.0.3",
@@ -2643,15 +2728,10 @@
26432728
}
26442729
},
26452730
"uglify-js": {
2646-
"version": "2.7.5",
2647-
"from": "uglify-js@>=2.7.5 <2.8.0",
2648-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.5.tgz",
2731+
"version": "2.8.12",
2732+
"from": "uglify-js@>=2.8.12 <3.0.0",
2733+
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.12.tgz",
26492734
"dependencies": {
2650-
"async": {
2651-
"version": "0.2.10",
2652-
"from": "async@>=0.2.6 <0.3.0",
2653-
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz"
2654-
},
26552735
"source-map": {
26562736
"version": "0.5.6",
26572737
"from": "source-map@>=0.5.1 <0.6.0",

0 commit comments

Comments
 (0)