Skip to content

Commit

Permalink
1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jul 24, 2019
1 parent 868f53d commit d04575f
Show file tree
Hide file tree
Showing 25 changed files with 82,047 additions and 56,673 deletions.
54 changes: 27 additions & 27 deletions dist/README.md
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.
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.48.3.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.49.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 @@ -74,12 +74,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.48.3.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.49.0.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.48.3.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.49.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 @@ -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 |
|-----------|---------------|----------------------|---------------------|
| 6.4 MB | 2.9 MB | 893.1 kB | 6.7 MB |
| 6.7 MB | 3.1 MB | 933.9 kB | 7 MB |

## 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 |
|------|-----------------|------------------------|
| 2.3 MB | 831.9 kB | 272.8 kB |
| 2.3 MB | 835.5 kB | 274.3 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-basic-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.49.0.min.js |

#### 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 |
|------|-----------------|------------------------|
| 2.6 MB | 948.5 kB | 309.9 kB |
| 2.6 MB | 952.4 kB | 311.4 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.49.0.min.js |

#### 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 |
|------|-----------------|------------------------|
| 2.3 MB | 845.4 kB | 278.9 kB |
| 2.3 MB | 849.2 kB | 280.5 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-geo-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.49.0.min.js |

#### 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 |
|------|-----------------|------------------------|
| 3.4 MB | 1.4 MB | 435.5 kB |
| 3.4 MB | 1.4 MB | 437 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.49.0.min.js |

#### 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 |
|------|-----------------|------------------------|
| 3.4 MB | 1.4 MB | 450.8 kB |
| 3.5 MB | 1.4 MB | 454.9 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.49.0.min.js |

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

Expand Down Expand Up @@ -335,22 +335,22 @@ var Plotly = require('plotly.js-gl2d-dist');

### plotly.js mapbox

The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`.
The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `choroplethmapbox` and `densitymapbox`.

#### Stats

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.8 MB | 1.4 MB | 416.6 kB |
| 3.1 MB | 1.5 MB | 456.3 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.49.0.min.js |

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

Expand Down Expand Up @@ -381,22 +381,22 @@ var Plotly = require('plotly.js-mapbox-dist');

### plotly.js finance

The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel` and `waterfall`.
The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram`, `pie`, `funnelarea`, `ohlc`, `candlestick`, `funnel`, `waterfall` and `indicator`.

#### Stats

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.5 MB | 894.6 kB | 290.5 kB |
| 2.5 MB | 921.2 kB | 298.7 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.48.3.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.48.3.min.js |
| Tagged | https://cdn.plot.ly/plotly-finance-1.49.0.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.49.0.min.js |

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

Expand Down

0 comments on commit d04575f

Please sign in to comment.