Skip to content

Commit 65b92b2

Browse files
committed
1.49.2
1 parent c8d852d commit 65b92b2

25 files changed

+961
-881
lines changed

dist/README.md

+20-20
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.49.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.49.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.49.1.min.js
77+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.49.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.49.1.js
82+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.49.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`
@@ -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.7 MB | 3.1 MB | 934 kB | 7 MB |
91+
| 6.7 MB | 3.1 MB | 934.2 kB | 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.49.1.js |
123-
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.49.1.min.js |
122+
| Tagged | https://cdn.plot.ly/plotly-basic-1.49.2.js |
123+
| Tagged minified | https://cdn.plot.ly/plotly-basic-1.49.2.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.49.1.js |
169-
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.49.1.min.js |
168+
| Tagged | https://cdn.plot.ly/plotly-cartesian-1.49.2.js |
169+
| Tagged minified | https://cdn.plot.ly/plotly-cartesian-1.49.2.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.49.1.js |
215-
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.49.1.min.js |
214+
| Tagged | https://cdn.plot.ly/plotly-geo-1.49.2.js |
215+
| Tagged minified | https://cdn.plot.ly/plotly-geo-1.49.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.4 MB | 1.4 MB | 437 kB |
252+
| 3.4 MB | 1.4 MB | 437.1 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.49.1.js |
261-
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.49.1.min.js |
260+
| Tagged | https://cdn.plot.ly/plotly-gl3d-1.49.2.js |
261+
| Tagged minified | https://cdn.plot.ly/plotly-gl3d-1.49.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.49.1.js |
307-
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.49.1.min.js |
306+
| Tagged | https://cdn.plot.ly/plotly-gl2d-1.49.2.js |
307+
| Tagged minified | https://cdn.plot.ly/plotly-gl2d-1.49.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`, `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.49.1.js |
353-
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.49.1.min.js |
352+
| Tagged | https://cdn.plot.ly/plotly-mapbox-1.49.2.js |
353+
| Tagged minified | https://cdn.plot.ly/plotly-mapbox-1.49.2.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 | 921.3 kB | 298.7 kB |
390+
| 2.5 MB | 921.3 kB | 298.8 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.49.1.js |
399-
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.49.1.min.js |
398+
| Tagged | https://cdn.plot.ly/plotly-finance-1.49.2.js |
399+
| Tagged minified | https://cdn.plot.ly/plotly-finance-1.49.2.min.js |
400400

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

dist/plot-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42761,7 +42761,7 @@
4276142761
},
4276242762
"steps": {
4276342763
"items": {
42764-
"steps": {
42764+
"step": {
4276542765
"color": {
4276642766
"valType": "color",
4276742767
"editType": "plot",

dist/plotly-basic.js

+42-42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.49.1
2+
* plotly.js (basic) v1.49.2
33
* Copyright 2012-2019, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -16352,12 +16352,12 @@ module.exports = {
1635216352

1635316353
'use strict';
1635416354

16355-
var annAtts = _dereq_('../annotations/attributes');
16355+
var annAttrs = _dereq_('../annotations/attributes');
1635616356
var overrideAll = _dereq_('../../plot_api/edit_types').overrideAll;
1635716357
var templatedArray = _dereq_('../../plot_api/plot_template').templatedArray;
1635816358

1635916359
module.exports = overrideAll(templatedArray('annotation', {
16360-
visible: annAtts.visible,
16360+
visible: annAttrs.visible,
1636116361
x: {
1636216362
valType: 'any',
1636316363

@@ -16384,41 +16384,41 @@ module.exports = overrideAll(templatedArray('annotation', {
1638416384

1638516385
},
1638616386

16387-
xanchor: annAtts.xanchor,
16388-
xshift: annAtts.xshift,
16389-
yanchor: annAtts.yanchor,
16390-
yshift: annAtts.yshift,
16391-
16392-
text: annAtts.text,
16393-
textangle: annAtts.textangle,
16394-
font: annAtts.font,
16395-
width: annAtts.width,
16396-
height: annAtts.height,
16397-
opacity: annAtts.opacity,
16398-
align: annAtts.align,
16399-
valign: annAtts.valign,
16400-
bgcolor: annAtts.bgcolor,
16401-
bordercolor: annAtts.bordercolor,
16402-
borderpad: annAtts.borderpad,
16403-
borderwidth: annAtts.borderwidth,
16404-
showarrow: annAtts.showarrow,
16405-
arrowcolor: annAtts.arrowcolor,
16406-
arrowhead: annAtts.arrowhead,
16407-
startarrowhead: annAtts.startarrowhead,
16408-
arrowside: annAtts.arrowside,
16409-
arrowsize: annAtts.arrowsize,
16410-
startarrowsize: annAtts.startarrowsize,
16411-
arrowwidth: annAtts.arrowwidth,
16412-
standoff: annAtts.standoff,
16413-
startstandoff: annAtts.startstandoff,
16414-
hovertext: annAtts.hovertext,
16415-
hoverlabel: annAtts.hoverlabel,
16416-
captureevents: annAtts.captureevents,
16387+
xanchor: annAttrs.xanchor,
16388+
xshift: annAttrs.xshift,
16389+
yanchor: annAttrs.yanchor,
16390+
yshift: annAttrs.yshift,
16391+
16392+
text: annAttrs.text,
16393+
textangle: annAttrs.textangle,
16394+
font: annAttrs.font,
16395+
width: annAttrs.width,
16396+
height: annAttrs.height,
16397+
opacity: annAttrs.opacity,
16398+
align: annAttrs.align,
16399+
valign: annAttrs.valign,
16400+
bgcolor: annAttrs.bgcolor,
16401+
bordercolor: annAttrs.bordercolor,
16402+
borderpad: annAttrs.borderpad,
16403+
borderwidth: annAttrs.borderwidth,
16404+
showarrow: annAttrs.showarrow,
16405+
arrowcolor: annAttrs.arrowcolor,
16406+
arrowhead: annAttrs.arrowhead,
16407+
startarrowhead: annAttrs.startarrowhead,
16408+
arrowside: annAttrs.arrowside,
16409+
arrowsize: annAttrs.arrowsize,
16410+
startarrowsize: annAttrs.startarrowsize,
16411+
arrowwidth: annAttrs.arrowwidth,
16412+
standoff: annAttrs.standoff,
16413+
startstandoff: annAttrs.startstandoff,
16414+
hovertext: annAttrs.hovertext,
16415+
hoverlabel: annAttrs.hoverlabel,
16416+
captureevents: annAttrs.captureevents,
1641716417

1641816418
// maybes later?
16419-
// clicktoshow: annAtts.clicktoshow,
16420-
// xclick: annAtts.xclick,
16421-
// yclick: annAtts.yclick,
16419+
// clicktoshow: annAttrs.clicktoshow,
16420+
// xclick: annAttrs.xclick,
16421+
// yclick: annAttrs.yclick,
1642216422

1642316423
// not needed!
1642416424
// axref: 'pixel'
@@ -18232,7 +18232,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
1823218232
}
1823318233
}
1823418234

18235-
function relinkColorAtts(outerCont, cbOpt) {
18235+
function relinkColorAttrs(outerCont, cbOpt) {
1823618236
var cont = cbOpt.container ?
1823718237
Lib.nestedProperty(outerCont, cbOpt.container).get() :
1823818238
outerCont;
@@ -18265,15 +18265,15 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
1826518265
if(cbOpts) {
1826618266
if(Array.isArray(cbOpts)) {
1826718267
for(var j = 0; j < cbOpts.length; j++) {
18268-
relinkColorAtts(trace, cbOpts[j]);
18268+
relinkColorAttrs(trace, cbOpts[j]);
1826918269
}
1827018270
} else {
18271-
relinkColorAtts(trace, cbOpts);
18271+
relinkColorAttrs(trace, cbOpts);
1827218272
}
1827318273
}
1827418274

1827518275
if(hasColorscale(trace, 'marker.line')) {
18276-
relinkColorAtts(trace, {
18276+
relinkColorAttrs(trace, {
1827718277
container: 'marker.line',
1827818278
min: 'cmin',
1827918279
max: 'cmax'
@@ -18282,7 +18282,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
1828218282
}
1828318283

1828418284
for(var k in fullLayout._colorAxes) {
18285-
relinkColorAtts(fullLayout[k], {min: 'cmin', max: 'cmax'});
18285+
relinkColorAttrs(fullLayout[k], {min: 'cmin', max: 'cmax'});
1828618286
}
1828718287
};
1828818288

@@ -33992,7 +33992,7 @@ exports.svgAttrs = {
3399233992
'use strict';
3399333993

3399433994
// package version injected by `npm run preprocess`
33995-
exports.version = '1.49.1';
33995+
exports.version = '1.49.2';
3399633996

3399733997
// inject promise polyfill
3399833998
_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.

0 commit comments

Comments
 (0)