Skip to content

Commit

Permalink
1.48.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Jun 13, 2019
1 parent 02d797b commit d7d2bdd
Show file tree
Hide file tree
Showing 24 changed files with 1,124 additions and 891 deletions.
38 changes: 19 additions & 19 deletions dist/README.md
Original file line number Diff line number Diff line change
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.2.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.48.3.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.2.min.js
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.3.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.2.js
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.3.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 | 892.8 kB | 6.7 MB |
| 6.4 MB | 2.9 MB | 893.1 kB | 6.7 MB |

## Partial bundles

Expand Down Expand Up @@ -119,8 +119,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.48.2.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 |

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

Expand Down Expand Up @@ -165,8 +165,8 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.48.2.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 |

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

Expand Down Expand Up @@ -211,8 +211,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.48.2.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 |

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

Expand Down Expand Up @@ -257,8 +257,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.48.2.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 |

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

Expand Down Expand Up @@ -303,8 +303,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.48.2.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 |

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

Expand Down Expand Up @@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
| ------ | --- |
| 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.48.2.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 |

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

Expand Down Expand Up @@ -387,16 +387,16 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram

| Raw size | Minified size | Minified + gzip size |
|------|-----------------|------------------------|
| 2.5 MB | 893.4 kB | 290.2 kB |
| 2.5 MB | 894.6 kB | 290.5 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.2.js |
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.48.2.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 |

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

Expand Down
56 changes: 29 additions & 27 deletions dist/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14384,26 +14384,6 @@
"editType": "calc",
"description": "Array containing integer indices of selected points. Has an effect only for traces that support selections. Note that an empty array means an empty selection where the `unselected` are turned on for all points, whereas, any other non-array values means no selection all where the `selected` and `unselected` styles have no effect."
},
"hoverinfo": {
"valType": "flaglist",
"role": "info",
"flags": [
"x",
"y",
"z",
"text",
"name"
],
"extras": [
"all",
"none",
"skip"
],
"arrayOk": true,
"dflt": "all",
"editType": "none",
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
},
"hoverlabel": {
"bgcolor": {
"valType": "color",
Expand Down Expand Up @@ -14609,9 +14589,31 @@
"role": "info",
"dflt": "",
"editType": "none",
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
"description": "Template string used for rendering the information that appear on hover box. Note that this will override `hoverinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". See https://github.com/d3/d3-format/blob/master/README.md#locale_format for details on the formatting syntax. The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plot.ly/javascript/plotlyjs-events/#event-data. Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `percentInitial`, `percentPrevious` and `percentTotal`. Anything contained in tag `<extra>` is displayed in the secondary box, for example \"<extra>{fullData.name}</extra>\". To hide the secondary box completely, use an empty tag `<extra></extra>`.",
"arrayOk": true
},
"hoverinfo": {
"valType": "flaglist",
"role": "info",
"flags": [
"name",
"x",
"y",
"text",
"percent initial",
"percent previous",
"percent total"
],
"extras": [
"all",
"none",
"skip"
],
"arrayOk": true,
"dflt": "all",
"editType": "none",
"description": "Determines which trace information appear on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired."
},
"textinfo": {
"valType": "flaglist",
"flags": [
Expand Down Expand Up @@ -15657,12 +15659,6 @@
"description": "Sets the source reference on plot.ly for meta .",
"editType": "none"
},
"hoverinfosrc": {
"valType": "string",
"role": "info",
"description": "Sets the source reference on plot.ly for hoverinfo .",
"editType": "none"
},
"xsrc": {
"valType": "string",
"role": "info",
Expand All @@ -15687,6 +15683,12 @@
"description": "Sets the source reference on plot.ly for hovertemplate .",
"editType": "none"
},
"hoverinfosrc": {
"valType": "string",
"role": "info",
"description": "Sets the source reference on plot.ly for hoverinfo .",
"editType": "none"
},
"textsrc": {
"valType": "string",
"role": "info",
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-basic.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (basic) v1.48.2
* plotly.js (basic) v1.48.3
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -34082,7 +34082,7 @@ exports.svgAttrs = {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.48.2';
exports.version = '1.48.3';

// inject promise polyfill
_dereq_('es6-promise').polyfill();
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-basic.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plotly-cartesian.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* plotly.js (cartesian) v1.48.2
* plotly.js (cartesian) v1.48.3
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
Expand Down Expand Up @@ -34232,7 +34232,7 @@ exports.svgAttrs = {
'use strict';

// package version injected by `npm run preprocess`
exports.version = '1.48.2';
exports.version = '1.48.3';

// inject promise polyfill
_dereq_('es6-promise').polyfill();
Expand Down
4 changes: 2 additions & 2 deletions dist/plotly-cartesian.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d7d2bdd

Please sign in to comment.