Skip to content

Commit b08c0e8

Browse files
committed
1.55.2
1 parent f7ae1f6 commit b08c0e8

22 files changed

+65
-65
lines changed

dist/README.md

+17-17
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.55.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.55.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.55.1.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.55.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.55.1.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.55.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://plotly.com/javascript/reference/)), use dist file `dist/plotly-with-meta.js`
@@ -122,8 +122,8 @@ The `basic` partial bundle contains trace modules `scatter`, `bar` and `pie`.
122122
| ------ | --- |
123123
| Latest | https://cdn.plot.ly/plotly-basic-latest.js |
124124
| Latest minified | https://cdn.plot.ly/plotly-basic-latest.min.js |
125-
| Tagged | https://cdn.plot.ly/plotly-basic-1.55.1.js |
126-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.55.1.min.js |
125+
| Tagged | https://cdn.plot.ly/plotly-basic-1.55.2.js |
126+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.55.2.min.js |
127127

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

@@ -175,8 +175,8 @@ The `cartesian` partial bundle contains trace modules `scatter`, `bar`, `box`, `
175175
| ------ | --- |
176176
| Latest | https://cdn.plot.ly/plotly-cartesian-latest.js |
177177
| Latest minified | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
178-
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.55.1.js |
179-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.55.1.min.js |
178+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.55.2.js |
179+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.55.2.min.js |
180180

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

@@ -228,8 +228,8 @@ The `geo` partial bundle contains trace modules `scatter`, `scattergeo` and `cho
228228
| ------ | --- |
229229
| Latest | https://cdn.plot.ly/plotly-geo-latest.js |
230230
| Latest minified | https://cdn.plot.ly/plotly-geo-latest.min.js |
231-
| Tagged | https://cdn.plot.ly/plotly-geo-1.55.1.js |
232-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.55.1.min.js |
231+
| Tagged | https://cdn.plot.ly/plotly-geo-1.55.2.js |
232+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.55.2.min.js |
233233

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

@@ -281,8 +281,8 @@ The `gl3d` partial bundle contains trace modules `scatter`, `scatter3d`, `surfac
281281
| ------ | --- |
282282
| Latest | https://cdn.plot.ly/plotly-gl3d-latest.js |
283283
| Latest minified | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
284-
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.55.1.js |
285-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.55.1.min.js |
284+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.55.2.js |
285+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.55.2.min.js |
286286

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

@@ -334,8 +334,8 @@ The `gl2d` partial bundle contains trace modules `scatter`, `scattergl`, `splom`
334334
| ------ | --- |
335335
| Latest | https://cdn.plot.ly/plotly-gl2d-latest.js |
336336
| Latest minified | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
337-
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.55.1.js |
338-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.55.1.min.js |
337+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.55.2.js |
338+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.55.2.min.js |
339339

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

@@ -387,8 +387,8 @@ The `mapbox` partial bundle contains trace modules `scatter`, `scattermapbox`, `
387387
| ------ | --- |
388388
| Latest | https://cdn.plot.ly/plotly-mapbox-latest.js |
389389
| Latest minified | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
390-
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.55.1.js |
391-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.55.1.min.js |
390+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.55.2.js |
391+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.55.2.min.js |
392392

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

