Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ build/*

dist/*.LICENSE.txt
dist/*.css
dist/*.js
dist/*.min.js
dist/plot-schema.json
dist/translation-keys.txt

npm-debug.log*
*.sublime*
Expand Down
16 changes: 8 additions & 8 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The `basic` partial bundle contains trace modules `bar`, `pie` and `scatter`.

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.6 MB | 1.1 MB | 364.2 kB |
| 2.7 MB | 1.1 MB | 364.6 kB |

#### CDN links
> https://cdn.plot.ly/plotly-basic-3.4.0.js
Expand All @@ -114,7 +114,7 @@ The `cartesian` partial bundle contains trace modules `bar`, `box`, `contour`, `

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.4 MB | 1.3 MB | 462.4 kB |
| 3.4 MB | 1.4 MB | 462.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-cartesian-3.4.0.js
Expand All @@ -137,7 +137,7 @@ The `geo` partial bundle contains trace modules `choropleth`, `scatter` and `sca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.9 MB | 1.2 MB | 414 kB |
| 3 MB | 1.2 MB | 414.2 kB |

#### CDN links
> https://cdn.plot.ly/plotly-geo-3.4.0.js
Expand All @@ -160,7 +160,7 @@ The `gl3d` partial bundle contains trace modules `cone`, `isosurface`, `mesh3d`,

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.2 MB | 1.6 MB | 532.2 kB |
| 4.2 MB | 1.6 MB | 532.4 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl3d-3.4.0.js
Expand All @@ -183,7 +183,7 @@ The `gl2d` partial bundle contains trace modules `parcoords`, `scatter`, `scatte

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 3.8 MB | 1.5 MB | 521 kB |
| 3.8 MB | 1.5 MB | 520.8 kB |

#### CDN links
> https://cdn.plot.ly/plotly-gl2d-3.4.0.js
Expand All @@ -206,7 +206,7 @@ The `mapbox` partial bundle contains trace modules `choroplethmapbox`, `densitym

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 4.5 MB | 1.9 MB | 578.9 kB |
| 4.5 MB | 1.9 MB | 579.3 kB |

#### CDN links
> https://cdn.plot.ly/plotly-mapbox-3.4.0.js
Expand All @@ -229,7 +229,7 @@ The `finance` partial bundle contains trace modules `bar`, `candlestick`, `funne

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.9 MB | 1.2 MB | 398 kB |
| 2.9 MB | 1.2 MB | 398.2 kB |

#### CDN links
> https://cdn.plot.ly/plotly-finance-3.4.0.js
Expand All @@ -252,7 +252,7 @@ The `strict` partial bundle contains trace modules `bar`, `barpolar`, `box`, `ca

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 11.5 MB | 4.9 MB | 1.5 MB |
| 11.5 MB | 5 MB | 1.5 MB |

#### CDN links
> https://cdn.plot.ly/plotly-strict-3.4.0.js
Expand Down
Loading