Skip to content

Commit 48b0358

Browse files
committed
1.20.4
1 parent 318fc48 commit 48b0358

23 files changed

+96
-96
lines changed

dist/README.md

+17-17
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.20.3.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.20.4.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.20.3.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.20.4.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.20.3.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.3.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.20.4.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.20.4.min.js |
7979
| CommonJS | `require('plotly.js/lib/index-basic')` |
8080

8181
| Raw size | Minified size | Minified + gzip size |
@@ -92,13 +92,13 @@ 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.20.3.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.3.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.20.4.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.20.4.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
100100
|------|-----------------|------------------------|
101-
| 1.8 MB | 677.2 kB | 217.8 kB |
101+
| 1.8 MB | 677.3 kB | 217.8 kB |
102102

103103
### plotly.js geo
104104

@@ -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.20.3.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.3.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.20.4.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.20.4.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
@@ -128,8 +128,8 @@ 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.20.3.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.3.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.20.4.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.20.4.min.js |
133133
| CommonJS | `require('plotly.js/lib/index-gl3d')` |
134134

135135
| Raw size | Minified size | Minified + gzip size |
@@ -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.20.3.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.3.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.20.4.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.20.4.min.js |
151151
| CommonJS | `require('plotly.js/lib/index-gl2d')` |
152152

153153
| Raw size | Minified size | Minified + gzip size |
@@ -164,8 +164,8 @@ 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.20.3.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.3.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.20.4.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.20.4.min.js |
169169
| CommonJS | `require('plotly.js/lib/index-mapbox')` |
170170

171171
| Raw size | Minified size | Minified + gzip size |
@@ -182,8 +182,8 @@ 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.20.3.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.3.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.20.4.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.20.4.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

189189
| Raw size | Minified size | Minified + gzip size |

dist/npm-ls.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.20.3",
3+
"version": "1.20.4",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",

dist/plotly-basic.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.20.3
2+
* plotly.js (basic) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -25304,7 +25304,7 @@ exports.svgAttrs = {
2530425304
var Plotly = require('./plotly');
2530525305

2530625306
// package version injected by `npm run preprocess`
25307-
exports.version = '1.20.3';
25307+
exports.version = '1.20.4';
2530825308

2530925309
// inject promise polyfill
2531025310
require('es6-promise').polyfill();
@@ -32293,7 +32293,7 @@ exports.get = function() {
3229332293
return {
3229432294
defs: {
3229532295
valObjects: Lib.valObjects,
32296-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
32296+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
3229732297
},
3229832298

3229932299
traces: traces,

dist/plotly-basic.min.js

+3-3
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.20.3
2+
* plotly.js (cartesian) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -25402,7 +25402,7 @@ exports.svgAttrs = {
2540225402
var Plotly = require('./plotly');
2540325403

2540425404
// package version injected by `npm run preprocess`
25405-
exports.version = '1.20.3';
25405+
exports.version = '1.20.4';
2540625406

2540725407
// inject promise polyfill
2540825408
require('es6-promise').polyfill();
@@ -32391,7 +32391,7 @@ exports.get = function() {
3239132391
return {
3239232392
defs: {
3239332393
valObjects: Lib.valObjects,
32394-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
32394+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
3239532395
},
3239632396

3239732397
traces: traces,

dist/plotly-cartesian.min.js

+4-4
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.20.3
2+
* plotly.js (finance) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -25346,7 +25346,7 @@ exports.svgAttrs = {
2534625346
var Plotly = require('./plotly');
2534725347

2534825348
// package version injected by `npm run preprocess`
25349-
exports.version = '1.20.3';
25349+
exports.version = '1.20.4';
2535025350

2535125351
// inject promise polyfill
2535225352
require('es6-promise').polyfill();
@@ -32335,7 +32335,7 @@ exports.get = function() {
3233532335
return {
3233632336
defs: {
3233732337
valObjects: Lib.valObjects,
32338-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
32338+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
3233932339
},
3234032340

3234132341
traces: traces,

dist/plotly-finance.min.js

+3-3
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.20.3
2+
* plotly.js (geo) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -26083,7 +26083,7 @@ exports.svgAttrs = {
2608326083
var Plotly = require('./plotly');
2608426084

2608526085
// package version injected by `npm run preprocess`
26086-
exports.version = '1.20.3';
26086+
exports.version = '1.20.4';
2608726087

2608826088
// inject promise polyfill
2608926089
require('es6-promise').polyfill();
@@ -33319,7 +33319,7 @@ exports.get = function() {
3331933319
return {
3332033320
defs: {
3332133321
valObjects: Lib.valObjects,
33322-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
33322+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
3332333323
},
3332433324

3332533325
traces: traces,

dist/plotly-geo.min.js

+3-3
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.20.3
2+
* plotly.js (gl2d) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -49500,7 +49500,7 @@ exports.svgAttrs = {
4950049500
var Plotly = require('./plotly');
4950149501

4950249502
// package version injected by `npm run preprocess`
49503-
exports.version = '1.20.3';
49503+
exports.version = '1.20.4';
4950449504

4950549505
// inject promise polyfill
4950649506
require('es6-promise').polyfill();
@@ -56746,7 +56746,7 @@ exports.get = function() {
5674656746
return {
5674756747
defs: {
5674856748
valObjects: Lib.valObjects,
56749-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
56749+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
5675056750
},
5675156751

5675256752
traces: traces,

dist/plotly-gl2d.min.js

+5-5
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.20.3
2+
* plotly.js (gl3d) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -59262,7 +59262,7 @@ exports.svgAttrs = {
5926259262
var Plotly = require('./plotly');
5926359263

5926459264
// package version injected by `npm run preprocess`
59265-
exports.version = '1.20.3';
59265+
exports.version = '1.20.4';
5926659266

5926759267
// inject promise polyfill
5926859268
require('es6-promise').polyfill();
@@ -66474,7 +66474,7 @@ exports.get = function() {
6647466474
return {
6647566475
defs: {
6647666476
valObjects: Lib.valObjects,
66477-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
66477+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
6647866478
},
6647966479

6648066480
traces: traces,

dist/plotly-gl3d.min.js

+3-3
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.20.3
2+
* plotly.js (mapbox) v1.20.4
33
* Copyright 2012-2016, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -59060,7 +59060,7 @@ exports.svgAttrs = {
5906059060
var Plotly = require('./plotly');
5906159061

5906259062
// package version injected by `npm run preprocess`
59063-
exports.version = '1.20.3';
59063+
exports.version = '1.20.4';
5906459064

5906559065
// inject promise polyfill
5906659066
require('es6-promise').polyfill();
@@ -66181,7 +66181,7 @@ exports.get = function() {
6618166181
return {
6618266182
defs: {
6618366183
valObjects: Lib.valObjects,
66184-
metaKeys: UNDERSCORE_ATTRS.concat['description', 'role']
66184+
metaKeys: UNDERSCORE_ATTRS.concat(['description', 'role'])
6618566185
},
6618666186

6618766187
traces: traces,

dist/plotly-mapbox.min.js

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

0 commit comments

Comments
 (0)