Skip to content

Commit

Permalink
1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Apr 17, 2018
1 parent bda054b commit 63db2a1
Show file tree
Hide file tree
Showing 27 changed files with 256,888 additions and 240,688 deletions.
52 changes: 26 additions & 26 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can grab the relevant MathJax files in `./dist/extras/mathjax/`.
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
Many other localizations are available - here is an example using Swiss-German (de-CH),
see the contents of this directory for the full list.
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.35.2.js
They are also available on our CDN as https://cdn.plot.ly/plotly-locale-de-ch-latest.js OR https://cdn.plot.ly/plotly-locale-de-ch-1.36.0.js
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.

*After* the plotly.js script tag, add:
Expand All @@ -61,11 +61,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.35.2.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.36.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.35.2.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.36.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 @@ -74,7 +74,7 @@ The main plotly.js bundle weights in at:

| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------|
| 6.1 MB | 2.4 MB | 739.9 kB | 6.3 MB |
| 6.2 MB | 2.4 MB | 754.8 kB | 6.4 MB |

## Partial bundles

Expand All @@ -98,13 +98,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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-basic')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2 MB | 685.4 kB | 229.5 kB |
| 2.1 MB | 691 kB | 231.9 kB |

### plotly.js cartesian

Expand All @@ -116,13 +116,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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-cartesian')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 774.3 kB | 260.8 kB |
| 2.4 MB | 779.8 kB | 263.2 kB |

### plotly.js geo

Expand All @@ -134,13 +134,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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-geo')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.1 MB | 707.5 kB | 238.7 kB |
| 2.1 MB | 713.2 kB | 241 kB |

### plotly.js gl3d

Expand All @@ -152,31 +152,31 @@ 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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-gl3d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3 MB | 1.1 MB | 361.7 kB |
| 3 MB | 1.1 MB | 364.2 kB |

### plotly.js gl2d

The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `heatmapgl`, `contourgl` and `parcoords` trace modules.
The `gl2d` partial bundle contains the `scatter`, `scattergl`, `splom`, `pointcloud`, `heatmapgl`, `contourgl` and `parcoords` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-gl2d.js` |
| 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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-gl2d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3 MB | 1.1 MB | 379.7 kB |
| 3.1 MB | 1.2 MB | 393.6 kB |

### plotly.js mapbox

Expand All @@ -188,13 +188,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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-mapbox')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.3 MB | 1.3 MB | 382.1 kB |
| 3.4 MB | 1.3 MB | 384.5 kB |

### plotly.js finance

Expand All @@ -206,13 +206,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.35.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.35.2.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.36.0.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.36.0.min.js |
| CommonJS | `require('plotly.js/lib/index-finance')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.1 MB | 715.9 kB | 240 kB |
| 2.1 MB | 714.9 kB | 239.9 kB |

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

Expand Down
Loading

0 comments on commit 63db2a1

Please sign in to comment.