Skip to content

Commit

Permalink
1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Aug 9, 2016
1 parent a30ca81 commit fb9c5f4
Show file tree
Hide file tree
Showing 20 changed files with 2,864 additions and 2,132 deletions.
54 changes: 27 additions & 27 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ 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-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.16.1.min.js
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.16.2.min.js

or as raw javascript:
- using dist file `dist/plotly.js`
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.16.1.js
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.16.2.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 @@ -49,7 +49,7 @@ The main plotly.js bundle weights in at:

| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
|-----------|---------------|----------------------|---------------------|
| 3.8 MB | 1.6 MB | 488.7 kB | 3.9 MB |
| 3.8 MB | 1.6 MB | 488.9 kB | 3.9 MB |

## Partial bundles

Expand All @@ -64,111 +64,111 @@ Starting in `v1.15.0`, plotly.js also ships with several _partial_ bundles:

### plotly.js basic

The `basic` partial bundle contains the `scatter`, `bar`and `pie` trace modules.
The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-basic.js` |
| dist bundle (minified) | `dist/plotly-basic.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-basic')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.4 MB | 548.4 kB | 180.3 kB |
| 1.4 MB | 549 kB | 180.6 kB |

### plotly.js cartesian

The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `pie`, `contour`and `scatterternary` trace modules.
The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`, `histogram`, `histogram2d`, `histogram2dcontour`, `pie`, `contour` and `scatterternary` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-cartesian.js` |
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-cartesian')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.6 MB | 617.5 kB | 201.1 kB |
| 1.6 MB | 618.2 kB | 201.3 kB |

### plotly.js geo

The `geo` partial bundle contains the `scatter`, `scattergeo`and `choropleth` trace modules.
The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-geo.js` |
| dist bundle (minified) | `dist/plotly-geo.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-geo')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.4 MB | 577.8 kB | 191.3 kB |
| 1.5 MB | 578.6 kB | 191.5 kB |

### plotly.js gl3d

The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface`and `mesh3d` trace modules.
The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `mesh3d` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-gl3d.js` |
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl3d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 984.4 kB | 310.4 kB |
| 2.3 MB | 985.1 kB | 310.6 kB |

### plotly.js gl2d

The `gl2d` partial bundle contains the `scatter`, `scattergl`, `heatmapgl`and `contourgl` trace modules.
The `gl2d` partial bundle contains the `scatter`, `scattergl`, `heatmapgl` and `contourgl` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-gl2d.js` |
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl2d')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2 MB | 854 kB | 270.8 kB |
| 2 MB | 854.8 kB | 271 kB |

### plotly.js mapbox

The `mapbox` partial bundle contains the `scatter`and `scattermapbox` trace modules.
The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace modules.

| Way to import | Location |
|---------------|----------|
| dist bundle | `dist/plotly-mapbox.js` |
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.16.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.16.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.16.2.min.js |
| CommonJS | `require('plotly.js/lib/index-mapbox')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.3 MB | 957.2 kB | 284.9 kB |
| 2.3 MB | 957.9 kB | 285.1 kB |

----------------

Expand Down
Loading

0 comments on commit fb9c5f4

Please sign in to comment.