Skip to content

Commit 84e24aa

Browse files
committed
1.44.2
1 parent 78cf703 commit 84e24aa

24 files changed

+114
-96
lines changed

dist/README.md

+21-21
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.44.1.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.44.2.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.44.1.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.44.2.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.44.1.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.44.2.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`
@@ -111,16 +111,16 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
111111

112112
| Raw size | Minified size | Minified + gzip size |
113113
|------|-----------------|------------------------|
114-
| 2.3 MB | 810.6 kB | 264.7 kB |
114+
| 2.3 MB | 810.7 kB | 264.7 kB |
115115

116116
#### CDN links
117117

118118
| Flavor | URL |
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.44.1.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.44.1.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.44.2.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.44.2.min.js |
124124

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

@@ -157,16 +157,16 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
157157

158158
| Raw size | Minified size | Minified + gzip size |
159159
|------|-----------------|------------------------|
160-
| 2.6 MB | 924.2 kB | 300.7 kB |
160+
| 2.6 MB | 924.3 kB | 300.7 kB |
161161

162162
#### CDN links
163163

164164
| Flavor | URL |
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.44.1.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.44.1.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.44.2.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.44.2.min.js |
170170

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

@@ -203,16 +203,16 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
203203

204204
| Raw size | Minified size | Minified + gzip size |
205205
|------|-----------------|------------------------|
206-
| 2.3 MB | 828.9 kB | 272.8 kB |
206+
| 2.3 MB | 829 kB | 272.8 kB |
207207

208208
#### CDN links
209209

210210
| Flavor | URL |
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.44.1.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.44.1.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.44.2.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.44.2.min.js |
216216

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

@@ -249,16 +249,16 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
249249

250250
| Raw size | Minified size | Minified + gzip size |
251251
|------|-----------------|------------------------|
252-
| 3.3 MB | 1.3 MB | 424.9 kB |
252+
| 3.3 MB | 1.3 MB | 425 kB |
253253

254254
#### CDN links
255255

256256
| Flavor | URL |
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.44.1.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.44.1.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.44.2.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.44.2.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.44.1.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.44.1.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.44.2.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.44.2.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.44.1.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.44.1.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.44.2.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.44.2.min.js |
354354

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

@@ -395,8 +395,8 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
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.44.1.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.44.1.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.44.2.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.44.2.min.js |
400400

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

dist/plot-schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33139,7 +33139,7 @@
3313933139
"arrayOk": true,
3314033140
"dflt": "white",
3314133141
"role": "style",
33142-
"description": "Sets the cell fill color. It accepts either a specific color or an array of colors.",
33142+
"description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.",
3314333143
"editType": "calc"
3314433144
},
3314533145
"editType": "calc",
@@ -33316,7 +33316,7 @@
3331633316
"arrayOk": true,
3331733317
"role": "style",
3331833318
"dflt": "white",
33319-
"description": "Sets the cell fill color. It accepts either a specific color or an array of colors.",
33319+
"description": "Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.",
3332033320
"editType": "calc"
3332133321
},
3332233322
"editType": "calc",

dist/plotly-basic.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.44.1
2+
* plotly.js (basic) v1.44.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -23102,8 +23102,9 @@ function createHoverText(hoverData, opts, gd) {
2310223102
if(d.extraText !== undefined) text += (text ? '<br>' : '') + d.extraText;
2310323103

2310423104
// if 'text' is empty at this point,
23105+
// and hovertemplate is not defined,
2310523106
// put 'name' in main label and don't show secondary label
23106-
if(text === '') {
23107+
if(text === '' && !d.hovertemplate) {
2310723108
// if 'name' is also empty, remove entire label
2310823109
if(name === '') g.remove();
2310923110
text = name;
@@ -27703,7 +27704,7 @@ proto.update = function(graphInfo, buttons) {
2770327704
}
2770427705

2770527706
if(fullLayout.modebar.orientation === 'v') {
27706-
this.element.prepend(logoGroup);
27707+
this.element.insertBefore(logoGroup, this.element.childNodes[0]);
2770727708
} else {
2770827709
this.element.appendChild(logoGroup);
2770927710
}
@@ -33771,7 +33772,7 @@ exports.svgAttrs = {
3377133772
'use strict';
3377233773

3377333774
// package version injected by `npm run preprocess`
33774-
exports.version = '1.44.1';
33775+
exports.version = '1.44.2';
3377533776

3377633777
// inject promise polyfill
3377733778
_dereq_('es6-promise').polyfill();

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.

dist/plotly-cartesian.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.44.1
2+
* plotly.js (cartesian) v1.44.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -23214,8 +23214,9 @@ function createHoverText(hoverData, opts, gd) {
2321423214
if(d.extraText !== undefined) text += (text ? '<br>' : '') + d.extraText;
2321523215

2321623216
// if 'text' is empty at this point,
23217+
// and hovertemplate is not defined,
2321723218
// put 'name' in main label and don't show secondary label
23218-
if(text === '') {
23219+
if(text === '' && !d.hovertemplate) {
2321923220
// if 'name' is also empty, remove entire label
2322023221
if(name === '') g.remove();
2322123222
text = name;
@@ -27815,7 +27816,7 @@ proto.update = function(graphInfo, buttons) {
2781527816
}
2781627817

2781727818
if(fullLayout.modebar.orientation === 'v') {
27818-
this.element.prepend(logoGroup);
27819+
this.element.insertBefore(logoGroup, this.element.childNodes[0]);
2781927820
} else {
2782027821
this.element.appendChild(logoGroup);
2782127822
}
@@ -33921,7 +33922,7 @@ exports.svgAttrs = {
3392133922
'use strict';
3392233923

3392333924
// package version injected by `npm run preprocess`
33924-
exports.version = '1.44.1';
33925+
exports.version = '1.44.2';
3392533926

3392633927
// inject promise polyfill
3392733928
_dereq_('es6-promise').polyfill();

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.

dist/plotly-finance.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.44.1
2+
* plotly.js (finance) v1.44.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -23144,8 +23144,9 @@ function createHoverText(hoverData, opts, gd) {
2314423144
if(d.extraText !== undefined) text += (text ? '<br>' : '') + d.extraText;
2314523145

2314623146
// if 'text' is empty at this point,
23147+
// and hovertemplate is not defined,
2314723148
// put 'name' in main label and don't show secondary label
23148-
if(text === '') {
23149+
if(text === '' && !d.hovertemplate) {
2314923150
// if 'name' is also empty, remove entire label
2315023151
if(name === '') g.remove();
2315123152
text = name;
@@ -27745,7 +27746,7 @@ proto.update = function(graphInfo, buttons) {
2774527746
}
2774627747

2774727748
if(fullLayout.modebar.orientation === 'v') {
27748-
this.element.prepend(logoGroup);
27749+
this.element.insertBefore(logoGroup, this.element.childNodes[0]);
2774927750
} else {
2775027751
this.element.appendChild(logoGroup);
2775127752
}
@@ -33813,7 +33814,7 @@ exports.svgAttrs = {
3381333814
'use strict';
3381433815

3381533816
// package version injected by `npm run preprocess`
33816-
exports.version = '1.44.1';
33817+
exports.version = '1.44.2';
3381733818

3381833819
// inject promise polyfill
3381933820
_dereq_('es6-promise').polyfill();

dist/plotly-finance.min.js

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

dist/plotly-geo-assets.js

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

dist/plotly-geo.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.44.1
2+
* plotly.js (geo) v1.44.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -23881,8 +23881,9 @@ function createHoverText(hoverData, opts, gd) {
2388123881
if(d.extraText !== undefined) text += (text ? '<br>' : '') + d.extraText;
2388223882

2388323883
// if 'text' is empty at this point,
23884+
// and hovertemplate is not defined,
2388423885
// put 'name' in main label and don't show secondary label
23885-
if(text === '') {
23886+
if(text === '' && !d.hovertemplate) {
2388623887
// if 'name' is also empty, remove entire label
2388723888
if(name === '') g.remove();
2388823889
text = name;
@@ -28482,7 +28483,7 @@ proto.update = function(graphInfo, buttons) {
2848228483
}
2848328484

2848428485
if(fullLayout.modebar.orientation === 'v') {
28485-
this.element.prepend(logoGroup);
28486+
this.element.insertBefore(logoGroup, this.element.childNodes[0]);
2848628487
} else {
2848728488
this.element.appendChild(logoGroup);
2848828489
}
@@ -34550,7 +34551,7 @@ exports.svgAttrs = {
3455034551
'use strict';
3455134552

3455234553
// package version injected by `npm run preprocess`
34553-
exports.version = '1.44.1';
34554+
exports.version = '1.44.2';
3455434555

3455534556
// inject promise polyfill
3455634557
_dereq_('es6-promise').polyfill();

dist/plotly-geo.min.js

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

dist/plotly-gl2d.js

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v1.44.1
2+
* plotly.js (gl2d) v1.44.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -56408,8 +56408,9 @@ function createHoverText(hoverData, opts, gd) {
5640856408
if(d.extraText !== undefined) text += (text ? '<br>' : '') + d.extraText;
5640956409

5641056410
// if 'text' is empty at this point,
56411+
// and hovertemplate is not defined,
5641156412
// put 'name' in main label and don't show secondary label
56412-
if(text === '') {
56413+
if(text === '' && !d.hovertemplate) {
5641356414
// if 'name' is also empty, remove entire label
5641456415
if(name === '') g.remove();
5641556416
text = name;
@@ -61009,7 +61010,7 @@ proto.update = function(graphInfo, buttons) {
6100961010
}
6101061011

6101161012
if(fullLayout.modebar.orientation === 'v') {
61012-
this.element.prepend(logoGroup);
61013+
this.element.insertBefore(logoGroup, this.element.childNodes[0]);
6101361014
} else {
6101461015
this.element.appendChild(logoGroup);
6101561016
}
@@ -67115,7 +67116,7 @@ exports.svgAttrs = {
6711567116
'use strict';
6711667117

6711767118
// package version injected by `npm run preprocess`
67118-
exports.version = '1.44.1';
67119+
exports.version = '1.44.2';
6711967120

6712067121
// inject promise polyfill
6712167122
_dereq_('es6-promise').polyfill();

dist/plotly-gl2d.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)