Skip to content

Commit aa2c35f

Browse files
committed
1.25.2
1 parent 300aec1 commit aa2c35f

23 files changed

+277
-277
lines changed

dist/README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ The main plotly.js bundle includes all the official (non-beta) trace modules.
3737

3838
It be can imported as minified javascript
3939
- using dist file `dist/plotly.min.js`
40-
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.25.1.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.25.2.min.js
4141

4242
or as raw javascript:
4343
- using dist file `dist/plotly.js`
44-
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.25.1.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.25.2.js
4545
- using CommonJS with `require('plotly.js')`
4646

4747
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`
@@ -74,8 +74,8 @@ The `basic` partial bundle contains the `scatter`, `bar` and `pie` trace modules
7474
| dist bundle (minified) | `dist/plotly-basic.min.js` |
7575
| CDN URL (latest) | https://cdn.plot.ly/plotly-basic-latest.js |
7676
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-basic-latest.min.js |
77-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.25.1.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.25.1.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.25.2.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.25.2.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
@@ -92,8 +92,8 @@ The `cartesian` partial bundle contains the `scatter`, `bar`, `box`, `heatmap`,
9292
| dist bundle (minified) | `dist/plotly-cartesian.min.js` |
9393
| CDN URL (latest) | https://cdn.plot.ly/plotly-cartesian-latest.js |
9494
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-cartesian-latest.min.js |
95-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.25.1.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.25.1.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.25.2.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.25.2.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
@@ -110,8 +110,8 @@ The `geo` partial bundle contains the `scatter`, `scattergeo` and `choropleth` t
110110
| dist bundle (minified) | `dist/plotly-geo.min.js` |
111111
| CDN URL (latest) | https://cdn.plot.ly/plotly-geo-latest.js |
112112
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-geo-latest.min.js |
113-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.25.1.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.25.1.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.25.2.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.25.2.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
@@ -128,13 +128,13 @@ The `gl3d` partial bundle contains the `scatter`, `scatter3d`, `surface` and `me
128128
| dist bundle (minified) | `dist/plotly-gl3d.min.js` |
129129
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl3d-latest.js |
130130
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl3d-latest.min.js |
131-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.25.1.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.25.1.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.25.2.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.25.2.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
136136
|------|-----------------|------------------------|
137-
| 2.6 MB | 1.1 MB | 342.9 kB |
137+
| 2.6 MB | 1.1 MB | 342.8 kB |
138138

139139
### plotly.js gl2d
140140

