Skip to content

Commit

Permalink
1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed May 10, 2017
1 parent 7aa91df commit 6653e71
Show file tree
Hide file tree
Showing 23 changed files with 192,385 additions and 176,495 deletions.
48 changes: 24 additions & 24 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.

It be can imported as minified javascript
- using dist file `dist/plotly.min.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.26.1.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.27.0.min.js

or as raw javascript:
- using dist file `dist/plotly.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.26.1.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.27.0.js
- using CommonJS with `require('plotly.js')`

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

| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------|
| 5.2 MB | 2.1 MB | 632.9 kB | 5.3 MB |
| 5.3 MB | 2.1 MB | 655.1 kB | 5.5 MB |

## Partial bundles

Expand All @@ -74,13 +74,13 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
| dist bundle (minified) | `dist/plotly-basic.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-basic')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.7 MB | 646.2 kB | 210.3 kB |
| 1.7 MB | 653.5 kB | 212 kB |

### plotly.js cartesian

Expand All @@ -92,13 +92,13 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-cartesian')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.9 MB | 721.2 kB | 232.8 kB |
| 1.9 MB | 728.6 kB | 234.6 kB |

### plotly.js geo

Expand All @@ -110,13 +110,13 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
| dist bundle (minified) | `dist/plotly-geo.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-geo')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.7 MB | 669.1 kB | 218.8 kB |
| 1.8 MB | 676.3 kB | 220.4 kB |

### plotly.js gl3d

Expand All @@ -128,13 +128,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-gl3d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.6 MB | 1.1 MB | 348 kB |
| 2.6 MB | 1.1 MB | 349.8 kB |

### plotly.js gl2d

Expand All @@ -146,13 +146,13 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-gl2d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.7 MB | 1.1 MB | 354.7 kB |
| 2.7 MB | 1.1 MB | 356.7 kB |

### plotly.js mapbox

Expand All @@ -164,13 +164,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-mapbox')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.8 MB | 1.1 MB | 323.1 kB |
| 2.8 MB | 1.1 MB | 324.8 kB |

### plotly.js finance

Expand All @@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
| dist bundle (minified) | `dist/plotly-finance.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.26.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.26.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.27.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.27.0.min.js |
| CommonJS | `require('plotly.js/lib/index-finance')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.8 MB | 673.1 kB | 217.8 kB |
| 1.8 MB | 680.3 kB | 219.5 kB |

----------------

Expand Down
68 changes: 62 additions & 6 deletions dist/npm-ls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly.js",
"version": "1.26.1",
"version": "1.27.0",
"dependencies": {
"3d-view": {
"version": "2.0.0",
Expand Down Expand Up @@ -33,6 +33,35 @@
}
}
},
"@plotly/d3-sankey": {
"version": "0.5.0",
"from": "@plotly/d3-sankey@>=0.5.0 <0.6.0",
"resolved": "https://registry.npmjs.org/@plotly/d3-sankey/-/d3-sankey-0.5.0.tgz",
"dependencies": {
"d3-array": {
"version": "1.2.0",
"from": "d3-array@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.0.tgz"
},
"d3-collection": {
"version": "1.0.3",
"from": "d3-collection@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-collection/-/d3-collection-1.0.3.tgz"
},
"d3-interpolate": {
"version": "1.1.4",
"from": "d3-interpolate@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-1.1.4.tgz",
"dependencies": {
"d3-color": {
"version": "1.0.3",
"from": "d3-color@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-color/-/d3-color-1.0.3.tgz"
}
}
}
}
},
"alpha-shape": {
"version": "1.0.0",
"from": "alpha-shape@>=1.0.0 <2.0.0",
Expand Down Expand Up @@ -330,6 +359,28 @@
"from": "d3@>=3.5.12 <4.0.0",
"resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz"
},
"d3-force": {
"version": "1.0.6",
"from": "d3-force@>=1.0.6 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-force/-/d3-force-1.0.6.tgz",
"dependencies": {
"d3-dispatch": {
"version": "1.0.3",
"from": "d3-dispatch@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-1.0.3.tgz"
},
"d3-quadtree": {
"version": "1.0.3",
"from": "d3-quadtree@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-quadtree/-/d3-quadtree-1.0.3.tgz"
},
"d3-timer": {
"version": "1.0.5",
"from": "d3-timer@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-1.0.5.tgz"
}
}
},
"delaunay-triangulate": {
"version": "1.1.6",
"from": "delaunay-triangulate@>=1.1.6 <2.0.0",
Expand Down Expand Up @@ -1433,19 +1484,19 @@
}
},
"gl-scatter2d-sdf": {
"version": "1.3.4",
"from": "[email protected].4",
"resolved": "https://registry.npmjs.org/gl-scatter2d-sdf/-/gl-scatter2d-sdf-1.3.4.tgz",
"version": "1.3.9",
"from": "gl-scatter2d-sdf@>=1.3.9 <2.0.0",
"resolved": "https://registry.npmjs.org/gl-scatter2d-sdf/-/gl-scatter2d-sdf-1.3.9.tgz",
"dependencies": {
"color-id": {
"version": "1.0.3",
"from": "color-id@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/color-id/-/color-id-1.0.3.tgz"
},
"font-atlas-sdf": {
"version": "1.1.3",
"version": "1.2.0",
"from": "font-atlas-sdf@>=1.0.0 <2.0.0",
"resolved": "https://registry.npmjs.org/font-atlas-sdf/-/font-atlas-sdf-1.1.3.tgz",
"resolved": "https://registry.npmjs.org/font-atlas-sdf/-/font-atlas-sdf-1.2.0.tgz",
"dependencies": {
"tiny-sdf": {
"version": "1.0.2",
Expand Down Expand Up @@ -2867,6 +2918,11 @@
"from": "sane-topojson@>=2.0.0 <3.0.0",
"resolved": "https://registry.npmjs.org/sane-topojson/-/sane-topojson-2.0.0.tgz"
},
"strongly-connected-components": {
"version": "1.0.1",
"from": "strongly-connected-components@>=1.0.1 <2.0.0",
"resolved": "https://registry.npmjs.org/strongly-connected-components/-/strongly-connected-components-1.0.1.tgz"
},
"superscript-text": {
"version": "1.0.0",
"from": "superscript-text@>=1.0.0 <2.0.0",
Expand Down
Loading

0 comments on commit 6653e71

Please sign in to comment.