Skip to content

Commit 6653e71

Browse files
committedMay 10, 2017
1.27.0
1 parent 7aa91df commit 6653e71

23 files changed

+192385
-176495
lines changed
 

Diff for: ‎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.26.1.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.27.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.26.1.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.27.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-
| 5.2 MB | 2.1 MB | 632.9 kB | 5.3 MB |
53+
| 5.3 MB | 2.1 MB | 655.1 kB | 5.5 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.26.1.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.26.1.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.27.0.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.27.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 | 646.2 kB | 210.3 kB |
83+
| 1.7 MB | 653.5 kB | 212 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.26.1.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.26.1.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.27.0.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.27.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 | 721.2 kB | 232.8 kB |
101+
| 1.9 MB | 728.6 kB | 234.6 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.26.1.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.26.1.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.27.0.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.27.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 | 669.1 kB | 218.8 kB |
119+
| 1.8 MB | 676.3 kB | 220.4 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.26.1.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.26.1.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.27.0.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.27.0.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.6 MB | 1.1 MB | 348 kB |
137+
| 2.6 MB | 1.1 MB | 349.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.26.1.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.26.1.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.27.0.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.27.0.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
154154
|------|-----------------|------------------------|
155-
| 2.7 MB | 1.1 MB | 354.7 kB |
155+
| 2.7 MB | 1.1 MB | 356.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.26.1.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.26.1.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.27.0.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.27.0.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.8 MB | 1.1 MB | 323.1 kB |
173+
| 2.8 MB | 1.1 MB | 324.8 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.26.1.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.26.1.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.27.0.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.27.0.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.8 MB | 673.1 kB | 217.8 kB |
191+
| 1.8 MB | 680.3 kB | 219.5 kB |
192192

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

Diff for: ‎dist/npm-ls.json

+62-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.26.1",
3+
"version": "1.27.0",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -33,6 +33,35 @@
3333
}
3434
}
3535
},
36+
"@plotly/d3-sankey": {
37+
"version": "0.5.0",
38+
"from": "@plotly/d3-sankey@>=0.5.0 <0.6.0",
39+
"resolved": "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.5.0.tgz",
40+
"dependencies": {
41+
"d3-array": {
42+
"version": "1.2.0",
43+
"from": "d3-array@>=1.0.0 <2.0.0",
44+
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.0.tgz"
45+
},
46+
"d3-collection": {
47+
"version": "1.0.3",
48+
"from": "d3-collection@>=1.0.0 <2.0.0",
49+
"resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.3.tgz"
50+
},
51+
"d3-interpolate": {
52+
"version": "1.1.4",
53+
"from": "d3-interpolate@>=1.0.0 <2.0.0",
54+
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.4.tgz",
55+
"dependencies": {
56+
"d3-color": {
57+
"version": "1.0.3",
58+
"from": "d3-color@>=1.0.0 <2.0.0",
59+
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz"
60+
}
61+
}
62+
}
63+
}
64+
},
3665
"alpha-shape": {
3766
"version": "1.0.0",
3867
"from": "alpha-shape@>=1.0.0 <2.0.0",
@@ -330,6 +359,28 @@
330359
"from": "d3@>=3.5.12 <4.0.0",
331360
"resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz"
332361
},
362+
"d3-force": {
363+
"version": "1.0.6",
364+
"from": "d3-force@>=1.0.6 <2.0.0",
365+
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.0.6.tgz",
366+
"dependencies": {
367+
"d3-dispatch": {
368+
"version": "1.0.3",
369+
"from": "d3-dispatch@>=1.0.0 <2.0.0",
370+
"resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz"
371+
},
372+
"d3-quadtree": {
373+
"version": "1.0.3",
374+
"from": "d3-quadtree@>=1.0.0 <2.0.0",
375+
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.3.tgz"
376+
},
377+
"d3-timer": {
378+
"version": "1.0.5",
379+
"from": "d3-timer@>=1.0.0 <2.0.0",
380+
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.5.tgz"
381+
}
382+
}
383+
},
333384
"delaunay-triangulate": {
334385
"version": "1.1.6",
335386
"from": "delaunay-triangulate@>=1.1.6 <2.0.0",
@@ -1433,19 +1484,19 @@
14331484
}
14341485
},
14351486
"gl-scatter2d-sdf": {
1436-
"version": "1.3.4",
1437-
"from": "gl-scatter2d-sdf@1.3.4",
1438-
"resolved": "https://registry.npmjs.org/gl-scatter2d-sdf/-/gl-scatter2d-sdf-1.3.4.tgz",
1487+
"version": "1.3.9",
1488+
"from": "gl-scatter2d-sdf@>=1.3.9 <2.0.0",
1489+
"resolved": "https://registry.npmjs.org/gl-scatter2d-sdf/-/gl-scatter2d-sdf-1.3.9.tgz",
14391490
"dependencies": {
14401491
"color-id": {
14411492
"version": "1.0.3",
14421493
"from": "color-id@>=1.0.0 <2.0.0",
14431494
"resolved": "https://registry.npmjs.org/color-id/-/color-id-1.0.3.tgz"
14441495
},
14451496
"font-atlas-sdf": {
1446-
"version": "1.1.3",
1497+
"version": "1.2.0",
14471498
"from": "font-atlas-sdf@>=1.0.0 <2.0.0",
1448-
"resolved": "https://registry.npmjs.org/font-atlas-sdf/-/font-atlas-sdf-1.1.3.tgz",
1499+
"resolved": "https://registry.npmjs.org/font-atlas-sdf/-/font-atlas-sdf-1.2.0.tgz",
14491500
"dependencies": {
14501501
"tiny-sdf": {
14511502
"version": "1.0.2",
@@ -2867,6 +2918,11 @@
28672918
"from": "sane-topojson@>=2.0.0 <3.0.0",
28682919
"resolved": "https://registry.npmjs.org/sane-topojson/-/sane-topojson-2.0.0.tgz"
28692920
},
2921+
"strongly-connected-components": {
2922+
"version": "1.0.1",
2923+
"from": "strongly-connected-components@>=1.0.1 <2.0.0",
2924+
"resolved": "https://registry.npmjs.org/strongly-connected-components/-/strongly-connected-components-1.0.1.tgz"
2925+
},
28702926
"superscript-text": {
28712927
"version": "1.0.0",
28722928
"from": "superscript-text@>=1.0.0 <2.0.0",

0 commit comments

Comments
 (0)