Skip to content

Commit e4c1c8c

Browse files
committed
1.28.3
1 parent 9624d88 commit e4c1c8c

23 files changed

+398
-305
lines changed

dist/README.md

Lines changed: 18 additions & 18 deletions
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.28.2.min.js
40+
- using CDN URL https://cdn.plot.ly/plotly-latest.min.js OR https://cdn.plot.ly/plotly-1.28.3.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.28.2.js
44+
- using CDN URL https://cdn.plot.ly/plotly-latest.js OR https://cdn.plot.ly/plotly-1.28.3.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`
@@ -50,7 +50,7 @@ The main plotly.js bundle weights in at:
5050

5151
| plotly.js | plotly.min.js | plotly.min.js + gzip | plotly-with-meta.js |
5252
|-----------|---------------|----------------------|---------------------|
53-
| 5.4 MB | 2.2 MB | 661.9 kB | 5.5 MB |
53+
| 5.4 MB | 2.2 MB | 662.1 kB | 5.5 MB |
5454

5555
## Partial bundles
5656

@@ -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.28.2.js |
78-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.28.2.min.js |
77+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-basic-1.28.3.js |
78+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-basic-1.28.3.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.28.2.js |
96-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.28.2.min.js |
95+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-cartesian-1.28.3.js |
96+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-cartesian-1.28.3.min.js |
9797
| CommonJS | `require('plotly.js/lib/index-cartesian')` |
9898

9999
| Raw size | Minified size | Minified + gzip size |
@@ -110,13 +110,13 @@ 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.28.2.js |
114-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.28.2.min.js |
113+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-geo-1.28.3.js |
114+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-geo-1.28.3.min.js |
115115
| CommonJS | `require('plotly.js/lib/index-geo')` |
116116

117117
| Raw size | Minified size | Minified + gzip size |
118118
|------|-----------------|------------------------|
119-
| 1.8 MB | 687.2 kB | 224.2 kB |
119+
| 1.8 MB | 687.3 kB | 224.1 kB |
120120

121121
### plotly.js gl3d
122122

@@ -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.28.2.js |
132-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.28.2.min.js |
131+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl3d-1.28.3.js |
132+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl3d-1.28.3.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.28.2.js |
150-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.28.2.min.js |
149+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-gl2d-1.28.3.js |
150+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-gl2d-1.28.3.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.28.2.js |
168-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.28.2.min.js |
167+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-mapbox-1.28.3.js |
168+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-mapbox-1.28.3.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.28.2.js |
186-
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.28.2.min.js |
185+
| CDN URL (tagged) | https://cdn.plot.ly/plotly-finance-1.28.3.js |
186+
| CDN URL (tagged minified) | https://cdn.plot.ly/plotly-finance-1.28.3.min.js |
187187
| CommonJS | `require('plotly.js/lib/index-finance')` |
188188

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

