Skip to content

Commit

Permalink
1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Nov 2, 2016
1 parent 30a7bb9 commit 8745a22
Show file tree
Hide file tree
Showing 23 changed files with 2,974 additions and 84 deletions.
34 changes: 17 additions & 17 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,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.19.1.min.js
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.min.js OR https://cdn.plot.ly/plotly-plotly-1.19.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.19.1.js
- using CDN URL https://cdn.plot.ly/plotly-plotly-latest.js OR https://cdn.plot.ly/plotly-plotly-1.19.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 Down Expand Up @@ -74,8 +74,8 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-basic')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -92,8 +92,8 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-cartesian')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -110,8 +110,8 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-geo')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -128,8 +128,8 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl3d')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -146,8 +146,8 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-gl2d')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -164,8 +164,8 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
| 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.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-mapbox')` |

| Raw size | Minified size | Minified + gzip size |
Expand All @@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
| dist bundle (minified) | `dist/plotly-finance.min.js` |
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.19.1.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.19.1.min.js |
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.19.2.js |
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.19.2.min.js |
| CommonJS | `require('plotly.js/lib/index-finance')` |

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 1.6 MB | 629.8 kB | 202.7 kB |
| 1.6 MB | 629.9 kB | 202.7 kB |

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

Expand Down
Loading

0 comments on commit 8745a22

Please sign in to comment.