Skip to content

Commit d7d2bdd

Browse files
committed
1.48.3
1 parent 02d797b commit d7d2bdd

24 files changed

+1124
-891
lines changed

Diff for: dist/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ object. This property must be set before the plotly.js script tag, for example:
5151
Plotly.js defaults to US English (en-US) and includes British English (en) in the standard bundle.
5252
Many other localizations are available - here is an example using Swiss-German (de-CH),
5353
see the contents of this directory for the full list.
54-
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
54+
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
5555
Note that the file names are all lowercase, even though the region is uppercase when you apply a locale.
5656

5757
*After* the plotly.js script tag, add:
@@ -74,12 +74,12 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
7474

7575
It be can imported as minified javascript
7676
- using dist file `dist/plotly.min.js`
77-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.2.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.48.3.min.js
7878

7979
or as raw javascript:
8080
- using the `plotly.js-dist` npm package (starting in `v1.39.0`)
8181
- using dist file `dist/plotly.js`
82-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.2.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.48.3.js
8383
- using CommonJS with `require('plotly.js')`
8484

8585
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`
@@ -88,7 +88,7 @@ The main plotly.js bundle weights in at:
8888

8989
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
9090
|-----------|---------------|----------------------|---------------------|
91-
| 6.4 MB | 2.9 MB | 892.8 kB | 6.7 MB |
91+
| 6.4 MB | 2.9 MB | 893.1 kB | 6.7 MB |
9292

9393
## Partial bundles
9494

@@ -119,8 +119,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
119119
| ------ | --- |
120120
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
121121
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
122-
| Tagged | https://cdn.plot.ly/plotly-basic-1.48.2.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.48.2.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.48.3.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.48.3.min.js |
124124

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

@@ -165,8 +165,8 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
165165
| ------ | --- |
166166
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
167167
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
168-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.48.2.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.48.2.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.48.3.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.48.3.min.js |
170170

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

@@ -211,8 +211,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
211211
| ------ | --- |
212212
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
213213
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
214-
| Tagged | https://cdn.plot.ly/plotly-geo-1.48.2.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.48.2.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.48.3.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.48.3.min.js |
216216

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

@@ -257,8 +257,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
257257
| ------ | --- |
258258
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
259259
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
260-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.48.2.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.48.2.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.48.3.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.48.3.min.js |
262262

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

@@ -303,8 +303,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
303303
| ------ | --- |
304304
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
305305
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
306-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.48.2.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.48.2.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.48.3.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.48.3.min.js |
308308

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

@@ -349,8 +349,8 @@ The `mapbox` partial bundle contains trace modules `scatter` and `scattermapbox`
349349
| ------ | --- |
350350
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
351351
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
352-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.48.2.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.48.2.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.48.3.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.48.3.min.js |
354354

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

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

388388
| Raw size | Minified size | Minified + gzip size |
389389
|------|-----------------|------------------------|
390-
| 2.5 MB | 893.4 kB | 290.2 kB |
390+
| 2.5 MB | 894.6 kB | 290.5 kB |
391391

392392
#### CDN links
393393

394394
| Flavor | URL |
395395
| ------ | --- |
396396
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
397397
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
398-
| Tagged | https://cdn.plot.ly/plotly-finance-1.48.2.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.48.2.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.48.3.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.48.3.min.js |
400400

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

Diff for: dist/plot-schema.json

+29-27
Original file line numberDiff line numberDiff line change
@@ -14384,26 +14384,6 @@
1438414384
"editType": "calc",
1438514385
"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."
1438614386
},
14387-
"hoverinfo": {
14388-
"valType": "flaglist",
14389-
"role": "info",
14390-
"flags": [
14391-
"x",
14392-
"y",
14393-
"z",
14394-
"text",
14395-
"name"
14396-
],
14397-
"extras": [
14398-
"all",
14399-
"none",
14400-
"skip"
14401-
],
14402-
"arrayOk": true,
14403-
"dflt": "all",
14404-
"editType": "none",
14405-
"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."
14406-
},
1440714387
"hoverlabel": {
1440814388
"bgcolor": {
1440914389
"valType": "color",
@@ -14609,9 +14589,31 @@
1460914589
"role": "info",
1461014590
"dflt": "",
1461114591
"editType": "none",
14612-
"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>`.",
14592+
"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>`.",
1461314593
"arrayOk": true
1461414594
},
14595+
"hoverinfo": {
14596+
"valType": "flaglist",
14597+
"role": "info",
14598+
"flags": [
14599+
"name",
14600+
"x",
14601+
"y",
14602+
"text",
14603+
"percent initial",
14604+
"percent previous",
14605+
"percent total"
14606+
],
14607+
"extras": [
14608+
"all",
14609+
"none",
14610+
"skip"
14611+
],
14612+
"arrayOk": true,
14613+
"dflt": "all",
14614+
"editType": "none",
14615+
"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."
14616+
},
1461514617
"textinfo": {
1461614618
"valType": "flaglist",
1461714619
"flags": [
@@ -15657,12 +15659,6 @@
1565715659
"description": "Sets the source reference on plot.ly for meta .",
1565815660
"editType": "none"
1565915661
},
15660-
"hoverinfosrc": {
15661-
"valType": "string",
15662-
"role": "info",
15663-
"description": "Sets the source reference on plot.ly for hoverinfo .",
15664-
"editType": "none"
15665-
},
1566615662
"xsrc": {
1566715663
"valType": "string",
1566815664
"role": "info",
@@ -15687,6 +15683,12 @@
1568715683
"description": "Sets the source reference on plot.ly for hovertemplate .",
1568815684
"editType": "none"
1568915685
},
15686+
"hoverinfosrc": {
15687+
"valType": "string",
15688+
"role": "info",
15689+
"description": "Sets the source reference on plot.ly for hoverinfo .",
15690+
"editType": "none"
15691+
},
1569015692
"textsrc": {
1569115693
"valType": "string",
1569215694
"role": "info",

Diff for: dist/plotly-basic.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.48.2
2+
* plotly.js (basic) v1.48.3
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34082,7 +34082,7 @@ exports.svgAttrs = {
3408234082
'use strict';
3408334083

3408434084
// package version injected by `npm run preprocess`
34085-
exports.version = '1.48.2';
34085+
exports.version = '1.48.3';
3408634086

3408734087
// inject promise polyfill
3408834088
_dereq_('es6-promise').polyfill();

Diff for: dist/plotly-basic.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/plotly-cartesian.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.48.2
2+
* plotly.js (cartesian) v1.48.3
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -34232,7 +34232,7 @@ exports.svgAttrs = {
3423234232
'use strict';
3423334233

3423434234
// package version injected by `npm run preprocess`
34235-
exports.version = '1.48.2';
34235+
exports.version = '1.48.3';
3423634236

3423734237
// inject promise polyfill
3423834238
_dereq_('es6-promise').polyfill();

Diff for: dist/plotly-cartesian.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)