Skip to content

Commit

Permalink
1.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 26, 2019
1 parent 20d8ba8 commit 4b21575
Show file tree
Hide file tree
Showing 25 changed files with 24,295 additions and 10,174 deletions.
50 changes: 25 additions & 25 deletions dist/README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle. 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), Many other localizations are available - here is an example using Swiss-German (de-CH),
see the contents of this directory for the full list. 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.44.4.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.45.0.js
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale. 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: *After* the plotly.js script tag, add:
Expand All @@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.


It be can imported as minified javascript It be can imported as minified javascript
- using dist file `dist/plotly.min.js` - 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.44.4.min.js - using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.45.0.min.js


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


| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js | | plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------| |-----------|---------------|----------------------|---------------------|
| 6.1 MB | 2.8 MB | 849.5 kB | 6.3 MB | | 6.2 MB | 2.9 MB | 866.6 kB | 6.5 MB |


## Partial bundles ## Partial bundles


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 2.3 MB | 810.9 kB | 264.8 kB | | 2.3 MB | 816.8 kB | 266.8 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 2.6 MB | 924.5 kB | 300.8 kB | | 2.6 MB | 932.3 kB | 303.2 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 2.3 MB | 829.2 kB | 272.9 kB | | 2.3 MB | 834 kB | 274.5 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 3.4 MB | 1.3 MB | 425.2 kB | | 3.4 MB | 1.3 MB | 426.8 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 3.4 MB | 1.4 MB | 442.6 kB | | 3.4 MB | 1.4 MB | 444.3 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 2.8 MB | 1.4 MB | 410.8 kB | | 2.8 MB | 1.4 MB | 412.5 kB |


#### CDN links #### CDN links


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


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


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


| Raw size | Minified size | Minified + gzip size | | Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------| |------|-----------------|------------------------|
| 2.4 MB | 843.5 kB | 274.9 kB | | 2.4 MB | 850.3 kB | 277.1 kB |


#### CDN links #### CDN links


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


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


Expand Down
Loading

0 comments on commit 4b21575

Please sign in to comment.