Skip to content

Commit

Permalink
1.41.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Sep 25, 2018
1 parent 7fc2468 commit a070a8d
Show file tree
Hide file tree
Showing 24 changed files with 902 additions and 365 deletions.
50 changes: 25 additions & 25 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.41.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.41.3.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,12 +61,12 @@ 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.41.2.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.41.3.min.js

or as raw javascript:
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
- using dist file `dist/plotly.js`
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.41.2.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.41.3.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 @@ -75,7 +75,7 @@ The main plotly.js bundle weights in at:

| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------|
| 5.8 MB | 2.7 MB | 819.6 kB | 6 MB |
| 5.8 MB | 2.7 MB | 819.8 kB | 6 MB |

## Partial bundles

Expand All @@ -98,16 +98,16 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.2 MB | 774.8 kB | 253.8 kB |
| 2.2 MB | 775.4 kB | 254.1 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-basic-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-basic-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -144,16 +144,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.5 MB | 885.1 kB | 288.5 kB |
| 2.5 MB | 885.7 kB | 288.7 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -190,16 +190,16 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.2 MB | 797.9 kB | 263 kB |
| 2.2 MB | 798.5 kB | 263.2 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-geo-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-geo-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -236,16 +236,16 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.2 MB | 1.3 MB | 411.2 kB |
| 3.2 MB | 1.3 MB | 411.4 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -282,16 +282,16 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.3 MB | 1.3 MB | 431.1 kB |
| 3.3 MB | 1.3 MB | 431.3 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -328,16 +328,16 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.7 MB | 1.3 MB | 400.7 kB |
| 2.7 MB | 1.3 MB | 400.9 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down Expand Up @@ -374,16 +374,16 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 804.9 kB | 262.8 kB |
| 2.3 MB | 805.5 kB | 263 kB |

#### CDN links

| Flavor | URL |
| ------ | --- |
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
| Tagged | https://cdn.plot.ly/plotly-finance-1.41.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.41.2.min.js |
| Tagged | https://cdn.plot.ly/plotly-finance-1.41.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.41.3.min.js |

#### npm package (starting in `v1.39.0`)

Expand Down
Loading

0 comments on commit a070a8d

Please sign in to comment.