@@ -146,8 +146,8 @@ The `gl2d` partial bundle contains the `scatter`, `scattergl`, `pointcloud`, `he
146146
| dist bundle (minified) | `dist/plotly-gl2d.min.js` |
147147
| CDN URL (latest) | https://cdn.plot.ly/plotly-gl2d-latest.js |
148148
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-gl2d-latest.min.js |
149-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.25.1.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.25.1.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.25.2.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.25.2.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
@@ -164,13 +164,13 @@ The `mapbox` partial bundle contains the `scatter` and `scattermapbox` trace mod
164164
| dist bundle (minified) | `dist/plotly-mapbox.min.js` |
165165
| CDN URL (latest) | https://cdn.plot.ly/plotly-mapbox-latest.js |
166166
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-mapbox-latest.min.js |
167-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.25.1.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.25.1.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.25.2.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.25.2.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
172172
|------|-----------------|------------------------|
173-
| 2.7 MB | 1 MB | 318.2 kB |
173+
| 2.7 MB | 1 MB | 318.1 kB |
174174

175175
### plotly.js finance
176176

@@ -182,13 +182,13 @@ The `finance` partial bundle contains the `scatter`, `bar`, `histogram`, `pie`,
182182
| dist bundle (minified) | `dist/plotly-finance.min.js` |
183183
| CDN URL (latest) | https://cdn.plot.ly/plotly-finance-latest.js |
184184
| CDN URL (latest minified) | https://cdn.plot.ly/plotly-finance-latest.min.js |
185-
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.25.1.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.25.1.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.25.2.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.25.2.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |
190190
|------|-----------------|------------------------|
191-
| 1.7 MB | 658.5 kB | 212.7 kB |
191+
| 1.7 MB | 658.4 kB | 212.7 kB |
192192

193193
----------------
194194

dist/npm-ls.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.25.1",
3+
"version": "1.25.2",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",
@@ -187,9 +187,9 @@
187187
}
188188
},
189189
"object-inspect": {
190-
"version": "1.2.1",
190+
"version": "1.2.2",
191191
"from": "object-inspect@>=1.2.1 <1.3.0",
192-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.1.tgz"
192+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.2.2.tgz"
193193
},
194194
"resumer": {
195195
"version": "0.0.0",
@@ -426,9 +426,9 @@
426426
"resolved": "https://registry.npmjs.org/clean-pslg/-/clean-pslg-1.1.2.tgz",
427427
"dependencies": {
428428
"big-rat": {
429-
"version": "1.0.3",
429+
"version": "1.0.4",
430430
"from": "big-rat@>=1.0.3 <2.0.0",
431-
"resolved": "https://registry.npmjs.org/big-rat/-/big-rat-1.0.3.tgz",
431+
"resolved": "https://registry.npmjs.org/big-rat/-/big-rat-1.0.4.tgz",
432432
"dependencies": {
433433
"bn.js": {
434434
"version": "4.11.6",
@@ -1522,7 +1522,7 @@
15221522
},
15231523
"through2": {
15241524
"version": "0.6.5",
1525-
"from": "through2@^0.6.3",
1525+
"from": "through2@>=0.6.3 <0.7.0",
15261526
"resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
15271527
}
15281528
}
@@ -2446,9 +2446,9 @@
24462446
"resolved": "https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz"
24472447
},
24482448
"convert-source-map": {
2449-
"version": "1.4.0",
2449+
"version": "1.5.0",
24502450
"from": "convert-source-map@>=1.1.1 <2.0.0",
2451-
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.4.0.tgz"
2451+
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz"
24522452
},
24532453
"multi-stage-sourcemap": {
24542454
"version": "0.2.1",
@@ -2682,9 +2682,9 @@
26822682
}
26832683
},
26842684
"uglify-js": {
2685-
"version": "2.8.16",
2685+
"version": "2.8.20",
26862686
"from": "uglify-js@>=2.6.0 <3.0.0",
2687-
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.16.tgz",
2687+
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.20.tgz",
26882688
"dependencies": {
26892689
"source-map": {
26902690
"version": "0.5.6",

dist/plotly-basic.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.25.1
2+
* plotly.js (basic) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -26274,7 +26274,7 @@ exports.svgAttrs = {
2627426274
var Plotly = require('./plotly');
2627526275

2627626276
// package version injected by `npm run preprocess`
26277-
exports.version = '1.25.1';
26277+
exports.version = '1.25.2';
2627826278

2627926279
// inject promise polyfill
2628026280
require('es6-promise').polyfill();

dist/plotly-basic.min.js

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

dist/plotly-cartesian.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.25.1
2+
* plotly.js (cartesian) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -26372,7 +26372,7 @@ exports.svgAttrs = {
2637226372
var Plotly = require('./plotly');
2637326373

2637426374
// package version injected by `npm run preprocess`
26375-
exports.version = '1.25.1';
26375+
exports.version = '1.25.2';
2637626376

2637726377
// inject promise polyfill
2637826378
require('es6-promise').polyfill();

dist/plotly-cartesian.min.js

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

dist/plotly-finance.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.25.1
2+
* plotly.js (finance) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -26316,7 +26316,7 @@ exports.svgAttrs = {
2631626316
var Plotly = require('./plotly');
2631726317

2631826318
// package version injected by `npm run preprocess`
26319-
exports.version = '1.25.1';
26319+
exports.version = '1.25.2';
2632026320

2632126321
// inject promise polyfill
2632226322
require('es6-promise').polyfill();

dist/plotly-finance.min.js

+15-15
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (geo) v1.25.1
2+
* plotly.js (geo) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -27053,7 +27053,7 @@ exports.svgAttrs = {
2705327053
var Plotly = require('./plotly');
2705427054

2705527055
// package version injected by `npm run preprocess`
27056-
exports.version = '1.25.1';
27056+
exports.version = '1.25.2';
2705727057

2705827058
// inject promise polyfill
2705927059
require('es6-promise').polyfill();

dist/plotly-geo.min.js

+21-21
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.25.1
2+
* plotly.js (gl2d) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -432,7 +432,7 @@ function sign (x) {
432432
},{"bn.js":30}],18:[function(require,module,exports){
433433
'use strict'
434434

435-
const sign = require('./bn-sign')
435+
var sign = require('./bn-sign')
436436

437437
module.exports = bn2num
438438

@@ -61583,7 +61583,7 @@ exports.svgAttrs = {
6158361583
var Plotly = require('./plotly');
6158461584

6158561585
// package version injected by `npm run preprocess`
61586-
exports.version = '1.25.1';
61586+
exports.version = '1.25.2';
6158761587

6158861588
// inject promise polyfill
6158961589
require('es6-promise').polyfill();

dist/plotly-gl2d.min.js

+35-35
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.25.1
2+
* plotly.js (gl3d) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -1102,7 +1102,7 @@ function sign (x) {
11021102
},{"bn.js":36}],24:[function(require,module,exports){
11031103
'use strict'
11041104

1105-
const sign = require('./bn-sign')
1105+
var sign = require('./bn-sign')
11061106

11071107
module.exports = bn2num
11081108

@@ -61839,7 +61839,7 @@ exports.svgAttrs = {
6183961839
var Plotly = require('./plotly');
6184061840

6184161841
// package version injected by `npm run preprocess`
61842-
exports.version = '1.25.1';
61842+
exports.version = '1.25.2';
6184361843

6184461844
// inject promise polyfill
6184561845
require('es6-promise').polyfill();

dist/plotly-gl3d.min.js

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

dist/plotly-mapbox.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (mapbox) v1.25.1
2+
* plotly.js (mapbox) v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -60268,7 +60268,7 @@ exports.svgAttrs = {
6026860268
var Plotly = require('./plotly');
6026960269

6027060270
// package version injected by `npm run preprocess`
60271-
exports.version = '1.25.1';
60271+
exports.version = '1.25.2';
6027260272

6027360273
// inject promise polyfill
6027460274
require('es6-promise').polyfill();

dist/plotly-mapbox.min.js

+24-24
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.25.1
2+
* plotly.js v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -1913,7 +1913,7 @@ function sign (x) {
19131913
},{"bn.js":58}],46:[function(require,module,exports){
19141914
'use strict'
19151915

1916-
const sign = require('./bn-sign')
1916+
var sign = require('./bn-sign')
19171917

19181918
module.exports = bn2num
19191919

@@ -117107,7 +117107,7 @@ exports.svgAttrs = {
117107117107
var Plotly = require('./plotly');
117108117108

117109117109
// package version injected by `npm run preprocess`
117110-
exports.version = '1.25.1';
117110+
exports.version = '1.25.2';
117111117111

117112117112
// inject promise polyfill
117113117113
require('es6-promise').polyfill();

dist/plotly.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js v1.25.1
2+
* plotly.js v1.25.2
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -1913,7 +1913,7 @@ function sign (x) {
19131913
},{"bn.js":58}],46:[function(require,module,exports){
19141914
'use strict'
19151915

1916-
const sign = require('./bn-sign')
1916+
var sign = require('./bn-sign')
19171917

19181918
module.exports = bn2num
19191919

@@ -116562,7 +116562,7 @@ exports.svgAttrs = {
116562116562
var Plotly = require('./plotly');
116563116563

116564116564
// package version injected by `npm run preprocess`
116565-
exports.version = '1.25.1';
116565+
exports.version = '1.25.2';
116566116566

116567116567
// inject promise polyfill
116568116568
require('es6-promise').polyfill();

dist/plotly.min.js

+48-48
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.25.1",
3+
"version": "1.25.2",
44
"description": "The open source javascript graphing library that powers plotly",
55
"license": "MIT",
66
"main": "./lib/index.js",

src/assets/geo_assets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');
1212

1313

1414
// package version injected by `npm run preprocess`
15-
exports.version = '1.25.1';
15+
exports.version = '1.25.2';
1616

1717
exports.topojson = saneTopojson;

src/core.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var Plotly = require('./plotly');
1616

1717
// package version injected by `npm run preprocess`
18-
exports.version = '1.25.1';
18+
exports.version = '1.25.2';
1919

2020
// inject promise polyfill
2121
require('es6-promise').polyfill();

0 commit comments

Comments
 (0)