dist/npm-ls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly.js",
3-
"version": "1.28.2",
3+
"version": "1.28.3",
44
"dependencies": {
55
"3d-view": {
66
"version": "2.0.0",

dist/plotly-basic.js

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (basic) v1.28.2
2+
* plotly.js (basic) v1.28.3
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -19193,6 +19193,10 @@ function quadrature(dx, dy) {
1919319193
exports.appendArrayPointValue = function(pointData, trace, pointNumber) {
1919419194
var arrayAttrs = trace._arrayAttrs;
1919519195

19196+
if(!arrayAttrs) {
19197+
return;
19198+
}
19199+
1919619200
for(var i = 0; i < arrayAttrs.length; i++) {
1919719201
var astr = arrayAttrs[i];
1919819202
var key;
@@ -28997,29 +29001,34 @@ module.exports = {
2899729001
'use strict';
2899829002

2899929003
// N.B. HTML entities are listed without the leading '&' and trailing ';'
29004+
// https://www.freeformatter.com/html-entities.html
2900029005

2900129006
module.exports = {
29002-
2900329007
entityToUnicode: {
2900429008
'mu': 'μ',
29009+
'#956': 'μ',
29010+
2900529011
'amp': '&',
29012+
'#28': '&',
29013+
2900629014
'lt': '<',
29015+
'#60': '<',
29016+
2900729017
'gt': '>',
29018+
'#62': '>',
29019+
2900829020
'nbsp': ' ',
29021+
'#160': ' ',
29022+
2900929023
'times': '×',
29024+
'#215': '×',
29025+
2901029026
'plusmn': '±',
29011-
'deg': '°'
29012-
},
29027+
'#177': '±',
2901329028

29014-
unicodeToEntity: {
29015-
'&': 'amp',
29016-
'<': 'lt',
29017-
'>': 'gt',
29018-
'"': 'quot',
29019-
'\'': '#x27',
29020-
'\/': '#x2F'
29029+
'deg': '°',
29030+
'#176': '°'
2902129031
}
29022-
2902329032
};
2902429033

2902529034
},{}],131:[function(require,module,exports){
@@ -29064,7 +29073,7 @@ exports.svgAttrs = {
2906429073
var Plotly = require('./plotly');
2906529074

2906629075
// package version injected by `npm run preprocess`
29067-
exports.version = '1.28.2';
29076+
exports.version = '1.28.3';
2906829077

2906929078
// inject promise polyfill
2907029079
require('es6-promise').polyfill();

dist/plotly-basic.min.js

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-cartesian.js

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (cartesian) v1.28.2
2+
* plotly.js (cartesian) v1.28.3
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -19291,6 +19291,10 @@ function quadrature(dx, dy) {
1929119291
exports.appendArrayPointValue = function(pointData, trace, pointNumber) {
1929219292
var arrayAttrs = trace._arrayAttrs;
1929319293

19294+
if(!arrayAttrs) {
19295+
return;
19296+
}
19297+
1929419298
for(var i = 0; i < arrayAttrs.length; i++) {
1929519299
var astr = arrayAttrs[i];
1929619300
var key;
@@ -29095,29 +29099,34 @@ module.exports = {
2909529099
'use strict';
2909629100

2909729101
// N.B. HTML entities are listed without the leading '&' and trailing ';'
29102+
// https://www.freeformatter.com/html-entities.html
2909829103

2909929104
module.exports = {
29100-
2910129105
entityToUnicode: {
2910229106
'mu': 'μ',
29107+
'#956': 'μ',
29108+
2910329109
'amp': '&',
29110+
'#28': '&',
29111+
2910429112
'lt': '<',
29113+
'#60': '<',
29114+
2910529115
'gt': '>',
29116+
'#62': '>',
29117+
2910629118
'nbsp': ' ',
29119+
'#160': ' ',
29120+
2910729121
'times': '×',
29122+
'#215': '×',
29123+
2910829124
'plusmn': '±',
29109-
'deg': '°'
29110-
},
29125+
'#177': '±',
2911129126

29112-
unicodeToEntity: {
29113-
'&': 'amp',
29114-
'<': 'lt',
29115-
'>': 'gt',
29116-
'"': 'quot',
29117-
'\'': '#x27',
29118-
'\/': '#x2F'
29127+
'deg': '°',
29128+
'#176': '°'
2911929129
}
29120-
2912129130
};
2912229131

2912329132
},{}],138:[function(require,module,exports){
@@ -29162,7 +29171,7 @@ exports.svgAttrs = {
2916229171
var Plotly = require('./plotly');
2916329172

2916429173
// package version injected by `npm run preprocess`
29165-
exports.version = '1.28.2';
29174+
exports.version = '1.28.3';
2916629175

2916729176
// inject promise polyfill
2916829177
require('es6-promise').polyfill();

dist/plotly-cartesian.min.js

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-finance.js

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* plotly.js (finance) v1.28.2
2+
* plotly.js (finance) v1.28.3
33
* Copyright 2012-2017, Plotly, Inc.
44
* All rights reserved.
55
* Licensed under the MIT license
@@ -19235,6 +19235,10 @@ function quadrature(dx, dy) {
1923519235
exports.appendArrayPointValue = function(pointData, trace, pointNumber) {
1923619236
var arrayAttrs = trace._arrayAttrs;
1923719237

19238+
if(!arrayAttrs) {
19239+
return;
19240+
}
19241+
1923819242
for(var i = 0; i < arrayAttrs.length; i++) {
1923919243
var astr = arrayAttrs[i];
1924019244
var key;
@@ -29039,29 +29043,34 @@ module.exports = {
2903929043
'use strict';
2904029044

2904129045
// N.B. HTML entities are listed without the leading '&' and trailing ';'
29046+
// https://www.freeformatter.com/html-entities.html
2904229047

2904329048
module.exports = {
29044-
2904529049
entityToUnicode: {
2904629050
'mu': 'μ',
29051+
'#956': 'μ',
29052+
2904729053
'amp': '&',
29054+
'#28': '&',
29055+
2904829056
'lt': '<',
29057+
'#60': '<',
29058+
2904929059
'gt': '>',
29060+
'#62': '>',
29061+
2905029062
'nbsp': ' ',
29063+
'#160': ' ',
29064+
2905129065
'times': '×',
29066+
'#215': '×',
29067+
2905229068
'plusmn': '±',
29053-
'deg': '°'
29054-
},
29069+
'#177': '±',
2905529070

29056-
unicodeToEntity: {
29057-
'&': 'amp',
29058-
'<': 'lt',
29059-
'>': 'gt',
29060-
'"': 'quot',
29061-
'\'': '#x27',
29062-
'\/': '#x2F'
29071+
'deg': '°',
29072+
'#176': '°'
2906329073
}
29064-
2906529074
};
2906629075

2906729076
},{}],134:[function(require,module,exports){
@@ -29106,7 +29115,7 @@ exports.svgAttrs = {
2910629115
var Plotly = require('./plotly');
2910729116

2910829117
// package version injected by `npm run preprocess`
29109-
exports.version = '1.28.2';
29118+
exports.version = '1.28.3';
2911029119

2911129120
// inject promise polyfill
2911229121
require('es6-promise').polyfill();

dist/plotly-finance.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/plotly-geo-assets.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)