Skip to content

Commit

Permalink
2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed May 2, 2022
1 parent 37b691b commit 042742d
Show file tree
Hide file tree
Showing 25 changed files with 8,137 additions and 3,216 deletions.
52 changes: 26 additions & 26 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ The main plotly.js bundles weight in at:
| 8.3 MB | 3.5 MB | 1 MB | 8.6 MB |

#### CDN links
> https://cdn.plot.ly/plotly-2.11.1.js
> https://cdn.plot.ly/plotly-2.12.0.js
> https://cdn.plot.ly/plotly-2.11.1.min.js
> https://cdn.plot.ly/plotly-2.12.0.min.js

#### npm packages
Expand Down Expand Up @@ -91,12 +91,12 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.7 MB | 977.9 kB | 318.5 kB |
| 2.7 MB | 982.4 kB | 320.1 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-2.11.1.js
> https://cdn.plot.ly/plotly-basic-2.12.0.js
> https://cdn.plot.ly/plotly-basic-2.11.1.min.js
> https://cdn.plot.ly/plotly-basic-2.12.0.min.js

#### npm packages
Expand All @@ -114,12 +114,12 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.3 MB | 1.2 MB | 391.5 kB |
| 3.3 MB | 1.2 MB | 393.1 kB |

#### CDN links
> https://cdn.plot.ly/plotly-cartesian-2.11.1.js
> https://cdn.plot.ly/plotly-cartesian-2.12.0.js
> https://cdn.plot.ly/plotly-cartesian-2.11.1.min.js
> https://cdn.plot.ly/plotly-cartesian-2.12.0.min.js

#### npm packages
Expand All @@ -137,12 +137,12 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.1 MB | 1.1 MB | 361.2 kB |
| 3.1 MB | 1.1 MB | 362.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-geo-2.11.1.js
> https://cdn.plot.ly/plotly-geo-2.12.0.js
> https://cdn.plot.ly/plotly-geo-2.11.1.min.js
> https://cdn.plot.ly/plotly-geo-2.12.0.min.js

#### npm packages
Expand All @@ -160,12 +160,12 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.9 MB | 1.5 MB | 482.2 kB |
| 3.9 MB | 1.5 MB | 483.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl3d-2.11.1.js
> https://cdn.plot.ly/plotly-gl3d-2.12.0.js
> https://cdn.plot.ly/plotly-gl3d-2.11.1.min.js
> https://cdn.plot.ly/plotly-gl3d-2.12.0.min.js

#### npm packages
Expand All @@ -183,12 +183,12 @@ The `gl2d` partial bundle contains trace modules `heatmapgl`, `parcoords`, `poin

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.4 MB | 1.8 MB | 574.4 kB |
| 4.4 MB | 1.8 MB | 576 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl2d-2.11.1.js
> https://cdn.plot.ly/plotly-gl2d-2.12.0.js
> https://cdn.plot.ly/plotly-gl2d-2.11.1.min.js
> https://cdn.plot.ly/plotly-gl2d-2.12.0.min.js

#### npm packages
Expand All @@ -206,12 +206,12 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.3 MB | 1.7 MB | 515.4 kB |
| 4.4 MB | 1.7 MB | 516.9 kB |

#### CDN links
> https://cdn.plot.ly/plotly-mapbox-2.11.1.js
> https://cdn.plot.ly/plotly-mapbox-2.12.0.js
> https://cdn.plot.ly/plotly-mapbox-2.11.1.min.js
> https://cdn.plot.ly/plotly-mapbox-2.12.0.min.js

#### npm packages
Expand All @@ -229,12 +229,12 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.9 MB | 1.1 MB | 351.2 kB |
| 2.9 MB | 1.1 MB | 352.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-finance-2.11.1.js
> https://cdn.plot.ly/plotly-finance-2.12.0.js
> https://cdn.plot.ly/plotly-finance-2.11.1.min.js
> https://cdn.plot.ly/plotly-finance-2.12.0.min.js

#### npm packages
Expand All @@ -252,12 +252,12 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 8.7 MB | 3.8 MB | 1.1 MB |
| 8.8 MB | 3.8 MB | 1.1 MB |

#### CDN links
> https://cdn.plot.ly/plotly-strict-2.11.1.js
> https://cdn.plot.ly/plotly-strict-2.12.0.js
> https://cdn.plot.ly/plotly-strict-2.11.1.min.js
> https://cdn.plot.ly/plotly-strict-2.12.0.min.js

#### npm packages
Expand Down
Loading

0 comments on commit 042742d

Please sign in to comment.