Skip to content

Commit d48c310

Browse files
committed
1.20.0
1 parent e5916c4 commit d48c310

23 files changed

+20228
-17573
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-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.19.2.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.20.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-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.19.2.js
44+
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.20.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.2 MB | 1.7 MB | 525.1 kB | 4.3 MB |
53+
| 4.2 MB | 1.7 MB | 526.2 kB | 4.3 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.19.2.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.19.2.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.20.0.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.0.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
8282
|------|-----------------|------------------------|
83-
| 1.6 MB | 605.4 kB | 196.1 kB |
83+
| 1.6 MB | 606.4 kB | 196.5 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.19.2.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.19.2.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.20.0.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.0.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.7 MB | 674.9 kB | 216.9 kB |
101+
| 1.8 MB | 677.1 kB | 217.7 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.19.2.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.19.2.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.20.0.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.0.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.6 MB | 633.4 kB | 206.7 kB |
119+
| 1.6 MB | 634.9 kB | 207.1 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.19.2.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.19.2.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.20.0.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.0.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.4 MB | 1 MB | 327.4 kB |
137+
| 2.5 MB | 1 MB | 327.9 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.19.2.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.19.2.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.20.0.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.0.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
154154
|------|-----------------|------------------------|
155-
| 2.2 MB | 926.3 kB | 289.8 kB |
155+
| 2.2 MB | 928.8 kB | 290.7 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.19.2.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.19.2.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.20.0.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.0.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.6 MB | 1 MB | 310.1 kB |
173+
| 2.6 MB | 1 MB | 310.6 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.19.2.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.19.2.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.20.0.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.0.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.6 MB | 629.9 kB | 202.7 kB |
191+
| 1.6 MB | 631.6 kB | 203.4 kB |
192192

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

dist/npm-ls.json