@@ -440,8 +440,8 @@ The `finance` partial bundle contains trace modules `scatter`, `bar`, `histogram
440440
| ------ | --- |
441441
| Latest | https://cdn.plot.ly/plotly-finance-latest.js |
442442
| Latest minified | https://cdn.plot.ly/plotly-finance-latest.min.js |
443-
| Tagged | https://cdn.plot.ly/plotly-finance-1.55.1.js |
444-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.55.1.min.js |
443+
| Tagged | https://cdn.plot.ly/plotly-finance-1.55.2.js |
444+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.55.2.min.js |
445445

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

dist/plotly-basic.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.55.1
2+
* plotly.js (basic) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -54229,7 +54229,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
5422954229
ticksOut[i].periodX = v;
5423054230

5423154231
if(v > maxRange || v < minRange) { // hide label if outside the range
54232-
ticksOut[i].text = '';
54232+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
5423354233
removedPreTick0Label = true;
5423454234
}
5423554235
}
@@ -79812,7 +79812,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
7981279812
'use strict';
7981379813

7981479814
// package version injected by `npm run preprocess`
79815-
exports.version = '1.55.1';
79815+
exports.version = '1.55.2';
7981679816

7981779817
},{}]},{},[4])(4)
7981879818
});

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.55.1
2+
* plotly.js (cartesian) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -57700,7 +57700,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
5770057700
ticksOut[i].periodX = v;
5770157701

5770257702
if(v > maxRange || v < minRange) { // hide label if outside the range
57703-
ticksOut[i].text = '';
57703+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
5770457704
removedPreTick0Label = true;
5770557705
}
5770657706
}
@@ -94937,7 +94937,7 @@ module.exports = function style(gd) {
9493794937
'use strict';
9493894938

9493994939
// package version injected by `npm run preprocess`
94940-
exports.version = '1.55.1';
94940+
exports.version = '1.55.2';
9494194941

9494294942
},{}]},{},[11])(11)
9494394943
});

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.55.1
2+
* plotly.js (finance) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -54349,7 +54349,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
5434954349
ticksOut[i].periodX = v;
5435054350

5435154351
if(v > maxRange || v < minRange) { // hide label if outside the range
54352-
ticksOut[i].text = '';
54352+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
5435354353
removedPreTick0Label = true;
5435454354
}
5435554355
}
@@ -87330,7 +87330,7 @@ module.exports = {
8733087330
'use strict';
8733187331

8733287332
// package version injected by `npm run preprocess`
87333-
exports.version = '1.55.1';
87333+
exports.version = '1.55.2';
8733487334

8733587335
},{}]},{},[8])(8)
8733687336
});

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.55.1
2+
* plotly.js (geo) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -57593,7 +57593,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
5759357593
ticksOut[i].periodX = v;
5759457594

5759557595
if(v > maxRange || v < minRange) { // hide label if outside the range
57596-
ticksOut[i].text = '';
57596+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
5759757597
removedPreTick0Label = true;
5759857598
}
5759957599
}
@@ -82144,7 +82144,7 @@ function styleTrace(gd, calcTrace) {
8214482144
'use strict';
8214582145

8214682146
// package version injected by `npm run preprocess`
82147-
exports.version = '1.55.1';
82147+
exports.version = '1.55.2';
8214882148

8214982149
},{}]},{},[4])(4)
8215082150
});

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl2d) v1.55.1
2+
* plotly.js (gl2d) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -88270,7 +88270,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
8827088270
ticksOut[i].periodX = v;
8827188271

8827288272
if(v > maxRange || v < minRange) { // hide label if outside the range
88273-
ticksOut[i].text = '';
88273+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
8827488274
removedPreTick0Label = true;
8827588275
}
8827688276
}
@@ -119606,7 +119606,7 @@ module.exports = function select(searchInfo, selectionTester) {
119606119606
'use strict';
119607119607

119608119608
// package version injected by `npm run preprocess`
119609-
exports.version = '1.55.1';
119609+
exports.version = '1.55.2';
119610119610

119611119611
},{}]},{},[5])(5)
119612119612
});

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.

dist/plotly-gl3d.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (gl3d) v1.55.1
2+
* plotly.js (gl3d) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -93274,7 +93274,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
9327493274
ticksOut[i].periodX = v;
9327593275

9327693276
if(v > maxRange || v < minRange) { // hide label if outside the range
93277-
ticksOut[i].text = '';
93277+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
9327893278
removedPreTick0Label = true;
9327993279
}
9328093280
}
@@ -121955,7 +121955,7 @@ module.exports = {
121955121955
'use strict';
121956121956

121957121957
// package version injected by `npm run preprocess`
121958-
exports.version = '1.55.1';
121958+
exports.version = '1.55.2';
121959121959

121960121960
},{}]},{},[4])(4)
121961121961
});

dist/plotly-gl3d.min.js

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

dist/plotly-mapbox.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (mapbox) v1.55.1
2+
* plotly.js (mapbox) v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -57105,7 +57105,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
5710557105
ticksOut[i].periodX = v;
5710657106

5710757107
if(v > maxRange || v < minRange) { // hide label if outside the range
57108-
ticksOut[i].text = '';
57108+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
5710957109
removedPreTick0Label = true;
5711057110
}
5711157111
}
@@ -82327,7 +82327,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
8232782327
'use strict';
8232882328

8232982329
// package version injected by `npm run preprocess`
82330-
exports.version = '1.55.1';
82330+
exports.version = '1.55.2';
8233182331

8233282332
},{}]},{},[5])(5)
8233382333
});

dist/plotly-mapbox.min.js

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

dist/plotly-with-meta.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js v1.55.1
2+
* plotly.js v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -126402,7 +126402,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
126402126402
ticksOut[i].periodX = v;
126403126403

126404126404
if(v > maxRange || v < minRange) { // hide label if outside the range
126405-
ticksOut[i].text = '';
126405+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
126406126406
removedPreTick0Label = true;
126407126407
}
126408126408
}
@@ -215609,7 +215609,7 @@ function getSortFunc(opts, d2c) {
215609215609
'use strict';
215610215610

215611215611
// package version injected by `npm run preprocess`
215612-
exports.version = '1.55.1';
215612+
exports.version = '1.55.2';
215613215613

215614215614
},{}]},{},[26])(26)
215615215615
});

dist/plotly.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js v1.55.1
2+
* plotly.js v1.55.2
33
* Copyright 2012-2020, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -125073,7 +125073,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
125073125073
ticksOut[i].periodX = v;
125074125074

125075125075
if(v > maxRange || v < minRange) { // hide label if outside the range
125076-
ticksOut[i].text = '';
125076+
ticksOut[i].text = ' '; // don't use an empty string here which can confuse automargin (issue 5132)
125077125077
removedPreTick0Label = true;
125078125078
}
125079125079
}
@@ -210647,7 +210647,7 @@ function getSortFunc(opts, d2c) {
210647210647
'use strict';
210648210648

210649210649
// package version injected by `npm run preprocess`
210650-
exports.version = '1.55.1';
210650+
exports.version = '1.55.2';
210651210651

210652210652
},{}]},{},[26])(26)
210653210653
});

dist/plotly.min.js

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.55.1",
3+
"version": "1.55.2",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",

src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
'use strict';
1010

1111
// package version injected by `npm run preprocess`
12-
exports.version = '1.55.1';
12+
exports.version = '1.55.2';

0 commit comments

Comments
 (0)