+29-68
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.19.2",
3+
"version": "1.20.0",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -577,11 +577,6 @@
577577
"version": "0.6.2",
578578
"from": "colors@>=0.6.0-1 <0.7.0",
579579
"resolved": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz"
580-
},
581-
"commander": {
582-
"version": "2.1.0",
583-
"from": "commander@>=2.1.0 <2.2.0",
584-
"resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
585580
}
586581
}
587582
},
@@ -865,9 +860,9 @@
865860
}
866861
},
867862
"gl-error2d": {
868-
"version": "1.2.0",
869-
"from": "gl-error2d@>=1.0.0 <2.0.0",
870-
"resolved": "https://registry.npmjs.org/gl-error2d/-/gl-error2d-1.2.0.tgz",
863+
"version": "1.2.1",
864+
"from": "gl-error2d@>=1.2.1 <2.0.0",
865+
"resolved": "https://registry.npmjs.org/gl-error2d/-/gl-error2d-1.2.1.tgz",
871866
"dependencies": {
872867
"glslify": {
873868
"version": "2.3.1",
@@ -945,9 +940,9 @@
945940
}
946941
},
947942
"gl-line2d": {
948-
"version": "1.4.0",
949-
"from": "gl-line2d@>=1.4.0 <2.0.0",
950-
"resolved": "https://registry.npmjs.org/gl-line2d/-/gl-line2d-1.4.0.tgz",
943+
"version": "1.4.1",
944+
"from": "gl-line2d@>=1.4.1 <2.0.0",
945+
"resolved": "https://registry.npmjs.org/gl-line2d/-/gl-line2d-1.4.1.tgz",
951946
"dependencies": {
952947
"glslify": {
953948
"version": "2.3.1",
@@ -1358,9 +1353,9 @@
13581353
}
13591354
},
13601355
"gl-scatter2d": {
1361-
"version": "1.2.0",
1362-
"from": "gl-scatter2d@>=1.0.5 <2.0.0",
1363-
"resolved": "https://registry.npmjs.org/gl-scatter2d/-/gl-scatter2d-1.2.0.tgz",
1356+
"version": "1.2.2",
1357+
"from": "gl-scatter2d@1.2.2",
1358+
"resolved": "https://registry.npmjs.org/gl-scatter2d/-/gl-scatter2d-1.2.2.tgz",
13641359
"dependencies": {
13651360
"binary-search-bounds": {
13661361
"version": "2.0.3",
@@ -1397,9 +1392,9 @@
13971392
}
13981393
},
13991394
"gl-scatter2d-fancy": {
1400-
"version": "1.2.0",
1401-
"from": "gl-scatter2d-fancy@>=1.2.0 <2.0.0",
1402-
"resolved": "https://registry.npmjs.org/gl-scatter2d-fancy/-/gl-scatter2d-fancy-1.2.0.tgz",
1395+
"version": "1.2.1",
1396+
"from": "gl-scatter2d-fancy@>=1.2.1 <2.0.0",
1397+
"resolved": "https://registry.npmjs.org/gl-scatter2d-fancy/-/gl-scatter2d-fancy-1.2.1.tgz",
14031398
"dependencies": {
14041399
"gl-shader": {
14051400
"version": "4.2.1",
@@ -2633,9 +2628,9 @@
26332628
}
26342629
},
26352630
"uglify-js": {
2636-
"version": "2.7.3",
2637-
"from": "uglify-js@>=2.6.0 <3.0.0",
2638-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.3.tgz",
2631+
"version": "2.7.4",
2632+
"from": "uglify-js@2.7.4",
2633+
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.7.4.tgz",
26392634
"dependencies": {
26402635
"async": {
26412636
"version": "0.2.10",
@@ -2700,6 +2695,11 @@
27002695
"version": "0.1.3",
27012696
"from": "right-align@>=0.1.1 <0.2.0",
27022697
"resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz"
2698+
},
2699+
"wordwrap": {
2700+
"version": "0.0.2",
2701+
"from": "[email protected]",
2702+
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
27032703
}
27042704
}
27052705
},
@@ -2823,54 +2823,15 @@
28232823
"from": "tinycolor2@>=1.3.0 <2.0.0",
28242824
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz"
28252825
},
2826-
"topojson": {
2827-
"version": "1.6.27",
2828-
"from": "topojson@>=1.6.20 <2.0.0",
2829-
"resolved": "https://registry.npmjs.org/topojson/-/topojson-1.6.27.tgz",
2826+
"topojson-client": {
2827+
"version": "2.1.0",
2828+
"from": "topojson-client@latest",
2829+
"resolved": "https://registry.npmjs.org/topojson-client/-/topojson-client-2.1.0.tgz",
28302830
"dependencies": {
2831-
"d3-geo-projection": {
2832-
"version": "0.2.16",
2833-
"from": "d3-geo-projection@>=0.2.0 <0.3.0",
2834-
"resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-0.2.16.tgz"
2835-
},
2836-
"d3-queue": {
2837-
"version": "2.0.3",
2838-
"from": "d3-queue@>=2.0.0 <3.0.0",
2839-
"resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-2.0.3.tgz"
2840-
},
2841-
"optimist": {
2842-
"version": "0.3.7",
2843-
"from": "optimist@>=0.3.0 <0.4.0",
2844-
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
2845-
"dependencies": {
2846-
"wordwrap": {
2847-
"version": "0.0.2",
2848-
"from": "[email protected]",
2849-
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
2850-
}
2851-
}
2852-
},
2853-
"shapefile": {
2854-
"version": "0.3.1",
2855-
"from": "shapefile@>=0.3.0 <0.4.0",
2856-
"resolved": "https://registry.npmjs.org/shapefile/-/shapefile-0.3.1.tgz",
2857-
"dependencies": {
2858-
"iconv-lite": {
2859-
"version": "0.2.11",
2860-
"from": "iconv-lite@>=0.2.0 <0.3.0",
2861-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz"
2862-
},
2863-
"d3-queue": {
2864-
"version": "1.2.3",
2865-
"from": "d3-queue@>=1.0.0 <2.0.0",
2866-
"resolved": "https://registry.npmjs.org/d3-queue/-/d3-queue-1.2.3.tgz"
2867-
}
2868-
}
2869-
},
2870-
"rw": {
2871-
"version": "1.3.2",
2872-
"from": "rw@>=1.0.0 <2.0.0",
2873-
"resolved": "https://registry.npmjs.org/rw/-/rw-1.3.2.tgz"
2831+
"commander": {
2832+
"version": "2.1.0",
2833+
"from": "commander@>=2.1.0 <2.2.0",
2834+
"resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
28742835
}
28752836
}
28762837
},

0 commit comments

Comments
 (0)