plotly.js 1.58.3 → 1.58.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/README.md +25 -25
- package/dist/plot-schema.json +13 -13
- package/dist/plotly-basic.js +434 -326
- package/dist/plotly-basic.min.js +4 -4
- package/dist/plotly-cartesian.js +551 -443
- package/dist/plotly-cartesian.min.js +4 -4
- package/dist/plotly-finance.js +515 -407
- package/dist/plotly-finance.min.js +4 -4
- package/dist/plotly-geo-assets.js +2 -2
- package/dist/plotly-geo.js +438 -330
- package/dist/plotly-geo.min.js +4 -4
- package/dist/plotly-gl2d.js +616 -508
- package/dist/plotly-gl2d.min.js +10 -10
- package/dist/plotly-gl3d.js +340 -271
- package/dist/plotly-gl3d.min.js +3 -3
- package/dist/plotly-mapbox.js +448 -340
- package/dist/plotly-mapbox.min.js +4 -4
- package/dist/plotly-with-meta.js +805 -736
- package/dist/plotly.js +801 -732
- package/dist/plotly.min.js +3 -3
- package/package.json +1 -1
- package/src/components/colorscale/index.js +1 -1
- package/src/components/errorbars/attributes.js +1 -1
- package/src/components/fx/hover.js +1 -1
- package/src/components/sliders/draw.js +1 -1
- package/src/lib/index.js +2 -1
- package/src/lib/preserve_drawing_buffer.js +68 -0
- package/src/plot_api/plot_api.js +1 -1
- package/src/plots/gl3d/scene.js +16 -18
- package/src/traces/carpet/attributes.js +2 -2
- package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
- package/src/traces/carpet/plot.js +1 -1
- package/src/traces/carpet/set_convert.js +2 -2
- package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
- package/src/traces/parcats/attributes.js +1 -1
- package/src/traces/scatter/plot.js +1 -1
- package/src/traces/scattercarpet/plot.js +1 -1
- package/src/version.js +1 -1
package/dist/plotly-gl2d.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js (gl2d) v1.58.
|
|
2
|
+
* plotly.js (gl2d) v1.58.4
|
|
3
3
|
* Copyright 2012-2020, Plotly, Inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the MIT license
|
|
@@ -72,7 +72,7 @@ for(var selector in rules) {
|
|
|
72
72
|
Lib.addStyleRule(fullSelector, rules[selector]);
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
},{"../src/lib":
|
|
75
|
+
},{"../src/lib":498}],2:[function(_dereq_,module,exports){
|
|
76
76
|
/**
|
|
77
77
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78
78
|
* All rights reserved.
|
|
@@ -85,7 +85,7 @@ for(var selector in rules) {
|
|
|
85
85
|
|
|
86
86
|
module.exports = _dereq_('../src/traces/contourgl');
|
|
87
87
|
|
|
88
|
-
},{"../src/traces/contourgl":
|
|
88
|
+
},{"../src/traces/contourgl":615}],3:[function(_dereq_,module,exports){
|
|
89
89
|
/**
|
|
90
90
|
* Copyright 2012-2020, Plotly, Inc.
|
|
91
91
|
* All rights reserved.
|
|
@@ -98,7 +98,7 @@ module.exports = _dereq_('../src/traces/contourgl');
|
|
|
98
98
|
|
|
99
99
|
module.exports = _dereq_('../src/core');
|
|
100
100
|
|
|
101
|
-
},{"../src/core":
|
|
101
|
+
},{"../src/core":477}],4:[function(_dereq_,module,exports){
|
|
102
102
|
/**
|
|
103
103
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104
104
|
* All rights reserved.
|
|
@@ -111,7 +111,7 @@ module.exports = _dereq_('../src/core');
|
|
|
111
111
|
|
|
112
112
|
module.exports = _dereq_('../src/traces/heatmapgl');
|
|
113
113
|
|
|
114
|
-
},{"../src/traces/heatmapgl":
|
|
114
|
+
},{"../src/traces/heatmapgl":628}],5:[function(_dereq_,module,exports){
|
|
115
115
|
/**
|
|
116
116
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117
117
|
* All rights reserved.
|
|
@@ -148,7 +148,7 @@ module.exports = Plotly;
|
|
|
148
148
|
|
|
149
149
|
module.exports = _dereq_('../src/traces/parcoords');
|
|
150
150
|
|
|
151
|
-
},{"../src/traces/parcoords":
|
|
151
|
+
},{"../src/traces/parcoords":642}],7:[function(_dereq_,module,exports){
|
|
152
152
|
/**
|
|
153
153
|
* Copyright 2012-2020, Plotly, Inc.
|
|
154
154
|
* All rights reserved.
|
|
@@ -161,7 +161,7 @@ module.exports = _dereq_('../src/traces/parcoords');
|
|
|
161
161
|
|
|
162
162
|
module.exports = _dereq_('../src/traces/pointcloud');
|
|
163
163
|
|
|
164
|
-
},{"../src/traces/pointcloud":
|
|
164
|
+
},{"../src/traces/pointcloud":652}],8:[function(_dereq_,module,exports){
|
|
165
165
|
/**
|
|
166
166
|
* Copyright 2012-2020, Plotly, Inc.
|
|
167
167
|
* All rights reserved.
|
|
@@ -174,7 +174,7 @@ module.exports = _dereq_('../src/traces/pointcloud');
|
|
|
174
174
|
|
|
175
175
|
module.exports = _dereq_('../src/traces/scattergl');
|
|
176
176
|
|
|
177
|
-
},{"../src/traces/scattergl":
|
|
177
|
+
},{"../src/traces/scattergl":692}],9:[function(_dereq_,module,exports){
|
|
178
178
|
/**
|
|
179
179
|
* Copyright 2012-2020, Plotly, Inc.
|
|
180
180
|
* All rights reserved.
|
|
@@ -187,7 +187,7 @@ module.exports = _dereq_('../src/traces/scattergl');
|
|
|
187
187
|
|
|
188
188
|
module.exports = _dereq_('../src/traces/splom');
|
|
189
189
|
|
|
190
|
-
},{"../src/traces/splom":
|
|
190
|
+
},{"../src/traces/splom":703}],10:[function(_dereq_,module,exports){
|
|
191
191
|
'use strict'
|
|
192
192
|
|
|
193
193
|
module.exports = _dereq_('./quad')
|
|
@@ -545,7 +545,7 @@ function normalize (pts, bounds) {
|
|
|
545
545
|
return result
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
},{"array-bounds":14,"binary-search-bounds":39,"clamp":58,"defined":87,"dtype":91,"flatten-vertex-data":156,"is-obj":
|
|
548
|
+
},{"array-bounds":14,"binary-search-bounds":39,"clamp":58,"defined":87,"dtype":91,"flatten-vertex-data":156,"is-obj":248,"math-log2":252,"parse-rect":265,"pick-by-alias":271}],12:[function(_dereq_,module,exports){
|
|
549
549
|
|
|
550
550
|
module.exports = absolutize
|
|
551
551
|
|
|
@@ -632,7 +632,7 @@ function addLineNumbers (string, start, delim) {
|
|
|
632
632
|
}).join('\n')
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
},{"pad-left":
|
|
635
|
+
},{"pad-left":263}],14:[function(_dereq_,module,exports){
|
|
636
636
|
'use strict'
|
|
637
637
|
|
|
638
638
|
module.exports = normalize;
|
|
@@ -1239,7 +1239,7 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
1239
1239
|
};
|
|
1240
1240
|
|
|
1241
1241
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
1242
|
-
},{"object-assign":
|
|
1242
|
+
},{"object-assign":262,"util/":20}],18:[function(_dereq_,module,exports){
|
|
1243
1243
|
if (typeof Object.create === 'function') {
|
|
1244
1244
|
// implementation from standard node.js 'util' module
|
|
1245
1245
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -1861,7 +1861,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
1863
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
1864
|
-
},{"./support/isBuffer":19,"_process":
|
|
1864
|
+
},{"./support/isBuffer":19,"_process":285,"inherits":18}],21:[function(_dereq_,module,exports){
|
|
1865
1865
|
module.exports = function _atob(str) {
|
|
1866
1866
|
return atob(str)
|
|
1867
1867
|
}
|
|
@@ -6288,7 +6288,7 @@ function boxIntersectWrapper(arg0, arg1, arg2) {
|
|
|
6288
6288
|
throw new Error('box-intersect: Invalid arguments')
|
|
6289
6289
|
}
|
|
6290
6290
|
}
|
|
6291
|
-
},{"./lib/intersect":45,"./lib/sweep":49,"typedarray-pool":
|
|
6291
|
+
},{"./lib/intersect":45,"./lib/sweep":49,"typedarray-pool":339}],44:[function(_dereq_,module,exports){
|
|
6292
6292
|
'use strict'
|
|
6293
6293
|
|
|
6294
6294
|
var DIMENSION = 'd'
|
|
@@ -6928,7 +6928,7 @@ function boxIntersectIter(
|
|
|
6928
6928
|
}
|
|
6929
6929
|
}
|
|
6930
6930
|
}
|
|
6931
|
-
},{"./brute":44,"./median":46,"./partition":47,"./sweep":49,"bit-twiddle":40,"typedarray-pool":
|
|
6931
|
+
},{"./brute":44,"./median":46,"./partition":47,"./sweep":49,"bit-twiddle":40,"typedarray-pool":339}],46:[function(_dereq_,module,exports){
|
|
6932
6932
|
'use strict'
|
|
6933
6933
|
|
|
6934
6934
|
module.exports = findMedian
|
|
@@ -7764,7 +7764,7 @@ red_loop:
|
|
|
7764
7764
|
}
|
|
7765
7765
|
}
|
|
7766
7766
|
}
|
|
7767
|
-
},{"./sort":48,"bit-twiddle":40,"typedarray-pool":
|
|
7767
|
+
},{"./sort":48,"bit-twiddle":40,"typedarray-pool":339}],50:[function(_dereq_,module,exports){
|
|
7768
7768
|
|
|
7769
7769
|
},{}],51:[function(_dereq_,module,exports){
|
|
7770
7770
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
@@ -10226,7 +10226,7 @@ function delaunayRefine(points, triangulation) {
|
|
|
10226
10226
|
}
|
|
10227
10227
|
}
|
|
10228
10228
|
|
|
10229
|
-
},{"binary-search-bounds":39,"robust-in-sphere":
|
|
10229
|
+
},{"binary-search-bounds":39,"robust-in-sphere":299}],55:[function(_dereq_,module,exports){
|
|
10230
10230
|
'use strict'
|
|
10231
10231
|
|
|
10232
10232
|
var bsearch = _dereq_('binary-search-bounds')
|
|
@@ -10597,7 +10597,7 @@ function monotoneTriangulate(points, edges) {
|
|
|
10597
10597
|
return cells
|
|
10598
10598
|
}
|
|
10599
10599
|
|
|
10600
|
-
},{"binary-search-bounds":39,"robust-orientation":
|
|
10600
|
+
},{"binary-search-bounds":39,"robust-orientation":300}],57:[function(_dereq_,module,exports){
|
|
10601
10601
|
'use strict'
|
|
10602
10602
|
|
|
10603
10603
|
var bsearch = _dereq_('binary-search-bounds')
|
|
@@ -11095,7 +11095,7 @@ function cleanPSLG (points, edges, colors) {
|
|
|
11095
11095
|
return modified
|
|
11096
11096
|
}
|
|
11097
11097
|
|
|
11098
|
-
},{"./lib/rat-seg-intersect":60,"big-rat":26,"big-rat/cmp":24,"big-rat/to-float":38,"box-intersect":43,"nextafter":
|
|
11098
|
+
},{"./lib/rat-seg-intersect":60,"big-rat":26,"big-rat/cmp":24,"big-rat/to-float":38,"box-intersect":43,"nextafter":260,"rat-vec":288,"robust-segment-intersect":303,"union-find":340}],60:[function(_dereq_,module,exports){
|
|
11099
11099
|
'use strict'
|
|
11100
11100
|
|
|
11101
11101
|
module.exports = solveIntersection
|
|
@@ -11139,7 +11139,7 @@ function solveIntersection (a, b, c, d) {
|
|
|
11139
11139
|
return r
|
|
11140
11140
|
}
|
|
11141
11141
|
|
|
11142
|
-
},{"big-rat/div":25,"big-rat/mul":35,"big-rat/sign":36,"big-rat/sub":37,"rat-vec/add":
|
|
11142
|
+
},{"big-rat/div":25,"big-rat/mul":35,"big-rat/sign":36,"big-rat/sub":37,"rat-vec/add":287,"rat-vec/muls":289,"rat-vec/sub":290}],61:[function(_dereq_,module,exports){
|
|
11143
11143
|
/** @module color-id */
|
|
11144
11144
|
|
|
11145
11145
|
'use strict'
|
|
@@ -11594,7 +11594,7 @@ function parse (cstr) {
|
|
|
11594
11594
|
}
|
|
11595
11595
|
|
|
11596
11596
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
11597
|
-
},{"color-name":62,"defined":87,"is-plain-obj":
|
|
11597
|
+
},{"color-name":62,"defined":87,"is-plain-obj":249}],65:[function(_dereq_,module,exports){
|
|
11598
11598
|
/** @module color-rgba */
|
|
11599
11599
|
|
|
11600
11600
|
'use strict'
|
|
@@ -11836,7 +11836,7 @@ function compareAngle(a, b, c, d) {
|
|
|
11836
11836
|
}
|
|
11837
11837
|
}
|
|
11838
11838
|
}
|
|
11839
|
-
},{"robust-orientation":
|
|
11839
|
+
},{"robust-orientation":300,"robust-product":301,"robust-sum":305,"signum":306,"two-sum":327}],69:[function(_dereq_,module,exports){
|
|
11840
11840
|
module.exports=[
|
|
11841
11841
|
"xx-small",
|
|
11842
11842
|
"x-small",
|
|
@@ -12016,7 +12016,7 @@ function parseLineHeight(value) {
|
|
|
12016
12016
|
return value
|
|
12017
12017
|
}
|
|
12018
12018
|
|
|
12019
|
-
},{"./lib/util":74,"css-font-stretch-keywords":70,"css-font-style-keywords":71,"css-font-weight-keywords":72,"css-global-keywords":77,"css-system-font-keywords":78,"string-split-by":
|
|
12019
|
+
},{"./lib/util":74,"css-font-stretch-keywords":70,"css-font-style-keywords":71,"css-font-weight-keywords":72,"css-global-keywords":77,"css-system-font-keywords":78,"string-split-by":315,"unquote":342}],76:[function(_dereq_,module,exports){
|
|
12020
12020
|
'use strict'
|
|
12021
12021
|
|
|
12022
12022
|
var pick = _dereq_('pick-by-alias')
|
|
@@ -12120,7 +12120,7 @@ function a2o (a) {
|
|
|
12120
12120
|
return o
|
|
12121
12121
|
}
|
|
12122
12122
|
|
|
12123
|
-
},{"./lib/util":74,"css-font-stretch-keywords":70,"css-font-style-keywords":71,"css-font-weight-keywords":72,"css-global-keywords":77,"css-system-font-keywords":78,"pick-by-alias":
|
|
12123
|
+
},{"./lib/util":74,"css-font-stretch-keywords":70,"css-font-style-keywords":71,"css-font-weight-keywords":72,"css-global-keywords":77,"css-system-font-keywords":78,"pick-by-alias":271}],77:[function(_dereq_,module,exports){
|
|
12124
12124
|
module.exports=[
|
|
12125
12125
|
"inherit",
|
|
12126
12126
|
"initial",
|
|
@@ -12608,7 +12608,7 @@ function generateCWiseOp(proc, typesig) {
|
|
|
12608
12608
|
}
|
|
12609
12609
|
module.exports = generateCWiseOp
|
|
12610
12610
|
|
|
12611
|
-
},{"uniq":
|
|
12611
|
+
},{"uniq":341}],81:[function(_dereq_,module,exports){
|
|
12612
12612
|
"use strict"
|
|
12613
12613
|
|
|
12614
12614
|
// The function below is called when constructing a cwise function object, and does the following:
|
|
@@ -12731,7 +12731,7 @@ module.exports = function (props/*, options*/) {
|
|
|
12731
12731
|
return map(props, function (desc, name) { return define(name, desc, options); });
|
|
12732
12732
|
};
|
|
12733
12733
|
|
|
12734
|
-
},{"es5-ext/object/copy":111,"es5-ext/object/map":119,"es5-ext/object/normalize-options":120,"type/plain-function/ensure":
|
|
12734
|
+
},{"es5-ext/object/copy":111,"es5-ext/object/map":119,"es5-ext/object/normalize-options":120,"type/plain-function/ensure":333,"type/value/ensure":337,"type/value/is":338}],83:[function(_dereq_,module,exports){
|
|
12735
12735
|
"use strict";
|
|
12736
12736
|
|
|
12737
12737
|
var isValue = _dereq_("type/value/is")
|
|
@@ -12795,7 +12795,7 @@ d.gs = function (dscr, get, set/*, options*/) {
|
|
|
12795
12795
|
return !options ? desc : assign(normalizeOpts(options), desc);
|
|
12796
12796
|
};
|
|
12797
12797
|
|
|
12798
|
-
},{"es5-ext/object/assign":108,"es5-ext/object/normalize-options":120,"es5-ext/string/#/contains":127,"type/plain-function/is":
|
|
12798
|
+
},{"es5-ext/object/assign":108,"es5-ext/object/normalize-options":120,"es5-ext/string/#/contains":127,"type/plain-function/is":334,"type/value/is":338}],84:[function(_dereq_,module,exports){
|
|
12799
12799
|
// https://d3js.org/d3-time-format/ v2.2.3 Copyright 2019 Mike Bostock
|
|
12800
12800
|
(function (global, factory) {
|
|
12801
12801
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, _dereq_('d3-time')) :
|
|
@@ -23641,7 +23641,7 @@ module.exports = function(context, segments) {
|
|
|
23641
23641
|
context.closePath()
|
|
23642
23642
|
}
|
|
23643
23643
|
|
|
23644
|
-
},{"abs-svg-path":12,"normalize-svg-path":
|
|
23644
|
+
},{"abs-svg-path":12,"normalize-svg-path":261}],91:[function(_dereq_,module,exports){
|
|
23645
23645
|
module.exports = function(dtype) {
|
|
23646
23646
|
switch (dtype) {
|
|
23647
23647
|
case 'int8':
|
|
@@ -24432,7 +24432,7 @@ function edgeToAdjacency(edges, numVertices) {
|
|
|
24432
24432
|
}
|
|
24433
24433
|
return adj
|
|
24434
24434
|
}
|
|
24435
|
-
},{"uniq":
|
|
24435
|
+
},{"uniq":341}],95:[function(_dereq_,module,exports){
|
|
24436
24436
|
// Inspired by Google Closure:
|
|
24437
24437
|
// http://closure-library.googlecode.com/svn/docs/
|
|
24438
24438
|
// closure_goog_array_array.js.html#goog.array.clear
|
|
@@ -26510,7 +26510,7 @@ return Promise$1;
|
|
|
26510
26510
|
|
|
26511
26511
|
|
|
26512
26512
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
26513
|
-
},{"_process":
|
|
26513
|
+
},{"_process":285}],140:[function(_dereq_,module,exports){
|
|
26514
26514
|
"use strict";
|
|
26515
26515
|
|
|
26516
26516
|
module.exports = _dereq_("./is-implemented")()
|
|
@@ -26919,7 +26919,7 @@ module.exports = function(n) {
|
|
|
26919
26919
|
return n - n < 1;
|
|
26920
26920
|
};
|
|
26921
26921
|
|
|
26922
|
-
},{"is-string-blank":
|
|
26922
|
+
},{"is-string-blank":250}],156:[function(_dereq_,module,exports){
|
|
26923
26923
|
/*eslint new-cap:0*/
|
|
26924
26924
|
var dtype = _dereq_('dtype')
|
|
26925
26925
|
|
|
@@ -28485,7 +28485,7 @@ function createBuffer(gl, data, type, usage) {
|
|
|
28485
28485
|
|
|
28486
28486
|
module.exports = createBuffer
|
|
28487
28487
|
|
|
28488
|
-
},{"ndarray":
|
|
28488
|
+
},{"ndarray":259,"ndarray-ops":258,"typedarray-pool":339}],163:[function(_dereq_,module,exports){
|
|
28489
28489
|
module.exports = {
|
|
28490
28490
|
0: 'NONE',
|
|
28491
28491
|
1: 'ONE',
|
|
@@ -29215,7 +29215,7 @@ function createContour2D (plot, options) {
|
|
|
29215
29215
|
return contours
|
|
29216
29216
|
}
|
|
29217
29217
|
|
|
29218
|
-
},{"./lib/shaders":166,"binary-search-bounds":39,"cdt2d":53,"clean-pslg":59,"gl-buffer":162,"gl-shader":217,"iota-array":243,"ndarray":
|
|
29218
|
+
},{"./lib/shaders":166,"binary-search-bounds":39,"cdt2d":53,"clean-pslg":59,"gl-buffer":162,"gl-shader":217,"iota-array":243,"ndarray":259,"surface-nets":316}],166:[function(_dereq_,module,exports){
|
|
29219
29219
|
'use strict'
|
|
29220
29220
|
|
|
29221
29221
|
var glslify = _dereq_('glslify')
|
|
@@ -29760,7 +29760,7 @@ function formatCompilerError(errLog, src, type) {
|
|
|
29760
29760
|
}
|
|
29761
29761
|
|
|
29762
29762
|
|
|
29763
|
-
},{"add-line-numbers":13,"gl-constants/lookup":164,"glsl-shader-name":228,"sprintf-js":
|
|
29763
|
+
},{"add-line-numbers":13,"gl-constants/lookup":164,"glsl-shader-name":228,"sprintf-js":314}],170:[function(_dereq_,module,exports){
|
|
29764
29764
|
'use strict'
|
|
29765
29765
|
|
|
29766
29766
|
module.exports = createHeatmap2D
|
|
@@ -30112,7 +30112,7 @@ function createHeatmap2D (plot, options) {
|
|
|
30112
30112
|
return heatmap
|
|
30113
30113
|
}
|
|
30114
30114
|
|
|
30115
|
-
},{"./lib/shaders":171,"binary-search-bounds":39,"gl-buffer":162,"gl-shader":217,"iota-array":243,"typedarray-pool":
|
|
30115
|
+
},{"./lib/shaders":171,"binary-search-bounds":39,"gl-buffer":162,"gl-shader":217,"iota-array":243,"typedarray-pool":339}],171:[function(_dereq_,module,exports){
|
|
30116
30116
|
'use strict'
|
|
30117
30117
|
|
|
30118
30118
|
var glslify = _dereq_('glslify')
|
|
@@ -32021,7 +32021,7 @@ function createTextElements(plot) {
|
|
|
32021
32021
|
return text
|
|
32022
32022
|
}
|
|
32023
32023
|
|
|
32024
|
-
},{"./shaders":206,"binary-search-bounds":39,"gl-buffer":162,"gl-shader":217,"text-cache":
|
|
32024
|
+
},{"./shaders":206,"binary-search-bounds":39,"gl-buffer":162,"gl-shader":217,"text-cache":321}],208:[function(_dereq_,module,exports){
|
|
32025
32025
|
arguments[4][167][0].apply(exports,arguments)
|
|
32026
32026
|
},{"dup":167}],209:[function(_dereq_,module,exports){
|
|
32027
32027
|
'use strict'
|
|
@@ -32836,7 +32836,7 @@ function createPointcloud2D(plot, options) {
|
|
|
32836
32836
|
return result
|
|
32837
32837
|
}
|
|
32838
32838
|
|
|
32839
|
-
},{"./lib/shader":210,"gl-buffer":162,"gl-shader":217,"typedarray-pool":
|
|
32839
|
+
},{"./lib/shader":210,"gl-buffer":162,"gl-shader":217,"typedarray-pool":339}],213:[function(_dereq_,module,exports){
|
|
32840
32840
|
'use strict'
|
|
32841
32841
|
|
|
32842
32842
|
var glslify = _dereq_('glslify')
|
|
@@ -33157,7 +33157,7 @@ function createSelectBuffer(gl, shape) {
|
|
|
33157
33157
|
return new SelectBuffer(gl, fbo, buffer)
|
|
33158
33158
|
}
|
|
33159
33159
|
|
|
33160
|
-
},{"bit-twiddle":40,"gl-fbo":168,"ndarray":
|
|
33160
|
+
},{"bit-twiddle":40,"gl-fbo":168,"ndarray":259,"typedarray-pool":339}],217:[function(_dereq_,module,exports){
|
|
33161
33161
|
'use strict'
|
|
33162
33162
|
|
|
33163
33163
|
var createUniformWrapper = _dereq_('./lib/create-uniforms')
|
|
@@ -34172,7 +34172,7 @@ function createProgram(gl, vref, fref, attribs, locations) {
|
|
|
34172
34172
|
return getCache(gl).getProgram(vref, fref, attribs, locations)
|
|
34173
34173
|
}
|
|
34174
34174
|
|
|
34175
|
-
},{"./GLError":218,"gl-format-compiler-error":169,"weakmap-shim":
|
|
34175
|
+
},{"./GLError":218,"gl-format-compiler-error":169,"weakmap-shim":348}],224:[function(_dereq_,module,exports){
|
|
34176
34176
|
'use strict'
|
|
34177
34177
|
|
|
34178
34178
|
module.exports = createSpikes2D
|
|
@@ -34988,7 +34988,7 @@ function isRegl (o) {
|
|
|
34988
34988
|
module.exports = GlText
|
|
34989
34989
|
|
|
34990
34990
|
|
|
34991
|
-
},{"bit-twiddle":40,"color-normalize":63,"css-font":73,"detect-kerning":88,"es6-weak-map":148,"flatten-vertex-data":156,"font-atlas":157,"font-measure":158,"gl-util/context":227,"is-plain-obj":
|
|
34991
|
+
},{"bit-twiddle":40,"color-normalize":63,"css-font":73,"detect-kerning":88,"es6-weak-map":148,"flatten-vertex-data":156,"font-atlas":157,"font-measure":158,"gl-util/context":227,"is-plain-obj":249,"object-assign":262,"parse-rect":265,"parse-unit":267,"pick-by-alias":271,"regl":297,"to-px":324,"typedarray-pool":339}],226:[function(_dereq_,module,exports){
|
|
34992
34992
|
'use strict'
|
|
34993
34993
|
|
|
34994
34994
|
var ndarray = _dereq_('ndarray')
|
|
@@ -35551,7 +35551,7 @@ function createTexture2D(gl) {
|
|
|
35551
35551
|
throw new Error('gl-texture2d: Invalid arguments for texture2d constructor')
|
|
35552
35552
|
}
|
|
35553
35553
|
|
|
35554
|
-
},{"ndarray":
|
|
35554
|
+
},{"ndarray":259,"ndarray-ops":258,"typedarray-pool":339}],227:[function(_dereq_,module,exports){
|
|
35555
35555
|
(function (global){(function (){
|
|
35556
35556
|
/** @module gl-util/context */
|
|
35557
35557
|
'use strict'
|
|
@@ -35683,7 +35683,7 @@ function createCanvas () {
|
|
|
35683
35683
|
}
|
|
35684
35684
|
|
|
35685
35685
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
35686
|
-
},{"pick-by-alias":
|
|
35686
|
+
},{"pick-by-alias":271}],228:[function(_dereq_,module,exports){
|
|
35687
35687
|
var tokenize = _dereq_('glsl-tokenizer')
|
|
35688
35688
|
var atob = _dereq_('atob-lite')
|
|
35689
35689
|
|
|
@@ -37172,13 +37172,50 @@ module.exports = typeof navigator !== 'undefined' &&
|
|
|
37172
37172
|
(/MSIE/.test(navigator.userAgent) || /Trident\//.test(navigator.appVersion));
|
|
37173
37173
|
|
|
37174
37174
|
},{}],247:[function(_dereq_,module,exports){
|
|
37175
|
+
'use strict'
|
|
37176
|
+
|
|
37177
|
+
module.exports = isMobile
|
|
37178
|
+
module.exports.isMobile = isMobile
|
|
37179
|
+
module.exports.default = isMobile
|
|
37180
|
+
|
|
37181
|
+
var mobileRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i
|
|
37182
|
+
|
|
37183
|
+
var tabletRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i
|
|
37184
|
+
|
|
37185
|
+
function isMobile (opts) {
|
|
37186
|
+
if (!opts) opts = {}
|
|
37187
|
+
var ua = opts.ua
|
|
37188
|
+
if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
|
|
37189
|
+
if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
|
|
37190
|
+
ua = ua.headers['user-agent']
|
|
37191
|
+
}
|
|
37192
|
+
if (typeof ua !== 'string') return false
|
|
37193
|
+
|
|
37194
|
+
var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
|
|
37195
|
+
|
|
37196
|
+
if (
|
|
37197
|
+
!result &&
|
|
37198
|
+
opts.tablet &&
|
|
37199
|
+
opts.featureDetect &&
|
|
37200
|
+
navigator &&
|
|
37201
|
+
navigator.maxTouchPoints > 1 &&
|
|
37202
|
+
ua.indexOf('Macintosh') !== -1 &&
|
|
37203
|
+
ua.indexOf('Safari') !== -1
|
|
37204
|
+
) {
|
|
37205
|
+
result = true
|
|
37206
|
+
}
|
|
37207
|
+
|
|
37208
|
+
return result
|
|
37209
|
+
}
|
|
37210
|
+
|
|
37211
|
+
},{}],248:[function(_dereq_,module,exports){
|
|
37175
37212
|
'use strict';
|
|
37176
37213
|
module.exports = function (x) {
|
|
37177
37214
|
var type = typeof x;
|
|
37178
37215
|
return x !== null && (type === 'object' || type === 'function');
|
|
37179
37216
|
};
|
|
37180
37217
|
|
|
37181
|
-
},{}],
|
|
37218
|
+
},{}],249:[function(_dereq_,module,exports){
|
|
37182
37219
|
'use strict';
|
|
37183
37220
|
var toString = Object.prototype.toString;
|
|
37184
37221
|
|
|
@@ -37187,7 +37224,7 @@ module.exports = function (x) {
|
|
|
37187
37224
|
return toString.call(x) === '[object Object]' && (prototype = Object.getPrototypeOf(x), prototype === null || prototype === Object.getPrototypeOf({}));
|
|
37188
37225
|
};
|
|
37189
37226
|
|
|
37190
|
-
},{}],
|
|
37227
|
+
},{}],250:[function(_dereq_,module,exports){
|
|
37191
37228
|
'use strict';
|
|
37192
37229
|
|
|
37193
37230
|
/**
|
|
@@ -37224,7 +37261,7 @@ module.exports = function(str){
|
|
|
37224
37261
|
return true;
|
|
37225
37262
|
}
|
|
37226
37263
|
|
|
37227
|
-
},{}],
|
|
37264
|
+
},{}],251:[function(_dereq_,module,exports){
|
|
37228
37265
|
'use strict'
|
|
37229
37266
|
|
|
37230
37267
|
module.exports = function isPath(str) {
|
|
@@ -37238,13 +37275,13 @@ module.exports = function isPath(str) {
|
|
|
37238
37275
|
return false
|
|
37239
37276
|
}
|
|
37240
37277
|
|
|
37241
|
-
},{}],
|
|
37278
|
+
},{}],252:[function(_dereq_,module,exports){
|
|
37242
37279
|
'use strict';
|
|
37243
37280
|
module.exports = Math.log2 || function (x) {
|
|
37244
37281
|
return Math.log(x) * Math.LOG2E;
|
|
37245
37282
|
};
|
|
37246
37283
|
|
|
37247
|
-
},{}],
|
|
37284
|
+
},{}],253:[function(_dereq_,module,exports){
|
|
37248
37285
|
'use strict'
|
|
37249
37286
|
|
|
37250
37287
|
module.exports = mouseListen
|
|
@@ -37451,7 +37488,7 @@ function mouseListen (element, callback) {
|
|
|
37451
37488
|
return result
|
|
37452
37489
|
}
|
|
37453
37490
|
|
|
37454
|
-
},{"mouse-event":
|
|
37491
|
+
},{"mouse-event":255}],254:[function(_dereq_,module,exports){
|
|
37455
37492
|
var rootPosition = { left: 0, top: 0 }
|
|
37456
37493
|
|
|
37457
37494
|
module.exports = mouseEventOffset
|
|
@@ -37478,7 +37515,7 @@ function getBoundingClientOffset (element) {
|
|
|
37478
37515
|
}
|
|
37479
37516
|
}
|
|
37480
37517
|
|
|
37481
|
-
},{}],
|
|
37518
|
+
},{}],255:[function(_dereq_,module,exports){
|
|
37482
37519
|
'use strict'
|
|
37483
37520
|
|
|
37484
37521
|
function mouseButtons(ev) {
|
|
@@ -37540,7 +37577,7 @@ function mouseRelativeY(ev) {
|
|
|
37540
37577
|
}
|
|
37541
37578
|
exports.y = mouseRelativeY
|
|
37542
37579
|
|
|
37543
|
-
},{}],
|
|
37580
|
+
},{}],256:[function(_dereq_,module,exports){
|
|
37544
37581
|
'use strict'
|
|
37545
37582
|
|
|
37546
37583
|
var toPX = _dereq_('to-px')
|
|
@@ -37582,7 +37619,7 @@ function mouseWheelListen(element, callback, noScroll) {
|
|
|
37582
37619
|
return listener
|
|
37583
37620
|
}
|
|
37584
37621
|
|
|
37585
|
-
},{"to-px":
|
|
37622
|
+
},{"to-px":324}],257:[function(_dereq_,module,exports){
|
|
37586
37623
|
"use strict"
|
|
37587
37624
|
|
|
37588
37625
|
var pool = _dereq_("typedarray-pool")
|
|
@@ -37998,7 +38035,7 @@ function createSurfaceExtractor(args) {
|
|
|
37998
38035
|
order,
|
|
37999
38036
|
typesig)
|
|
38000
38037
|
}
|
|
38001
|
-
},{"typedarray-pool":
|
|
38038
|
+
},{"typedarray-pool":339}],258:[function(_dereq_,module,exports){
|
|
38002
38039
|
"use strict"
|
|
38003
38040
|
|
|
38004
38041
|
var compile = _dereq_("cwise-compiler")
|
|
@@ -38461,7 +38498,7 @@ exports.equals = compile({
|
|
|
38461
38498
|
|
|
38462
38499
|
|
|
38463
38500
|
|
|
38464
|
-
},{"cwise-compiler":79}],
|
|
38501
|
+
},{"cwise-compiler":79}],259:[function(_dereq_,module,exports){
|
|
38465
38502
|
var iota = _dereq_("iota-array")
|
|
38466
38503
|
var isBuffer = _dereq_("is-buffer")
|
|
38467
38504
|
|
|
@@ -38812,7 +38849,7 @@ function wrappedNDArrayCtor(data, shape, stride, offset) {
|
|
|
38812
38849
|
|
|
38813
38850
|
module.exports = wrappedNDArrayCtor
|
|
38814
38851
|
|
|
38815
|
-
},{"iota-array":243,"is-buffer":245}],
|
|
38852
|
+
},{"iota-array":243,"is-buffer":245}],260:[function(_dereq_,module,exports){
|
|
38816
38853
|
"use strict"
|
|
38817
38854
|
|
|
38818
38855
|
var doubleBits = _dereq_("double-bits")
|
|
@@ -38855,7 +38892,7 @@ function nextafter(x, y) {
|
|
|
38855
38892
|
}
|
|
38856
38893
|
return doubleBits.pack(lo, hi)
|
|
38857
38894
|
}
|
|
38858
|
-
},{"double-bits":89}],
|
|
38895
|
+
},{"double-bits":89}],261:[function(_dereq_,module,exports){
|
|
38859
38896
|
|
|
38860
38897
|
var π = Math.PI
|
|
38861
38898
|
var _120 = radians(120)
|
|
@@ -39057,7 +39094,7 @@ function radians(degress){
|
|
|
39057
39094
|
return degress * (π / 180)
|
|
39058
39095
|
}
|
|
39059
39096
|
|
|
39060
|
-
},{}],
|
|
39097
|
+
},{}],262:[function(_dereq_,module,exports){
|
|
39061
39098
|
/*
|
|
39062
39099
|
object-assign
|
|
39063
39100
|
(c) Sindre Sorhus
|
|
@@ -39149,7 +39186,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
|
39149
39186
|
return to;
|
|
39150
39187
|
};
|
|
39151
39188
|
|
|
39152
|
-
},{}],
|
|
39189
|
+
},{}],263:[function(_dereq_,module,exports){
|
|
39153
39190
|
/*!
|
|
39154
39191
|
* pad-left <https://github.com/jonschlinkert/pad-left>
|
|
39155
39192
|
*
|
|
@@ -39165,7 +39202,7 @@ module.exports = function padLeft(str, num, ch) {
|
|
|
39165
39202
|
ch = typeof ch !== 'undefined' ? (ch + '') : ' ';
|
|
39166
39203
|
return repeat(ch, num) + str;
|
|
39167
39204
|
};
|
|
39168
|
-
},{"repeat-string":
|
|
39205
|
+
},{"repeat-string":298}],264:[function(_dereq_,module,exports){
|
|
39169
39206
|
'use strict'
|
|
39170
39207
|
|
|
39171
39208
|
/**
|
|
@@ -39302,7 +39339,7 @@ parenthesis.stringify = stringify
|
|
|
39302
39339
|
|
|
39303
39340
|
module.exports = parenthesis
|
|
39304
39341
|
|
|
39305
|
-
},{}],
|
|
39342
|
+
},{}],265:[function(_dereq_,module,exports){
|
|
39306
39343
|
'use strict'
|
|
39307
39344
|
|
|
39308
39345
|
var pick = _dereq_('pick-by-alias')
|
|
@@ -39389,7 +39426,7 @@ function parseRect (arg) {
|
|
|
39389
39426
|
return rect
|
|
39390
39427
|
}
|
|
39391
39428
|
|
|
39392
|
-
},{"pick-by-alias":
|
|
39429
|
+
},{"pick-by-alias":271}],266:[function(_dereq_,module,exports){
|
|
39393
39430
|
|
|
39394
39431
|
module.exports = parse
|
|
39395
39432
|
|
|
@@ -39448,7 +39485,7 @@ function parseValues(args) {
|
|
|
39448
39485
|
return numbers ? numbers.map(Number) : []
|
|
39449
39486
|
}
|
|
39450
39487
|
|
|
39451
|
-
},{}],
|
|
39488
|
+
},{}],267:[function(_dereq_,module,exports){
|
|
39452
39489
|
module.exports = function parseUnit(str, out) {
|
|
39453
39490
|
if (!out)
|
|
39454
39491
|
out = [ 0, '' ]
|
|
@@ -39459,7 +39496,7 @@ module.exports = function parseUnit(str, out) {
|
|
|
39459
39496
|
out[1] = str.match(/[\d.\-\+]*\s*(.*)/)[1] || ''
|
|
39460
39497
|
return out
|
|
39461
39498
|
}
|
|
39462
|
-
},{}],
|
|
39499
|
+
},{}],268:[function(_dereq_,module,exports){
|
|
39463
39500
|
(function (process){(function (){
|
|
39464
39501
|
// Generated by CoffeeScript 1.12.2
|
|
39465
39502
|
(function() {
|
|
@@ -39499,7 +39536,7 @@ module.exports = function parseUnit(str, out) {
|
|
|
39499
39536
|
|
|
39500
39537
|
|
|
39501
39538
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
39502
|
-
},{"_process":
|
|
39539
|
+
},{"_process":285}],269:[function(_dereq_,module,exports){
|
|
39503
39540
|
"use strict"
|
|
39504
39541
|
|
|
39505
39542
|
module.exports = permutationSign
|
|
@@ -39551,7 +39588,7 @@ function permutationSign(p) {
|
|
|
39551
39588
|
return sgn
|
|
39552
39589
|
}
|
|
39553
39590
|
}
|
|
39554
|
-
},{"typedarray-pool":
|
|
39591
|
+
},{"typedarray-pool":339}],270:[function(_dereq_,module,exports){
|
|
39555
39592
|
"use strict"
|
|
39556
39593
|
|
|
39557
39594
|
var pool = _dereq_("typedarray-pool")
|
|
@@ -39638,7 +39675,7 @@ function unrank(n, r, p) {
|
|
|
39638
39675
|
exports.rank = rank
|
|
39639
39676
|
exports.unrank = unrank
|
|
39640
39677
|
|
|
39641
|
-
},{"invert-permutation":242,"typedarray-pool":
|
|
39678
|
+
},{"invert-permutation":242,"typedarray-pool":339}],271:[function(_dereq_,module,exports){
|
|
39642
39679
|
'use strict'
|
|
39643
39680
|
|
|
39644
39681
|
|
|
@@ -39717,7 +39754,7 @@ function toList(arg) {
|
|
|
39717
39754
|
return arg
|
|
39718
39755
|
}
|
|
39719
39756
|
|
|
39720
|
-
},{}],
|
|
39757
|
+
},{}],272:[function(_dereq_,module,exports){
|
|
39721
39758
|
"use strict"
|
|
39722
39759
|
|
|
39723
39760
|
module.exports = planarDual
|
|
@@ -39848,7 +39885,7 @@ function planarDual(cells, positions) {
|
|
|
39848
39885
|
//Combine paths and loops together
|
|
39849
39886
|
return cycles
|
|
39850
39887
|
}
|
|
39851
|
-
},{"compare-angle":68}],
|
|
39888
|
+
},{"compare-angle":68}],273:[function(_dereq_,module,exports){
|
|
39852
39889
|
'use strict'
|
|
39853
39890
|
|
|
39854
39891
|
module.exports = trimLeaves
|
|
@@ -39904,7 +39941,7 @@ function trimLeaves(edges, positions) {
|
|
|
39904
39941
|
|
|
39905
39942
|
return [ nedges, npositions ]
|
|
39906
39943
|
}
|
|
39907
|
-
},{"edges-to-adjacency-list":94}],
|
|
39944
|
+
},{"edges-to-adjacency-list":94}],274:[function(_dereq_,module,exports){
|
|
39908
39945
|
'use strict'
|
|
39909
39946
|
|
|
39910
39947
|
module.exports = planarGraphToPolyline
|
|
@@ -40109,9 +40146,9 @@ function planarGraphToPolyline(edges, positions) {
|
|
|
40109
40146
|
|
|
40110
40147
|
return result
|
|
40111
40148
|
}
|
|
40112
|
-
},{"./lib/trim-leaves":
|
|
40149
|
+
},{"./lib/trim-leaves":273,"edges-to-adjacency-list":94,"planar-dual":272,"point-in-big-polygon":276,"robust-sum":305,"two-product":326,"uniq":341}],275:[function(_dereq_,module,exports){
|
|
40113
40150
|
arguments[4][241][0].apply(exports,arguments)
|
|
40114
|
-
},{"dup":241}],
|
|
40151
|
+
},{"dup":241}],276:[function(_dereq_,module,exports){
|
|
40115
40152
|
module.exports = preprocessPolygon
|
|
40116
40153
|
|
|
40117
40154
|
var orient = _dereq_('robust-orientation')[3]
|
|
@@ -40263,7 +40300,7 @@ function preprocessPolygon(loops) {
|
|
|
40263
40300
|
testSlab)
|
|
40264
40301
|
}
|
|
40265
40302
|
}
|
|
40266
|
-
},{"binary-search-bounds":
|
|
40303
|
+
},{"binary-search-bounds":275,"interval-tree-1d":240,"robust-orientation":300,"slab-decomposition":313}],277:[function(_dereq_,module,exports){
|
|
40267
40304
|
/*
|
|
40268
40305
|
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
|
40269
40306
|
* @license MIT
|
|
@@ -40391,7 +40428,7 @@ if (typeof window === 'object')
|
|
|
40391
40428
|
|
|
40392
40429
|
module.exports = PolyBool;
|
|
40393
40430
|
|
|
40394
|
-
},{"./lib/build-log":
|
|
40431
|
+
},{"./lib/build-log":278,"./lib/epsilon":279,"./lib/geojson":280,"./lib/intersecter":281,"./lib/segment-chainer":283,"./lib/segment-selector":284}],278:[function(_dereq_,module,exports){
|
|
40395
40432
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
40396
40433
|
// MIT License
|
|
40397
40434
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -40506,7 +40543,7 @@ function BuildLog(){
|
|
|
40506
40543
|
|
|
40507
40544
|
module.exports = BuildLog;
|
|
40508
40545
|
|
|
40509
|
-
},{}],
|
|
40546
|
+
},{}],279:[function(_dereq_,module,exports){
|
|
40510
40547
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
40511
40548
|
// MIT License
|
|
40512
40549
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -40678,7 +40715,7 @@ function Epsilon(eps){
|
|
|
40678
40715
|
|
|
40679
40716
|
module.exports = Epsilon;
|
|
40680
40717
|
|
|
40681
|
-
},{}],
|
|
40718
|
+
},{}],280:[function(_dereq_,module,exports){
|
|
40682
40719
|
// (c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
|
|
40683
40720
|
// MIT License
|
|
40684
40721
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -40868,7 +40905,7 @@ var GeoJSON = {
|
|
|
40868
40905
|
|
|
40869
40906
|
module.exports = GeoJSON;
|
|
40870
40907
|
|
|
40871
|
-
},{}],
|
|
40908
|
+
},{}],281:[function(_dereq_,module,exports){
|
|
40872
40909
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
40873
40910
|
// MIT License
|
|
40874
40911
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -41375,7 +41412,7 @@ function Intersecter(selfIntersection, eps, buildLog){
|
|
|
41375
41412
|
|
|
41376
41413
|
module.exports = Intersecter;
|
|
41377
41414
|
|
|
41378
|
-
},{"./linked-list":
|
|
41415
|
+
},{"./linked-list":282}],282:[function(_dereq_,module,exports){
|
|
41379
41416
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
41380
41417
|
// MIT License
|
|
41381
41418
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -41458,7 +41495,7 @@ var LinkedList = {
|
|
|
41458
41495
|
|
|
41459
41496
|
module.exports = LinkedList;
|
|
41460
41497
|
|
|
41461
|
-
},{}],
|
|
41498
|
+
},{}],283:[function(_dereq_,module,exports){
|
|
41462
41499
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
41463
41500
|
// MIT License
|
|
41464
41501
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -41712,7 +41749,7 @@ function SegmentChainer(segments, eps, buildLog){
|
|
|
41712
41749
|
|
|
41713
41750
|
module.exports = SegmentChainer;
|
|
41714
41751
|
|
|
41715
|
-
},{}],
|
|
41752
|
+
},{}],284:[function(_dereq_,module,exports){
|
|
41716
41753
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
41717
41754
|
// MIT License
|
|
41718
41755
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -41880,7 +41917,7 @@ var SegmentSelector = {
|
|
|
41880
41917
|
|
|
41881
41918
|
module.exports = SegmentSelector;
|
|
41882
41919
|
|
|
41883
|
-
},{}],
|
|
41920
|
+
},{}],285:[function(_dereq_,module,exports){
|
|
41884
41921
|
// shim for using process in browser
|
|
41885
41922
|
var process = module.exports = {};
|
|
41886
41923
|
|
|
@@ -42066,7 +42103,7 @@ process.chdir = function (dir) {
|
|
|
42066
42103
|
};
|
|
42067
42104
|
process.umask = function() { return 0; };
|
|
42068
42105
|
|
|
42069
|
-
},{}],
|
|
42106
|
+
},{}],286:[function(_dereq_,module,exports){
|
|
42070
42107
|
(function (global){(function (){
|
|
42071
42108
|
var now = _dereq_('performance-now')
|
|
42072
42109
|
, root = typeof window === 'undefined' ? global : window
|
|
@@ -42145,7 +42182,7 @@ module.exports.polyfill = function(object) {
|
|
|
42145
42182
|
}
|
|
42146
42183
|
|
|
42147
42184
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
42148
|
-
},{"performance-now":
|
|
42185
|
+
},{"performance-now":268}],287:[function(_dereq_,module,exports){
|
|
42149
42186
|
'use strict'
|
|
42150
42187
|
|
|
42151
42188
|
var bnadd = _dereq_('big-rat/add')
|
|
@@ -42161,7 +42198,7 @@ function add (a, b) {
|
|
|
42161
42198
|
return r
|
|
42162
42199
|
}
|
|
42163
42200
|
|
|
42164
|
-
},{"big-rat/add":23}],
|
|
42201
|
+
},{"big-rat/add":23}],288:[function(_dereq_,module,exports){
|
|
42165
42202
|
'use strict'
|
|
42166
42203
|
|
|
42167
42204
|
module.exports = float2rat
|
|
@@ -42176,7 +42213,7 @@ function float2rat(v) {
|
|
|
42176
42213
|
return result
|
|
42177
42214
|
}
|
|
42178
42215
|
|
|
42179
|
-
},{"big-rat":26}],
|
|
42216
|
+
},{"big-rat":26}],289:[function(_dereq_,module,exports){
|
|
42180
42217
|
'use strict'
|
|
42181
42218
|
|
|
42182
42219
|
var rat = _dereq_('big-rat')
|
|
@@ -42194,7 +42231,7 @@ function muls(a, x) {
|
|
|
42194
42231
|
return r
|
|
42195
42232
|
}
|
|
42196
42233
|
|
|
42197
|
-
},{"big-rat":26,"big-rat/mul":35}],
|
|
42234
|
+
},{"big-rat":26,"big-rat/mul":35}],290:[function(_dereq_,module,exports){
|
|
42198
42235
|
'use strict'
|
|
42199
42236
|
|
|
42200
42237
|
var bnsub = _dereq_('big-rat/sub')
|
|
@@ -42210,7 +42247,7 @@ function sub(a, b) {
|
|
|
42210
42247
|
return r
|
|
42211
42248
|
}
|
|
42212
42249
|
|
|
42213
|
-
},{"big-rat/sub":37}],
|
|
42250
|
+
},{"big-rat/sub":37}],291:[function(_dereq_,module,exports){
|
|
42214
42251
|
'use strict'
|
|
42215
42252
|
|
|
42216
42253
|
var getBounds = _dereq_('array-bounds')
|
|
@@ -42697,7 +42734,7 @@ function Error2D (regl, options) {
|
|
|
42697
42734
|
}
|
|
42698
42735
|
}
|
|
42699
42736
|
|
|
42700
|
-
},{"array-bounds":14,"color-normalize":63,"flatten-vertex-data":156,"object-assign":
|
|
42737
|
+
},{"array-bounds":14,"color-normalize":63,"flatten-vertex-data":156,"object-assign":262,"pick-by-alias":271,"to-float32":323,"update-diff":343}],292:[function(_dereq_,module,exports){
|
|
42701
42738
|
'use strict'
|
|
42702
42739
|
|
|
42703
42740
|
|
|
@@ -43426,9 +43463,9 @@ Line2D.prototype.destroy = function () {
|
|
|
43426
43463
|
return this
|
|
43427
43464
|
}
|
|
43428
43465
|
|
|
43429
|
-
},{"array-bounds":14,"array-normalize":15,"color-normalize":63,"earcut":93,"es6-weak-map":148,"flatten-vertex-data":156,"glslify":
|
|
43466
|
+
},{"array-bounds":14,"array-normalize":15,"color-normalize":63,"earcut":93,"es6-weak-map":148,"flatten-vertex-data":156,"glslify":293,"object-assign":262,"parse-rect":265,"pick-by-alias":271,"to-float32":323}],293:[function(_dereq_,module,exports){
|
|
43430
43467
|
arguments[4][167][0].apply(exports,arguments)
|
|
43431
|
-
},{"dup":167}],
|
|
43468
|
+
},{"dup":167}],294:[function(_dereq_,module,exports){
|
|
43432
43469
|
'use strict';
|
|
43433
43470
|
|
|
43434
43471
|
function _slicedToArray(arr, i) {
|
|
@@ -44412,9 +44449,9 @@ var reglScatter2d = function reglScatter2d(regl, options) {
|
|
|
44412
44449
|
|
|
44413
44450
|
module.exports = reglScatter2d;
|
|
44414
44451
|
|
|
44415
|
-
},{"@plotly/point-cluster":10,"array-bounds":14,"color-id":61,"color-normalize":63,"flatten-vertex-data":156,"glslify":
|
|
44452
|
+
},{"@plotly/point-cluster":10,"array-bounds":14,"color-id":61,"color-normalize":63,"flatten-vertex-data":156,"glslify":295,"is-iexplorer":246,"object-assign":262,"parse-rect":265,"pick-by-alias":271,"to-float32":323,"update-diff":343}],295:[function(_dereq_,module,exports){
|
|
44416
44453
|
arguments[4][167][0].apply(exports,arguments)
|
|
44417
|
-
},{"dup":167}],
|
|
44454
|
+
},{"dup":167}],296:[function(_dereq_,module,exports){
|
|
44418
44455
|
'use strict'
|
|
44419
44456
|
|
|
44420
44457
|
|
|
@@ -44836,7 +44873,7 @@ function getPad (arg) {
|
|
|
44836
44873
|
}
|
|
44837
44874
|
}
|
|
44838
44875
|
|
|
44839
|
-
},{"array-bounds":14,"array-range":16,"flatten-vertex-data":156,"parse-rect":
|
|
44876
|
+
},{"array-bounds":14,"array-range":16,"flatten-vertex-data":156,"parse-rect":265,"pick-by-alias":271,"raf":286,"regl-scatter2d":294}],297:[function(_dereq_,module,exports){
|
|
44840
44877
|
(function(ja,N){"object"===typeof exports&&"undefined"!==typeof module?module.exports=N():"function"===typeof define&&define.amd?define(N):ja.createREGL=N()})(this,function(){function ja(a,b){this.id=Bb++;this.type=a;this.data=b}function N(a){if(0===a.length)return[];var b=a.charAt(0),c=a.charAt(a.length-1);if(1<a.length&&b===c&&('"'===b||"'"===b))return['"'+a.substr(1,a.length-2).replace(/\\/g,"\\\\").replace(/"/g,'\\"')+'"'];if(b=/\[(false|true|null|\d+|'[^']*'|"[^"]*")\]/.exec(a))return N(a.substr(0,
|
|
44841
44878
|
b.index)).concat(N(b[1])).concat(N(a.substr(b.index+b[0].length)));b=a.split(".");if(1===b.length)return['"'+a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')+'"'];a=[];for(c=0;c<b.length;++c)a=a.concat(N(b[c]));return a}function bb(a){return"["+N(a).join("][")+"]"}function Cb(){var a={"":0},b=[""];return{id:function(c){var e=a[c];if(e)return e;e=a[c]=b.length;b.push(c);return e},str:function(a){return b[a]}}}function Db(a,b,c){function e(){var b=window.innerWidth,e=window.innerHeight;a!==document.body&&
|
|
44842
44879
|
(e=a.getBoundingClientRect(),b=e.right-e.left,e=e.bottom-e.top);g.width=c*b;g.height=c*e;H(g.style,{width:b+"px",height:e+"px"})}var g=document.createElement("canvas");H(g.style,{border:0,margin:0,padding:0,top:0,left:0});a.appendChild(g);a===document.body&&(g.style.position="absolute",H(a.style,{margin:0,padding:0}));var d;a!==document.body&&"function"===typeof ResizeObserver?(d=new ResizeObserver(function(){setTimeout(e)}),d.observe(a)):window.addEventListener("resize",e,!1);e();return{canvas:g,
|
|
@@ -44999,7 +45036,7 @@ a)if(a.framebuffer&&"framebufferCube"===a.framebuffer_reglType)for(var b=0;6>b;+
|
|
|
44999
45036
|
b){var c;switch(a){case "frame":return u(b);case "lost":c=V;break;case "restore":c=X;break;case "destroy":c=Y}c.push(b);return{cancel:function(){for(var a=0;a<c.length;++a)if(c[a]===b){c[a]=c[c.length-1];c.pop();break}}}},limits:G,hasExtension:function(a){return 0<=G.extensions.indexOf(a.toLowerCase())},read:p,destroy:function(){B.length=0;e();K&&(K.removeEventListener("webglcontextlost",g),K.removeEventListener("webglcontextrestored",d));D.clear();T.clear();N.clear();x.clear();P.clear();R.clear();
|
|
45000
45037
|
J.clear();w&&w.clear();Y.forEach(function(a){a()})},_gl:k,_refresh:m,poll:function(){t();w&&w.update()},now:z,stats:l});a.onDone(null,h);return h}});
|
|
45001
45038
|
|
|
45002
|
-
},{}],
|
|
45039
|
+
},{}],298:[function(_dereq_,module,exports){
|
|
45003
45040
|
/*!
|
|
45004
45041
|
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
|
45005
45042
|
*
|
|
@@ -45071,7 +45108,7 @@ function repeat(str, num) {
|
|
|
45071
45108
|
return res;
|
|
45072
45109
|
}
|
|
45073
45110
|
|
|
45074
|
-
},{}],
|
|
45111
|
+
},{}],299:[function(_dereq_,module,exports){
|
|
45075
45112
|
"use strict"
|
|
45076
45113
|
|
|
45077
45114
|
var twoProduct = _dereq_("two-product")
|
|
@@ -45239,7 +45276,7 @@ function generateInSphereTest() {
|
|
|
45239
45276
|
}
|
|
45240
45277
|
|
|
45241
45278
|
generateInSphereTest()
|
|
45242
|
-
},{"robust-scale":
|
|
45279
|
+
},{"robust-scale":302,"robust-subtract":304,"robust-sum":305,"two-product":326}],300:[function(_dereq_,module,exports){
|
|
45243
45280
|
"use strict"
|
|
45244
45281
|
|
|
45245
45282
|
var twoProduct = _dereq_("two-product")
|
|
@@ -45430,7 +45467,7 @@ function generateOrientationProc() {
|
|
|
45430
45467
|
}
|
|
45431
45468
|
|
|
45432
45469
|
generateOrientationProc()
|
|
45433
|
-
},{"robust-scale":
|
|
45470
|
+
},{"robust-scale":302,"robust-subtract":304,"robust-sum":305,"two-product":326}],301:[function(_dereq_,module,exports){
|
|
45434
45471
|
"use strict"
|
|
45435
45472
|
|
|
45436
45473
|
var robustSum = _dereq_("robust-sum")
|
|
@@ -45460,7 +45497,7 @@ function robustProduct(a, b) {
|
|
|
45460
45497
|
}
|
|
45461
45498
|
return r
|
|
45462
45499
|
}
|
|
45463
|
-
},{"robust-scale":
|
|
45500
|
+
},{"robust-scale":302,"robust-sum":305}],302:[function(_dereq_,module,exports){
|
|
45464
45501
|
"use strict"
|
|
45465
45502
|
|
|
45466
45503
|
var twoProduct = _dereq_("two-product")
|
|
@@ -45511,7 +45548,7 @@ function scaleLinearExpansion(e, scale) {
|
|
|
45511
45548
|
g.length = count
|
|
45512
45549
|
return g
|
|
45513
45550
|
}
|
|
45514
|
-
},{"two-product":
|
|
45551
|
+
},{"two-product":326,"two-sum":327}],303:[function(_dereq_,module,exports){
|
|
45515
45552
|
"use strict"
|
|
45516
45553
|
|
|
45517
45554
|
module.exports = segmentsIntersect
|
|
@@ -45559,7 +45596,7 @@ function segmentsIntersect(a0, a1, b0, b1) {
|
|
|
45559
45596
|
|
|
45560
45597
|
return true
|
|
45561
45598
|
}
|
|
45562
|
-
},{"robust-orientation":
|
|
45599
|
+
},{"robust-orientation":300}],304:[function(_dereq_,module,exports){
|
|
45563
45600
|
"use strict"
|
|
45564
45601
|
|
|
45565
45602
|
module.exports = robustSubtract
|
|
@@ -45716,7 +45753,7 @@ function robustSubtract(e, f) {
|
|
|
45716
45753
|
g.length = count
|
|
45717
45754
|
return g
|
|
45718
45755
|
}
|
|
45719
|
-
},{}],
|
|
45756
|
+
},{}],305:[function(_dereq_,module,exports){
|
|
45720
45757
|
"use strict"
|
|
45721
45758
|
|
|
45722
45759
|
module.exports = linearExpansionSum
|
|
@@ -45873,7 +45910,7 @@ function linearExpansionSum(e, f) {
|
|
|
45873
45910
|
g.length = count
|
|
45874
45911
|
return g
|
|
45875
45912
|
}
|
|
45876
|
-
},{}],
|
|
45913
|
+
},{}],306:[function(_dereq_,module,exports){
|
|
45877
45914
|
"use strict"
|
|
45878
45915
|
|
|
45879
45916
|
module.exports = function signum(x) {
|
|
@@ -45881,9 +45918,9 @@ module.exports = function signum(x) {
|
|
|
45881
45918
|
if(x > 0) { return 1 }
|
|
45882
45919
|
return 0.0
|
|
45883
45920
|
}
|
|
45884
|
-
},{}],
|
|
45921
|
+
},{}],307:[function(_dereq_,module,exports){
|
|
45885
45922
|
arguments[4][40][0].apply(exports,arguments)
|
|
45886
|
-
},{"dup":40}],
|
|
45923
|
+
},{"dup":40}],308:[function(_dereq_,module,exports){
|
|
45887
45924
|
"use strict"; "use restrict";
|
|
45888
45925
|
|
|
45889
45926
|
var bits = _dereq_("bit-twiddle")
|
|
@@ -46227,7 +46264,7 @@ function connectedComponents(cells, vertex_count) {
|
|
|
46227
46264
|
}
|
|
46228
46265
|
exports.connectedComponents = connectedComponents
|
|
46229
46266
|
|
|
46230
|
-
},{"bit-twiddle":
|
|
46267
|
+
},{"bit-twiddle":307,"union-find":309}],309:[function(_dereq_,module,exports){
|
|
46231
46268
|
"use strict"; "use restrict";
|
|
46232
46269
|
|
|
46233
46270
|
module.exports = UnionFind;
|
|
@@ -46284,7 +46321,7 @@ UnionFind.prototype.link = function(x, y) {
|
|
|
46284
46321
|
}
|
|
46285
46322
|
|
|
46286
46323
|
|
|
46287
|
-
},{}],
|
|
46324
|
+
},{}],310:[function(_dereq_,module,exports){
|
|
46288
46325
|
"use strict"
|
|
46289
46326
|
|
|
46290
46327
|
module.exports = simplifyPolygon
|
|
@@ -46556,7 +46593,7 @@ function simplifyPolygon(cells, positions, minArea) {
|
|
|
46556
46593
|
edges: ncells
|
|
46557
46594
|
}
|
|
46558
46595
|
}
|
|
46559
|
-
},{"robust-orientation":
|
|
46596
|
+
},{"robust-orientation":300,"simplicial-complex":308}],311:[function(_dereq_,module,exports){
|
|
46560
46597
|
"use strict"
|
|
46561
46598
|
|
|
46562
46599
|
module.exports = orderSegments
|
|
@@ -46652,9 +46689,9 @@ function orderSegments(b, a) {
|
|
|
46652
46689
|
}
|
|
46653
46690
|
return ar[0] - br[0]
|
|
46654
46691
|
}
|
|
46655
|
-
},{"robust-orientation":
|
|
46692
|
+
},{"robust-orientation":300}],312:[function(_dereq_,module,exports){
|
|
46656
46693
|
arguments[4][241][0].apply(exports,arguments)
|
|
46657
|
-
},{"dup":241}],
|
|
46694
|
+
},{"dup":241}],313:[function(_dereq_,module,exports){
|
|
46658
46695
|
"use strict"
|
|
46659
46696
|
|
|
46660
46697
|
module.exports = createSlabDecomposition
|
|
@@ -46885,7 +46922,7 @@ function createSlabDecomposition(segments) {
|
|
|
46885
46922
|
}
|
|
46886
46923
|
return new SlabDecomposition(slabs, lines, horizontal)
|
|
46887
46924
|
}
|
|
46888
|
-
},{"./lib/order-segments":
|
|
46925
|
+
},{"./lib/order-segments":311,"binary-search-bounds":312,"functional-red-black-tree":159,"robust-orientation":300}],314:[function(_dereq_,module,exports){
|
|
46889
46926
|
/* global window, exports, define */
|
|
46890
46927
|
|
|
46891
46928
|
!function() {
|
|
@@ -47118,7 +47155,7 @@ function createSlabDecomposition(segments) {
|
|
|
47118
47155
|
/* eslint-enable quote-props */
|
|
47119
47156
|
}(); // eslint-disable-line
|
|
47120
47157
|
|
|
47121
|
-
},{}],
|
|
47158
|
+
},{}],315:[function(_dereq_,module,exports){
|
|
47122
47159
|
'use strict'
|
|
47123
47160
|
|
|
47124
47161
|
var paren = _dereq_('parenthesis')
|
|
@@ -47176,7 +47213,7 @@ module.exports = function splitBy (string, separator, o) {
|
|
|
47176
47213
|
return parts
|
|
47177
47214
|
}
|
|
47178
47215
|
|
|
47179
|
-
},{"parenthesis":
|
|
47216
|
+
},{"parenthesis":264}],316:[function(_dereq_,module,exports){
|
|
47180
47217
|
"use strict"
|
|
47181
47218
|
|
|
47182
47219
|
module.exports = surfaceNets
|
|
@@ -47384,7 +47421,7 @@ function surfaceNets(array,level) {
|
|
|
47384
47421
|
}
|
|
47385
47422
|
return proc(array,level)
|
|
47386
47423
|
}
|
|
47387
|
-
},{"ndarray-extract-contour":
|
|
47424
|
+
},{"ndarray-extract-contour":257,"triangulate-hypercube":325,"zero-crossings":351}],317:[function(_dereq_,module,exports){
|
|
47388
47425
|
"use strict";
|
|
47389
47426
|
|
|
47390
47427
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -47575,7 +47612,7 @@ var arcToBezier = function arcToBezier(_ref2) {
|
|
|
47575
47612
|
|
|
47576
47613
|
exports.default = arcToBezier;
|
|
47577
47614
|
module.exports = exports.default;
|
|
47578
|
-
},{}],
|
|
47615
|
+
},{}],318:[function(_dereq_,module,exports){
|
|
47579
47616
|
'use strict'
|
|
47580
47617
|
|
|
47581
47618
|
var parse = _dereq_('parse-svg-path')
|
|
@@ -47620,7 +47657,7 @@ function pathBounds(path) {
|
|
|
47620
47657
|
return bounds
|
|
47621
47658
|
}
|
|
47622
47659
|
|
|
47623
|
-
},{"abs-svg-path":12,"assert":17,"is-svg-path":
|
|
47660
|
+
},{"abs-svg-path":12,"assert":17,"is-svg-path":251,"normalize-svg-path":319,"parse-svg-path":266}],319:[function(_dereq_,module,exports){
|
|
47624
47661
|
'use strict'
|
|
47625
47662
|
|
|
47626
47663
|
module.exports = normalize
|
|
@@ -47744,7 +47781,7 @@ function quadratic(x1, y1, cx, cy, x2, y2){
|
|
|
47744
47781
|
]
|
|
47745
47782
|
}
|
|
47746
47783
|
|
|
47747
|
-
},{"svg-arc-to-cubic-bezier":
|
|
47784
|
+
},{"svg-arc-to-cubic-bezier":317}],320:[function(_dereq_,module,exports){
|
|
47748
47785
|
'use strict'
|
|
47749
47786
|
|
|
47750
47787
|
var pathBounds = _dereq_('svg-path-bounds')
|
|
@@ -47847,7 +47884,7 @@ function isPath2DSupported () {
|
|
|
47847
47884
|
return path2DSupported = idata && idata.data && idata.data[3] === 255
|
|
47848
47885
|
}
|
|
47849
47886
|
|
|
47850
|
-
},{"bitmap-sdf":41,"draw-svg-path":90,"is-svg-path":
|
|
47887
|
+
},{"bitmap-sdf":41,"draw-svg-path":90,"is-svg-path":251,"parse-svg-path":266,"svg-path-bounds":318}],321:[function(_dereq_,module,exports){
|
|
47851
47888
|
(function (process){(function (){
|
|
47852
47889
|
'use strict'
|
|
47853
47890
|
|
|
@@ -47944,7 +47981,7 @@ function textGet(font, text, opts) {
|
|
|
47944
47981
|
}
|
|
47945
47982
|
|
|
47946
47983
|
}).call(this)}).call(this,_dereq_('_process'))
|
|
47947
|
-
},{"_process":
|
|
47984
|
+
},{"_process":285,"vectorize-text":344}],322:[function(_dereq_,module,exports){
|
|
47948
47985
|
// TinyColor v1.4.2
|
|
47949
47986
|
// https://github.com/bgrins/TinyColor
|
|
47950
47987
|
// Brian Grinstead, MIT License
|
|
@@ -49141,7 +49178,7 @@ else {
|
|
|
49141
49178
|
|
|
49142
49179
|
})(Math);
|
|
49143
49180
|
|
|
49144
|
-
},{}],
|
|
49181
|
+
},{}],323:[function(_dereq_,module,exports){
|
|
49145
49182
|
/* @module to-float32 */
|
|
49146
49183
|
|
|
49147
49184
|
'use strict'
|
|
@@ -49182,7 +49219,7 @@ function float32 (arr) {
|
|
|
49182
49219
|
return narr[0]
|
|
49183
49220
|
}
|
|
49184
49221
|
|
|
49185
|
-
},{}],
|
|
49222
|
+
},{}],324:[function(_dereq_,module,exports){
|
|
49186
49223
|
'use strict'
|
|
49187
49224
|
|
|
49188
49225
|
var parseUnit = _dereq_('parse-unit')
|
|
@@ -49243,7 +49280,7 @@ function toPX(str, element) {
|
|
|
49243
49280
|
}
|
|
49244
49281
|
return 1
|
|
49245
49282
|
}
|
|
49246
|
-
},{"parse-unit":
|
|
49283
|
+
},{"parse-unit":267}],325:[function(_dereq_,module,exports){
|
|
49247
49284
|
"use strict"
|
|
49248
49285
|
|
|
49249
49286
|
module.exports = triangulateCube
|
|
@@ -49277,7 +49314,7 @@ function triangulateCube(dimension) {
|
|
|
49277
49314
|
}
|
|
49278
49315
|
return result
|
|
49279
49316
|
}
|
|
49280
|
-
},{"gamma":160,"permutation-parity":
|
|
49317
|
+
},{"gamma":160,"permutation-parity":269,"permutation-rank":270}],326:[function(_dereq_,module,exports){
|
|
49281
49318
|
"use strict"
|
|
49282
49319
|
|
|
49283
49320
|
module.exports = twoProduct
|
|
@@ -49311,7 +49348,7 @@ function twoProduct(a, b, result) {
|
|
|
49311
49348
|
|
|
49312
49349
|
return [ y, x ]
|
|
49313
49350
|
}
|
|
49314
|
-
},{}],
|
|
49351
|
+
},{}],327:[function(_dereq_,module,exports){
|
|
49315
49352
|
"use strict"
|
|
49316
49353
|
|
|
49317
49354
|
module.exports = fastTwoSum
|
|
@@ -49329,7 +49366,7 @@ function fastTwoSum(a, b, result) {
|
|
|
49329
49366
|
}
|
|
49330
49367
|
return [ar+br, x]
|
|
49331
49368
|
}
|
|
49332
|
-
},{}],
|
|
49369
|
+
},{}],328:[function(_dereq_,module,exports){
|
|
49333
49370
|
"use strict";
|
|
49334
49371
|
|
|
49335
49372
|
var isPrototype = _dereq_("../prototype/is");
|
|
@@ -49350,7 +49387,7 @@ module.exports = function (value) {
|
|
|
49350
49387
|
return !isPrototype(value);
|
|
49351
49388
|
};
|
|
49352
49389
|
|
|
49353
|
-
},{"../prototype/is":
|
|
49390
|
+
},{"../prototype/is":335}],329:[function(_dereq_,module,exports){
|
|
49354
49391
|
"use strict";
|
|
49355
49392
|
|
|
49356
49393
|
var isValue = _dereq_("../value/is")
|
|
@@ -49373,7 +49410,7 @@ module.exports = function (value, defaultMessage, inputOptions) {
|
|
|
49373
49410
|
throw new TypeError(resolveMessage(errorMessage, value));
|
|
49374
49411
|
};
|
|
49375
49412
|
|
|
49376
|
-
},{"../object/is":
|
|
49413
|
+
},{"../object/is":332,"../string/coerce":336,"../value/is":338,"./to-short-string":331}],330:[function(_dereq_,module,exports){
|
|
49377
49414
|
"use strict";
|
|
49378
49415
|
|
|
49379
49416
|
module.exports = function (value) {
|
|
@@ -49385,7 +49422,7 @@ module.exports = function (value) {
|
|
|
49385
49422
|
}
|
|
49386
49423
|
};
|
|
49387
49424
|
|
|
49388
|
-
},{}],
|
|
49425
|
+
},{}],331:[function(_dereq_,module,exports){
|
|
49389
49426
|
"use strict";
|
|
49390
49427
|
|
|
49391
49428
|
var safeToString = _dereq_("./safe-to-string");
|
|
@@ -49416,7 +49453,7 @@ module.exports = function (value) {
|
|
|
49416
49453
|
return string;
|
|
49417
49454
|
};
|
|
49418
49455
|
|
|
49419
|
-
},{"./safe-to-string":
|
|
49456
|
+
},{"./safe-to-string":330}],332:[function(_dereq_,module,exports){
|
|
49420
49457
|
"use strict";
|
|
49421
49458
|
|
|
49422
49459
|
var isValue = _dereq_("../value/is");
|
|
@@ -49429,7 +49466,7 @@ module.exports = function (value) {
|
|
|
49429
49466
|
return hasOwnProperty.call(possibleTypes, typeof value);
|
|
49430
49467
|
};
|
|
49431
49468
|
|
|
49432
|
-
},{"../value/is":
|
|
49469
|
+
},{"../value/is":338}],333:[function(_dereq_,module,exports){
|
|
49433
49470
|
"use strict";
|
|
49434
49471
|
|
|
49435
49472
|
var resolveException = _dereq_("../lib/resolve-exception")
|
|
@@ -49440,7 +49477,7 @@ module.exports = function (value/*, options*/) {
|
|
|
49440
49477
|
return resolveException(value, "%v is not a plain function", arguments[1]);
|
|
49441
49478
|
};
|
|
49442
49479
|
|
|
49443
|
-
},{"../lib/resolve-exception":
|
|
49480
|
+
},{"../lib/resolve-exception":329,"./is":334}],334:[function(_dereq_,module,exports){
|
|
49444
49481
|
"use strict";
|
|
49445
49482
|
|
|
49446
49483
|
var isFunction = _dereq_("../function/is");
|
|
@@ -49453,7 +49490,7 @@ module.exports = function (value) {
|
|
|
49453
49490
|
return true;
|
|
49454
49491
|
};
|
|
49455
49492
|
|
|
49456
|
-
},{"../function/is":
|
|
49493
|
+
},{"../function/is":328}],335:[function(_dereq_,module,exports){
|
|
49457
49494
|
"use strict";
|
|
49458
49495
|
|
|
49459
49496
|
var isObject = _dereq_("../object/is");
|
|
@@ -49468,7 +49505,7 @@ module.exports = function (value) {
|
|
|
49468
49505
|
}
|
|
49469
49506
|
};
|
|
49470
49507
|
|
|
49471
|
-
},{"../object/is":
|
|
49508
|
+
},{"../object/is":332}],336:[function(_dereq_,module,exports){
|
|
49472
49509
|
"use strict";
|
|
49473
49510
|
|
|
49474
49511
|
var isValue = _dereq_("../value/is")
|
|
@@ -49493,7 +49530,7 @@ module.exports = function (value) {
|
|
|
49493
49530
|
}
|
|
49494
49531
|
};
|
|
49495
49532
|
|
|
49496
|
-
},{"../object/is":
|
|
49533
|
+
},{"../object/is":332,"../value/is":338}],337:[function(_dereq_,module,exports){
|
|
49497
49534
|
"use strict";
|
|
49498
49535
|
|
|
49499
49536
|
var resolveException = _dereq_("../lib/resolve-exception")
|
|
@@ -49504,7 +49541,7 @@ module.exports = function (value/*, options*/) {
|
|
|
49504
49541
|
return resolveException(value, "Cannot use %v", arguments[1]);
|
|
49505
49542
|
};
|
|
49506
49543
|
|
|
49507
|
-
},{"../lib/resolve-exception":
|
|
49544
|
+
},{"../lib/resolve-exception":329,"./is":338}],338:[function(_dereq_,module,exports){
|
|
49508
49545
|
"use strict";
|
|
49509
49546
|
|
|
49510
49547
|
// ES3 safe
|
|
@@ -49512,7 +49549,7 @@ var _undefined = void 0;
|
|
|
49512
49549
|
|
|
49513
49550
|
module.exports = function (value) { return value !== _undefined && value !== null; };
|
|
49514
49551
|
|
|
49515
|
-
},{}],
|
|
49552
|
+
},{}],339:[function(_dereq_,module,exports){
|
|
49516
49553
|
(function (global){(function (){
|
|
49517
49554
|
'use strict'
|
|
49518
49555
|
|
|
@@ -49767,7 +49804,7 @@ exports.clearCache = function clearCache() {
|
|
|
49767
49804
|
}
|
|
49768
49805
|
|
|
49769
49806
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
49770
|
-
},{"bit-twiddle":40,"buffer":52,"dup":92}],
|
|
49807
|
+
},{"bit-twiddle":40,"buffer":52,"dup":92}],340:[function(_dereq_,module,exports){
|
|
49771
49808
|
"use strict"; "use restrict";
|
|
49772
49809
|
|
|
49773
49810
|
module.exports = UnionFind;
|
|
@@ -49830,7 +49867,7 @@ proto.link = function(x, y) {
|
|
|
49830
49867
|
++ranks[xr];
|
|
49831
49868
|
}
|
|
49832
49869
|
}
|
|
49833
|
-
},{}],
|
|
49870
|
+
},{}],341:[function(_dereq_,module,exports){
|
|
49834
49871
|
"use strict"
|
|
49835
49872
|
|
|
49836
49873
|
function unique_pred(list, compare) {
|
|
@@ -49889,7 +49926,7 @@ function unique(list, compare, sorted) {
|
|
|
49889
49926
|
|
|
49890
49927
|
module.exports = unique
|
|
49891
49928
|
|
|
49892
|
-
},{}],
|
|
49929
|
+
},{}],342:[function(_dereq_,module,exports){
|
|
49893
49930
|
var reg = /[\'\"]/
|
|
49894
49931
|
|
|
49895
49932
|
module.exports = function unquote(str) {
|
|
@@ -49905,7 +49942,7 @@ module.exports = function unquote(str) {
|
|
|
49905
49942
|
return str
|
|
49906
49943
|
}
|
|
49907
49944
|
|
|
49908
|
-
},{}],
|
|
49945
|
+
},{}],343:[function(_dereq_,module,exports){
|
|
49909
49946
|
/**
|
|
49910
49947
|
* @module update-diff
|
|
49911
49948
|
*/
|
|
@@ -49938,7 +49975,7 @@ module.exports = function updateDiff (obj, diff, mappers) {
|
|
|
49938
49975
|
return obj
|
|
49939
49976
|
}
|
|
49940
49977
|
|
|
49941
|
-
},{}],
|
|
49978
|
+
},{}],344:[function(_dereq_,module,exports){
|
|
49942
49979
|
"use strict"
|
|
49943
49980
|
|
|
49944
49981
|
module.exports = createText
|
|
@@ -49965,7 +50002,7 @@ function createText(str, options) {
|
|
|
49965
50002
|
options)
|
|
49966
50003
|
}
|
|
49967
50004
|
|
|
49968
|
-
},{"./lib/vtext":
|
|
50005
|
+
},{"./lib/vtext":345}],345:[function(_dereq_,module,exports){
|
|
49969
50006
|
module.exports = vectorizeText
|
|
49970
50007
|
module.exports.processPixels = processPixels
|
|
49971
50008
|
|
|
@@ -50420,7 +50457,7 @@ function vectorizeText(str, canvas, context, options) {
|
|
|
50420
50457
|
return processPixels(pixels, options, size)
|
|
50421
50458
|
}
|
|
50422
50459
|
|
|
50423
|
-
},{"cdt2d":53,"clean-pslg":59,"ndarray":
|
|
50460
|
+
},{"cdt2d":53,"clean-pslg":59,"ndarray":259,"planar-graph-to-polyline":274,"simplify-planar-graph":310,"surface-nets":316}],346:[function(_dereq_,module,exports){
|
|
50424
50461
|
var hiddenStore = _dereq_('./hidden-store.js');
|
|
50425
50462
|
|
|
50426
50463
|
module.exports = createStore;
|
|
@@ -50441,7 +50478,7 @@ function createStore() {
|
|
|
50441
50478
|
};
|
|
50442
50479
|
}
|
|
50443
50480
|
|
|
50444
|
-
},{"./hidden-store.js":
|
|
50481
|
+
},{"./hidden-store.js":347}],347:[function(_dereq_,module,exports){
|
|
50445
50482
|
module.exports = hiddenStore;
|
|
50446
50483
|
|
|
50447
50484
|
function hiddenStore(obj, key) {
|
|
@@ -50459,7 +50496,7 @@ function hiddenStore(obj, key) {
|
|
|
50459
50496
|
return store;
|
|
50460
50497
|
}
|
|
50461
50498
|
|
|
50462
|
-
},{}],
|
|
50499
|
+
},{}],348:[function(_dereq_,module,exports){
|
|
50463
50500
|
// Original - @Gozola.
|
|
50464
50501
|
// https://gist.github.com/Gozala/1269991
|
|
50465
50502
|
// This is a reimplemented version (with a few bug fixes).
|
|
@@ -50490,14 +50527,14 @@ function weakMap() {
|
|
|
50490
50527
|
}
|
|
50491
50528
|
}
|
|
50492
50529
|
|
|
50493
|
-
},{"./create-store.js":
|
|
50530
|
+
},{"./create-store.js":346}],349:[function(_dereq_,module,exports){
|
|
50494
50531
|
var getContext = _dereq_('get-canvas-context')
|
|
50495
50532
|
|
|
50496
50533
|
module.exports = function getWebGLContext (opt) {
|
|
50497
50534
|
return getContext('webgl', opt)
|
|
50498
50535
|
}
|
|
50499
50536
|
|
|
50500
|
-
},{"get-canvas-context":161}],
|
|
50537
|
+
},{"get-canvas-context":161}],350:[function(_dereq_,module,exports){
|
|
50501
50538
|
module.exports = _dereq_('cwise-compiler')({
|
|
50502
50539
|
args: ['array', {
|
|
50503
50540
|
offset: [1],
|
|
@@ -50549,7 +50586,7 @@ module.exports = _dereq_('cwise-compiler')({
|
|
|
50549
50586
|
funcName: 'zeroCrossings'
|
|
50550
50587
|
})
|
|
50551
50588
|
|
|
50552
|
-
},{"cwise-compiler":79}],
|
|
50589
|
+
},{"cwise-compiler":79}],351:[function(_dereq_,module,exports){
|
|
50553
50590
|
"use strict"
|
|
50554
50591
|
|
|
50555
50592
|
module.exports = findZeroCrossings
|
|
@@ -50562,7 +50599,7 @@ function findZeroCrossings(array, level) {
|
|
|
50562
50599
|
core(array.hi(array.shape[0]-1), cross, level)
|
|
50563
50600
|
return cross
|
|
50564
50601
|
}
|
|
50565
|
-
},{"./lib/zc-core":
|
|
50602
|
+
},{"./lib/zc-core":350}],352:[function(_dereq_,module,exports){
|
|
50566
50603
|
/**
|
|
50567
50604
|
* Copyright 2012-2020, Plotly, Inc.
|
|
50568
50605
|
* All rights reserved.
|
|
@@ -50633,7 +50670,7 @@ module.exports = [
|
|
|
50633
50670
|
}
|
|
50634
50671
|
];
|
|
50635
50672
|
|
|
50636
|
-
},{}],
|
|
50673
|
+
},{}],353:[function(_dereq_,module,exports){
|
|
50637
50674
|
/**
|
|
50638
50675
|
* Copyright 2012-2020, Plotly, Inc.
|
|
50639
50676
|
* All rights reserved.
|
|
@@ -51015,7 +51052,7 @@ module.exports = templatedArray('annotation', {
|
|
|
51015
51052
|
}
|
|
51016
51053
|
});
|
|
51017
51054
|
|
|
51018
|
-
},{"../../constants/axis_placeable_objects":
|
|
51055
|
+
},{"../../constants/axis_placeable_objects":471,"../../plot_api/plot_template":536,"../../plots/cartesian/constants":553,"../../plots/font_attributes":575,"./arrow_paths":352}],354:[function(_dereq_,module,exports){
|
|
51019
51056
|
/**
|
|
51020
51057
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51021
51058
|
* All rights reserved.
|
|
@@ -51106,7 +51143,7 @@ function calcAxisExpansion(ann, ax) {
|
|
|
51106
51143
|
ann._extremes[axId] = extremes;
|
|
51107
51144
|
}
|
|
51108
51145
|
|
|
51109
|
-
},{"../../lib":
|
|
51146
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547,"./draw":359}],355:[function(_dereq_,module,exports){
|
|
51110
51147
|
/**
|
|
51111
51148
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51112
51149
|
* All rights reserved.
|
|
@@ -51244,7 +51281,7 @@ function clickData2r(d, ax) {
|
|
|
51244
51281
|
return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
|
|
51245
51282
|
}
|
|
51246
51283
|
|
|
51247
|
-
},{"../../lib":
|
|
51284
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../registry":593}],356:[function(_dereq_,module,exports){
|
|
51248
51285
|
/**
|
|
51249
51286
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51250
51287
|
* All rights reserved.
|
|
@@ -51323,7 +51360,7 @@ module.exports = function handleAnnotationCommonDefaults(annIn, annOut, fullLayo
|
|
|
51323
51360
|
coerce('captureevents', !!hoverText);
|
|
51324
51361
|
};
|
|
51325
51362
|
|
|
51326
|
-
},{"../../lib":
|
|
51363
|
+
},{"../../lib":498,"../color":368}],357:[function(_dereq_,module,exports){
|
|
51327
51364
|
/**
|
|
51328
51365
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51329
51366
|
* All rights reserved.
|
|
@@ -51386,7 +51423,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
51386
51423
|
}
|
|
51387
51424
|
};
|
|
51388
51425
|
|
|
51389
|
-
},{"../../lib/to_log_range":
|
|
51426
|
+
},{"../../lib/to_log_range":525,"fast-isnumeric":155}],358:[function(_dereq_,module,exports){
|
|
51390
51427
|
/**
|
|
51391
51428
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51392
51429
|
* All rights reserved.
|
|
@@ -51494,7 +51531,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
|
|
|
51494
51531
|
}
|
|
51495
51532
|
}
|
|
51496
51533
|
|
|
51497
|
-
},{"../../lib":
|
|
51534
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"../../plots/cartesian/axes":547,"./attributes":353,"./common_defaults":356}],359:[function(_dereq_,module,exports){
|
|
51498
51535
|
/**
|
|
51499
51536
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51500
51537
|
* All rights reserved.
|
|
@@ -52255,7 +52292,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
|
|
|
52255
52292
|
} else annText.call(textLayout);
|
|
52256
52293
|
}
|
|
52257
52294
|
|
|
52258
|
-
},{"../../lib":
|
|
52295
|
+
},{"../../lib":498,"../../lib/setcursor":519,"../../lib/svg_text_utils":523,"../../plot_api/plot_template":536,"../../plots/cartesian/axes":547,"../../plots/plots":585,"../../registry":593,"../color":368,"../dragelement":387,"../drawing":390,"../fx":408,"./draw_arrow_head":360,"d3":86}],360:[function(_dereq_,module,exports){
|
|
52259
52296
|
/**
|
|
52260
52297
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52261
52298
|
* All rights reserved.
|
|
@@ -52411,7 +52448,7 @@ module.exports = function drawArrowHead(el3, ends, options) {
|
|
|
52411
52448
|
if(doEnd) drawhead(headStyle, end, endRot, scale);
|
|
52412
52449
|
};
|
|
52413
52450
|
|
|
52414
|
-
},{"../../lib":
|
|
52451
|
+
},{"../../lib":498,"../color":368,"./arrow_paths":352,"d3":86}],361:[function(_dereq_,module,exports){
|
|
52415
52452
|
/**
|
|
52416
52453
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52417
52454
|
* All rights reserved.
|
|
@@ -52445,7 +52482,7 @@ module.exports = {
|
|
|
52445
52482
|
convertCoords: _dereq_('./convert_coords')
|
|
52446
52483
|
};
|
|
52447
52484
|
|
|
52448
|
-
},{"../../plots/cartesian/include_components":
|
|
52485
|
+
},{"../../plots/cartesian/include_components":559,"./attributes":353,"./calc_autorange":354,"./click":355,"./convert_coords":357,"./defaults":358,"./draw":359}],362:[function(_dereq_,module,exports){
|
|
52449
52486
|
/**
|
|
52450
52487
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52451
52488
|
* All rights reserved.
|
|
@@ -52533,7 +52570,7 @@ module.exports = overrideAll(templatedArray('annotation', {
|
|
|
52533
52570
|
// zref: 'z'
|
|
52534
52571
|
}), 'calc', 'from-root');
|
|
52535
52572
|
|
|
52536
|
-
},{"../../plot_api/edit_types":
|
|
52573
|
+
},{"../../plot_api/edit_types":529,"../../plot_api/plot_template":536,"../annotations/attributes":353}],363:[function(_dereq_,module,exports){
|
|
52537
52574
|
/**
|
|
52538
52575
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52539
52576
|
* All rights reserved.
|
|
@@ -52598,7 +52635,7 @@ function mockAnnAxes(ann, scene) {
|
|
|
52598
52635
|
};
|
|
52599
52636
|
}
|
|
52600
52637
|
|
|
52601
|
-
},{"../../lib":
|
|
52638
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547}],364:[function(_dereq_,module,exports){
|
|
52602
52639
|
/**
|
|
52603
52640
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52604
52641
|
* All rights reserved.
|
|
@@ -52674,7 +52711,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
|
|
|
52674
52711
|
}
|
|
52675
52712
|
}
|
|
52676
52713
|
|
|
52677
|
-
},{"../../lib":
|
|
52714
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"../../plots/cartesian/axes":547,"../annotations/common_defaults":356,"./attributes":362}],365:[function(_dereq_,module,exports){
|
|
52678
52715
|
/**
|
|
52679
52716
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52680
52717
|
* All rights reserved.
|
|
@@ -52726,7 +52763,7 @@ module.exports = function draw(scene) {
|
|
|
52726
52763
|
}
|
|
52727
52764
|
};
|
|
52728
52765
|
|
|
52729
|
-
},{"../../plots/gl3d/project":
|
|
52766
|
+
},{"../../plots/gl3d/project":582,"../annotations/draw":359}],366:[function(_dereq_,module,exports){
|
|
52730
52767
|
/**
|
|
52731
52768
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52732
52769
|
* All rights reserved.
|
|
@@ -52774,7 +52811,7 @@ function includeGL3D(layoutIn, layoutOut) {
|
|
|
52774
52811
|
}
|
|
52775
52812
|
}
|
|
52776
52813
|
|
|
52777
|
-
},{"../../lib":
|
|
52814
|
+
},{"../../lib":498,"../../registry":593,"./attributes":362,"./convert":363,"./defaults":364,"./draw":365}],367:[function(_dereq_,module,exports){
|
|
52778
52815
|
/**
|
|
52779
52816
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52780
52817
|
* All rights reserved.
|
|
@@ -52814,7 +52851,7 @@ exports.borderLine = '#BEC8D9';
|
|
|
52814
52851
|
// gives back exactly lightLine if the other colors are defaults.
|
|
52815
52852
|
exports.lightFraction = 100 * (0xe - 0x4) / (0xf - 0x4);
|
|
52816
52853
|
|
|
52817
|
-
},{}],
|
|
52854
|
+
},{}],368:[function(_dereq_,module,exports){
|
|
52818
52855
|
/**
|
|
52819
52856
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52820
52857
|
* All rights reserved.
|
|
@@ -52988,7 +53025,7 @@ function cleanOne(val) {
|
|
|
52988
53025
|
return 'rgb(' + rgbStr + ')';
|
|
52989
53026
|
}
|
|
52990
53027
|
|
|
52991
|
-
},{"./attributes":
|
|
53028
|
+
},{"./attributes":367,"fast-isnumeric":155,"tinycolor2":322}],369:[function(_dereq_,module,exports){
|
|
52992
53029
|
/**
|
|
52993
53030
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52994
53031
|
* All rights reserved.
|
|
@@ -53179,7 +53216,7 @@ module.exports = overrideAll({
|
|
|
53179
53216
|
}
|
|
53180
53217
|
}, 'colorbars', 'from-root');
|
|
53181
53218
|
|
|
53182
|
-
},{"../../lib/extend":
|
|
53219
|
+
},{"../../lib/extend":490,"../../plot_api/edit_types":529,"../../plots/cartesian/layout_attributes":561,"../../plots/font_attributes":575}],370:[function(_dereq_,module,exports){
|
|
53183
53220
|
/**
|
|
53184
53221
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53185
53222
|
* All rights reserved.
|
|
@@ -53207,7 +53244,7 @@ module.exports = {
|
|
|
53207
53244
|
}
|
|
53208
53245
|
};
|
|
53209
53246
|
|
|
53210
|
-
},{}],
|
|
53247
|
+
},{}],371:[function(_dereq_,module,exports){
|
|
53211
53248
|
/**
|
|
53212
53249
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53213
53250
|
* All rights reserved.
|
|
@@ -53277,7 +53314,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
|
|
|
53277
53314
|
coerce('title.side');
|
|
53278
53315
|
};
|
|
53279
53316
|
|
|
53280
|
-
},{"../../lib":
|
|
53317
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../plots/cartesian/tick_label_defaults":568,"../../plots/cartesian/tick_mark_defaults":569,"../../plots/cartesian/tick_value_defaults":570,"./attributes":369}],372:[function(_dereq_,module,exports){
|
|
53281
53318
|
/**
|
|
53282
53319
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53283
53320
|
* All rights reserved.
|
|
@@ -54011,7 +54048,7 @@ module.exports = {
|
|
|
54011
54048
|
draw: draw
|
|
54012
54049
|
};
|
|
54013
54050
|
|
|
54014
|
-
},{"../../constants/alignment":
|
|
54051
|
+
},{"../../constants/alignment":470,"../../lib":498,"../../lib/extend":490,"../../lib/setcursor":519,"../../lib/svg_text_utils":523,"../../plots/cartesian/axes":547,"../../plots/cartesian/axis_defaults":549,"../../plots/cartesian/layout_attributes":561,"../../plots/cartesian/position_defaults":564,"../../plots/plots":585,"../../registry":593,"../color":368,"../colorscale/helpers":379,"../dragelement":387,"../drawing":390,"../titles":463,"./constants":370,"d3":86,"tinycolor2":322}],373:[function(_dereq_,module,exports){
|
|
54015
54052
|
/**
|
|
54016
54053
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54017
54054
|
* All rights reserved.
|
|
@@ -54030,7 +54067,7 @@ module.exports = function hasColorbar(container) {
|
|
|
54030
54067
|
return Lib.isPlainObject(container.colorbar);
|
|
54031
54068
|
};
|
|
54032
54069
|
|
|
54033
|
-
},{"../../lib":
|
|
54070
|
+
},{"../../lib":498}],374:[function(_dereq_,module,exports){
|
|
54034
54071
|
/**
|
|
54035
54072
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54036
54073
|
* All rights reserved.
|
|
@@ -54052,7 +54089,7 @@ module.exports = {
|
|
|
54052
54089
|
hasColorbar: _dereq_('./has_colorbar')
|
|
54053
54090
|
};
|
|
54054
54091
|
|
|
54055
|
-
},{"./attributes":
|
|
54092
|
+
},{"./attributes":369,"./defaults":371,"./draw":372,"./has_colorbar":373}],375:[function(_dereq_,module,exports){
|
|
54056
54093
|
/**
|
|
54057
54094
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54058
54095
|
* All rights reserved.
|
|
@@ -54260,7 +54297,7 @@ module.exports = function colorScaleAttrs(context, opts) {
|
|
|
54260
54297
|
return attrs;
|
|
54261
54298
|
};
|
|
54262
54299
|
|
|
54263
|
-
},{"../../lib/regex":
|
|
54300
|
+
},{"../../lib/regex":515,"../colorbar/attributes":369,"./scales.js":383}],376:[function(_dereq_,module,exports){
|
|
54264
54301
|
/**
|
|
54265
54302
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54266
54303
|
* All rights reserved.
|
|
@@ -54339,7 +54376,7 @@ module.exports = function calc(gd, trace, opts) {
|
|
|
54339
54376
|
}
|
|
54340
54377
|
};
|
|
54341
54378
|
|
|
54342
|
-
},{"../../lib":
|
|
54379
|
+
},{"../../lib":498,"./helpers":379,"fast-isnumeric":155}],377:[function(_dereq_,module,exports){
|
|
54343
54380
|
/**
|
|
54344
54381
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54345
54382
|
* All rights reserved.
|
|
@@ -54416,7 +54453,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
|
|
|
54416
54453
|
}
|
|
54417
54454
|
};
|
|
54418
54455
|
|
|
54419
|
-
},{"../../lib":
|
|
54456
|
+
},{"../../lib":498,"./helpers":379}],378:[function(_dereq_,module,exports){
|
|
54420
54457
|
/**
|
|
54421
54458
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54422
54459
|
* All rights reserved.
|
|
@@ -54541,7 +54578,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
|
|
|
54541
54578
|
}
|
|
54542
54579
|
};
|
|
54543
54580
|
|
|
54544
|
-
},{"../../lib":
|
|
54581
|
+
},{"../../lib":498,"../../registry":593,"../colorbar/defaults":371,"../colorbar/has_colorbar":373,"./scales":383,"fast-isnumeric":155}],379:[function(_dereq_,module,exports){
|
|
54545
54582
|
/**
|
|
54546
54583
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54547
54584
|
* All rights reserved.
|
|
@@ -54781,7 +54818,7 @@ module.exports = {
|
|
|
54781
54818
|
makeColorScaleFuncFromTrace: makeColorScaleFuncFromTrace
|
|
54782
54819
|
};
|
|
54783
54820
|
|
|
54784
|
-
},{"../../lib":
|
|
54821
|
+
},{"../../lib":498,"../color":368,"./scales":383,"d3":86,"fast-isnumeric":155,"tinycolor2":322}],380:[function(_dereq_,module,exports){
|
|
54785
54822
|
/**
|
|
54786
54823
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54787
54824
|
* All rights reserved.
|
|
@@ -54809,7 +54846,7 @@ module.exports = {
|
|
|
54809
54846
|
calc: _dereq_('./calc'),
|
|
54810
54847
|
|
|
54811
54848
|
// ./scales.js is required in lib/coerce.js ;
|
|
54812
|
-
// it needs to be a
|
|
54849
|
+
// it needs to be a separate module to avoid circular a dependency
|
|
54813
54850
|
scales: scales.scales,
|
|
54814
54851
|
defaultScale: scales.defaultScale,
|
|
54815
54852
|
getScale: scales.get,
|
|
@@ -54823,7 +54860,7 @@ module.exports = {
|
|
|
54823
54860
|
makeColorScaleFuncFromTrace: helpers.makeColorScaleFuncFromTrace
|
|
54824
54861
|
};
|
|
54825
54862
|
|
|
54826
|
-
},{"./attributes":
|
|
54863
|
+
},{"./attributes":375,"./calc":376,"./cross_trace_defaults":377,"./defaults":378,"./helpers":379,"./layout_attributes":381,"./layout_defaults":382,"./scales":383}],381:[function(_dereq_,module,exports){
|
|
54827
54864
|
/**
|
|
54828
54865
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54829
54866
|
* All rights reserved.
|
|
@@ -54884,7 +54921,7 @@ module.exports = {
|
|
|
54884
54921
|
}))
|
|
54885
54922
|
};
|
|
54886
54923
|
|
|
54887
|
-
},{"../../lib/extend":
|
|
54924
|
+
},{"../../lib/extend":490,"./attributes":375,"./scales":383}],382:[function(_dereq_,module,exports){
|
|
54888
54925
|
/**
|
|
54889
54926
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54890
54927
|
* All rights reserved.
|
|
@@ -54935,7 +54972,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
54935
54972
|
}
|
|
54936
54973
|
};
|
|
54937
54974
|
|
|
54938
|
-
},{"../../lib":
|
|
54975
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"./defaults":378,"./layout_attributes":381}],383:[function(_dereq_,module,exports){
|
|
54939
54976
|
/**
|
|
54940
54977
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54941
54978
|
* All rights reserved.
|
|
@@ -55139,7 +55176,7 @@ module.exports = {
|
|
|
55139
55176
|
isValid: isValidScale
|
|
55140
55177
|
};
|
|
55141
55178
|
|
|
55142
|
-
},{"tinycolor2":
|
|
55179
|
+
},{"tinycolor2":322}],384:[function(_dereq_,module,exports){
|
|
55143
55180
|
/**
|
|
55144
55181
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55145
55182
|
* All rights reserved.
|
|
@@ -55172,7 +55209,7 @@ module.exports = function align(v, dv, v0, v1, anchor) {
|
|
|
55172
55209
|
return vc;
|
|
55173
55210
|
};
|
|
55174
55211
|
|
|
55175
|
-
},{}],
|
|
55212
|
+
},{}],385:[function(_dereq_,module,exports){
|
|
55176
55213
|
/**
|
|
55177
55214
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55178
55215
|
* All rights reserved.
|
|
@@ -55210,7 +55247,7 @@ module.exports = function getCursor(x, y, xanchor, yanchor) {
|
|
|
55210
55247
|
return cursorset[y][x];
|
|
55211
55248
|
};
|
|
55212
55249
|
|
|
55213
|
-
},{"../../lib":
|
|
55250
|
+
},{"../../lib":498}],386:[function(_dereq_,module,exports){
|
|
55214
55251
|
/**
|
|
55215
55252
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55216
55253
|
* All rights reserved.
|
|
@@ -55269,7 +55306,7 @@ exports.selectingOrDrawing = function(dragmode) {
|
|
|
55269
55306
|
);
|
|
55270
55307
|
};
|
|
55271
55308
|
|
|
55272
|
-
},{}],
|
|
55309
|
+
},{}],387:[function(_dereq_,module,exports){
|
|
55273
55310
|
/**
|
|
55274
55311
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55275
55312
|
* All rights reserved.
|
|
@@ -55561,7 +55598,7 @@ function pointerOffset(e) {
|
|
|
55561
55598
|
);
|
|
55562
55599
|
}
|
|
55563
55600
|
|
|
55564
|
-
},{"../../lib":
|
|
55601
|
+
},{"../../lib":498,"../../plots/cartesian/constants":553,"./align":384,"./cursor":385,"./unhover":388,"has-hover":237,"has-passive-events":238,"mouse-event-offset":254}],388:[function(_dereq_,module,exports){
|
|
55565
55602
|
/**
|
|
55566
55603
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55567
55604
|
* All rights reserved.
|
|
@@ -55616,7 +55653,7 @@ unhover.raw = function raw(gd, evt) {
|
|
|
55616
55653
|
}
|
|
55617
55654
|
};
|
|
55618
55655
|
|
|
55619
|
-
},{"../../lib/dom":
|
|
55656
|
+
},{"../../lib/dom":488,"../../lib/events":489,"../../lib/throttle":524,"../fx/constants":402}],389:[function(_dereq_,module,exports){
|
|
55620
55657
|
/**
|
|
55621
55658
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55622
55659
|
* All rights reserved.
|
|
@@ -55641,7 +55678,7 @@ exports.dash = {
|
|
|
55641
55678
|
|
|
55642
55679
|
};
|
|
55643
55680
|
|
|
55644
|
-
},{}],
|
|
55681
|
+
},{}],390:[function(_dereq_,module,exports){
|
|
55645
55682
|
/**
|
|
55646
55683
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55647
55684
|
* All rights reserved.
|
|
@@ -56838,7 +56875,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
|
|
|
56838
56875
|
});
|
|
56839
56876
|
};
|
|
56840
56877
|
|
|
56841
|
-
},{"../../components/fx/helpers":
|
|
56878
|
+
},{"../../components/fx/helpers":404,"../../constants/alignment":470,"../../constants/interactions":474,"../../constants/xmlns_namespaces":476,"../../lib":498,"../../lib/svg_text_utils":523,"../../registry":593,"../../traces/scatter/make_bubble_size_func":671,"../../traces/scatter/subtypes":679,"../color":368,"../colorscale":380,"./symbol_defs":391,"d3":86,"fast-isnumeric":155,"tinycolor2":322}],391:[function(_dereq_,module,exports){
|
|
56842
56879
|
/**
|
|
56843
56880
|
* Copyright 2012-2020, Plotly, Inc.
|
|
56844
56881
|
* All rights reserved.
|
|
@@ -57402,7 +57439,7 @@ module.exports = {
|
|
|
57402
57439
|
}
|
|
57403
57440
|
};
|
|
57404
57441
|
|
|
57405
|
-
},{"d3":86}],
|
|
57442
|
+
},{"d3":86}],392:[function(_dereq_,module,exports){
|
|
57406
57443
|
/**
|
|
57407
57444
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57408
57445
|
* All rights reserved.
|
|
@@ -57517,7 +57554,7 @@ module.exports = {
|
|
|
57517
57554
|
}
|
|
57518
57555
|
};
|
|
57519
57556
|
|
|
57520
|
-
},{}],
|
|
57557
|
+
},{}],393:[function(_dereq_,module,exports){
|
|
57521
57558
|
/**
|
|
57522
57559
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57523
57560
|
* All rights reserved.
|
|
@@ -57603,7 +57640,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
|
|
|
57603
57640
|
baseExtremes.max = baseExtremes.max.concat(extremes.max);
|
|
57604
57641
|
}
|
|
57605
57642
|
|
|
57606
|
-
},{"../../lib":
|
|
57643
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547,"../../registry":593,"./compute_error":394,"fast-isnumeric":155}],394:[function(_dereq_,module,exports){
|
|
57607
57644
|
/**
|
|
57608
57645
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57609
57646
|
* All rights reserved.
|
|
@@ -57704,7 +57741,7 @@ function makeComputeErrorValue(type, value) {
|
|
|
57704
57741
|
}
|
|
57705
57742
|
}
|
|
57706
57743
|
|
|
57707
|
-
},{}],
|
|
57744
|
+
},{}],395:[function(_dereq_,module,exports){
|
|
57708
57745
|
/**
|
|
57709
57746
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57710
57747
|
* All rights reserved.
|
|
@@ -57779,7 +57816,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
|
|
|
57779
57816
|
}
|
|
57780
57817
|
};
|
|
57781
57818
|
|
|
57782
|
-
},{"../../lib":
|
|
57819
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../registry":593,"./attributes":392,"fast-isnumeric":155}],396:[function(_dereq_,module,exports){
|
|
57783
57820
|
/**
|
|
57784
57821
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57785
57822
|
* All rights reserved.
|
|
@@ -57848,7 +57885,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
|
|
|
57848
57885
|
}
|
|
57849
57886
|
}
|
|
57850
57887
|
|
|
57851
|
-
},{"../../lib":
|
|
57888
|
+
},{"../../lib":498,"../../plot_api/edit_types":529,"./attributes":392,"./calc":393,"./compute_error":394,"./defaults":395,"./plot":397,"./style":398}],397:[function(_dereq_,module,exports){
|
|
57852
57889
|
/**
|
|
57853
57890
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57854
57891
|
* All rights reserved.
|
|
@@ -58020,7 +58057,7 @@ function errorCoords(d, xa, ya) {
|
|
|
58020
58057
|
return out;
|
|
58021
58058
|
}
|
|
58022
58059
|
|
|
58023
|
-
},{"../../traces/scatter/subtypes":
|
|
58060
|
+
},{"../../traces/scatter/subtypes":679,"../drawing":390,"d3":86,"fast-isnumeric":155}],398:[function(_dereq_,module,exports){
|
|
58024
58061
|
/**
|
|
58025
58062
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58026
58063
|
* All rights reserved.
|
|
@@ -58057,7 +58094,7 @@ module.exports = function style(traces) {
|
|
|
58057
58094
|
});
|
|
58058
58095
|
};
|
|
58059
58096
|
|
|
58060
|
-
},{"../color":
|
|
58097
|
+
},{"../color":368,"d3":86}],399:[function(_dereq_,module,exports){
|
|
58061
58098
|
/**
|
|
58062
58099
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58063
58100
|
* All rights reserved.
|
|
@@ -58093,7 +58130,7 @@ module.exports = {
|
|
|
58093
58130
|
}
|
|
58094
58131
|
};
|
|
58095
58132
|
|
|
58096
|
-
},{"../../lib/extend":
|
|
58133
|
+
},{"../../lib/extend":490,"../../plots/font_attributes":575,"./layout_attributes":409}],400:[function(_dereq_,module,exports){
|
|
58097
58134
|
/**
|
|
58098
58135
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58099
58136
|
* All rights reserved.
|
|
@@ -58152,7 +58189,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
|
|
|
58152
58189
|
}
|
|
58153
58190
|
}
|
|
58154
58191
|
|
|
58155
|
-
},{"../../lib":
|
|
58192
|
+
},{"../../lib":498,"../../registry":593}],401:[function(_dereq_,module,exports){
|
|
58156
58193
|
/**
|
|
58157
58194
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58158
58195
|
* All rights reserved.
|
|
@@ -58189,7 +58226,7 @@ module.exports = function click(gd, evt, subplot) {
|
|
|
58189
58226
|
}
|
|
58190
58227
|
};
|
|
58191
58228
|
|
|
58192
|
-
},{"../../registry":
|
|
58229
|
+
},{"../../registry":593,"./hover":405}],402:[function(_dereq_,module,exports){
|
|
58193
58230
|
/**
|
|
58194
58231
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58195
58232
|
* All rights reserved.
|
|
@@ -58221,7 +58258,7 @@ module.exports = {
|
|
|
58221
58258
|
HOVERID: '-hover'
|
|
58222
58259
|
};
|
|
58223
58260
|
|
|
58224
|
-
},{}],
|
|
58261
|
+
},{}],403:[function(_dereq_,module,exports){
|
|
58225
58262
|
/**
|
|
58226
58263
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58227
58264
|
* All rights reserved.
|
|
@@ -58247,7 +58284,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
58247
58284
|
handleHoverLabelDefaults(traceIn, traceOut, coerce, opts);
|
|
58248
58285
|
};
|
|
58249
58286
|
|
|
58250
|
-
},{"../../lib":
|
|
58287
|
+
},{"../../lib":498,"./attributes":399,"./hoverlabel_defaults":406}],404:[function(_dereq_,module,exports){
|
|
58251
58288
|
/**
|
|
58252
58289
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58253
58290
|
* All rights reserved.
|
|
@@ -58509,7 +58546,7 @@ exports.isXYhover = function(hovermode) {
|
|
|
58509
58546
|
return !!xyHoverMode[hovermode];
|
|
58510
58547
|
};
|
|
58511
58548
|
|
|
58512
|
-
},{"../../lib":
|
|
58549
|
+
},{"../../lib":498}],405:[function(_dereq_,module,exports){
|
|
58513
58550
|
/**
|
|
58514
58551
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58515
58552
|
* All rights reserved.
|
|
@@ -59818,7 +59855,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
|
|
|
59818
59855
|
|
|
59819
59856
|
// Make groups of touching points, and within each group
|
|
59820
59857
|
// move each point so that no labels overlap, but the average
|
|
59821
|
-
// label position is the same as it was before moving.
|
|
59858
|
+
// label position is the same as it was before moving. Incidentally,
|
|
59822
59859
|
// this is equivalent to saying all the labels are on equal linear
|
|
59823
59860
|
// springs about their initial position. Initially, each point is
|
|
59824
59861
|
// its own group, but as we find overlaps we will clump the points.
|
|
@@ -60381,7 +60418,7 @@ function plainText(s, len) {
|
|
|
60381
60418
|
});
|
|
60382
60419
|
}
|
|
60383
60420
|
|
|
60384
|
-
},{"../../lib":
|
|
60421
|
+
},{"../../lib":498,"../../lib/events":489,"../../lib/override_cursor":509,"../../lib/svg_text_utils":523,"../../plots/cartesian/axes":547,"../../registry":593,"../color":368,"../dragelement":387,"../drawing":390,"../legend/defaults":420,"../legend/draw":421,"./constants":402,"./helpers":404,"d3":86,"fast-isnumeric":155,"tinycolor2":322}],406:[function(_dereq_,module,exports){
|
|
60385
60422
|
/**
|
|
60386
60423
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60387
60424
|
* All rights reserved.
|
|
@@ -60427,7 +60464,7 @@ module.exports = function handleHoverLabelDefaults(contIn, contOut, coerce, opts
|
|
|
60427
60464
|
coerce('hoverlabel.align', opts.align);
|
|
60428
60465
|
};
|
|
60429
60466
|
|
|
60430
|
-
},{"../../lib":
|
|
60467
|
+
},{"../../lib":498,"../color":368,"./helpers":404}],407:[function(_dereq_,module,exports){
|
|
60431
60468
|
/**
|
|
60432
60469
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60433
60470
|
* All rights reserved.
|
|
@@ -60483,7 +60520,7 @@ function isHoriz(fullData, fullLayout) {
|
|
|
60483
60520
|
return true;
|
|
60484
60521
|
}
|
|
60485
60522
|
|
|
60486
|
-
},{"../../lib":
|
|
60523
|
+
},{"../../lib":498,"./layout_attributes":409}],408:[function(_dereq_,module,exports){
|
|
60487
60524
|
/**
|
|
60488
60525
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60489
60526
|
* All rights reserved.
|
|
@@ -60562,7 +60599,7 @@ function castHoverinfo(trace, fullLayout, ptNumber) {
|
|
|
60562
60599
|
return Lib.castOption(trace, ptNumber, 'hoverinfo', _coerce);
|
|
60563
60600
|
}
|
|
60564
60601
|
|
|
60565
|
-
},{"../../lib":
|
|
60602
|
+
},{"../../lib":498,"../dragelement":387,"./attributes":399,"./calc":400,"./click":401,"./constants":402,"./defaults":403,"./helpers":404,"./hover":405,"./layout_attributes":409,"./layout_defaults":410,"./layout_global_defaults":411,"d3":86}],409:[function(_dereq_,module,exports){
|
|
60566
60603
|
/**
|
|
60567
60604
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60568
60605
|
* All rights reserved.
|
|
@@ -60678,7 +60715,7 @@ module.exports = {
|
|
|
60678
60715
|
}
|
|
60679
60716
|
};
|
|
60680
60717
|
|
|
60681
|
-
},{"../../plots/font_attributes":
|
|
60718
|
+
},{"../../plots/font_attributes":575,"./constants":402}],410:[function(_dereq_,module,exports){
|
|
60682
60719
|
/**
|
|
60683
60720
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60684
60721
|
* All rights reserved.
|
|
@@ -60726,7 +60763,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
60726
60763
|
handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
|
|
60727
60764
|
};
|
|
60728
60765
|
|
|
60729
|
-
},{"../../lib":
|
|
60766
|
+
},{"../../lib":498,"./helpers":404,"./hoverlabel_defaults":406,"./hovermode_defaults":407,"./layout_attributes":409}],411:[function(_dereq_,module,exports){
|
|
60730
60767
|
/**
|
|
60731
60768
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60732
60769
|
* All rights reserved.
|
|
@@ -60749,7 +60786,7 @@ module.exports = function supplyLayoutGlobalDefaults(layoutIn, layoutOut) {
|
|
|
60749
60786
|
handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
|
|
60750
60787
|
};
|
|
60751
60788
|
|
|
60752
|
-
},{"../../lib":
|
|
60789
|
+
},{"../../lib":498,"./hoverlabel_defaults":406,"./layout_attributes":409}],412:[function(_dereq_,module,exports){
|
|
60753
60790
|
/**
|
|
60754
60791
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60755
60792
|
* All rights reserved.
|
|
@@ -61123,7 +61160,7 @@ module.exports = {
|
|
|
61123
61160
|
contentDefaults: contentDefaults
|
|
61124
61161
|
};
|
|
61125
61162
|
|
|
61126
|
-
},{"../../lib":
|
|
61163
|
+
},{"../../lib":498,"../../lib/regex":515,"../../plot_api/plot_template":536,"../../plots/cartesian/constants":553,"../../plots/domain":574}],413:[function(_dereq_,module,exports){
|
|
61127
61164
|
/**
|
|
61128
61165
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61129
61166
|
* All rights reserved.
|
|
@@ -61259,7 +61296,7 @@ module.exports = templatedArray('image', {
|
|
|
61259
61296
|
editType: 'arraydraw'
|
|
61260
61297
|
});
|
|
61261
61298
|
|
|
61262
|
-
},{"../../constants/axis_placeable_objects":
|
|
61299
|
+
},{"../../constants/axis_placeable_objects":471,"../../plot_api/plot_template":536,"../../plots/cartesian/constants":553}],414:[function(_dereq_,module,exports){
|
|
61263
61300
|
/**
|
|
61264
61301
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61265
61302
|
* All rights reserved.
|
|
@@ -61340,7 +61377,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
61340
61377
|
}
|
|
61341
61378
|
};
|
|
61342
61379
|
|
|
61343
|
-
},{"../../lib/to_log_range":
|
|
61380
|
+
},{"../../lib/to_log_range":525,"fast-isnumeric":155}],415:[function(_dereq_,module,exports){
|
|
61344
61381
|
/**
|
|
61345
61382
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61346
61383
|
* All rights reserved.
|
|
@@ -61405,7 +61442,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
|
|
|
61405
61442
|
return imageOut;
|
|
61406
61443
|
}
|
|
61407
61444
|
|
|
61408
|
-
},{"../../lib":
|
|
61445
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"../../plots/cartesian/axes":547,"./attributes":413}],416:[function(_dereq_,module,exports){
|
|
61409
61446
|
/**
|
|
61410
61447
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61411
61448
|
* All rights reserved.
|
|
@@ -61663,7 +61700,7 @@ module.exports = function draw(gd) {
|
|
|
61663
61700
|
}
|
|
61664
61701
|
};
|
|
61665
61702
|
|
|
61666
|
-
},{"../../constants/xmlns_namespaces":
|
|
61703
|
+
},{"../../constants/xmlns_namespaces":476,"../../plots/cartesian/axes":547,"../../plots/cartesian/axis_ids":550,"../drawing":390,"d3":86}],417:[function(_dereq_,module,exports){
|
|
61667
61704
|
/**
|
|
61668
61705
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61669
61706
|
* All rights reserved.
|
|
@@ -61687,7 +61724,7 @@ module.exports = {
|
|
|
61687
61724
|
convertCoords: _dereq_('./convert_coords')
|
|
61688
61725
|
};
|
|
61689
61726
|
|
|
61690
|
-
},{"../../plots/cartesian/include_components":
|
|
61727
|
+
},{"../../plots/cartesian/include_components":559,"./attributes":413,"./convert_coords":414,"./defaults":415,"./draw":416}],418:[function(_dereq_,module,exports){
|
|
61691
61728
|
/**
|
|
61692
61729
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61693
61730
|
* All rights reserved.
|
|
@@ -61856,7 +61893,7 @@ module.exports = {
|
|
|
61856
61893
|
editType: 'legend'
|
|
61857
61894
|
};
|
|
61858
61895
|
|
|
61859
|
-
},{"../../plots/font_attributes":
|
|
61896
|
+
},{"../../plots/font_attributes":575,"../color/attributes":367}],419:[function(_dereq_,module,exports){
|
|
61860
61897
|
/**
|
|
61861
61898
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61862
61899
|
* All rights reserved.
|
|
@@ -61880,7 +61917,7 @@ module.exports = {
|
|
|
61880
61917
|
itemGap: 5
|
|
61881
61918
|
};
|
|
61882
61919
|
|
|
61883
|
-
},{}],
|
|
61920
|
+
},{}],420:[function(_dereq_,module,exports){
|
|
61884
61921
|
/**
|
|
61885
61922
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61886
61923
|
* All rights reserved.
|
|
@@ -62015,7 +62052,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
|
|
|
62015
62052
|
}
|
|
62016
62053
|
};
|
|
62017
62054
|
|
|
62018
|
-
},{"../../lib":
|
|
62055
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../plots/layout_attributes":583,"../../registry":593,"./attributes":418,"./helpers":424}],421:[function(_dereq_,module,exports){
|
|
62019
62056
|
/**
|
|
62020
62057
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62021
62058
|
* All rights reserved.
|
|
@@ -62812,7 +62849,7 @@ function getYanchor(opts) {
|
|
|
62812
62849
|
'top';
|
|
62813
62850
|
}
|
|
62814
62851
|
|
|
62815
|
-
},{"../../constants/alignment":
|
|
62852
|
+
},{"../../constants/alignment":470,"../../lib":498,"../../lib/events":489,"../../lib/svg_text_utils":523,"../../plots/plots":585,"../../registry":593,"../color":368,"../dragelement":387,"../drawing":390,"./constants":419,"./get_legend_data":422,"./handle_click":423,"./helpers":424,"./style":426,"d3":86}],422:[function(_dereq_,module,exports){
|
|
62816
62853
|
/**
|
|
62817
62854
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62818
62855
|
* All rights reserved.
|
|
@@ -62921,7 +62958,7 @@ module.exports = function getLegendData(calcdata, opts) {
|
|
|
62921
62958
|
return legendData;
|
|
62922
62959
|
};
|
|
62923
62960
|
|
|
62924
|
-
},{"../../registry":
|
|
62961
|
+
},{"../../registry":593,"./helpers":424}],423:[function(_dereq_,module,exports){
|
|
62925
62962
|
/**
|
|
62926
62963
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62927
62964
|
* All rights reserved.
|
|
@@ -63160,7 +63197,7 @@ module.exports = function handleClick(g, gd, numClicks) {
|
|
|
63160
63197
|
}
|
|
63161
63198
|
};
|
|
63162
63199
|
|
|
63163
|
-
},{"../../lib":
|
|
63200
|
+
},{"../../lib":498,"../../registry":593}],424:[function(_dereq_,module,exports){
|
|
63164
63201
|
/**
|
|
63165
63202
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63166
63203
|
* All rights reserved.
|
|
@@ -63184,7 +63221,7 @@ exports.isReversed = function isReversed(legendLayout) {
|
|
|
63184
63221
|
return (legendLayout.traceorder || '').indexOf('reversed') !== -1;
|
|
63185
63222
|
};
|
|
63186
63223
|
|
|
63187
|
-
},{}],
|
|
63224
|
+
},{}],425:[function(_dereq_,module,exports){
|
|
63188
63225
|
/**
|
|
63189
63226
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63190
63227
|
* All rights reserved.
|
|
@@ -63208,7 +63245,7 @@ module.exports = {
|
|
|
63208
63245
|
style: _dereq_('./style')
|
|
63209
63246
|
};
|
|
63210
63247
|
|
|
63211
|
-
},{"./attributes":
|
|
63248
|
+
},{"./attributes":418,"./defaults":420,"./draw":421,"./style":426}],426:[function(_dereq_,module,exports){
|
|
63212
63249
|
/**
|
|
63213
63250
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63214
63251
|
* All rights reserved.
|
|
@@ -63841,7 +63878,7 @@ function getGradientDirection(reversescale, isRadial) {
|
|
|
63841
63878
|
return str + (reversescale ? '' : 'reversed');
|
|
63842
63879
|
}
|
|
63843
63880
|
|
|
63844
|
-
},{"../../lib":
|
|
63881
|
+
},{"../../lib":498,"../../registry":593,"../../traces/pie/helpers":647,"../../traces/pie/style_one":648,"../../traces/scatter/subtypes":679,"../color":368,"../colorscale/helpers":379,"../drawing":390,"./constants":419,"d3":86}],427:[function(_dereq_,module,exports){
|
|
63845
63882
|
/**
|
|
63846
63883
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63847
63884
|
* All rights reserved.
|
|
@@ -64577,7 +64614,7 @@ function resetView(gd, subplotType) {
|
|
|
64577
64614
|
Registry.call('_guiRelayout', gd, aObj);
|
|
64578
64615
|
}
|
|
64579
64616
|
|
|
64580
|
-
},{"../../fonts/ploticon":
|
|
64617
|
+
},{"../../fonts/ploticon":479,"../../lib":498,"../../plots/cartesian/axis_ids":550,"../../plots/plots":585,"../../registry":593,"../shapes/draw":449}],428:[function(_dereq_,module,exports){
|
|
64581
64618
|
/**
|
|
64582
64619
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64583
64620
|
* All rights reserved.
|
|
@@ -64591,7 +64628,7 @@ function resetView(gd, subplotType) {
|
|
|
64591
64628
|
|
|
64592
64629
|
exports.manage = _dereq_('./manage');
|
|
64593
64630
|
|
|
64594
|
-
},{"./manage":
|
|
64631
|
+
},{"./manage":429}],429:[function(_dereq_,module,exports){
|
|
64595
64632
|
/**
|
|
64596
64633
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64597
64634
|
* All rights reserved.
|
|
@@ -64887,7 +64924,7 @@ function fillCustomButton(customButtons) {
|
|
|
64887
64924
|
return customButtons;
|
|
64888
64925
|
}
|
|
64889
64926
|
|
|
64890
|
-
},{"../../plots/cartesian/axis_ids":
|
|
64927
|
+
},{"../../plots/cartesian/axis_ids":550,"../../registry":593,"../../traces/scatter/subtypes":679,"../fx/helpers":404,"./buttons":427,"./modebar":430}],430:[function(_dereq_,module,exports){
|
|
64891
64928
|
/**
|
|
64892
64929
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64893
64930
|
* All rights reserved.
|
|
@@ -65233,7 +65270,7 @@ function createModeBar(gd, buttons) {
|
|
|
65233
65270
|
|
|
65234
65271
|
module.exports = createModeBar;
|
|
65235
65272
|
|
|
65236
|
-
},{"../../fonts/ploticon":
|
|
65273
|
+
},{"../../fonts/ploticon":479,"../../lib":498,"d3":86,"fast-isnumeric":155}],431:[function(_dereq_,module,exports){
|
|
65237
65274
|
/**
|
|
65238
65275
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65239
65276
|
* All rights reserved.
|
|
@@ -65369,7 +65406,7 @@ module.exports = {
|
|
|
65369
65406
|
editType: 'plot'
|
|
65370
65407
|
};
|
|
65371
65408
|
|
|
65372
|
-
},{"../../plot_api/plot_template":
|
|
65409
|
+
},{"../../plot_api/plot_template":536,"../../plots/font_attributes":575,"../color/attributes":367}],432:[function(_dereq_,module,exports){
|
|
65373
65410
|
/**
|
|
65374
65411
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65375
65412
|
* All rights reserved.
|
|
@@ -65398,7 +65435,7 @@ module.exports = {
|
|
|
65398
65435
|
darkAmount: 10
|
|
65399
65436
|
};
|
|
65400
65437
|
|
|
65401
|
-
},{}],
|
|
65438
|
+
},{}],433:[function(_dereq_,module,exports){
|
|
65402
65439
|
/**
|
|
65403
65440
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65404
65441
|
* All rights reserved.
|
|
@@ -65490,7 +65527,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
|
|
|
65490
65527
|
return [containerOut.domain[0], posY + constants.yPad];
|
|
65491
65528
|
}
|
|
65492
65529
|
|
|
65493
|
-
},{"../../lib":
|
|
65530
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../plots/array_container_defaults":542,"../color":368,"./attributes":431,"./constants":432}],434:[function(_dereq_,module,exports){
|
|
65494
65531
|
/**
|
|
65495
65532
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65496
65533
|
* All rights reserved.
|
|
@@ -65745,7 +65782,7 @@ function reposition(gd, buttons, opts, axName, selector) {
|
|
|
65745
65782
|
selector.attr('transform', strTranslate(lx, ly));
|
|
65746
65783
|
}
|
|
65747
65784
|
|
|
65748
|
-
},{"../../constants/alignment":
|
|
65785
|
+
},{"../../constants/alignment":470,"../../lib":498,"../../lib/svg_text_utils":523,"../../plots/cartesian/axis_ids":550,"../../plots/plots":585,"../../registry":593,"../color":368,"../drawing":390,"./constants":432,"./get_update_object":435,"d3":86}],435:[function(_dereq_,module,exports){
|
|
65749
65786
|
/**
|
|
65750
65787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65751
65788
|
* All rights reserved.
|
|
@@ -65799,7 +65836,7 @@ function getXRange(axisLayout, buttonLayout) {
|
|
|
65799
65836
|
return [range0, range1];
|
|
65800
65837
|
}
|
|
65801
65838
|
|
|
65802
|
-
},{"d3":86}],
|
|
65839
|
+
},{"d3":86}],436:[function(_dereq_,module,exports){
|
|
65803
65840
|
/**
|
|
65804
65841
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65805
65842
|
* All rights reserved.
|
|
@@ -65826,7 +65863,7 @@ module.exports = {
|
|
|
65826
65863
|
draw: _dereq_('./draw')
|
|
65827
65864
|
};
|
|
65828
65865
|
|
|
65829
|
-
},{"./attributes":
|
|
65866
|
+
},{"./attributes":431,"./defaults":433,"./draw":434}],437:[function(_dereq_,module,exports){
|
|
65830
65867
|
/**
|
|
65831
65868
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65832
65869
|
* All rights reserved.
|
|
@@ -65900,7 +65937,7 @@ module.exports = {
|
|
|
65900
65937
|
editType: 'calc'
|
|
65901
65938
|
};
|
|
65902
65939
|
|
|
65903
|
-
},{"../color/attributes":
|
|
65940
|
+
},{"../color/attributes":367}],438:[function(_dereq_,module,exports){
|
|
65904
65941
|
/**
|
|
65905
65942
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65906
65943
|
* All rights reserved.
|
|
@@ -65934,7 +65971,7 @@ module.exports = function calcAutorange(gd) {
|
|
|
65934
65971
|
}
|
|
65935
65972
|
};
|
|
65936
65973
|
|
|
65937
|
-
},{"../../plots/cartesian/autorange":
|
|
65974
|
+
},{"../../plots/cartesian/autorange":546,"../../plots/cartesian/axis_ids":550,"./constants":439}],439:[function(_dereq_,module,exports){
|
|
65938
65975
|
/**
|
|
65939
65976
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65940
65977
|
* All rights reserved.
|
|
@@ -65990,7 +66027,7 @@ module.exports = {
|
|
|
65990
66027
|
extraPad: 15
|
|
65991
66028
|
};
|
|
65992
66029
|
|
|
65993
|
-
},{}],
|
|
66030
|
+
},{}],440:[function(_dereq_,module,exports){
|
|
65994
66031
|
/**
|
|
65995
66032
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65996
66033
|
* All rights reserved.
|
|
@@ -66076,7 +66113,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
|
|
|
66076
66113
|
containerOut._input = containerIn;
|
|
66077
66114
|
};
|
|
66078
66115
|
|
|
66079
|
-
},{"../../lib":
|
|
66116
|
+
},{"../../lib":498,"../../plot_api/plot_template":536,"../../plots/cartesian/axis_ids":550,"./attributes":437,"./oppaxis_attributes":444}],441:[function(_dereq_,module,exports){
|
|
66080
66117
|
/**
|
|
66081
66118
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66082
66119
|
* All rights reserved.
|
|
@@ -66720,7 +66757,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
|
|
|
66720
66757
|
grabAreaMax.attr('height', opts._height);
|
|
66721
66758
|
}
|
|
66722
66759
|
|
|
66723
|
-
},{"../../lib":
|
|
66760
|
+
},{"../../lib":498,"../../lib/setcursor":519,"../../plots/cartesian":560,"../../plots/cartesian/axis_ids":550,"../../plots/plots":585,"../../registry":593,"../color":368,"../dragelement":387,"../drawing":390,"../titles":463,"./constants":439,"d3":86}],442:[function(_dereq_,module,exports){
|
|
66724
66761
|
/**
|
|
66725
66762
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66726
66763
|
* All rights reserved.
|
|
@@ -66795,7 +66832,7 @@ exports.autoMarginOpts = function(gd, ax) {
|
|
|
66795
66832
|
};
|
|
66796
66833
|
};
|
|
66797
66834
|
|
|
66798
|
-
},{"../../constants/alignment":
|
|
66835
|
+
},{"../../constants/alignment":470,"../../lib/svg_text_utils":523,"../../plots/cartesian/axis_ids":550,"./constants":439}],443:[function(_dereq_,module,exports){
|
|
66799
66836
|
/**
|
|
66800
66837
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66801
66838
|
* All rights reserved.
|
|
@@ -66834,7 +66871,7 @@ module.exports = {
|
|
|
66834
66871
|
autoMarginOpts: helpers.autoMarginOpts
|
|
66835
66872
|
};
|
|
66836
66873
|
|
|
66837
|
-
},{"../../lib":
|
|
66874
|
+
},{"../../lib":498,"./attributes":437,"./calc_autorange":438,"./defaults":440,"./draw":441,"./helpers":442,"./oppaxis_attributes":444}],444:[function(_dereq_,module,exports){
|
|
66838
66875
|
/**
|
|
66839
66876
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66840
66877
|
* All rights reserved.
|
|
@@ -66872,7 +66909,7 @@ module.exports = {
|
|
|
66872
66909
|
editType: 'calc'
|
|
66873
66910
|
};
|
|
66874
66911
|
|
|
66875
|
-
},{}],
|
|
66912
|
+
},{}],445:[function(_dereq_,module,exports){
|
|
66876
66913
|
/**
|
|
66877
66914
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66878
66915
|
* All rights reserved.
|
|
@@ -67025,7 +67062,7 @@ module.exports = templatedArray('shape', {
|
|
|
67025
67062
|
editType: 'arraydraw'
|
|
67026
67063
|
});
|
|
67027
67064
|
|
|
67028
|
-
},{"../../constants/axis_placeable_objects":
|
|
67065
|
+
},{"../../constants/axis_placeable_objects":471,"../../lib/extend":490,"../../plot_api/plot_template":536,"../../traces/scatter/attributes":654,"../annotations/attributes":353,"../drawing/attributes":389}],446:[function(_dereq_,module,exports){
|
|
67029
67066
|
/**
|
|
67030
67067
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67031
67068
|
* All rights reserved.
|
|
@@ -67145,7 +67182,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
|
|
|
67145
67182
|
if(max >= min) return [min, max];
|
|
67146
67183
|
}
|
|
67147
67184
|
|
|
67148
|
-
},{"../../lib":
|
|
67185
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547,"./constants":447,"./helpers":456}],447:[function(_dereq_,module,exports){
|
|
67149
67186
|
/**
|
|
67150
67187
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67151
67188
|
* All rights reserved.
|
|
@@ -67209,7 +67246,7 @@ module.exports = {
|
|
|
67209
67246
|
}
|
|
67210
67247
|
};
|
|
67211
67248
|
|
|
67212
|
-
},{}],
|
|
67249
|
+
},{}],448:[function(_dereq_,module,exports){
|
|
67213
67250
|
/**
|
|
67214
67251
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67215
67252
|
* All rights reserved.
|
|
@@ -67340,7 +67377,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
|
|
|
67340
67377
|
}
|
|
67341
67378
|
}
|
|
67342
67379
|
|
|
67343
|
-
},{"../../lib":
|
|
67380
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"../../plots/cartesian/axes":547,"./attributes":445,"./helpers":456}],449:[function(_dereq_,module,exports){
|
|
67344
67381
|
/**
|
|
67345
67382
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67346
67383
|
* All rights reserved.
|
|
@@ -68114,7 +68151,7 @@ function eraseActiveShape(gd) {
|
|
|
68114
68151
|
}
|
|
68115
68152
|
}
|
|
68116
68153
|
|
|
68117
|
-
},{"../../lib":
|
|
68154
|
+
},{"../../lib":498,"../../lib/setcursor":519,"../../plot_api/plot_template":536,"../../plots/cartesian/axes":547,"../../plots/cartesian/handle_outline":557,"../../registry":593,"../color":368,"../dragelement":387,"../drawing":390,"./constants":447,"./draw_newshape/display_outlines":453,"./draw_newshape/helpers":454,"./helpers":456}],450:[function(_dereq_,module,exports){
|
|
68118
68155
|
/**
|
|
68119
68156
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68120
68157
|
* All rights reserved.
|
|
@@ -68217,7 +68254,7 @@ module.exports = {
|
|
|
68217
68254
|
}
|
|
68218
68255
|
};
|
|
68219
68256
|
|
|
68220
|
-
},{"../../../lib/extend":
|
|
68257
|
+
},{"../../../lib/extend":490,"../../drawing/attributes":389}],451:[function(_dereq_,module,exports){
|
|
68221
68258
|
/**
|
|
68222
68259
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68223
68260
|
* All rights reserved.
|
|
@@ -68241,7 +68278,7 @@ module.exports = {
|
|
|
68241
68278
|
SQRT2: Math.sqrt(2)
|
|
68242
68279
|
};
|
|
68243
68280
|
|
|
68244
|
-
},{}],
|
|
68281
|
+
},{}],452:[function(_dereq_,module,exports){
|
|
68245
68282
|
/**
|
|
68246
68283
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68247
68284
|
* All rights reserved.
|
|
@@ -68273,7 +68310,7 @@ module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce
|
|
|
68273
68310
|
coerce('activeshape.opacity');
|
|
68274
68311
|
};
|
|
68275
68312
|
|
|
68276
|
-
},{"../../color":
|
|
68313
|
+
},{"../../color":368}],453:[function(_dereq_,module,exports){
|
|
68277
68314
|
/**
|
|
68278
68315
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68279
68316
|
* All rights reserved.
|
|
@@ -68568,7 +68605,7 @@ function recordPositions(polygonsOut, polygonsIn) {
|
|
|
68568
68605
|
return polygonsOut;
|
|
68569
68606
|
}
|
|
68570
68607
|
|
|
68571
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
68608
|
+
},{"../../../plots/cartesian/handle_outline":557,"../../../registry":593,"../../dragelement":387,"../../dragelement/helpers":386,"./constants":451,"./helpers":454,"./newshapes":455}],454:[function(_dereq_,module,exports){
|
|
68572
68609
|
/**
|
|
68573
68610
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68574
68611
|
* All rights reserved.
|
|
@@ -68906,7 +68943,7 @@ exports.ellipseOver = function(pos) {
|
|
|
68906
68943
|
};
|
|
68907
68944
|
};
|
|
68908
68945
|
|
|
68909
|
-
},{"../../../plots/cartesian/helpers":
|
|
68946
|
+
},{"../../../plots/cartesian/helpers":558,"./constants":451,"parse-svg-path":266}],455:[function(_dereq_,module,exports){
|
|
68910
68947
|
/**
|
|
68911
68948
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68912
68949
|
* All rights reserved.
|
|
@@ -69165,7 +69202,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
|
|
|
69165
69202
|
return polygons;
|
|
69166
69203
|
}
|
|
69167
69204
|
|
|
69168
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
69205
|
+
},{"../../../plots/cartesian/handle_outline":557,"../../../plots/cartesian/helpers":558,"../../dragelement/helpers":386,"./constants":451,"./helpers":454}],456:[function(_dereq_,module,exports){
|
|
69169
69206
|
/**
|
|
69170
69207
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69171
69208
|
* All rights reserved.
|
|
@@ -69323,7 +69360,7 @@ exports.makeOptionsAndPlotinfo = function(gd, index) {
|
|
|
69323
69360
|
};
|
|
69324
69361
|
};
|
|
69325
69362
|
|
|
69326
|
-
},{"../../lib":
|
|
69363
|
+
},{"../../lib":498,"./constants":447}],457:[function(_dereq_,module,exports){
|
|
69327
69364
|
/**
|
|
69328
69365
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69329
69366
|
* All rights reserved.
|
|
@@ -69351,7 +69388,7 @@ module.exports = {
|
|
|
69351
69388
|
drawOne: drawModule.drawOne
|
|
69352
69389
|
};
|
|
69353
69390
|
|
|
69354
|
-
},{"../../plots/cartesian/include_components":
|
|
69391
|
+
},{"../../plots/cartesian/include_components":559,"./attributes":445,"./calc_autorange":446,"./defaults":448,"./draw":449,"./draw_newshape/defaults":452}],458:[function(_dereq_,module,exports){
|
|
69355
69392
|
/**
|
|
69356
69393
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69357
69394
|
* All rights reserved.
|
|
@@ -69594,7 +69631,7 @@ module.exports = overrideAll(templatedArray('slider', {
|
|
|
69594
69631
|
}
|
|
69595
69632
|
}), 'arraydraw', 'from-root');
|
|
69596
69633
|
|
|
69597
|
-
},{"../../lib/extend":
|
|
69634
|
+
},{"../../lib/extend":490,"../../plot_api/edit_types":529,"../../plot_api/plot_template":536,"../../plots/animation_attributes":541,"../../plots/font_attributes":575,"../../plots/pad_attributes":584,"./constants":459}],459:[function(_dereq_,module,exports){
|
|
69598
69635
|
/**
|
|
69599
69636
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69600
69637
|
* All rights reserved.
|
|
@@ -69688,7 +69725,7 @@ module.exports = {
|
|
|
69688
69725
|
currentValueInset: 0,
|
|
69689
69726
|
};
|
|
69690
69727
|
|
|
69691
|
-
},{}],
|
|
69728
|
+
},{}],460:[function(_dereq_,module,exports){
|
|
69692
69729
|
/**
|
|
69693
69730
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69694
69731
|
* All rights reserved.
|
|
@@ -69803,7 +69840,7 @@ function stepDefaults(valueIn, valueOut) {
|
|
|
69803
69840
|
}
|
|
69804
69841
|
}
|
|
69805
69842
|
|
|
69806
|
-
},{"../../lib":
|
|
69843
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"./attributes":458,"./constants":459}],461:[function(_dereq_,module,exports){
|
|
69807
69844
|
/**
|
|
69808
69845
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69809
69846
|
* All rights reserved.
|
|
@@ -70377,7 +70414,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
|
|
|
70377
70414
|
.ease(sliderOpts.transition.easing);
|
|
70378
70415
|
}
|
|
70379
70416
|
|
|
70380
|
-
// Drawing.setTranslate doesn't work here
|
|
70417
|
+
// Drawing.setTranslate doesn't work here because of the transition duck-typing.
|
|
70381
70418
|
// It's also not necessary because there are no other transitions to preserve.
|
|
70382
70419
|
el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
|
|
70383
70420
|
}
|
|
@@ -70434,7 +70471,7 @@ function drawRail(sliderGroup, sliderOpts) {
|
|
|
70434
70471
|
);
|
|
70435
70472
|
}
|
|
70436
70473
|
|
|
70437
|
-
},{"../../constants/alignment":
|
|
70474
|
+
},{"../../constants/alignment":470,"../../lib":498,"../../lib/svg_text_utils":523,"../../plot_api/plot_template":536,"../../plots/plots":585,"../color":368,"../drawing":390,"./constants":459,"d3":86}],462:[function(_dereq_,module,exports){
|
|
70438
70475
|
/**
|
|
70439
70476
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70440
70477
|
* All rights reserved.
|
|
@@ -70457,7 +70494,7 @@ module.exports = {
|
|
|
70457
70494
|
draw: _dereq_('./draw')
|
|
70458
70495
|
};
|
|
70459
70496
|
|
|
70460
|
-
},{"./attributes":
|
|
70497
|
+
},{"./attributes":458,"./constants":459,"./defaults":460,"./draw":461}],463:[function(_dereq_,module,exports){
|
|
70461
70498
|
/**
|
|
70462
70499
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70463
70500
|
* All rights reserved.
|
|
@@ -70725,7 +70762,7 @@ module.exports = {
|
|
|
70725
70762
|
draw: draw
|
|
70726
70763
|
};
|
|
70727
70764
|
|
|
70728
|
-
},{"../../constants/alignment":
|
|
70765
|
+
},{"../../constants/alignment":470,"../../constants/interactions":474,"../../lib":498,"../../lib/svg_text_utils":523,"../../plots/plots":585,"../../registry":593,"../color":368,"../drawing":390,"d3":86,"fast-isnumeric":155}],464:[function(_dereq_,module,exports){
|
|
70729
70766
|
/**
|
|
70730
70767
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70731
70768
|
* All rights reserved.
|
|
@@ -70894,7 +70931,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
|
|
|
70894
70931
|
}
|
|
70895
70932
|
}), 'arraydraw', 'from-root');
|
|
70896
70933
|
|
|
70897
|
-
},{"../../lib/extend":
|
|
70934
|
+
},{"../../lib/extend":490,"../../plot_api/edit_types":529,"../../plot_api/plot_template":536,"../../plots/font_attributes":575,"../../plots/pad_attributes":584,"../color/attributes":367}],465:[function(_dereq_,module,exports){
|
|
70898
70935
|
/**
|
|
70899
70936
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70900
70937
|
* All rights reserved.
|
|
@@ -70975,7 +71012,7 @@ module.exports = {
|
|
|
70975
71012
|
}
|
|
70976
71013
|
};
|
|
70977
71014
|
|
|
70978
|
-
},{}],
|
|
71015
|
+
},{}],466:[function(_dereq_,module,exports){
|
|
70979
71016
|
/**
|
|
70980
71017
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70981
71018
|
* All rights reserved.
|
|
@@ -71058,7 +71095,7 @@ function buttonDefaults(buttonIn, buttonOut) {
|
|
|
71058
71095
|
}
|
|
71059
71096
|
}
|
|
71060
71097
|
|
|
71061
|
-
},{"../../lib":
|
|
71098
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"./attributes":464,"./constants":465}],467:[function(_dereq_,module,exports){
|
|
71062
71099
|
/**
|
|
71063
71100
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71064
71101
|
* All rights reserved.
|
|
@@ -71709,9 +71746,9 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
|
|
|
71709
71746
|
.selectAll('g.' + constants.dropdownButtonClassName).remove();
|
|
71710
71747
|
}
|
|
71711
71748
|
|
|
71712
|
-
},{"../../constants/alignment":
|
|
71713
|
-
arguments[4][
|
|
71714
|
-
},{"./attributes":
|
|
71749
|
+
},{"../../constants/alignment":470,"../../lib":498,"../../lib/svg_text_utils":523,"../../plot_api/plot_template":536,"../../plots/plots":585,"../color":368,"../drawing":390,"./constants":465,"./scrollbox":469,"d3":86}],468:[function(_dereq_,module,exports){
|
|
71750
|
+
arguments[4][462][0].apply(exports,arguments)
|
|
71751
|
+
},{"./attributes":464,"./constants":465,"./defaults":466,"./draw":467,"dup":462}],469:[function(_dereq_,module,exports){
|
|
71715
71752
|
/**
|
|
71716
71753
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71717
71754
|
* All rights reserved.
|
|
@@ -72176,7 +72213,7 @@ ScrollBox.prototype.setTranslate = function setTranslate(translateX, translateY)
|
|
|
72176
72213
|
}
|
|
72177
72214
|
};
|
|
72178
72215
|
|
|
72179
|
-
},{"../../lib":
|
|
72216
|
+
},{"../../lib":498,"../color":368,"../drawing":390,"d3":86}],470:[function(_dereq_,module,exports){
|
|
72180
72217
|
/**
|
|
72181
72218
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72182
72219
|
* All rights reserved.
|
|
@@ -72241,7 +72278,7 @@ module.exports = {
|
|
|
72241
72278
|
}
|
|
72242
72279
|
};
|
|
72243
72280
|
|
|
72244
|
-
},{}],
|
|
72281
|
+
},{}],471:[function(_dereq_,module,exports){
|
|
72245
72282
|
/**
|
|
72246
72283
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72247
72284
|
* All rights reserved.
|
|
@@ -72273,7 +72310,7 @@ module.exports = {
|
|
|
72273
72310
|
}
|
|
72274
72311
|
};
|
|
72275
72312
|
|
|
72276
|
-
},{}],
|
|
72313
|
+
},{}],472:[function(_dereq_,module,exports){
|
|
72277
72314
|
/**
|
|
72278
72315
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72279
72316
|
* All rights reserved.
|
|
@@ -72289,7 +72326,7 @@ module.exports = {
|
|
|
72289
72326
|
DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
|
|
72290
72327
|
};
|
|
72291
72328
|
|
|
72292
|
-
},{}],
|
|
72329
|
+
},{}],473:[function(_dereq_,module,exports){
|
|
72293
72330
|
/**
|
|
72294
72331
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72295
72332
|
* All rights reserved.
|
|
@@ -72327,7 +72364,7 @@ module.exports = {
|
|
|
72327
72364
|
}
|
|
72328
72365
|
};
|
|
72329
72366
|
|
|
72330
|
-
},{}],
|
|
72367
|
+
},{}],474:[function(_dereq_,module,exports){
|
|
72331
72368
|
/**
|
|
72332
72369
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72333
72370
|
* All rights reserved.
|
|
@@ -72350,7 +72387,7 @@ module.exports = {
|
|
|
72350
72387
|
DESELECTDIM: 0.2
|
|
72351
72388
|
};
|
|
72352
72389
|
|
|
72353
|
-
},{}],
|
|
72390
|
+
},{}],475:[function(_dereq_,module,exports){
|
|
72354
72391
|
/**
|
|
72355
72392
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72356
72393
|
* All rights reserved.
|
|
@@ -72423,7 +72460,7 @@ module.exports = {
|
|
|
72423
72460
|
MINUS_SIGN: '\u2212'
|
|
72424
72461
|
};
|
|
72425
72462
|
|
|
72426
|
-
},{}],
|
|
72463
|
+
},{}],476:[function(_dereq_,module,exports){
|
|
72427
72464
|
/**
|
|
72428
72465
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72429
72466
|
* All rights reserved.
|
|
@@ -72447,7 +72484,7 @@ exports.svgAttrs = {
|
|
|
72447
72484
|
'xmlns:xlink': exports.xlink
|
|
72448
72485
|
};
|
|
72449
72486
|
|
|
72450
|
-
},{}],
|
|
72487
|
+
},{}],477:[function(_dereq_,module,exports){
|
|
72451
72488
|
/**
|
|
72452
72489
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72453
72490
|
* All rights reserved.
|
|
@@ -72533,7 +72570,7 @@ exports.Queue = _dereq_('./lib/queue');
|
|
|
72533
72570
|
// export d3 used in the bundle
|
|
72534
72571
|
exports.d3 = _dereq_('d3');
|
|
72535
72572
|
|
|
72536
|
-
},{"../build/plotcss":1,"./components/annotations":
|
|
72573
|
+
},{"../build/plotcss":1,"./components/annotations":361,"./components/annotations3d":366,"./components/colorbar":374,"./components/colorscale":380,"./components/errorbars":396,"./components/fx":408,"./components/grid":412,"./components/images":417,"./components/legend":425,"./components/rangeselector":436,"./components/rangeslider":443,"./components/shapes":457,"./components/sliders":462,"./components/updatemenus":468,"./fonts/mathjax_config":478,"./fonts/ploticon":479,"./lib/queue":514,"./locale-en":527,"./locale-en-us":526,"./plot_api":531,"./plot_api/plot_schema":535,"./plots/plots":585,"./registry":593,"./snapshot":598,"./traces/scatter":666,"./version":707,"d3":86,"es6-promise":139}],478:[function(_dereq_,module,exports){
|
|
72537
72574
|
/**
|
|
72538
72575
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72539
72576
|
* All rights reserved.
|
|
@@ -72564,7 +72601,7 @@ module.exports = function() {
|
|
|
72564
72601
|
}
|
|
72565
72602
|
};
|
|
72566
72603
|
|
|
72567
|
-
},{}],
|
|
72604
|
+
},{}],479:[function(_dereq_,module,exports){
|
|
72568
72605
|
/**
|
|
72569
72606
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72570
72607
|
* All rights reserved.
|
|
@@ -72744,7 +72781,7 @@ module.exports = {
|
|
|
72744
72781
|
}
|
|
72745
72782
|
};
|
|
72746
72783
|
|
|
72747
|
-
},{}],
|
|
72784
|
+
},{}],480:[function(_dereq_,module,exports){
|
|
72748
72785
|
/**
|
|
72749
72786
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72750
72787
|
* All rights reserved.
|
|
@@ -72808,7 +72845,7 @@ exports.isBottomAnchor = function isBottomAnchor(opts) {
|
|
|
72808
72845
|
);
|
|
72809
72846
|
};
|
|
72810
72847
|
|
|
72811
|
-
},{}],
|
|
72848
|
+
},{}],481:[function(_dereq_,module,exports){
|
|
72812
72849
|
/**
|
|
72813
72850
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72814
72851
|
* All rights reserved.
|
|
@@ -73049,7 +73086,7 @@ module.exports = {
|
|
|
73049
73086
|
pathAnnulus: pathAnnulus
|
|
73050
73087
|
};
|
|
73051
73088
|
|
|
73052
|
-
},{"./mod":
|
|
73089
|
+
},{"./mod":505}],482:[function(_dereq_,module,exports){
|
|
73053
73090
|
/**
|
|
73054
73091
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73055
73092
|
* All rights reserved.
|
|
@@ -73206,7 +73243,7 @@ function _rowLength(z, fn, len0) {
|
|
|
73206
73243
|
return 0;
|
|
73207
73244
|
}
|
|
73208
73245
|
|
|
73209
|
-
},{}],
|
|
73246
|
+
},{}],483:[function(_dereq_,module,exports){
|
|
73210
73247
|
/**
|
|
73211
73248
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73212
73249
|
* All rights reserved.
|
|
@@ -73239,7 +73276,7 @@ module.exports = function cleanNumber(v) {
|
|
|
73239
73276
|
return BADNUM;
|
|
73240
73277
|
};
|
|
73241
73278
|
|
|
73242
|
-
},{"../constants/numerical":
|
|
73279
|
+
},{"../constants/numerical":475,"fast-isnumeric":155}],484:[function(_dereq_,module,exports){
|
|
73243
73280
|
/**
|
|
73244
73281
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73245
73282
|
* All rights reserved.
|
|
@@ -73267,7 +73304,7 @@ module.exports = function clearGlCanvases(gd) {
|
|
|
73267
73304
|
}
|
|
73268
73305
|
};
|
|
73269
73306
|
|
|
73270
|
-
},{}],
|
|
73307
|
+
},{}],485:[function(_dereq_,module,exports){
|
|
73271
73308
|
/**
|
|
73272
73309
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73273
73310
|
* All rights reserved.
|
|
@@ -73290,7 +73327,7 @@ module.exports = function clearResponsive(gd) {
|
|
|
73290
73327
|
}
|
|
73291
73328
|
};
|
|
73292
73329
|
|
|
73293
|
-
},{}],
|
|
73330
|
+
},{}],486:[function(_dereq_,module,exports){
|
|
73294
73331
|
/**
|
|
73295
73332
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73296
73333
|
* All rights reserved.
|
|
@@ -73754,7 +73791,7 @@ function validate(value, opts) {
|
|
|
73754
73791
|
}
|
|
73755
73792
|
exports.validate = validate;
|
|
73756
73793
|
|
|
73757
|
-
},{"../components/colorscale/scales":
|
|
73794
|
+
},{"../components/colorscale/scales":383,"../constants/interactions":474,"../plots/attributes":543,"./array":482,"./mod":505,"./nested_property":506,"./regex":515,"fast-isnumeric":155,"tinycolor2":322}],487:[function(_dereq_,module,exports){
|
|
73758
73795
|
/**
|
|
73759
73796
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73760
73797
|
* All rights reserved.
|
|
@@ -74355,7 +74392,7 @@ exports.findExactDates = function(data, calendar) {
|
|
|
74355
74392
|
};
|
|
74356
74393
|
};
|
|
74357
74394
|
|
|
74358
|
-
},{"../constants/numerical":
|
|
74395
|
+
},{"../constants/numerical":475,"../registry":593,"./loggers":502,"./mod":505,"d3-time-format":84,"fast-isnumeric":155}],488:[function(_dereq_,module,exports){
|
|
74359
74396
|
/**
|
|
74360
74397
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74361
74398
|
* All rights reserved.
|
|
@@ -74533,7 +74570,7 @@ module.exports = {
|
|
|
74533
74570
|
equalDomRects: equalDomRects
|
|
74534
74571
|
};
|
|
74535
74572
|
|
|
74536
|
-
},{"./loggers":
|
|
74573
|
+
},{"./loggers":502,"./matrix":504,"d3":86,"gl-mat4":188}],489:[function(_dereq_,module,exports){
|
|
74537
74574
|
/**
|
|
74538
74575
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74539
74576
|
* All rights reserved.
|
|
@@ -74706,7 +74743,7 @@ var Events = {
|
|
|
74706
74743
|
|
|
74707
74744
|
module.exports = Events;
|
|
74708
74745
|
|
|
74709
|
-
},{"events":51}],
|
|
74746
|
+
},{"events":51}],490:[function(_dereq_,module,exports){
|
|
74710
74747
|
/**
|
|
74711
74748
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74712
74749
|
* All rights reserved.
|
|
@@ -74820,7 +74857,7 @@ function _extend(inputs, isDeep, keepAllKeys, noArrayCopies) {
|
|
|
74820
74857
|
return target;
|
|
74821
74858
|
}
|
|
74822
74859
|
|
|
74823
|
-
},{"./is_plain_object.js":
|
|
74860
|
+
},{"./is_plain_object.js":499}],491:[function(_dereq_,module,exports){
|
|
74824
74861
|
/**
|
|
74825
74862
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74826
74863
|
* All rights reserved.
|
|
@@ -74871,7 +74908,7 @@ module.exports = function filterUnique(array) {
|
|
|
74871
74908
|
return out;
|
|
74872
74909
|
};
|
|
74873
74910
|
|
|
74874
|
-
},{}],
|
|
74911
|
+
},{}],492:[function(_dereq_,module,exports){
|
|
74875
74912
|
/**
|
|
74876
74913
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74877
74914
|
* All rights reserved.
|
|
@@ -74919,7 +74956,7 @@ function isCalcData(cont) {
|
|
|
74919
74956
|
);
|
|
74920
74957
|
}
|
|
74921
74958
|
|
|
74922
|
-
},{}],
|
|
74959
|
+
},{}],493:[function(_dereq_,module,exports){
|
|
74923
74960
|
/**
|
|
74924
74961
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74925
74962
|
* All rights reserved.
|
|
@@ -75163,7 +75200,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
|
|
|
75163
75200
|
return pt;
|
|
75164
75201
|
};
|
|
75165
75202
|
|
|
75166
|
-
},{"./mod":
|
|
75203
|
+
},{"./mod":505}],494:[function(_dereq_,module,exports){
|
|
75167
75204
|
/**
|
|
75168
75205
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75169
75206
|
* All rights reserved.
|
|
@@ -75264,7 +75301,7 @@ module.exports = {
|
|
|
75264
75301
|
parseColorScale: parseColorScale
|
|
75265
75302
|
};
|
|
75266
75303
|
|
|
75267
|
-
},{"../components/color/attributes":
|
|
75304
|
+
},{"../components/color/attributes":367,"../components/colorscale":380,"./array":482,"color-normalize":63,"fast-isnumeric":155,"tinycolor2":322}],495:[function(_dereq_,module,exports){
|
|
75268
75305
|
/**
|
|
75269
75306
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75270
75307
|
* All rights reserved.
|
|
@@ -75300,7 +75337,7 @@ module.exports = {
|
|
|
75300
75337
|
unwrap: function(d) {return d[0];}
|
|
75301
75338
|
};
|
|
75302
75339
|
|
|
75303
|
-
},{"./identity":
|
|
75340
|
+
},{"./identity":496}],496:[function(_dereq_,module,exports){
|
|
75304
75341
|
/**
|
|
75305
75342
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75306
75343
|
* All rights reserved.
|
|
@@ -75316,7 +75353,7 @@ module.exports = {
|
|
|
75316
75353
|
|
|
75317
75354
|
module.exports = function identity(d) { return d; };
|
|
75318
75355
|
|
|
75319
|
-
},{}],
|
|
75356
|
+
},{}],497:[function(_dereq_,module,exports){
|
|
75320
75357
|
/**
|
|
75321
75358
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75322
75359
|
* All rights reserved.
|
|
@@ -75358,7 +75395,7 @@ module.exports = function incrementNumeric(x, delta) {
|
|
|
75358
75395
|
return newX;
|
|
75359
75396
|
};
|
|
75360
75397
|
|
|
75361
|
-
},{}],
|
|
75398
|
+
},{}],498:[function(_dereq_,module,exports){
|
|
75362
75399
|
/**
|
|
75363
75400
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75364
75401
|
* All rights reserved.
|
|
@@ -75515,6 +75552,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
|
|
|
75515
75552
|
lib.equalDomRects = domModule.equalDomRects;
|
|
75516
75553
|
|
|
75517
75554
|
lib.clearResponsive = _dereq_('./clear_responsive');
|
|
75555
|
+
lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
|
|
75518
75556
|
|
|
75519
75557
|
lib.makeTraceGroups = _dereq_('./make_trace_groups');
|
|
75520
75558
|
|
|
@@ -76225,7 +76263,7 @@ lib.objectFromPath = function(path, value) {
|
|
|
76225
76263
|
* lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
|
|
76226
76264
|
* => { foo: [{bar: 10}, {bar: 20}] }
|
|
76227
76265
|
*
|
|
76228
|
-
* It does NOT, however, merge
|
|
76266
|
+
* It does NOT, however, merge multiple multiply-nested arrays::
|
|
76229
76267
|
*
|
|
76230
76268
|
* lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
|
|
76231
76269
|
* => { marker: [null, {range: 4}] }
|
|
@@ -76640,7 +76678,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
|
|
|
76640
76678
|
return arr.join(mainSeparator);
|
|
76641
76679
|
};
|
|
76642
76680
|
|
|
76643
|
-
},{"../constants/numerical":
|
|
76681
|
+
},{"../constants/numerical":475,"./anchor_utils":480,"./angles":481,"./array":482,"./clean_number":483,"./clear_responsive":485,"./coerce":486,"./dates":487,"./dom":488,"./extend":490,"./filter_unique":491,"./filter_visible":492,"./geometry2d":493,"./identity":496,"./increment":497,"./is_plain_object":499,"./keyed_container":500,"./localize":501,"./loggers":502,"./make_trace_groups":503,"./matrix":504,"./mod":505,"./nested_property":506,"./noop":507,"./notifier":508,"./preserve_drawing_buffer":512,"./push_unique":513,"./regex":515,"./relative_attr":516,"./relink_private":517,"./search":518,"./stats":521,"./throttle":524,"./to_log_range":525,"d3":86,"d3-time-format":84,"fast-isnumeric":155}],499:[function(_dereq_,module,exports){
|
|
76644
76682
|
/**
|
|
76645
76683
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76646
76684
|
* All rights reserved.
|
|
@@ -76668,7 +76706,7 @@ module.exports = function isPlainObject(obj) {
|
|
|
76668
76706
|
);
|
|
76669
76707
|
};
|
|
76670
76708
|
|
|
76671
|
-
},{}],
|
|
76709
|
+
},{}],500:[function(_dereq_,module,exports){
|
|
76672
76710
|
/**
|
|
76673
76711
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76674
76712
|
* All rights reserved.
|
|
@@ -76861,7 +76899,7 @@ module.exports = function keyedContainer(baseObj, path, keyName, valueName) {
|
|
|
76861
76899
|
return obj;
|
|
76862
76900
|
};
|
|
76863
76901
|
|
|
76864
|
-
},{"./nested_property":
|
|
76902
|
+
},{"./nested_property":506}],501:[function(_dereq_,module,exports){
|
|
76865
76903
|
/**
|
|
76866
76904
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76867
76905
|
* All rights reserved.
|
|
@@ -76917,7 +76955,7 @@ module.exports = function localize(gd, s) {
|
|
|
76917
76955
|
return s;
|
|
76918
76956
|
};
|
|
76919
76957
|
|
|
76920
|
-
},{"../registry":
|
|
76958
|
+
},{"../registry":593}],502:[function(_dereq_,module,exports){
|
|
76921
76959
|
/**
|
|
76922
76960
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76923
76961
|
* All rights reserved.
|
|
@@ -77027,7 +77065,7 @@ function apply(f, args) {
|
|
|
77027
77065
|
}
|
|
77028
77066
|
}
|
|
77029
77067
|
|
|
77030
|
-
},{"../plot_api/plot_config":
|
|
77068
|
+
},{"../plot_api/plot_config":534,"./notifier":508}],503:[function(_dereq_,module,exports){
|
|
77031
77069
|
/**
|
|
77032
77070
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77033
77071
|
* All rights reserved.
|
|
@@ -77070,7 +77108,7 @@ module.exports = function makeTraceGroups(traceLayer, cdModule, cls) {
|
|
|
77070
77108
|
return traces;
|
|
77071
77109
|
};
|
|
77072
77110
|
|
|
77073
|
-
},{"d3":86}],
|
|
77111
|
+
},{"d3":86}],504:[function(_dereq_,module,exports){
|
|
77074
77112
|
/**
|
|
77075
77113
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77076
77114
|
* All rights reserved.
|
|
@@ -77222,7 +77260,7 @@ exports.inverseTransformMatrix = function(m) {
|
|
|
77222
77260
|
];
|
|
77223
77261
|
};
|
|
77224
77262
|
|
|
77225
|
-
},{"gl-mat4":188}],
|
|
77263
|
+
},{"gl-mat4":188}],505:[function(_dereq_,module,exports){
|
|
77226
77264
|
/**
|
|
77227
77265
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77228
77266
|
* All rights reserved.
|
|
@@ -77257,7 +77295,7 @@ module.exports = {
|
|
|
77257
77295
|
modHalf: modHalf
|
|
77258
77296
|
};
|
|
77259
77297
|
|
|
77260
|
-
},{}],
|
|
77298
|
+
},{}],506:[function(_dereq_,module,exports){
|
|
77261
77299
|
/**
|
|
77262
77300
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77263
77301
|
* All rights reserved.
|
|
@@ -77503,7 +77541,7 @@ function badContainer(container, propStr, propParts) {
|
|
|
77503
77541
|
};
|
|
77504
77542
|
}
|
|
77505
77543
|
|
|
77506
|
-
},{"./array":
|
|
77544
|
+
},{"./array":482,"fast-isnumeric":155}],507:[function(_dereq_,module,exports){
|
|
77507
77545
|
/**
|
|
77508
77546
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77509
77547
|
* All rights reserved.
|
|
@@ -77519,7 +77557,7 @@ function badContainer(container, propStr, propParts) {
|
|
|
77519
77557
|
|
|
77520
77558
|
module.exports = function noop() {};
|
|
77521
77559
|
|
|
77522
|
-
},{}],
|
|
77560
|
+
},{}],508:[function(_dereq_,module,exports){
|
|
77523
77561
|
/**
|
|
77524
77562
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77525
77563
|
* All rights reserved.
|
|
@@ -77607,7 +77645,7 @@ module.exports = function(text, displayLength) {
|
|
|
77607
77645
|
});
|
|
77608
77646
|
};
|
|
77609
77647
|
|
|
77610
|
-
},{"d3":86,"fast-isnumeric":155}],
|
|
77648
|
+
},{"d3":86,"fast-isnumeric":155}],509:[function(_dereq_,module,exports){
|
|
77611
77649
|
/**
|
|
77612
77650
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77613
77651
|
* All rights reserved.
|
|
@@ -77655,7 +77693,7 @@ module.exports = function overrideCursor(el3, csr) {
|
|
|
77655
77693
|
}
|
|
77656
77694
|
};
|
|
77657
77695
|
|
|
77658
|
-
},{"./setcursor":
|
|
77696
|
+
},{"./setcursor":519}],510:[function(_dereq_,module,exports){
|
|
77659
77697
|
/**
|
|
77660
77698
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77661
77699
|
* All rights reserved.
|
|
@@ -77907,7 +77945,7 @@ polygon.filter = function filter(pts, tolerance) {
|
|
|
77907
77945
|
};
|
|
77908
77946
|
};
|
|
77909
77947
|
|
|
77910
|
-
},{"../constants/numerical":
|
|
77948
|
+
},{"../constants/numerical":475,"./matrix":504}],511:[function(_dereq_,module,exports){
|
|
77911
77949
|
(function (global){(function (){
|
|
77912
77950
|
/**
|
|
77913
77951
|
* Copyright 2012-2020, Plotly, Inc.
|
|
@@ -77981,7 +78019,77 @@ module.exports = function prepareRegl(gd, extensions) {
|
|
|
77981
78019
|
};
|
|
77982
78020
|
|
|
77983
78021
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
77984
|
-
},{"./show_no_webgl_msg":
|
|
78022
|
+
},{"./show_no_webgl_msg":520,"regl":297}],512:[function(_dereq_,module,exports){
|
|
78023
|
+
/**
|
|
78024
|
+
* Copyright 2012-2020, Plotly, Inc.
|
|
78025
|
+
* All rights reserved.
|
|
78026
|
+
*
|
|
78027
|
+
* This source code is licensed under the MIT license found in the
|
|
78028
|
+
* LICENSE file in the root directory of this source tree.
|
|
78029
|
+
*/
|
|
78030
|
+
|
|
78031
|
+
'use strict';
|
|
78032
|
+
|
|
78033
|
+
var isNumeric = _dereq_('fast-isnumeric');
|
|
78034
|
+
var isMobileOrTablet = _dereq_('is-mobile');
|
|
78035
|
+
|
|
78036
|
+
module.exports = function preserveDrawingBuffer(opts) {
|
|
78037
|
+
var ua;
|
|
78038
|
+
|
|
78039
|
+
if(opts && opts.hasOwnProperty('userAgent')) {
|
|
78040
|
+
ua = opts.userAgent;
|
|
78041
|
+
} else {
|
|
78042
|
+
ua = getUserAgent();
|
|
78043
|
+
}
|
|
78044
|
+
|
|
78045
|
+
if(typeof ua !== 'string') return true;
|
|
78046
|
+
|
|
78047
|
+
var enable = isMobileOrTablet({
|
|
78048
|
+
ua: { headers: {'user-agent': ua }},
|
|
78049
|
+
tablet: true,
|
|
78050
|
+
featureDetect: false
|
|
78051
|
+
});
|
|
78052
|
+
|
|
78053
|
+
if(!enable) {
|
|
78054
|
+
var allParts = ua.split(' ');
|
|
78055
|
+
for(var i = 1; i < allParts.length; i++) {
|
|
78056
|
+
var part = allParts[i];
|
|
78057
|
+
if(part.indexOf('Safari') !== -1) {
|
|
78058
|
+
// find Safari version
|
|
78059
|
+
for(var k = i - 1; k > -1; k--) {
|
|
78060
|
+
var prevPart = allParts[k];
|
|
78061
|
+
if(prevPart.substr(0, 8) === 'Version/') {
|
|
78062
|
+
var v = prevPart.substr(8).split('.')[0];
|
|
78063
|
+
if(isNumeric(v)) v = +v;
|
|
78064
|
+
if(v >= 13) return true;
|
|
78065
|
+
}
|
|
78066
|
+
}
|
|
78067
|
+
}
|
|
78068
|
+
}
|
|
78069
|
+
}
|
|
78070
|
+
|
|
78071
|
+
return enable;
|
|
78072
|
+
};
|
|
78073
|
+
|
|
78074
|
+
function getUserAgent() {
|
|
78075
|
+
// similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
|
|
78076
|
+
var ua;
|
|
78077
|
+
if(typeof navigator !== 'undefined') {
|
|
78078
|
+
ua = navigator.userAgent;
|
|
78079
|
+
}
|
|
78080
|
+
|
|
78081
|
+
if(
|
|
78082
|
+
ua &&
|
|
78083
|
+
ua.headers &&
|
|
78084
|
+
typeof ua.headers['user-agent'] === 'string'
|
|
78085
|
+
) {
|
|
78086
|
+
ua = ua.headers['user-agent'];
|
|
78087
|
+
}
|
|
78088
|
+
|
|
78089
|
+
return ua;
|
|
78090
|
+
}
|
|
78091
|
+
|
|
78092
|
+
},{"fast-isnumeric":155,"is-mobile":247}],513:[function(_dereq_,module,exports){
|
|
77985
78093
|
/**
|
|
77986
78094
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77987
78095
|
* All rights reserved.
|
|
@@ -78019,7 +78127,7 @@ module.exports = function pushUnique(array, item) {
|
|
|
78019
78127
|
return array;
|
|
78020
78128
|
};
|
|
78021
78129
|
|
|
78022
|
-
},{}],
|
|
78130
|
+
},{}],514:[function(_dereq_,module,exports){
|
|
78023
78131
|
/**
|
|
78024
78132
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78025
78133
|
* All rights reserved.
|
|
@@ -78227,7 +78335,7 @@ queue.plotDo = function(gd, func, args) {
|
|
|
78227
78335
|
|
|
78228
78336
|
module.exports = queue;
|
|
78229
78337
|
|
|
78230
|
-
},{"../lib":
|
|
78338
|
+
},{"../lib":498,"../plot_api/plot_config":534}],515:[function(_dereq_,module,exports){
|
|
78231
78339
|
/**
|
|
78232
78340
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78233
78341
|
* All rights reserved.
|
|
@@ -78257,7 +78365,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
|
|
|
78257
78365
|
return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
|
|
78258
78366
|
};
|
|
78259
78367
|
|
|
78260
|
-
},{}],
|
|
78368
|
+
},{}],516:[function(_dereq_,module,exports){
|
|
78261
78369
|
/**
|
|
78262
78370
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78263
78371
|
* All rights reserved.
|
|
@@ -78310,7 +78418,7 @@ module.exports = function(baseAttr, relativeAttr) {
|
|
|
78310
78418
|
return baseAttr + relativeAttr;
|
|
78311
78419
|
};
|
|
78312
78420
|
|
|
78313
|
-
},{}],
|
|
78421
|
+
},{}],517:[function(_dereq_,module,exports){
|
|
78314
78422
|
/**
|
|
78315
78423
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78316
78424
|
* All rights reserved.
|
|
@@ -78367,7 +78475,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
|
|
|
78367
78475
|
}
|
|
78368
78476
|
};
|
|
78369
78477
|
|
|
78370
|
-
},{"./array":
|
|
78478
|
+
},{"./array":482,"./is_plain_object":499}],518:[function(_dereq_,module,exports){
|
|
78371
78479
|
/**
|
|
78372
78480
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78373
78481
|
* All rights reserved.
|
|
@@ -78572,7 +78680,7 @@ exports.findIndexOfMin = function(arr, fn) {
|
|
|
78572
78680
|
return ind;
|
|
78573
78681
|
};
|
|
78574
78682
|
|
|
78575
|
-
},{"../constants/numerical":
|
|
78683
|
+
},{"../constants/numerical":475,"./identity":496,"./loggers":502,"fast-isnumeric":155}],519:[function(_dereq_,module,exports){
|
|
78576
78684
|
/**
|
|
78577
78685
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78578
78686
|
* All rights reserved.
|
|
@@ -78595,7 +78703,7 @@ module.exports = function setCursor(el3, csr) {
|
|
|
78595
78703
|
if(csr) el3.classed('cursor-' + csr, true);
|
|
78596
78704
|
};
|
|
78597
78705
|
|
|
78598
|
-
},{}],
|
|
78706
|
+
},{}],520:[function(_dereq_,module,exports){
|
|
78599
78707
|
/**
|
|
78600
78708
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78601
78709
|
* All rights reserved.
|
|
@@ -78659,7 +78767,7 @@ module.exports = function showNoWebGlMsg(scene) {
|
|
|
78659
78767
|
return false;
|
|
78660
78768
|
};
|
|
78661
78769
|
|
|
78662
|
-
},{"../components/color":
|
|
78770
|
+
},{"../components/color":368}],521:[function(_dereq_,module,exports){
|
|
78663
78771
|
/**
|
|
78664
78772
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78665
78773
|
* All rights reserved.
|
|
@@ -78769,7 +78877,7 @@ exports.interp = function(arr, n) {
|
|
|
78769
78877
|
return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
|
|
78770
78878
|
};
|
|
78771
78879
|
|
|
78772
|
-
},{"./array":
|
|
78880
|
+
},{"./array":482,"fast-isnumeric":155}],522:[function(_dereq_,module,exports){
|
|
78773
78881
|
/**
|
|
78774
78882
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78775
78883
|
* All rights reserved.
|
|
@@ -78790,7 +78898,7 @@ function str2RgbaArray(color) {
|
|
|
78790
78898
|
|
|
78791
78899
|
module.exports = str2RgbaArray;
|
|
78792
78900
|
|
|
78793
|
-
},{"color-normalize":63}],
|
|
78901
|
+
},{"color-normalize":63}],523:[function(_dereq_,module,exports){
|
|
78794
78902
|
/**
|
|
78795
78903
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78796
78904
|
* All rights reserved.
|
|
@@ -79681,7 +79789,7 @@ exports.makeEditable = function(context, options) {
|
|
|
79681
79789
|
return d3.rebind(context, dispatch, 'on');
|
|
79682
79790
|
};
|
|
79683
79791
|
|
|
79684
|
-
},{"../constants/alignment":
|
|
79792
|
+
},{"../constants/alignment":470,"../constants/xmlns_namespaces":476,"../lib":498,"d3":86}],524:[function(_dereq_,module,exports){
|
|
79685
79793
|
/**
|
|
79686
79794
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79687
79795
|
* All rights reserved.
|
|
@@ -79784,7 +79892,7 @@ function _clearTimeout(cache) {
|
|
|
79784
79892
|
}
|
|
79785
79893
|
}
|
|
79786
79894
|
|
|
79787
|
-
},{}],
|
|
79895
|
+
},{}],525:[function(_dereq_,module,exports){
|
|
79788
79896
|
/**
|
|
79789
79897
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79790
79898
|
* All rights reserved.
|
|
@@ -79812,7 +79920,7 @@ module.exports = function toLogRange(val, range) {
|
|
|
79812
79920
|
return newVal;
|
|
79813
79921
|
};
|
|
79814
79922
|
|
|
79815
|
-
},{"fast-isnumeric":155}],
|
|
79923
|
+
},{"fast-isnumeric":155}],526:[function(_dereq_,module,exports){
|
|
79816
79924
|
/**
|
|
79817
79925
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79818
79926
|
* All rights reserved.
|
|
@@ -79834,7 +79942,7 @@ module.exports = {
|
|
|
79834
79942
|
}
|
|
79835
79943
|
};
|
|
79836
79944
|
|
|
79837
|
-
},{}],
|
|
79945
|
+
},{}],527:[function(_dereq_,module,exports){
|
|
79838
79946
|
/**
|
|
79839
79947
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79840
79948
|
* All rights reserved.
|
|
@@ -79877,7 +79985,7 @@ module.exports = {
|
|
|
79877
79985
|
}
|
|
79878
79986
|
};
|
|
79879
79987
|
|
|
79880
|
-
},{}],
|
|
79988
|
+
},{}],528:[function(_dereq_,module,exports){
|
|
79881
79989
|
/**
|
|
79882
79990
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79883
79991
|
* All rights reserved.
|
|
@@ -79935,7 +80043,7 @@ module.exports = function containerArrayMatch(astr) {
|
|
|
79935
80043
|
return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
|
|
79936
80044
|
};
|
|
79937
80045
|
|
|
79938
|
-
},{"../registry":
|
|
80046
|
+
},{"../registry":593}],529:[function(_dereq_,module,exports){
|
|
79939
80047
|
/**
|
|
79940
80048
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79941
80049
|
* All rights reserved.
|
|
@@ -80060,7 +80168,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
|
|
|
80060
80168
|
}
|
|
80061
80169
|
}
|
|
80062
80170
|
|
|
80063
|
-
},{"../lib":
|
|
80171
|
+
},{"../lib":498}],530:[function(_dereq_,module,exports){
|
|
80064
80172
|
/**
|
|
80065
80173
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80066
80174
|
* All rights reserved.
|
|
@@ -80762,7 +80870,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
|
|
|
80762
80870
|
}
|
|
80763
80871
|
};
|
|
80764
80872
|
|
|
80765
|
-
},{"../components/color":
|
|
80873
|
+
},{"../components/color":368,"../lib":498,"../plots/cartesian/axis_ids":550,"../plots/plots":585,"../registry":593,"fast-isnumeric":155,"gl-mat4/fromQuat":178}],531:[function(_dereq_,module,exports){
|
|
80766
80874
|
/**
|
|
80767
80875
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80768
80876
|
* All rights reserved.
|
|
@@ -80805,7 +80913,7 @@ var templateApi = _dereq_('./template_api');
|
|
|
80805
80913
|
exports.makeTemplate = templateApi.makeTemplate;
|
|
80806
80914
|
exports.validateTemplate = templateApi.validateTemplate;
|
|
80807
80915
|
|
|
80808
|
-
},{"../snapshot/download":
|
|
80916
|
+
},{"../snapshot/download":595,"./plot_api":533,"./template_api":538,"./to_image":539,"./validate":540}],532:[function(_dereq_,module,exports){
|
|
80809
80917
|
/**
|
|
80810
80918
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80811
80919
|
* All rights reserved.
|
|
@@ -81018,7 +81126,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
|
|
|
81018
81126
|
return true;
|
|
81019
81127
|
};
|
|
81020
81128
|
|
|
81021
|
-
},{"../lib/is_plain_object":
|
|
81129
|
+
},{"../lib/is_plain_object":499,"../lib/loggers":502,"../lib/noop":507,"../lib/search":518,"../registry":593,"./container_array_match":528}],533:[function(_dereq_,module,exports){
|
|
81022
81130
|
/**
|
|
81023
81131
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81024
81132
|
* All rights reserved.
|
|
@@ -84252,7 +84360,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
|
|
|
84252
84360
|
}
|
|
84253
84361
|
|
|
84254
84362
|
// Execute a callback after the wrapper function has been called n times.
|
|
84255
|
-
// This is used to defer the resolution until a transition has
|
|
84363
|
+
// This is used to defer the resolution until a transition has resolved *and*
|
|
84256
84364
|
// the frame has completed. If it's not done this way, then we get a race
|
|
84257
84365
|
// condition in which the animation might resolve before a transition is complete
|
|
84258
84366
|
// or vice versa.
|
|
@@ -84948,7 +85056,7 @@ exports._guiUpdate = guiEdit(update);
|
|
|
84948
85056
|
|
|
84949
85057
|
exports._storeDirectGUIEdit = _storeDirectGUIEdit;
|
|
84950
85058
|
|
|
84951
|
-
},{"../components/color":
|
|
85059
|
+
},{"../components/color":368,"../components/drawing":390,"../constants/xmlns_namespaces":476,"../lib":498,"../lib/events":489,"../lib/queue":514,"../lib/svg_text_utils":523,"../plots/cartesian/axes":547,"../plots/cartesian/constants":553,"../plots/cartesian/graph_interact":556,"../plots/cartesian/select":566,"../plots/plots":585,"../plots/polar/legacy":588,"../registry":593,"./edit_types":529,"./helpers":530,"./manage_arrays":532,"./plot_config":534,"./plot_schema":535,"./subroutines":537,"d3":86,"fast-isnumeric":155,"has-hover":237}],534:[function(_dereq_,module,exports){
|
|
84952
85060
|
/**
|
|
84953
85061
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84954
85062
|
* All rights reserved.
|
|
@@ -85263,7 +85371,7 @@ module.exports = {
|
|
|
85263
85371
|
dfltConfig: dfltConfig
|
|
85264
85372
|
};
|
|
85265
85373
|
|
|
85266
|
-
},{}],
|
|
85374
|
+
},{}],535:[function(_dereq_,module,exports){
|
|
85267
85375
|
/**
|
|
85268
85376
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85269
85377
|
* All rights reserved.
|
|
@@ -85974,7 +86082,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
|
|
|
85974
86082
|
np.set(extendDeepAll(np.get() || {}, newAttrs));
|
|
85975
86083
|
}
|
|
85976
86084
|
|
|
85977
|
-
},{"../lib":
|
|
86085
|
+
},{"../lib":498,"../plots/animation_attributes":541,"../plots/attributes":543,"../plots/frame_attributes":576,"../plots/layout_attributes":583,"../plots/polar/legacy/area_attributes":586,"../plots/polar/legacy/axis_attributes":587,"../registry":593,"./edit_types":529,"./plot_config":534}],536:[function(_dereq_,module,exports){
|
|
85978
86086
|
/**
|
|
85979
86087
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85980
86088
|
* All rights reserved.
|
|
@@ -86286,7 +86394,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
|
|
|
86286
86394
|
};
|
|
86287
86395
|
};
|
|
86288
86396
|
|
|
86289
|
-
},{"../lib":
|
|
86397
|
+
},{"../lib":498,"../plots/attributes":543}],537:[function(_dereq_,module,exports){
|
|
86290
86398
|
/**
|
|
86291
86399
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86292
86400
|
* All rights reserved.
|
|
@@ -87010,7 +87118,7 @@ exports.drawMarginPushers = function(gd) {
|
|
|
87010
87118
|
Registry.getComponentMethod('colorbar', 'draw')(gd);
|
|
87011
87119
|
};
|
|
87012
87120
|
|
|
87013
|
-
},{"../components/color":
|
|
87121
|
+
},{"../components/color":368,"../components/drawing":390,"../components/modebar":428,"../components/titles":463,"../constants/alignment":470,"../lib":498,"../lib/clear_gl_canvases":484,"../plots/cartesian/autorange":546,"../plots/cartesian/axes":547,"../plots/cartesian/constraints":554,"../plots/plots":585,"../registry":593,"d3":86}],538:[function(_dereq_,module,exports){
|
|
87014
87122
|
/**
|
|
87015
87123
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87016
87124
|
* All rights reserved.
|
|
@@ -87472,7 +87580,7 @@ function format(opts) {
|
|
|
87472
87580
|
return opts;
|
|
87473
87581
|
}
|
|
87474
87582
|
|
|
87475
|
-
},{"../lib":
|
|
87583
|
+
},{"../lib":498,"../plots/attributes":543,"../plots/plots":585,"./plot_config":534,"./plot_schema":535,"./plot_template":536}],539:[function(_dereq_,module,exports){
|
|
87476
87584
|
/**
|
|
87477
87585
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87478
87586
|
* All rights reserved.
|
|
@@ -87693,7 +87801,7 @@ function toImage(gd, opts) {
|
|
|
87693
87801
|
|
|
87694
87802
|
module.exports = toImage;
|
|
87695
87803
|
|
|
87696
|
-
},{"../lib":
|
|
87804
|
+
},{"../lib":498,"../plots/plots":585,"../snapshot/helpers":597,"../snapshot/svgtoimg":599,"../snapshot/tosvg":601,"../version":707,"./plot_api":533,"fast-isnumeric":155}],540:[function(_dereq_,module,exports){
|
|
87697
87805
|
/**
|
|
87698
87806
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87699
87807
|
* All rights reserved.
|
|
@@ -88124,7 +88232,7 @@ function convertPathToAttributeString(path) {
|
|
|
88124
88232
|
return astr;
|
|
88125
88233
|
}
|
|
88126
88234
|
|
|
88127
|
-
},{"../lib":
|
|
88235
|
+
},{"../lib":498,"../plots/plots":585,"./plot_config":534,"./plot_schema":535}],541:[function(_dereq_,module,exports){
|
|
88128
88236
|
/**
|
|
88129
88237
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88130
88238
|
* All rights reserved.
|
|
@@ -88236,7 +88344,7 @@ module.exports = {
|
|
|
88236
88344
|
}
|
|
88237
88345
|
};
|
|
88238
88346
|
|
|
88239
|
-
},{}],
|
|
88347
|
+
},{}],542:[function(_dereq_,module,exports){
|
|
88240
88348
|
/**
|
|
88241
88349
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88242
88350
|
* All rights reserved.
|
|
@@ -88331,7 +88439,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
|
|
|
88331
88439
|
return contOut;
|
|
88332
88440
|
};
|
|
88333
88441
|
|
|
88334
|
-
},{"../lib":
|
|
88442
|
+
},{"../lib":498,"../plot_api/plot_template":536}],543:[function(_dereq_,module,exports){
|
|
88335
88443
|
/**
|
|
88336
88444
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88337
88445
|
* All rights reserved.
|
|
@@ -88472,7 +88580,7 @@ module.exports = {
|
|
|
88472
88580
|
}
|
|
88473
88581
|
};
|
|
88474
88582
|
|
|
88475
|
-
},{"../components/fx/attributes":
|
|
88583
|
+
},{"../components/fx/attributes":399}],544:[function(_dereq_,module,exports){
|
|
88476
88584
|
/**
|
|
88477
88585
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88478
88586
|
* All rights reserved.
|
|
@@ -88564,7 +88672,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
|
|
|
88564
88672
|
return newVals;
|
|
88565
88673
|
};
|
|
88566
88674
|
|
|
88567
|
-
},{"../../constants/numerical":
|
|
88675
|
+
},{"../../constants/numerical":475,"../../lib":498,"fast-isnumeric":155}],545:[function(_dereq_,module,exports){
|
|
88568
88676
|
/**
|
|
88569
88677
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88570
88678
|
* All rights reserved.
|
|
@@ -88593,7 +88701,7 @@ module.exports = {
|
|
|
88593
88701
|
}
|
|
88594
88702
|
};
|
|
88595
88703
|
|
|
88596
|
-
},{}],
|
|
88704
|
+
},{}],546:[function(_dereq_,module,exports){
|
|
88597
88705
|
/**
|
|
88598
88706
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88599
88707
|
* All rights reserved.
|
|
@@ -89202,7 +89310,7 @@ function goodNumber(v) {
|
|
|
89202
89310
|
function lessOrEqual(v0, v1) { return v0 <= v1; }
|
|
89203
89311
|
function greaterOrEqual(v0, v1) { return v0 >= v1; }
|
|
89204
89312
|
|
|
89205
|
-
},{"../../constants/numerical":
|
|
89313
|
+
},{"../../constants/numerical":475,"../../lib":498,"../../registry":593,"./axis_ids":550,"fast-isnumeric":155}],547:[function(_dereq_,module,exports){
|
|
89206
89314
|
/**
|
|
89207
89315
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89208
89316
|
* All rights reserved.
|
|
@@ -92922,7 +93030,7 @@ function moveOutsideBreak(v, ax) {
|
|
|
92922
93030
|
return v;
|
|
92923
93031
|
}
|
|
92924
93032
|
|
|
92925
|
-
},{"../../components/color":
|
|
93033
|
+
},{"../../components/color":368,"../../components/drawing":390,"../../components/titles":463,"../../constants/alignment":470,"../../constants/numerical":475,"../../lib":498,"../../lib/svg_text_utils":523,"../../plots/plots":585,"../../registry":593,"./autorange":546,"./axis_autotype":548,"./axis_ids":550,"./clean_ticks":552,"./layout_attributes":561,"./set_convert":567,"d3":86,"fast-isnumeric":155}],548:[function(_dereq_,module,exports){
|
|
92926
93034
|
/**
|
|
92927
93035
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92928
93036
|
* All rights reserved.
|
|
@@ -93053,7 +93161,7 @@ function multiCategory(a) {
|
|
|
93053
93161
|
return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
|
|
93054
93162
|
}
|
|
93055
93163
|
|
|
93056
|
-
},{"../../constants/numerical":
|
|
93164
|
+
},{"../../constants/numerical":475,"../../lib":498,"fast-isnumeric":155}],549:[function(_dereq_,module,exports){
|
|
93057
93165
|
/**
|
|
93058
93166
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93059
93167
|
* All rights reserved.
|
|
@@ -93361,7 +93469,7 @@ function indexOfDay(v) {
|
|
|
93361
93469
|
];
|
|
93362
93470
|
}
|
|
93363
93471
|
|
|
93364
|
-
},{"../../lib":
|
|
93472
|
+
},{"../../lib":498,"../../registry":593,"../array_container_defaults":542,"./category_order_defaults":551,"./constants":553,"./layout_attributes":561,"./line_grid_defaults":563,"./set_convert":567,"./tick_label_defaults":568,"./tick_mark_defaults":569,"./tick_value_defaults":570,"fast-isnumeric":155}],550:[function(_dereq_,module,exports){
|
|
93365
93473
|
/**
|
|
93366
93474
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93367
93475
|
* All rights reserved.
|
|
@@ -93517,7 +93625,7 @@ exports.isLinked = function(fullLayout, axId) {
|
|
|
93517
93625
|
);
|
|
93518
93626
|
};
|
|
93519
93627
|
|
|
93520
|
-
},{"../../registry":
|
|
93628
|
+
},{"../../registry":593,"./constants":553}],551:[function(_dereq_,module,exports){
|
|
93521
93629
|
/**
|
|
93522
93630
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93523
93631
|
* All rights reserved.
|
|
@@ -93611,7 +93719,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
|
|
|
93611
93719
|
}
|
|
93612
93720
|
};
|
|
93613
93721
|
|
|
93614
|
-
},{}],
|
|
93722
|
+
},{}],552:[function(_dereq_,module,exports){
|
|
93615
93723
|
/**
|
|
93616
93724
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93617
93725
|
* All rights reserved.
|
|
@@ -93703,7 +93811,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
|
|
|
93703
93811
|
return isNumeric(tick0) ? Number(tick0) : 0;
|
|
93704
93812
|
};
|
|
93705
93813
|
|
|
93706
|
-
},{"../../constants/numerical":
|
|
93814
|
+
},{"../../constants/numerical":475,"../../lib":498,"fast-isnumeric":155}],553:[function(_dereq_,module,exports){
|
|
93707
93815
|
/**
|
|
93708
93816
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93709
93817
|
* All rights reserved.
|
|
@@ -93795,7 +93903,7 @@ module.exports = {
|
|
|
93795
93903
|
}
|
|
93796
93904
|
};
|
|
93797
93905
|
|
|
93798
|
-
},{"../../lib/regex":
|
|
93906
|
+
},{"../../lib/regex":515}],554:[function(_dereq_,module,exports){
|
|
93799
93907
|
/**
|
|
93800
93908
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93801
93909
|
* All rights reserved.
|
|
@@ -94446,7 +94554,7 @@ function updateDomain(ax, factor) {
|
|
|
94446
94554
|
ax.setScale();
|
|
94447
94555
|
}
|
|
94448
94556
|
|
|
94449
|
-
},{"../../constants/alignment":
|
|
94557
|
+
},{"../../constants/alignment":470,"../../constants/numerical":475,"../../lib":498,"./autorange":546,"./axis_ids":550,"./layout_attributes":561,"./scale_zoom":565,"./set_convert":567}],555:[function(_dereq_,module,exports){
|
|
94450
94558
|
/**
|
|
94451
94559
|
* Copyright 2012-2020, Plotly, Inc.
|
|
94452
94560
|
* All rights reserved.
|
|
@@ -95784,7 +95892,7 @@ module.exports = {
|
|
|
95784
95892
|
attachWheelEventHandler: attachWheelEventHandler
|
|
95785
95893
|
};
|
|
95786
95894
|
|
|
95787
|
-
},{"../../components/color":
|
|
95895
|
+
},{"../../components/color":368,"../../components/dragelement":387,"../../components/dragelement/helpers":386,"../../components/drawing":390,"../../components/fx":408,"../../constants/alignment":470,"../../lib":498,"../../lib/clear_gl_canvases":484,"../../lib/setcursor":519,"../../lib/svg_text_utils":523,"../../plot_api/subroutines":537,"../../registry":593,"../plots":585,"./axes":547,"./axis_ids":550,"./constants":553,"./scale_zoom":565,"./select":566,"d3":86,"has-passive-events":238,"tinycolor2":322}],556:[function(_dereq_,module,exports){
|
|
95788
95896
|
/**
|
|
95789
95897
|
* Copyright 2012-2020, Plotly, Inc.
|
|
95790
95898
|
* All rights reserved.
|
|
@@ -95952,7 +96060,7 @@ exports.updateFx = function(gd) {
|
|
|
95952
96060
|
setCursor(fullLayout._draggers, cursor);
|
|
95953
96061
|
};
|
|
95954
96062
|
|
|
95955
|
-
},{"../../components/dragelement":
|
|
96063
|
+
},{"../../components/dragelement":387,"../../components/fx":408,"../../lib/setcursor":519,"./constants":553,"./dragbox":555,"d3":86}],557:[function(_dereq_,module,exports){
|
|
95956
96064
|
/**
|
|
95957
96065
|
* Copyright 2012-2020, Plotly, Inc.
|
|
95958
96066
|
* All rights reserved.
|
|
@@ -95988,7 +96096,7 @@ module.exports = {
|
|
|
95988
96096
|
clearSelect: clearSelect
|
|
95989
96097
|
};
|
|
95990
96098
|
|
|
95991
|
-
},{}],
|
|
96099
|
+
},{}],558:[function(_dereq_,module,exports){
|
|
95992
96100
|
/**
|
|
95993
96101
|
* Copyright 2012-2020, Plotly, Inc.
|
|
95994
96102
|
* All rights reserved.
|
|
@@ -96045,7 +96153,7 @@ module.exports = {
|
|
|
96045
96153
|
getTransform: getTransform
|
|
96046
96154
|
};
|
|
96047
96155
|
|
|
96048
|
-
},{"../../lib":
|
|
96156
|
+
},{"../../lib":498}],559:[function(_dereq_,module,exports){
|
|
96049
96157
|
/**
|
|
96050
96158
|
* Copyright 2012-2020, Plotly, Inc.
|
|
96051
96159
|
* All rights reserved.
|
|
@@ -96123,7 +96231,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
|
|
|
96123
96231
|
};
|
|
96124
96232
|
};
|
|
96125
96233
|
|
|
96126
|
-
},{"../../lib":
|
|
96234
|
+
},{"../../lib":498,"../../registry":593,"./axis_ids":550}],560:[function(_dereq_,module,exports){
|
|
96127
96235
|
/**
|
|
96128
96236
|
* Copyright 2012-2020, Plotly, Inc.
|
|
96129
96237
|
* All rights reserved.
|
|
@@ -96741,7 +96849,7 @@ exports.toSVG = function(gd) {
|
|
|
96741
96849
|
|
|
96742
96850
|
exports.updateFx = _dereq_('./graph_interact').updateFx;
|
|
96743
96851
|
|
|
96744
|
-
},{"../../components/drawing":
|
|
96852
|
+
},{"../../components/drawing":390,"../../constants/xmlns_namespaces":476,"../../lib":498,"../../registry":593,"../get_data":577,"../plots":585,"./attributes":545,"./axis_ids":550,"./constants":553,"./graph_interact":556,"./layout_attributes":561,"./layout_defaults":562,"./transition_axes":571,"d3":86}],561:[function(_dereq_,module,exports){
|
|
96745
96853
|
/**
|
|
96746
96854
|
* Copyright 2012-2020, Plotly, Inc.
|
|
96747
96855
|
* All rights reserved.
|
|
@@ -97461,7 +97569,7 @@ module.exports = {
|
|
|
97461
97569
|
}
|
|
97462
97570
|
};
|
|
97463
97571
|
|
|
97464
|
-
},{"../../components/color/attributes":
|
|
97572
|
+
},{"../../components/color/attributes":367,"../../components/drawing/attributes":389,"../../constants/docs":472,"../../constants/numerical":475,"../../lib/extend":490,"../../plot_api/plot_template":536,"../font_attributes":575,"./constants":553}],562:[function(_dereq_,module,exports){
|
|
97465
97573
|
/**
|
|
97466
97574
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97467
97575
|
* All rights reserved.
|
|
@@ -97848,7 +97956,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
97848
97956
|
});
|
|
97849
97957
|
};
|
|
97850
97958
|
|
|
97851
|
-
},{"../../components/color":
|
|
97959
|
+
},{"../../components/color":368,"../../components/fx/helpers":404,"../../components/fx/hovermode_defaults":407,"../../lib":498,"../../plot_api/plot_template":536,"../../registry":593,"../layout_attributes":583,"./axis_defaults":549,"./axis_ids":550,"./constants":553,"./constraints":554,"./layout_attributes":561,"./position_defaults":564,"./type_defaults":572}],563:[function(_dereq_,module,exports){
|
|
97852
97960
|
/**
|
|
97853
97961
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97854
97962
|
* All rights reserved.
|
|
@@ -97913,7 +98021,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
|
|
|
97913
98021
|
}
|
|
97914
98022
|
};
|
|
97915
98023
|
|
|
97916
|
-
},{"../../components/color/attributes":
|
|
98024
|
+
},{"../../components/color/attributes":367,"../../lib":498,"tinycolor2":322}],564:[function(_dereq_,module,exports){
|
|
97917
98025
|
/**
|
|
97918
98026
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97919
98027
|
* All rights reserved.
|
|
@@ -98001,7 +98109,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
|
|
|
98001
98109
|
return containerOut;
|
|
98002
98110
|
};
|
|
98003
98111
|
|
|
98004
|
-
},{"../../lib":
|
|
98112
|
+
},{"../../lib":498,"fast-isnumeric":155}],565:[function(_dereq_,module,exports){
|
|
98005
98113
|
/**
|
|
98006
98114
|
* Copyright 2012-2020, Plotly, Inc.
|
|
98007
98115
|
* All rights reserved.
|
|
@@ -98030,7 +98138,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
|
|
|
98030
98138
|
ax.setScale();
|
|
98031
98139
|
};
|
|
98032
98140
|
|
|
98033
|
-
},{"../../constants/alignment":
|
|
98141
|
+
},{"../../constants/alignment":470}],566:[function(_dereq_,module,exports){
|
|
98034
98142
|
/**
|
|
98035
98143
|
* Copyright 2012-2020, Plotly, Inc.
|
|
98036
98144
|
* All rights reserved.
|
|
@@ -98973,7 +99081,7 @@ module.exports = {
|
|
|
98973
99081
|
selectOnClick: selectOnClick
|
|
98974
99082
|
};
|
|
98975
99083
|
|
|
98976
|
-
},{"../../components/color":
|
|
99084
|
+
},{"../../components/color":368,"../../components/dragelement/helpers":386,"../../components/drawing":390,"../../components/fx":408,"../../components/fx/helpers":404,"../../components/shapes/draw_newshape/display_outlines":453,"../../components/shapes/draw_newshape/helpers":454,"../../components/shapes/draw_newshape/newshapes":455,"../../lib":498,"../../lib/clear_gl_canvases":484,"../../lib/polygon":510,"../../lib/throttle":524,"../../plot_api/subroutines":537,"../../registry":593,"./axis_ids":550,"./constants":553,"./handle_outline":557,"./helpers":558,"polybooljs":277}],567:[function(_dereq_,module,exports){
|
|
98977
99085
|
/**
|
|
98978
99086
|
* Copyright 2012-2020, Plotly, Inc.
|
|
98979
99087
|
* All rights reserved.
|
|
@@ -99931,7 +100039,7 @@ module.exports = function setConvert(ax, fullLayout) {
|
|
|
99931
100039
|
delete ax._forceTick0;
|
|
99932
100040
|
};
|
|
99933
100041
|
|
|
99934
|
-
},{"../../constants/numerical":
|
|
100042
|
+
},{"../../constants/numerical":475,"../../lib":498,"./axis_ids":550,"./constants":553,"d3":86,"d3-time-format":84,"fast-isnumeric":155}],568:[function(_dereq_,module,exports){
|
|
99935
100043
|
/**
|
|
99936
100044
|
* Copyright 2012-2020, Plotly, Inc.
|
|
99937
100045
|
* All rights reserved.
|
|
@@ -100058,7 +100166,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
|
|
|
100058
100166
|
}
|
|
100059
100167
|
}
|
|
100060
100168
|
|
|
100061
|
-
},{"../../components/color":
|
|
100169
|
+
},{"../../components/color":368,"../../lib":498,"../array_container_defaults":542,"./layout_attributes":561}],569:[function(_dereq_,module,exports){
|
|
100062
100170
|
/**
|
|
100063
100171
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100064
100172
|
* All rights reserved.
|
|
@@ -100091,7 +100199,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
|
|
|
100091
100199
|
}
|
|
100092
100200
|
};
|
|
100093
100201
|
|
|
100094
|
-
},{"../../lib":
|
|
100202
|
+
},{"../../lib":498,"./layout_attributes":561}],570:[function(_dereq_,module,exports){
|
|
100095
100203
|
/**
|
|
100096
100204
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100097
100205
|
* All rights reserved.
|
|
@@ -100138,7 +100246,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
|
|
|
100138
100246
|
}
|
|
100139
100247
|
};
|
|
100140
100248
|
|
|
100141
|
-
},{"../../lib":
|
|
100249
|
+
},{"../../lib":498,"./clean_ticks":552}],571:[function(_dereq_,module,exports){
|
|
100142
100250
|
/**
|
|
100143
100251
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100144
100252
|
* All rights reserved.
|
|
@@ -100351,7 +100459,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
|
|
|
100351
100459
|
return Promise.resolve();
|
|
100352
100460
|
};
|
|
100353
100461
|
|
|
100354
|
-
},{"../../components/drawing":
|
|
100462
|
+
},{"../../components/drawing":390,"../../lib":498,"../../registry":593,"./axes":547,"d3":86}],572:[function(_dereq_,module,exports){
|
|
100355
100463
|
/**
|
|
100356
100464
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100357
100465
|
* All rights reserved.
|
|
@@ -100491,7 +100599,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
|
|
|
100491
100599
|
);
|
|
100492
100600
|
}
|
|
100493
100601
|
|
|
100494
|
-
},{"../../registry":
|
|
100602
|
+
},{"../../registry":593,"./axis_autotype":548}],573:[function(_dereq_,module,exports){
|
|
100495
100603
|
/**
|
|
100496
100604
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100497
100605
|
* All rights reserved.
|
|
@@ -100918,7 +101026,7 @@ function crawl(attrs, callback, path, depth) {
|
|
|
100918
101026
|
});
|
|
100919
101027
|
}
|
|
100920
101028
|
|
|
100921
|
-
},{"../lib":
|
|
101029
|
+
},{"../lib":498,"../registry":593}],574:[function(_dereq_,module,exports){
|
|
100922
101030
|
/**
|
|
100923
101031
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100924
101032
|
* All rights reserved.
|
|
@@ -101030,7 +101138,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
|
|
|
101030
101138
|
if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
|
|
101031
101139
|
};
|
|
101032
101140
|
|
|
101033
|
-
},{"../lib/extend":
|
|
101141
|
+
},{"../lib/extend":490}],575:[function(_dereq_,module,exports){
|
|
101034
101142
|
/**
|
|
101035
101143
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101036
101144
|
* All rights reserved.
|
|
@@ -101095,7 +101203,7 @@ module.exports = function(opts) {
|
|
|
101095
101203
|
return attrs;
|
|
101096
101204
|
};
|
|
101097
101205
|
|
|
101098
|
-
},{}],
|
|
101206
|
+
},{}],576:[function(_dereq_,module,exports){
|
|
101099
101207
|
/**
|
|
101100
101208
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101101
101209
|
* All rights reserved.
|
|
@@ -101141,7 +101249,7 @@ module.exports = {
|
|
|
101141
101249
|
}
|
|
101142
101250
|
};
|
|
101143
101251
|
|
|
101144
|
-
},{}],
|
|
101252
|
+
},{}],577:[function(_dereq_,module,exports){
|
|
101145
101253
|
/**
|
|
101146
101254
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101147
101255
|
* All rights reserved.
|
|
@@ -101270,7 +101378,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
|
|
|
101270
101378
|
return subplotData;
|
|
101271
101379
|
};
|
|
101272
101380
|
|
|
101273
|
-
},{"../registry":
|
|
101381
|
+
},{"../registry":593,"./cartesian/constants":553}],578:[function(_dereq_,module,exports){
|
|
101274
101382
|
/**
|
|
101275
101383
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101276
101384
|
* All rights reserved.
|
|
@@ -101565,7 +101673,7 @@ function createCamera(scene) {
|
|
|
101565
101673
|
return result;
|
|
101566
101674
|
}
|
|
101567
101675
|
|
|
101568
|
-
},{"../cartesian/constants":
|
|
101676
|
+
},{"../cartesian/constants":553,"has-passive-events":238,"mouse-change":253,"mouse-event-offset":254,"mouse-wheel":256}],579:[function(_dereq_,module,exports){
|
|
101569
101677
|
/**
|
|
101570
101678
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101571
101679
|
* All rights reserved.
|
|
@@ -101808,7 +101916,7 @@ function createAxes2D(scene) {
|
|
|
101808
101916
|
|
|
101809
101917
|
module.exports = createAxes2D;
|
|
101810
101918
|
|
|
101811
|
-
},{"../../lib/str2rgbarray":
|
|
101919
|
+
},{"../../lib/str2rgbarray":522,"../cartesian/axes":547}],580:[function(_dereq_,module,exports){
|
|
101812
101920
|
/**
|
|
101813
101921
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101814
101922
|
* All rights reserved.
|
|
@@ -101959,7 +102067,7 @@ exports.updateFx = function(gd) {
|
|
|
101959
102067
|
}
|
|
101960
102068
|
};
|
|
101961
102069
|
|
|
101962
|
-
},{"../../components/fx/layout_attributes":
|
|
102070
|
+
},{"../../components/fx/layout_attributes":409,"../../constants/xmlns_namespaces":476,"../../plot_api/edit_types":529,"../cartesian":560,"../cartesian/attributes":545,"../cartesian/constants":553,"../get_data":577,"../layout_attributes":583,"./scene2d":581}],581:[function(_dereq_,module,exports){
|
|
101963
102071
|
/**
|
|
101964
102072
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101965
102073
|
* All rights reserved.
|
|
@@ -102679,7 +102787,7 @@ proto.hoverFormatter = function(axisName, val) {
|
|
|
102679
102787
|
return Axes.tickText(axis, axis.c2l(val), 'hover').text;
|
|
102680
102788
|
};
|
|
102681
102789
|
|
|
102682
|
-
},{"../../components/dragelement/helpers":
|
|
102790
|
+
},{"../../components/dragelement/helpers":386,"../../components/fx":408,"../../lib/show_no_webgl_msg":520,"../../plots/cartesian/axes":547,"../../registry":593,"../cartesian/autorange":546,"../cartesian/constants":553,"../cartesian/constraints":554,"./camera":578,"./convert":579,"gl-plot2d":209,"gl-select-box":215,"gl-spikes2d":224,"webgl-context":349}],582:[function(_dereq_,module,exports){
|
|
102683
102791
|
/**
|
|
102684
102792
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102685
102793
|
* All rights reserved.
|
|
@@ -102713,7 +102821,7 @@ function project(camera, v) {
|
|
|
102713
102821
|
|
|
102714
102822
|
module.exports = project;
|
|
102715
102823
|
|
|
102716
|
-
},{}],
|
|
102824
|
+
},{}],583:[function(_dereq_,module,exports){
|
|
102717
102825
|
/**
|
|
102718
102826
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102719
102827
|
* All rights reserved.
|
|
@@ -103054,7 +103162,7 @@ module.exports = {
|
|
|
103054
103162
|
}
|
|
103055
103163
|
};
|
|
103056
103164
|
|
|
103057
|
-
},{"../components/color/attributes":
|
|
103165
|
+
},{"../components/color/attributes":367,"../components/shapes/draw_newshape/attributes":450,"../lib/extend":490,"./animation_attributes":541,"./font_attributes":575,"./pad_attributes":584}],584:[function(_dereq_,module,exports){
|
|
103058
103166
|
/**
|
|
103059
103167
|
* Copyright 2012-2020, Plotly, Inc.
|
|
103060
103168
|
* All rights reserved.
|
|
@@ -103109,7 +103217,7 @@ module.exports = function(opts) {
|
|
|
103109
103217
|
};
|
|
103110
103218
|
};
|
|
103111
103219
|
|
|
103112
|
-
},{}],
|
|
103220
|
+
},{}],585:[function(_dereq_,module,exports){
|
|
103113
103221
|
/**
|
|
103114
103222
|
* Copyright 2012-2020, Plotly, Inc.
|
|
103115
103223
|
* All rights reserved.
|
|
@@ -106536,7 +106644,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
|
|
|
106536
106644
|
}
|
|
106537
106645
|
};
|
|
106538
106646
|
|
|
106539
|
-
},{"../components/color":
|
|
106647
|
+
},{"../components/color":368,"../constants/numerical":475,"../lib":498,"../plot_api/plot_schema":535,"../plot_api/plot_template":536,"../plots/get_data":577,"../registry":593,"./animation_attributes":541,"./attributes":543,"./cartesian/axis_ids":550,"./cartesian/handle_outline":557,"./command":573,"./font_attributes":575,"./frame_attributes":576,"./layout_attributes":583,"d3":86,"d3-time-format":84,"fast-isnumeric":155}],586:[function(_dereq_,module,exports){
|
|
106540
106648
|
/**
|
|
106541
106649
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106542
106650
|
* All rights reserved.
|
|
@@ -106580,7 +106688,7 @@ module.exports = {
|
|
|
106580
106688
|
}
|
|
106581
106689
|
};
|
|
106582
106690
|
|
|
106583
|
-
},{"../../../lib/extend":
|
|
106691
|
+
},{"../../../lib/extend":490,"../../../traces/scatter/attributes":654}],587:[function(_dereq_,module,exports){
|
|
106584
106692
|
/**
|
|
106585
106693
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106586
106694
|
* All rights reserved.
|
|
@@ -106702,7 +106810,7 @@ module.exports = overrideAll({
|
|
|
106702
106810
|
}
|
|
106703
106811
|
}, 'plot', 'nested');
|
|
106704
106812
|
|
|
106705
|
-
},{"../../../lib/extend":
|
|
106813
|
+
},{"../../../lib/extend":490,"../../../plot_api/edit_types":529,"../../cartesian/layout_attributes":561}],588:[function(_dereq_,module,exports){
|
|
106706
106814
|
/**
|
|
106707
106815
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106708
106816
|
* All rights reserved.
|
|
@@ -106717,7 +106825,7 @@ var Polar = module.exports = _dereq_('./micropolar');
|
|
|
106717
106825
|
|
|
106718
106826
|
Polar.manager = _dereq_('./micropolar_manager');
|
|
106719
106827
|
|
|
106720
|
-
},{"./micropolar":
|
|
106828
|
+
},{"./micropolar":589,"./micropolar_manager":590}],589:[function(_dereq_,module,exports){
|
|
106721
106829
|
/**
|
|
106722
106830
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106723
106831
|
* All rights reserved.
|
|
@@ -108137,7 +108245,7 @@ var µ = module.exports = { version: '0.2.2' };
|
|
|
108137
108245
|
return exports;
|
|
108138
108246
|
};
|
|
108139
108247
|
|
|
108140
|
-
},{"../../../constants/alignment":
|
|
108248
|
+
},{"../../../constants/alignment":470,"../../../lib":498,"d3":86}],590:[function(_dereq_,module,exports){
|
|
108141
108249
|
/**
|
|
108142
108250
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108143
108251
|
* All rights reserved.
|
|
@@ -108223,7 +108331,7 @@ manager.fillLayout = function(_gd) {
|
|
|
108223
108331
|
_gd._fullLayout = extendDeepAll(dflts, _gd.layout);
|
|
108224
108332
|
};
|
|
108225
108333
|
|
|
108226
|
-
},{"../../../components/color":
|
|
108334
|
+
},{"../../../components/color":368,"../../../lib":498,"./micropolar":589,"./undo_manager":591,"d3":86}],591:[function(_dereq_,module,exports){
|
|
108227
108335
|
/**
|
|
108228
108336
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108229
108337
|
* All rights reserved.
|
|
@@ -108289,7 +108397,7 @@ module.exports = function UndoManager() {
|
|
|
108289
108397
|
};
|
|
108290
108398
|
};
|
|
108291
108399
|
|
|
108292
|
-
},{}],
|
|
108400
|
+
},{}],592:[function(_dereq_,module,exports){
|
|
108293
108401
|
/**
|
|
108294
108402
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108295
108403
|
* All rights reserved.
|
|
@@ -108372,7 +108480,7 @@ exports.texttemplateAttrs = function(opts, extra) {
|
|
|
108372
108480
|
return texttemplate;
|
|
108373
108481
|
};
|
|
108374
108482
|
|
|
108375
|
-
},{"../constants/docs":
|
|
108483
|
+
},{"../constants/docs":472}],593:[function(_dereq_,module,exports){
|
|
108376
108484
|
/**
|
|
108377
108485
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108378
108486
|
* All rights reserved.
|
|
@@ -108838,7 +108946,7 @@ function getTraceType(traceType) {
|
|
|
108838
108946
|
return traceType;
|
|
108839
108947
|
}
|
|
108840
108948
|
|
|
108841
|
-
},{"./lib/dom":
|
|
108949
|
+
},{"./lib/dom":488,"./lib/extend":490,"./lib/is_plain_object":499,"./lib/loggers":502,"./lib/noop":507,"./lib/push_unique":513,"./plots/attributes":543,"./plots/layout_attributes":583}],594:[function(_dereq_,module,exports){
|
|
108842
108950
|
/**
|
|
108843
108951
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108844
108952
|
* All rights reserved.
|
|
@@ -109011,7 +109119,7 @@ module.exports = function clonePlot(graphObj, options) {
|
|
|
109011
109119
|
return plotTile;
|
|
109012
109120
|
};
|
|
109013
109121
|
|
|
109014
|
-
},{"../lib":
|
|
109122
|
+
},{"../lib":498,"../registry":593}],595:[function(_dereq_,module,exports){
|
|
109015
109123
|
/**
|
|
109016
109124
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109017
109125
|
* All rights reserved.
|
|
@@ -109083,7 +109191,7 @@ function downloadImage(gd, opts) {
|
|
|
109083
109191
|
|
|
109084
109192
|
module.exports = downloadImage;
|
|
109085
109193
|
|
|
109086
|
-
},{"../lib":
|
|
109194
|
+
},{"../lib":498,"../plot_api/to_image":539,"./filesaver":596,"./helpers":597}],596:[function(_dereq_,module,exports){
|
|
109087
109195
|
/**
|
|
109088
109196
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109089
109197
|
* All rights reserved.
|
|
@@ -109163,7 +109271,7 @@ function fileSaver(url, name, format) {
|
|
|
109163
109271
|
|
|
109164
109272
|
module.exports = fileSaver;
|
|
109165
109273
|
|
|
109166
|
-
},{"../lib":
|
|
109274
|
+
},{"../lib":498,"./helpers":597}],597:[function(_dereq_,module,exports){
|
|
109167
109275
|
/**
|
|
109168
109276
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109169
109277
|
* All rights reserved.
|
|
@@ -109246,7 +109354,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
|
|
|
109246
109354
|
|
|
109247
109355
|
exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
|
|
109248
109356
|
|
|
109249
|
-
},{"../registry":
|
|
109357
|
+
},{"../registry":593}],598:[function(_dereq_,module,exports){
|
|
109250
109358
|
/**
|
|
109251
109359
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109252
109360
|
* All rights reserved.
|
|
@@ -109272,7 +109380,7 @@ var Snapshot = {
|
|
|
109272
109380
|
|
|
109273
109381
|
module.exports = Snapshot;
|
|
109274
109382
|
|
|
109275
|
-
},{"./cloneplot":
|
|
109383
|
+
},{"./cloneplot":594,"./download":595,"./helpers":597,"./svgtoimg":599,"./toimage":600,"./tosvg":601}],599:[function(_dereq_,module,exports){
|
|
109276
109384
|
/**
|
|
109277
109385
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109278
109386
|
* All rights reserved.
|
|
@@ -109399,7 +109507,7 @@ function svgToImg(opts) {
|
|
|
109399
109507
|
|
|
109400
109508
|
module.exports = svgToImg;
|
|
109401
109509
|
|
|
109402
|
-
},{"../lib":
|
|
109510
|
+
},{"../lib":498,"./helpers":597,"events":51}],600:[function(_dereq_,module,exports){
|
|
109403
109511
|
/**
|
|
109404
109512
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109405
109513
|
* All rights reserved.
|
|
@@ -109476,7 +109584,7 @@ function toImage(gd, opts) {
|
|
|
109476
109584
|
|
|
109477
109585
|
module.exports = toImage;
|
|
109478
109586
|
|
|
109479
|
-
},{"../lib":
|
|
109587
|
+
},{"../lib":498,"../registry":593,"./cloneplot":594,"./helpers":597,"./svgtoimg":599,"./tosvg":601,"events":51}],601:[function(_dereq_,module,exports){
|
|
109480
109588
|
/**
|
|
109481
109589
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109482
109590
|
* All rights reserved.
|
|
@@ -109665,7 +109773,7 @@ module.exports = function toSVG(gd, format, scale) {
|
|
|
109665
109773
|
return s;
|
|
109666
109774
|
};
|
|
109667
109775
|
|
|
109668
|
-
},{"../components/color":
|
|
109776
|
+
},{"../components/color":368,"../components/drawing":390,"../constants/xmlns_namespaces":476,"../lib":498,"d3":86}],602:[function(_dereq_,module,exports){
|
|
109669
109777
|
/**
|
|
109670
109778
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109671
109779
|
* All rights reserved.
|
|
@@ -109698,7 +109806,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
109698
109806
|
}
|
|
109699
109807
|
};
|
|
109700
109808
|
|
|
109701
|
-
},{"../../lib":
|
|
109809
|
+
},{"../../lib":498}],603:[function(_dereq_,module,exports){
|
|
109702
109810
|
/**
|
|
109703
109811
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109704
109812
|
* All rights reserved.
|
|
@@ -109893,7 +110001,7 @@ module.exports = extendFlat({
|
|
|
109893
110001
|
})
|
|
109894
110002
|
);
|
|
109895
110003
|
|
|
109896
|
-
},{"../../components/colorscale/attributes":
|
|
110004
|
+
},{"../../components/colorscale/attributes":375,"../../components/drawing/attributes":389,"../../constants/docs":472,"../../constants/filter_ops":473,"../../lib/extend":490,"../../plots/font_attributes":575,"../heatmap/attributes":616,"../scatter/attributes":654}],604:[function(_dereq_,module,exports){
|
|
109897
110005
|
/**
|
|
109898
110006
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109899
110007
|
* All rights reserved.
|
|
@@ -109946,7 +110054,7 @@ module.exports = function calc(gd, trace) {
|
|
|
109946
110054
|
return cd;
|
|
109947
110055
|
};
|
|
109948
110056
|
|
|
109949
|
-
},{"../../components/colorscale":
|
|
110057
|
+
},{"../../components/colorscale":380,"../heatmap/calc":617,"./end_plus":609,"./set_contours":612}],605:[function(_dereq_,module,exports){
|
|
109950
110058
|
/**
|
|
109951
110059
|
* Copyright 2012-2020, Plotly, Inc.
|
|
109952
110060
|
* All rights reserved.
|
|
@@ -109997,7 +110105,7 @@ module.exports = {
|
|
|
109997
110105
|
calc: calc
|
|
109998
110106
|
};
|
|
109999
110107
|
|
|
110000
|
-
},{"../../components/colorscale":
|
|
110108
|
+
},{"../../components/colorscale":380,"./end_plus":609,"./make_color_map":611}],606:[function(_dereq_,module,exports){
|
|
110001
110109
|
/**
|
|
110002
110110
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110003
110111
|
* All rights reserved.
|
|
@@ -110091,7 +110199,7 @@ function handleConstraintValueDefaults(coerce, contours) {
|
|
|
110091
110199
|
}
|
|
110092
110200
|
}
|
|
110093
110201
|
|
|
110094
|
-
},{"../../components/color":
|
|
110202
|
+
},{"../../components/color":368,"../../constants/filter_ops":473,"./label_defaults":610,"fast-isnumeric":155}],607:[function(_dereq_,module,exports){
|
|
110095
110203
|
/**
|
|
110096
110204
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110097
110205
|
* All rights reserved.
|
|
@@ -110120,7 +110228,7 @@ module.exports = function handleContourDefaults(traceIn, traceOut, coerce, coerc
|
|
|
110120
110228
|
if(autoContour || !contourSize) coerce('ncontours');
|
|
110121
110229
|
};
|
|
110122
110230
|
|
|
110123
|
-
},{}],
|
|
110231
|
+
},{}],608:[function(_dereq_,module,exports){
|
|
110124
110232
|
/**
|
|
110125
110233
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110126
110234
|
* All rights reserved.
|
|
@@ -110174,7 +110282,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
110174
110282
|
}
|
|
110175
110283
|
};
|
|
110176
110284
|
|
|
110177
|
-
},{"../../lib":
|
|
110285
|
+
},{"../../lib":498,"../heatmap/xyz_defaults":624,"../scatter/period_defaults":674,"./attributes":603,"./constraint_defaults":606,"./contours_defaults":607,"./style_defaults":613}],609:[function(_dereq_,module,exports){
|
|
110178
110286
|
/**
|
|
110179
110287
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110180
110288
|
* All rights reserved.
|
|
@@ -110194,7 +110302,7 @@ module.exports = function endPlus(contours) {
|
|
|
110194
110302
|
return contours.end + contours.size / 1e6;
|
|
110195
110303
|
};
|
|
110196
110304
|
|
|
110197
|
-
},{}],
|
|
110305
|
+
},{}],610:[function(_dereq_,module,exports){
|
|
110198
110306
|
/**
|
|
110199
110307
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110200
110308
|
* All rights reserved.
|
|
@@ -110224,7 +110332,7 @@ module.exports = function handleLabelDefaults(coerce, layout, lineColor, opts) {
|
|
|
110224
110332
|
if(opts.hasHover !== false) coerce('zhoverformat');
|
|
110225
110333
|
};
|
|
110226
110334
|
|
|
110227
|
-
},{"../../lib":
|
|
110335
|
+
},{"../../lib":498}],611:[function(_dereq_,module,exports){
|
|
110228
110336
|
/**
|
|
110229
110337
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110230
110338
|
* All rights reserved.
|
|
@@ -110308,7 +110416,7 @@ module.exports = function makeColorMap(trace) {
|
|
|
110308
110416
|
);
|
|
110309
110417
|
};
|
|
110310
110418
|
|
|
110311
|
-
},{"../../components/colorscale":
|
|
110419
|
+
},{"../../components/colorscale":380,"./end_plus":609,"d3":86}],612:[function(_dereq_,module,exports){
|
|
110312
110420
|
/**
|
|
110313
110421
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110314
110422
|
* All rights reserved.
|
|
@@ -110412,7 +110520,7 @@ function autoContours(start, end, ncontours) {
|
|
|
110412
110520
|
return dummyAx;
|
|
110413
110521
|
}
|
|
110414
110522
|
|
|
110415
|
-
},{"../../lib":
|
|
110523
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547}],613:[function(_dereq_,module,exports){
|
|
110416
110524
|
/**
|
|
110417
110525
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110418
110526
|
* All rights reserved.
|
|
@@ -110457,7 +110565,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce, layout,
|
|
|
110457
110565
|
handleLabelDefaults(coerce, layout, lineColor, opts);
|
|
110458
110566
|
};
|
|
110459
110567
|
|
|
110460
|
-
},{"../../components/colorscale/defaults":
|
|
110568
|
+
},{"../../components/colorscale/defaults":378,"./label_defaults":610}],614:[function(_dereq_,module,exports){
|
|
110461
110569
|
/**
|
|
110462
110570
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110463
110571
|
* All rights reserved.
|
|
@@ -110646,7 +110754,7 @@ function createContour(scene, fullTrace, calcTrace) {
|
|
|
110646
110754
|
|
|
110647
110755
|
module.exports = createContour;
|
|
110648
110756
|
|
|
110649
|
-
},{"../../lib/str2rgbarray":
|
|
110757
|
+
},{"../../lib/str2rgbarray":522,"../../plots/cartesian/axes":547,"../contour/make_color_map":611,"gl-contour2d":165,"gl-heatmap2d":170}],615:[function(_dereq_,module,exports){
|
|
110650
110758
|
/**
|
|
110651
110759
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110652
110760
|
* All rights reserved.
|
|
@@ -110676,7 +110784,7 @@ module.exports = {
|
|
|
110676
110784
|
}
|
|
110677
110785
|
};
|
|
110678
110786
|
|
|
110679
|
-
},{"../../plot_api/edit_types":
|
|
110787
|
+
},{"../../plot_api/edit_types":529,"../../plots/gl2d":580,"../contour/attributes":603,"../contour/calc":604,"../contour/colorbar":605,"../contour/defaults":608,"./convert":614}],616:[function(_dereq_,module,exports){
|
|
110680
110788
|
/**
|
|
110681
110789
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110682
110790
|
* All rights reserved.
|
|
@@ -110798,7 +110906,7 @@ module.exports = extendFlat({
|
|
|
110798
110906
|
colorScaleAttrs('', {cLetter: 'z', autoColorDflt: false})
|
|
110799
110907
|
);
|
|
110800
110908
|
|
|
110801
|
-
},{"../../components/colorscale/attributes":
|
|
110909
|
+
},{"../../components/colorscale/attributes":375,"../../constants/docs":472,"../../lib/extend":490,"../../plots/attributes":543,"../../plots/template_attributes":592,"../scatter/attributes":654}],617:[function(_dereq_,module,exports){
|
|
110802
110910
|
/**
|
|
110803
110911
|
* Copyright 2012-2020, Plotly, Inc.
|
|
110804
110912
|
* All rights reserved.
|
|
@@ -111007,7 +111115,7 @@ function dropZonBreaks(x, y, z) {
|
|
|
111007
111115
|
return newZ;
|
|
111008
111116
|
}
|
|
111009
111117
|
|
|
111010
|
-
},{"../../components/colorscale/calc":
|
|
111118
|
+
},{"../../components/colorscale/calc":376,"../../constants/numerical":475,"../../lib":498,"../../plots/cartesian/align_period":544,"../../plots/cartesian/axes":547,"../../registry":593,"../histogram2d/calc":634,"./clean_2d_array":618,"./convert_column_xyz":620,"./find_empties":621,"./interp2d":622,"./make_bound_array":623}],618:[function(_dereq_,module,exports){
|
|
111011
111119
|
/**
|
|
111012
111120
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111013
111121
|
* All rights reserved.
|
|
@@ -111084,7 +111192,7 @@ module.exports = function clean2dArray(zOld, trace, xa, ya) {
|
|
|
111084
111192
|
return zNew;
|
|
111085
111193
|
};
|
|
111086
111194
|
|
|
111087
|
-
},{"../../constants/numerical":
|
|
111195
|
+
},{"../../constants/numerical":475,"../../lib":498,"fast-isnumeric":155}],619:[function(_dereq_,module,exports){
|
|
111088
111196
|
/**
|
|
111089
111197
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111090
111198
|
* All rights reserved.
|
|
@@ -111100,7 +111208,7 @@ module.exports = {
|
|
|
111100
111208
|
max: 'zmax'
|
|
111101
111209
|
};
|
|
111102
111210
|
|
|
111103
|
-
},{}],
|
|
111211
|
+
},{}],620:[function(_dereq_,module,exports){
|
|
111104
111212
|
/**
|
|
111105
111213
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111106
111214
|
* All rights reserved.
|
|
@@ -111190,7 +111298,7 @@ module.exports = function convertColumnData(trace, ax1, ax2, var1Name, var2Name,
|
|
|
111190
111298
|
trace._after2before = after2before;
|
|
111191
111299
|
};
|
|
111192
111300
|
|
|
111193
|
-
},{"../../constants/numerical":
|
|
111301
|
+
},{"../../constants/numerical":475,"../../lib":498,"../../plots/cartesian/align_period":544}],621:[function(_dereq_,module,exports){
|
|
111194
111302
|
/**
|
|
111195
111303
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111196
111304
|
* All rights reserved.
|
|
@@ -111295,7 +111403,7 @@ module.exports = function findEmpties(z) {
|
|
|
111295
111403
|
return empties.sort(function(a, b) { return b[2] - a[2]; });
|
|
111296
111404
|
};
|
|
111297
111405
|
|
|
111298
|
-
},{"../../lib":
|
|
111406
|
+
},{"../../lib":498}],622:[function(_dereq_,module,exports){
|
|
111299
111407
|
/**
|
|
111300
111408
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111301
111409
|
* All rights reserved.
|
|
@@ -111428,7 +111536,7 @@ function iterateInterp2d(z, emptyPoints, overshoot) {
|
|
|
111428
111536
|
return maxFractionalChange;
|
|
111429
111537
|
}
|
|
111430
111538
|
|
|
111431
|
-
},{"../../lib":
|
|
111539
|
+
},{"../../lib":498}],623:[function(_dereq_,module,exports){
|
|
111432
111540
|
/**
|
|
111433
111541
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111434
111542
|
* All rights reserved.
|
|
@@ -111516,7 +111624,7 @@ module.exports = function makeBoundArray(trace, arrayIn, v0In, dvIn, numbricks,
|
|
|
111516
111624
|
return arrayOut;
|
|
111517
111625
|
};
|
|
111518
111626
|
|
|
111519
|
-
},{"../../lib":
|
|
111627
|
+
},{"../../lib":498,"../../registry":593}],624:[function(_dereq_,module,exports){
|
|
111520
111628
|
/**
|
|
111521
111629
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111522
111630
|
* All rights reserved.
|
|
@@ -111618,7 +111726,7 @@ function isValidZ(z) {
|
|
|
111618
111726
|
return (allRowsAreArrays && oneRowIsFilled && hasOneNumber);
|
|
111619
111727
|
}
|
|
111620
111728
|
|
|
111621
|
-
},{"../../lib":
|
|
111729
|
+
},{"../../lib":498,"../../registry":593,"fast-isnumeric":155}],625:[function(_dereq_,module,exports){
|
|
111622
111730
|
/**
|
|
111623
111731
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111624
111732
|
* All rights reserved.
|
|
@@ -111666,7 +111774,7 @@ extendFlat(
|
|
|
111666
111774
|
|
|
111667
111775
|
module.exports = overrideAll(attrs, 'calc', 'nested');
|
|
111668
111776
|
|
|
111669
|
-
},{"../../components/colorscale/attributes":
|
|
111777
|
+
},{"../../components/colorscale/attributes":375,"../../lib/extend":490,"../../plot_api/edit_types":529,"../heatmap/attributes":616}],626:[function(_dereq_,module,exports){
|
|
111670
111778
|
/**
|
|
111671
111779
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111672
111780
|
* All rights reserved.
|
|
@@ -111818,7 +111926,7 @@ function createHeatmap(scene, fullTrace, calcTrace) {
|
|
|
111818
111926
|
|
|
111819
111927
|
module.exports = createHeatmap;
|
|
111820
111928
|
|
|
111821
|
-
},{"../../lib/str2rgbarray":
|
|
111929
|
+
},{"../../lib/str2rgbarray":522,"../../plots/cartesian/axes":547,"gl-heatmap2d":170}],627:[function(_dereq_,module,exports){
|
|
111822
111930
|
/**
|
|
111823
111931
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111824
111932
|
* All rights reserved.
|
|
@@ -111854,7 +111962,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
111854
111962
|
colorscaleDefaults(traceIn, traceOut, layout, coerce, {prefix: '', cLetter: 'z'});
|
|
111855
111963
|
};
|
|
111856
111964
|
|
|
111857
|
-
},{"../../components/colorscale/defaults":
|
|
111965
|
+
},{"../../components/colorscale/defaults":378,"../../lib":498,"../heatmap/xyz_defaults":624,"./attributes":625}],628:[function(_dereq_,module,exports){
|
|
111858
111966
|
/**
|
|
111859
111967
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111860
111968
|
* All rights reserved.
|
|
@@ -111882,7 +111990,7 @@ module.exports = {
|
|
|
111882
111990
|
}
|
|
111883
111991
|
};
|
|
111884
111992
|
|
|
111885
|
-
},{"../../plots/gl2d":
|
|
111993
|
+
},{"../../plots/gl2d":580,"../heatmap/calc":617,"../heatmap/colorbar":619,"./attributes":625,"./convert":626,"./defaults":627}],629:[function(_dereq_,module,exports){
|
|
111886
111994
|
/**
|
|
111887
111995
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111888
111996
|
* All rights reserved.
|
|
@@ -111907,7 +112015,7 @@ module.exports = function doAvg(size, counts) {
|
|
|
111907
112015
|
return total;
|
|
111908
112016
|
};
|
|
111909
112017
|
|
|
111910
|
-
},{}],
|
|
112018
|
+
},{}],630:[function(_dereq_,module,exports){
|
|
111911
112019
|
/**
|
|
111912
112020
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111913
112021
|
* All rights reserved.
|
|
@@ -111981,7 +112089,7 @@ module.exports = {
|
|
|
111981
112089
|
}
|
|
111982
112090
|
};
|
|
111983
112091
|
|
|
111984
|
-
},{"fast-isnumeric":155}],
|
|
112092
|
+
},{"fast-isnumeric":155}],631:[function(_dereq_,module,exports){
|
|
111985
112093
|
/**
|
|
111986
112094
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111987
112095
|
* All rights reserved.
|
|
@@ -112157,7 +112265,7 @@ function dateParts(v, pa, calendar) {
|
|
|
112157
112265
|
return parts;
|
|
112158
112266
|
}
|
|
112159
112267
|
|
|
112160
|
-
},{"../../constants/numerical":
|
|
112268
|
+
},{"../../constants/numerical":475,"../../plots/cartesian/axes":547}],632:[function(_dereq_,module,exports){
|
|
112161
112269
|
/**
|
|
112162
112270
|
* Copyright 2012-2020, Plotly, Inc.
|
|
112163
112271
|
* All rights reserved.
|
|
@@ -112736,7 +112844,7 @@ module.exports = {
|
|
|
112736
112844
|
calcAllAutoBins: calcAllAutoBins
|
|
112737
112845
|
};
|
|
112738
112846
|
|
|
112739
|
-
},{"../../lib":
|
|
112847
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547,"../../registry":593,"../bar/arrays_to_calcdata":602,"./average":629,"./bin_functions":630,"./bin_label_vals":631,"./norm_functions":633,"fast-isnumeric":155}],633:[function(_dereq_,module,exports){
|
|
112740
112848
|
/**
|
|
112741
112849
|
* Copyright 2012-2020, Plotly, Inc.
|
|
112742
112850
|
* All rights reserved.
|
|
@@ -112771,7 +112879,7 @@ module.exports = {
|
|
|
112771
112879
|
}
|
|
112772
112880
|
};
|
|
112773
112881
|
|
|
112774
|
-
},{}],
|
|
112882
|
+
},{}],634:[function(_dereq_,module,exports){
|
|
112775
112883
|
/**
|
|
112776
112884
|
* Copyright 2012-2020, Plotly, Inc.
|
|
112777
112885
|
* All rights reserved.
|
|
@@ -112990,7 +113098,7 @@ function getRanges(edges, uniqueVals, gapLow, gapHigh, ax, calendar) {
|
|
|
112990
113098
|
return out;
|
|
112991
113099
|
}
|
|
112992
113100
|
|
|
112993
|
-
},{"../../lib":
|
|
113101
|
+
},{"../../lib":498,"../../plots/cartesian/axes":547,"../histogram/average":629,"../histogram/bin_functions":630,"../histogram/bin_label_vals":631,"../histogram/calc":632,"../histogram/norm_functions":633}],635:[function(_dereq_,module,exports){
|
|
112994
113102
|
/**
|
|
112995
113103
|
* Copyright 2012-2020, Plotly, Inc.
|
|
112996
113104
|
* All rights reserved.
|
|
@@ -113119,7 +113227,7 @@ module.exports = {
|
|
|
113119
113227
|
)
|
|
113120
113228
|
};
|
|
113121
113229
|
|
|
113122
|
-
},{"../../components/colorscale/attributes":
|
|
113230
|
+
},{"../../components/colorscale/attributes":375,"../../lib/extend":490,"../../plot_api/plot_template":536,"../../plots/cartesian/layout_attributes":561,"../../plots/domain":574,"../../plots/font_attributes":575}],636:[function(_dereq_,module,exports){
|
|
113123
113231
|
/**
|
|
113124
113232
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113125
113233
|
* All rights reserved.
|
|
@@ -113664,7 +113772,7 @@ module.exports = {
|
|
|
113664
113772
|
cleanRanges: cleanRanges
|
|
113665
113773
|
};
|
|
113666
113774
|
|
|
113667
|
-
},{"../../lib":
|
|
113775
|
+
},{"../../lib":498,"../../lib/gup":495,"./constants":639,"d3":86}],637:[function(_dereq_,module,exports){
|
|
113668
113776
|
/**
|
|
113669
113777
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113670
113778
|
* All rights reserved.
|
|
@@ -113731,7 +113839,7 @@ exports.toSVG = function(gd) {
|
|
|
113731
113839
|
}, 60);
|
|
113732
113840
|
};
|
|
113733
113841
|
|
|
113734
|
-
},{"../../constants/xmlns_namespaces":
|
|
113842
|
+
},{"../../constants/xmlns_namespaces":476,"../../plots/get_data":577,"./plot":646,"d3":86}],638:[function(_dereq_,module,exports){
|
|
113735
113843
|
/**
|
|
113736
113844
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113737
113845
|
* All rights reserved.
|
|
@@ -113775,7 +113883,7 @@ function constHalf(len) {
|
|
|
113775
113883
|
return out;
|
|
113776
113884
|
}
|
|
113777
113885
|
|
|
113778
|
-
},{"../../components/colorscale":
|
|
113886
|
+
},{"../../components/colorscale":380,"../../lib":498,"../../lib/gup":495}],639:[function(_dereq_,module,exports){
|
|
113779
113887
|
/**
|
|
113780
113888
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113781
113889
|
* All rights reserved.
|
|
@@ -113837,7 +113945,7 @@ module.exports = {
|
|
|
113837
113945
|
}
|
|
113838
113946
|
};
|
|
113839
113947
|
|
|
113840
|
-
},{}],
|
|
113948
|
+
},{}],640:[function(_dereq_,module,exports){
|
|
113841
113949
|
/**
|
|
113842
113950
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113843
113951
|
* All rights reserved.
|
|
@@ -113957,7 +114065,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
113957
114065
|
coerce('labelside');
|
|
113958
114066
|
};
|
|
113959
114067
|
|
|
113960
|
-
},{"../../components/colorscale/defaults":
|
|
114068
|
+
},{"../../components/colorscale/defaults":378,"../../components/colorscale/helpers":379,"../../lib":498,"../../plots/array_container_defaults":542,"../../plots/cartesian/axes":547,"../../plots/domain":574,"./attributes":635,"./axisbrush":636,"./constants":639,"./merge_length":644}],641:[function(_dereq_,module,exports){
|
|
113961
114069
|
/**
|
|
113962
114070
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113963
114071
|
* All rights reserved.
|
|
@@ -113982,7 +114090,7 @@ exports.isVisible = function(dimension) {
|
|
|
113982
114090
|
return dimension.visible || !('visible' in dimension);
|
|
113983
114091
|
};
|
|
113984
114092
|
|
|
113985
|
-
},{"../../lib":
|
|
114093
|
+
},{"../../lib":498}],642:[function(_dereq_,module,exports){
|
|
113986
114094
|
/**
|
|
113987
114095
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113988
114096
|
* All rights reserved.
|
|
@@ -114013,7 +114121,7 @@ module.exports = {
|
|
|
114013
114121
|
}
|
|
114014
114122
|
};
|
|
114015
114123
|
|
|
114016
|
-
},{"./attributes":
|
|
114124
|
+
},{"./attributes":635,"./base_plot":637,"./calc":638,"./defaults":640,"./plot":646}],643:[function(_dereq_,module,exports){
|
|
114017
114125
|
/**
|
|
114018
114126
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114019
114127
|
* All rights reserved.
|
|
@@ -114543,7 +114651,7 @@ module.exports = function(canvasGL, d) {
|
|
|
114543
114651
|
};
|
|
114544
114652
|
};
|
|
114545
114653
|
|
|
114546
|
-
},{"../../lib":
|
|
114654
|
+
},{"../../lib":498,"./constants":639,"glslify":236}],644:[function(_dereq_,module,exports){
|
|
114547
114655
|
/**
|
|
114548
114656
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114549
114657
|
* All rights reserved.
|
|
@@ -114581,7 +114689,7 @@ module.exports = function(traceOut, dimensions, dataAttr, len) {
|
|
|
114581
114689
|
return len;
|
|
114582
114690
|
};
|
|
114583
114691
|
|
|
114584
|
-
},{}],
|
|
114692
|
+
},{}],645:[function(_dereq_,module,exports){
|
|
114585
114693
|
/**
|
|
114586
114694
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114587
114695
|
* All rights reserved.
|
|
@@ -115344,7 +115452,7 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
|
|
|
115344
115452
|
brush.ensureAxisBrush(axisOverlays);
|
|
115345
115453
|
};
|
|
115346
115454
|
|
|
115347
|
-
},{"../../components/colorscale":
|
|
115455
|
+
},{"../../components/colorscale":380,"../../components/drawing":390,"../../lib":498,"../../lib/gup":495,"../../lib/svg_text_utils":523,"../../plots/cartesian/axes":547,"./axisbrush":636,"./constants":639,"./helpers":641,"./lines":643,"color-rgba":65,"d3":86}],646:[function(_dereq_,module,exports){
|
|
115348
115456
|
/**
|
|
115349
115457
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115350
115458
|
* All rights reserved.
|
|
@@ -115499,7 +115607,7 @@ module.exports = function plot(gd, cdModule) {
|
|
|
115499
115607
|
);
|
|
115500
115608
|
};
|
|
115501
115609
|
|
|
115502
|
-
},{"../../lib/prepare_regl":
|
|
115610
|
+
},{"../../lib/prepare_regl":511,"./helpers":641,"./parcoords":645}],647:[function(_dereq_,module,exports){
|
|
115503
115611
|
/**
|
|
115504
115612
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115505
115613
|
* All rights reserved.
|
|
@@ -115547,7 +115655,7 @@ exports.getRotationAngle = function(rotation) {
|
|
|
115547
115655
|
return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
|
|
115548
115656
|
};
|
|
115549
115657
|
|
|
115550
|
-
},{"../../lib":
|
|
115658
|
+
},{"../../lib":498}],648:[function(_dereq_,module,exports){
|
|
115551
115659
|
/**
|
|
115552
115660
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115553
115661
|
* All rights reserved.
|
|
@@ -115571,7 +115679,7 @@ module.exports = function styleOne(s, pt, trace) {
|
|
|
115571
115679
|
.call(Color.stroke, lineColor);
|
|
115572
115680
|
};
|
|
115573
115681
|
|
|
115574
|
-
},{"../../components/color":
|
|
115682
|
+
},{"../../components/color":368,"./helpers":647}],649:[function(_dereq_,module,exports){
|
|
115575
115683
|
/**
|
|
115576
115684
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115577
115685
|
* All rights reserved.
|
|
@@ -115674,7 +115782,7 @@ module.exports = {
|
|
|
115674
115782
|
transforms: undefined
|
|
115675
115783
|
};
|
|
115676
115784
|
|
|
115677
|
-
},{"../scatter/attributes":
|
|
115785
|
+
},{"../scatter/attributes":654}],650:[function(_dereq_,module,exports){
|
|
115678
115786
|
/**
|
|
115679
115787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115680
115788
|
* All rights reserved.
|
|
@@ -115876,7 +115984,7 @@ function createPointcloud(scene, data) {
|
|
|
115876
115984
|
|
|
115877
115985
|
module.exports = createPointcloud;
|
|
115878
115986
|
|
|
115879
|
-
},{"../../lib/str2rgbarray":
|
|
115987
|
+
},{"../../lib/str2rgbarray":522,"../../plots/cartesian/autorange":546,"../scatter/get_trace_color":664,"gl-pointcloud2d":212}],651:[function(_dereq_,module,exports){
|
|
115880
115988
|
/**
|
|
115881
115989
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115882
115990
|
* All rights reserved.
|
|
@@ -115924,7 +116032,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor) {
|
|
|
115924
116032
|
traceOut._length = null;
|
|
115925
116033
|
};
|
|
115926
116034
|
|
|
115927
|
-
},{"../../lib":
|
|
116035
|
+
},{"../../lib":498,"./attributes":649}],652:[function(_dereq_,module,exports){
|
|
115928
116036
|
/**
|
|
115929
116037
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115930
116038
|
* All rights reserved.
|
|
@@ -115952,7 +116060,7 @@ module.exports = {
|
|
|
115952
116060
|
}
|
|
115953
116061
|
};
|
|
115954
116062
|
|
|
115955
|
-
},{"../../plots/gl2d":
|
|
116063
|
+
},{"../../plots/gl2d":580,"../scatter3d/calc":682,"./attributes":649,"./convert":650,"./defaults":651}],653:[function(_dereq_,module,exports){
|
|
115956
116064
|
/**
|
|
115957
116065
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115958
116066
|
* All rights reserved.
|
|
@@ -116004,7 +116112,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
116004
116112
|
}
|
|
116005
116113
|
};
|
|
116006
116114
|
|
|
116007
|
-
},{"../../lib":
|
|
116115
|
+
},{"../../lib":498}],654:[function(_dereq_,module,exports){
|
|
116008
116116
|
/**
|
|
116009
116117
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116010
116118
|
* All rights reserved.
|
|
@@ -116458,7 +116566,7 @@ module.exports = {
|
|
|
116458
116566
|
}
|
|
116459
116567
|
};
|
|
116460
116568
|
|
|
116461
|
-
},{"../../components/colorscale/attributes":
|
|
116569
|
+
},{"../../components/colorscale/attributes":375,"../../components/drawing":390,"../../components/drawing/attributes":389,"../../lib/extend":490,"../../plots/font_attributes":575,"../../plots/template_attributes":592,"./constants":658}],655:[function(_dereq_,module,exports){
|
|
116462
116570
|
/**
|
|
116463
116571
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116464
116572
|
* All rights reserved.
|
|
@@ -116757,7 +116865,7 @@ module.exports = {
|
|
|
116757
116865
|
getStackOpts: getStackOpts
|
|
116758
116866
|
};
|
|
116759
116867
|
|
|
116760
|
-
},{"../../constants/numerical":
|
|
116868
|
+
},{"../../constants/numerical":475,"../../lib":498,"../../plots/cartesian/align_period":544,"../../plots/cartesian/axes":547,"./arrays_to_calcdata":653,"./calc_selection":656,"./colorscale_calc":657,"./subtypes":679,"fast-isnumeric":155}],656:[function(_dereq_,module,exports){
|
|
116761
116869
|
/**
|
|
116762
116870
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116763
116871
|
* All rights reserved.
|
|
@@ -116776,7 +116884,7 @@ module.exports = function calcSelection(cd, trace) {
|
|
|
116776
116884
|
}
|
|
116777
116885
|
};
|
|
116778
116886
|
|
|
116779
|
-
},{"../../lib":
|
|
116887
|
+
},{"../../lib":498}],657:[function(_dereq_,module,exports){
|
|
116780
116888
|
/**
|
|
116781
116889
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116782
116890
|
* All rights reserved.
|
|
@@ -116819,7 +116927,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
|
|
|
116819
116927
|
}
|
|
116820
116928
|
};
|
|
116821
116929
|
|
|
116822
|
-
},{"../../components/colorscale/calc":
|
|
116930
|
+
},{"../../components/colorscale/calc":376,"../../components/colorscale/helpers":379,"./subtypes":679}],658:[function(_dereq_,module,exports){
|
|
116823
116931
|
/**
|
|
116824
116932
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116825
116933
|
* All rights reserved.
|
|
@@ -116848,7 +116956,7 @@ module.exports = {
|
|
|
116848
116956
|
eventDataKeys: []
|
|
116849
116957
|
};
|
|
116850
116958
|
|
|
116851
|
-
},{}],
|
|
116959
|
+
},{}],659:[function(_dereq_,module,exports){
|
|
116852
116960
|
/**
|
|
116853
116961
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116854
116962
|
* All rights reserved.
|
|
@@ -117029,7 +117137,7 @@ function getInterp(calcTrace, index, position, posAttr) {
|
|
|
117029
117137
|
return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
|
|
117030
117138
|
}
|
|
117031
117139
|
|
|
117032
|
-
},{"./calc":
|
|
117140
|
+
},{"./calc":655}],660:[function(_dereq_,module,exports){
|
|
117033
117141
|
/**
|
|
117034
117142
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117035
117143
|
* All rights reserved.
|
|
@@ -117068,7 +117176,7 @@ module.exports = function crossTraceDefaults(fullData) {
|
|
|
117068
117176
|
}
|
|
117069
117177
|
};
|
|
117070
117178
|
|
|
117071
|
-
},{}],
|
|
117179
|
+
},{}],661:[function(_dereq_,module,exports){
|
|
117072
117180
|
/**
|
|
117073
117181
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117074
117182
|
* All rights reserved.
|
|
@@ -117161,7 +117269,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
117161
117269
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
117162
117270
|
};
|
|
117163
117271
|
|
|
117164
|
-
},{"../../lib":
|
|
117272
|
+
},{"../../lib":498,"../../registry":593,"./attributes":654,"./constants":658,"./fillcolor_defaults":662,"./line_defaults":667,"./line_shape_defaults":669,"./marker_defaults":673,"./period_defaults":674,"./stack_defaults":677,"./subtypes":679,"./text_defaults":680,"./xy_defaults":681}],662:[function(_dereq_,module,exports){
|
|
117165
117273
|
/**
|
|
117166
117274
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117167
117275
|
* All rights reserved.
|
|
@@ -117198,7 +117306,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
|
|
|
117198
117306
|
));
|
|
117199
117307
|
};
|
|
117200
117308
|
|
|
117201
|
-
},{"../../components/color":
|
|
117309
|
+
},{"../../components/color":368,"../../lib":498}],663:[function(_dereq_,module,exports){
|
|
117202
117310
|
/**
|
|
117203
117311
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117204
117312
|
* All rights reserved.
|
|
@@ -117224,7 +117332,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
117224
117332
|
return labels;
|
|
117225
117333
|
};
|
|
117226
117334
|
|
|
117227
|
-
},{"../../plots/cartesian/axes":
|
|
117335
|
+
},{"../../plots/cartesian/axes":547}],664:[function(_dereq_,module,exports){
|
|
117228
117336
|
/**
|
|
117229
117337
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117230
117338
|
* All rights reserved.
|
|
@@ -117273,7 +117381,7 @@ module.exports = function getTraceColor(trace, di) {
|
|
|
117273
117381
|
}
|
|
117274
117382
|
};
|
|
117275
117383
|
|
|
117276
|
-
},{"../../components/color":
|
|
117384
|
+
},{"../../components/color":368,"./subtypes":679}],665:[function(_dereq_,module,exports){
|
|
117277
117385
|
/**
|
|
117278
117386
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117279
117387
|
* All rights reserved.
|
|
@@ -117468,7 +117576,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
117468
117576
|
}
|
|
117469
117577
|
};
|
|
117470
117578
|
|
|
117471
|
-
},{"../../components/color":
|
|
117579
|
+
},{"../../components/color":368,"../../components/fx":408,"../../lib":498,"../../registry":593,"./get_trace_color":664}],666:[function(_dereq_,module,exports){
|
|
117472
117580
|
/**
|
|
117473
117581
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117474
117582
|
* All rights reserved.
|
|
@@ -117514,7 +117622,7 @@ module.exports = {
|
|
|
117514
117622
|
}
|
|
117515
117623
|
};
|
|
117516
117624
|
|
|
117517
|
-
},{"../../plots/cartesian":
|
|
117625
|
+
},{"../../plots/cartesian":560,"./arrays_to_calcdata":653,"./attributes":654,"./calc":655,"./cross_trace_calc":659,"./cross_trace_defaults":660,"./defaults":661,"./format_labels":663,"./hover":665,"./marker_colorbar":672,"./plot":675,"./select":676,"./style":678,"./subtypes":679}],667:[function(_dereq_,module,exports){
|
|
117518
117626
|
/**
|
|
117519
117627
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117520
117628
|
* All rights reserved.
|
|
@@ -117545,7 +117653,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
|
|
|
117545
117653
|
if(!(opts || {}).noDash) coerce('line.dash');
|
|
117546
117654
|
};
|
|
117547
117655
|
|
|
117548
|
-
},{"../../components/colorscale/defaults":
|
|
117656
|
+
},{"../../components/colorscale/defaults":378,"../../components/colorscale/helpers":379,"../../lib":498}],668:[function(_dereq_,module,exports){
|
|
117549
117657
|
/**
|
|
117550
117658
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117551
117659
|
* All rights reserved.
|
|
@@ -118006,7 +118114,7 @@ module.exports = function linePoints(d, opts) {
|
|
|
118006
118114
|
return segments;
|
|
118007
118115
|
};
|
|
118008
118116
|
|
|
118009
|
-
},{"../../constants/numerical":
|
|
118117
|
+
},{"../../constants/numerical":475,"../../lib":498,"./constants":658}],669:[function(_dereq_,module,exports){
|
|
118010
118118
|
/**
|
|
118011
118119
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118012
118120
|
* All rights reserved.
|
|
@@ -118025,7 +118133,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
|
|
|
118025
118133
|
if(shape === 'spline') coerce('line.smoothing');
|
|
118026
118134
|
};
|
|
118027
118135
|
|
|
118028
|
-
},{}],
|
|
118136
|
+
},{}],670:[function(_dereq_,module,exports){
|
|
118029
118137
|
/**
|
|
118030
118138
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118031
118139
|
* All rights reserved.
|
|
@@ -118115,7 +118223,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
|
|
|
118115
118223
|
return cdscatterSorted;
|
|
118116
118224
|
};
|
|
118117
118225
|
|
|
118118
|
-
},{}],
|
|
118226
|
+
},{}],671:[function(_dereq_,module,exports){
|
|
118119
118227
|
/**
|
|
118120
118228
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118121
118229
|
* All rights reserved.
|
|
@@ -118157,7 +118265,7 @@ module.exports = function makeBubbleSizeFn(trace) {
|
|
|
118157
118265
|
};
|
|
118158
118266
|
};
|
|
118159
118267
|
|
|
118160
|
-
},{"fast-isnumeric":155}],
|
|
118268
|
+
},{"fast-isnumeric":155}],672:[function(_dereq_,module,exports){
|
|
118161
118269
|
/**
|
|
118162
118270
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118163
118271
|
* All rights reserved.
|
|
@@ -118175,7 +118283,7 @@ module.exports = {
|
|
|
118175
118283
|
max: 'cmax'
|
|
118176
118284
|
};
|
|
118177
118285
|
|
|
118178
|
-
},{}],
|
|
118286
|
+
},{}],673:[function(_dereq_,module,exports){
|
|
118179
118287
|
/**
|
|
118180
118288
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118181
118289
|
* All rights reserved.
|
|
@@ -118256,7 +118364,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
118256
118364
|
}
|
|
118257
118365
|
};
|
|
118258
118366
|
|
|
118259
|
-
},{"../../components/color":
|
|
118367
|
+
},{"../../components/color":368,"../../components/colorscale/defaults":378,"../../components/colorscale/helpers":379,"./subtypes":679}],674:[function(_dereq_,module,exports){
|
|
118260
118368
|
/**
|
|
118261
118369
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118262
118370
|
* All rights reserved.
|
|
@@ -118303,7 +118411,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
|
|
|
118303
118411
|
}
|
|
118304
118412
|
};
|
|
118305
118413
|
|
|
118306
|
-
},{"../../constants/numerical":
|
|
118414
|
+
},{"../../constants/numerical":475,"../../lib":498}],675:[function(_dereq_,module,exports){
|
|
118307
118415
|
/**
|
|
118308
118416
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118309
118417
|
* All rights reserved.
|
|
@@ -118797,7 +118905,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
|
|
|
118797
118905
|
join.selectAll('text')
|
|
118798
118906
|
.call(Drawing.textPointStyle, trace, gd)
|
|
118799
118907
|
.each(function(d) {
|
|
118800
|
-
// This just *has* to be totally custom
|
|
118908
|
+
// This just *has* to be totally custom because of SVG text positioning :(
|
|
118801
118909
|
// It's obviously copied from translatePoint; we just can't use that
|
|
118802
118910
|
var x = xa.c2p(d.x);
|
|
118803
118911
|
var y = ya.c2p(d.y);
|
|
@@ -118864,7 +118972,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
|
|
|
118864
118972
|
});
|
|
118865
118973
|
}
|
|
118866
118974
|
|
|
118867
|
-
},{"../../components/drawing":
|
|
118975
|
+
},{"../../components/drawing":390,"../../lib":498,"../../lib/polygon":510,"../../registry":593,"./line_points":668,"./link_traces":670,"./subtypes":679,"d3":86}],676:[function(_dereq_,module,exports){
|
|
118868
118976
|
/**
|
|
118869
118977
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118870
118978
|
* All rights reserved.
|
|
@@ -118918,7 +119026,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
118918
119026
|
return selection;
|
|
118919
119027
|
};
|
|
118920
119028
|
|
|
118921
|
-
},{"./subtypes":
|
|
119029
|
+
},{"./subtypes":679}],677:[function(_dereq_,module,exports){
|
|
118922
119030
|
/**
|
|
118923
119031
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118924
119032
|
* All rights reserved.
|
|
@@ -119023,7 +119131,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
|
|
|
119023
119131
|
}
|
|
119024
119132
|
};
|
|
119025
119133
|
|
|
119026
|
-
},{}],
|
|
119134
|
+
},{}],678:[function(_dereq_,module,exports){
|
|
119027
119135
|
/**
|
|
119028
119136
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119029
119137
|
* All rights reserved.
|
|
@@ -119094,7 +119202,7 @@ module.exports = {
|
|
|
119094
119202
|
styleOnSelect: styleOnSelect
|
|
119095
119203
|
};
|
|
119096
119204
|
|
|
119097
|
-
},{"../../components/drawing":
|
|
119205
|
+
},{"../../components/drawing":390,"../../registry":593,"d3":86}],679:[function(_dereq_,module,exports){
|
|
119098
119206
|
/**
|
|
119099
119207
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119100
119208
|
* All rights reserved.
|
|
@@ -119133,7 +119241,7 @@ module.exports = {
|
|
|
119133
119241
|
}
|
|
119134
119242
|
};
|
|
119135
119243
|
|
|
119136
|
-
},{"../../lib":
|
|
119244
|
+
},{"../../lib":498}],680:[function(_dereq_,module,exports){
|
|
119137
119245
|
/**
|
|
119138
119246
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119139
119247
|
* All rights reserved.
|
|
@@ -119163,7 +119271,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
|
|
|
119163
119271
|
}
|
|
119164
119272
|
};
|
|
119165
119273
|
|
|
119166
|
-
},{"../../lib":
|
|
119274
|
+
},{"../../lib":498}],681:[function(_dereq_,module,exports){
|
|
119167
119275
|
/**
|
|
119168
119276
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119169
119277
|
* All rights reserved.
|
|
@@ -119207,7 +119315,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
119207
119315
|
return len;
|
|
119208
119316
|
};
|
|
119209
119317
|
|
|
119210
|
-
},{"../../lib":
|
|
119318
|
+
},{"../../lib":498,"../../registry":593}],682:[function(_dereq_,module,exports){
|
|
119211
119319
|
/**
|
|
119212
119320
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119213
119321
|
* All rights reserved.
|
|
@@ -119235,7 +119343,7 @@ module.exports = function calc(gd, trace) {
|
|
|
119235
119343
|
return cd;
|
|
119236
119344
|
};
|
|
119237
119345
|
|
|
119238
|
-
},{"../scatter/arrays_to_calcdata":
|
|
119346
|
+
},{"../scatter/arrays_to_calcdata":653,"../scatter/colorscale_calc":657}],683:[function(_dereq_,module,exports){
|
|
119239
119347
|
/**
|
|
119240
119348
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119241
119349
|
* All rights reserved.
|
|
@@ -119340,7 +119448,7 @@ attrs.x.editType = attrs.y.editType = attrs.x0.editType = attrs.y0.editType = 'c
|
|
|
119340
119448
|
attrs.hovertemplate = scatterAttrs.hovertemplate;
|
|
119341
119449
|
attrs.texttemplate = scatterAttrs.texttemplate;
|
|
119342
119450
|
|
|
119343
|
-
},{"../../components/colorscale/attributes":
|
|
119451
|
+
},{"../../components/colorscale/attributes":375,"../../lib/extend":490,"../../plot_api/edit_types":529,"../../plots/attributes":543,"../scatter/attributes":654,"./constants":685}],684:[function(_dereq_,module,exports){
|
|
119344
119452
|
/**
|
|
119345
119453
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119346
119454
|
* All rights reserved.
|
|
@@ -119526,7 +119634,7 @@ function sceneOptions(gd, subplot, trace, positions, x, y) {
|
|
|
119526
119634
|
return opts;
|
|
119527
119635
|
}
|
|
119528
119636
|
|
|
119529
|
-
},{"../../constants/numerical":
|
|
119637
|
+
},{"../../constants/numerical":475,"../../lib":498,"../../plots/cartesian/align_period":544,"../../plots/cartesian/autorange":546,"../../plots/cartesian/axis_ids":550,"../scatter/calc":655,"../scatter/colorscale_calc":657,"./constants":685,"./convert":686,"./scene_update":694,"@plotly/point-cluster":10}],685:[function(_dereq_,module,exports){
|
|
119530
119638
|
/**
|
|
119531
119639
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119532
119640
|
* All rights reserved.
|
|
@@ -119559,7 +119667,7 @@ module.exports = {
|
|
|
119559
119667
|
}
|
|
119560
119668
|
};
|
|
119561
119669
|
|
|
119562
|
-
},{}],
|
|
119670
|
+
},{}],686:[function(_dereq_,module,exports){
|
|
119563
119671
|
/**
|
|
119564
119672
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119565
119673
|
* All rights reserved.
|
|
@@ -120210,7 +120318,7 @@ module.exports = {
|
|
|
120210
120318
|
textPosition: convertTextPosition
|
|
120211
120319
|
};
|
|
120212
120320
|
|
|
120213
|
-
},{"../../components/drawing":
|
|
120321
|
+
},{"../../components/drawing":390,"../../components/fx/helpers":404,"../../constants/interactions":474,"../../lib":498,"../../lib/gl_format_color":494,"../../plots/cartesian/axis_ids":550,"../../registry":593,"../scatter/make_bubble_size_func":671,"../scatter/subtypes":679,"./constants":685,"./helpers":690,"color-normalize":63,"fast-isnumeric":155,"svg-path-sdf":320}],687:[function(_dereq_,module,exports){
|
|
120214
120322
|
/**
|
|
120215
120323
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120216
120324
|
* All rights reserved.
|
|
@@ -120289,7 +120397,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
120289
120397
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
120290
120398
|
};
|
|
120291
120399
|
|
|
120292
|
-
},{"../../lib":
|
|
120400
|
+
},{"../../lib":498,"../../registry":593,"../scatter/constants":658,"../scatter/fillcolor_defaults":662,"../scatter/line_defaults":667,"../scatter/marker_defaults":673,"../scatter/period_defaults":674,"../scatter/subtypes":679,"../scatter/text_defaults":680,"../scatter/xy_defaults":681,"./attributes":683,"./helpers":690}],688:[function(_dereq_,module,exports){
|
|
120293
120401
|
/**
|
|
120294
120402
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120295
120403
|
* All rights reserved.
|
|
@@ -120345,7 +120453,7 @@ module.exports = {
|
|
|
120345
120453
|
styleTextSelection: styleTextSelection
|
|
120346
120454
|
};
|
|
120347
120455
|
|
|
120348
|
-
},{"../../components/color":
|
|
120456
|
+
},{"../../components/color":368,"../../constants/interactions":474,"../../lib":498}],689:[function(_dereq_,module,exports){
|
|
120349
120457
|
/**
|
|
120350
120458
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120351
120459
|
* All rights reserved.
|
|
@@ -120365,7 +120473,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
120365
120473
|
return scatterFormatLabels(cdi, trace, fullLayout);
|
|
120366
120474
|
};
|
|
120367
120475
|
|
|
120368
|
-
},{"../scatter/format_labels":
|
|
120476
|
+
},{"../scatter/format_labels":663}],690:[function(_dereq_,module,exports){
|
|
120369
120477
|
/**
|
|
120370
120478
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120371
120479
|
* All rights reserved.
|
|
@@ -120390,7 +120498,7 @@ exports.isDotSymbol = function(symbol) {
|
|
|
120390
120498
|
symbol > 200;
|
|
120391
120499
|
};
|
|
120392
120500
|
|
|
120393
|
-
},{"./constants":
|
|
120501
|
+
},{"./constants":685}],691:[function(_dereq_,module,exports){
|
|
120394
120502
|
/**
|
|
120395
120503
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120396
120504
|
* All rights reserved.
|
|
@@ -120590,7 +120698,7 @@ module.exports = {
|
|
|
120590
120698
|
calcHover: calcHover
|
|
120591
120699
|
};
|
|
120592
120700
|
|
|
120593
|
-
},{"../../lib":
|
|
120701
|
+
},{"../../lib":498,"../../registry":593,"../scatter/get_trace_color":664}],692:[function(_dereq_,module,exports){
|
|
120594
120702
|
/**
|
|
120595
120703
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120596
120704
|
* All rights reserved.
|
|
@@ -120625,7 +120733,7 @@ module.exports = {
|
|
|
120625
120733
|
}
|
|
120626
120734
|
};
|
|
120627
120735
|
|
|
120628
|
-
},{"../../plots/cartesian":
|
|
120736
|
+
},{"../../plots/cartesian":560,"../scatter/cross_trace_defaults":660,"../scatter/marker_colorbar":672,"./attributes":683,"./calc":684,"./defaults":687,"./format_labels":689,"./hover":691,"./plot":693,"./select":695}],693:[function(_dereq_,module,exports){
|
|
120629
120737
|
/**
|
|
120630
120738
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120631
120739
|
* All rights reserved.
|
|
@@ -120994,7 +121102,7 @@ module.exports = function plot(gd, subplot, cdata) {
|
|
|
120994
121102
|
}
|
|
120995
121103
|
};
|
|
120996
121104
|
|
|
120997
|
-
},{"../../components/dragelement/helpers":
|
|
121105
|
+
},{"../../components/dragelement/helpers":386,"../../lib":498,"../../lib/prepare_regl":511,"../scatter/link_traces":670,"../scatter/subtypes":679,"./edit_style":688,"gl-text":225,"regl-error2d":291,"regl-line2d":292,"regl-scatter2d":294}],694:[function(_dereq_,module,exports){
|
|
120998
121106
|
/**
|
|
120999
121107
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121000
121108
|
* All rights reserved.
|
|
@@ -121152,7 +121260,7 @@ module.exports = function sceneUpdate(gd, subplot) {
|
|
|
121152
121260
|
return scene;
|
|
121153
121261
|
};
|
|
121154
121262
|
|
|
121155
|
-
},{"../../lib":
|
|
121263
|
+
},{"../../lib":498}],695:[function(_dereq_,module,exports){
|
|
121156
121264
|
/**
|
|
121157
121265
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121158
121266
|
* All rights reserved.
|
|
@@ -121231,7 +121339,7 @@ module.exports = function select(searchInfo, selectionTester) {
|
|
|
121231
121339
|
return selection;
|
|
121232
121340
|
};
|
|
121233
121341
|
|
|
121234
|
-
},{"../scatter/subtypes":
|
|
121342
|
+
},{"../scatter/subtypes":679,"./edit_style":688}],696:[function(_dereq_,module,exports){
|
|
121235
121343
|
/**
|
|
121236
121344
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121237
121345
|
* All rights reserved.
|
|
@@ -121398,7 +121506,7 @@ module.exports = {
|
|
|
121398
121506
|
opacity: scatterGlAttrs.opacity
|
|
121399
121507
|
};
|
|
121400
121508
|
|
|
121401
|
-
},{"../../components/colorscale/attributes":
|
|
121509
|
+
},{"../../components/colorscale/attributes":375,"../../lib/extend":490,"../../plot_api/plot_template":536,"../../plots/cartesian/constants":553,"../../plots/template_attributes":592,"../scatter/attributes":654,"../scattergl/attributes":683}],697:[function(_dereq_,module,exports){
|
|
121402
121510
|
/**
|
|
121403
121511
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121404
121512
|
* All rights reserved.
|
|
@@ -121617,7 +121725,7 @@ module.exports = {
|
|
|
121617
121725
|
toSVG: Cartesian.toSVG
|
|
121618
121726
|
};
|
|
121619
121727
|
|
|
121620
|
-
},{"../../lib/prepare_regl":
|
|
121728
|
+
},{"../../lib/prepare_regl":511,"../../plots/cartesian":560,"../../plots/cartesian/axes":547,"../../plots/cartesian/axis_ids":550,"../../plots/get_data":577,"../../registry":593,"regl-line2d":292}],698:[function(_dereq_,module,exports){
|
|
121621
121729
|
/**
|
|
121622
121730
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121623
121731
|
* All rights reserved.
|
|
@@ -121728,7 +121836,7 @@ module.exports = function calc(gd, trace) {
|
|
|
121728
121836
|
return [{x: false, y: false, t: {}, trace: trace}];
|
|
121729
121837
|
};
|
|
121730
121838
|
|
|
121731
|
-
},{"../../constants/numerical":
|
|
121839
|
+
},{"../../constants/numerical":475,"../../lib":498,"../../plots/cartesian/axis_ids":550,"../scatter/calc":655,"../scatter/colorscale_calc":657,"../scattergl/constants":685,"../scattergl/convert":686,"./scene_update":705}],699:[function(_dereq_,module,exports){
|
|
121732
121840
|
/**
|
|
121733
121841
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121734
121842
|
* All rights reserved.
|
|
@@ -121905,7 +122013,7 @@ function handleAxisDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
121905
122013
|
}
|
|
121906
122014
|
}
|
|
121907
122015
|
|
|
121908
|
-
},{"../../lib":
|
|
122016
|
+
},{"../../lib":498,"../../plots/array_container_defaults":542,"../parcoords/merge_length":644,"../scatter/marker_defaults":673,"../scatter/subtypes":679,"../scattergl/helpers":690,"./attributes":696}],700:[function(_dereq_,module,exports){
|
|
121909
122017
|
/**
|
|
121910
122018
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121911
122019
|
* All rights reserved.
|
|
@@ -121937,7 +122045,7 @@ module.exports = function editStyle(gd, cd0) {
|
|
|
121937
122045
|
}
|
|
121938
122046
|
};
|
|
121939
122047
|
|
|
121940
|
-
},{"../../lib":
|
|
122048
|
+
},{"../../lib":498,"../scatter/colorscale_calc":657,"../scattergl/convert":686}],701:[function(_dereq_,module,exports){
|
|
121941
122049
|
/**
|
|
121942
122050
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121943
122051
|
* All rights reserved.
|
|
@@ -121961,7 +122069,7 @@ exports.getDimIndex = function getDimIndex(trace, ax) {
|
|
|
121961
122069
|
return false;
|
|
121962
122070
|
};
|
|
121963
122071
|
|
|
121964
|
-
},{}],
|
|
122072
|
+
},{}],702:[function(_dereq_,module,exports){
|
|
121965
122073
|
/**
|
|
121966
122074
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121967
122075
|
* All rights reserved.
|
|
@@ -122022,7 +122130,7 @@ module.exports = {
|
|
|
122022
122130
|
hoverPoints: hoverPoints
|
|
122023
122131
|
};
|
|
122024
122132
|
|
|
122025
|
-
},{"../scattergl/hover":
|
|
122133
|
+
},{"../scattergl/hover":691,"./helpers":701}],703:[function(_dereq_,module,exports){
|
|
122026
122134
|
/**
|
|
122027
122135
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122028
122136
|
* All rights reserved.
|
|
@@ -122062,7 +122170,7 @@ module.exports = {
|
|
|
122062
122170
|
// register it here
|
|
122063
122171
|
Registry.register(Grid);
|
|
122064
122172
|
|
|
122065
|
-
},{"../../components/grid":
|
|
122173
|
+
},{"../../components/grid":412,"../../registry":593,"../scatter/marker_colorbar":672,"./attributes":696,"./base_plot":697,"./calc":698,"./defaults":699,"./edit_style":700,"./hover":702,"./plot":704,"./select":706}],704:[function(_dereq_,module,exports){
|
|
122066
122174
|
/**
|
|
122067
122175
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122068
122176
|
* All rights reserved.
|
|
@@ -122207,7 +122315,7 @@ function plotOne(gd, cd0) {
|
|
|
122207
122315
|
}
|
|
122208
122316
|
}
|
|
122209
122317
|
|
|
122210
|
-
},{"../../components/dragelement/helpers":
|
|
122318
|
+
},{"../../components/dragelement/helpers":386,"../../lib":498,"../../plots/cartesian/axis_ids":550,"regl-splom":296}],705:[function(_dereq_,module,exports){
|
|
122211
122319
|
/**
|
|
122212
122320
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122213
122321
|
* All rights reserved.
|
|
@@ -122279,7 +122387,7 @@ module.exports = function sceneUpdate(gd, trace) {
|
|
|
122279
122387
|
return scene;
|
|
122280
122388
|
};
|
|
122281
122389
|
|
|
122282
|
-
},{"../../lib":
|
|
122390
|
+
},{"../../lib":498}],706:[function(_dereq_,module,exports){
|
|
122283
122391
|
/**
|
|
122284
122392
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122285
122393
|
* All rights reserved.
|
|
@@ -122354,7 +122462,7 @@ module.exports = function select(searchInfo, selectionTester) {
|
|
|
122354
122462
|
return selection;
|
|
122355
122463
|
};
|
|
122356
122464
|
|
|
122357
|
-
},{"../../lib":
|
|
122465
|
+
},{"../../lib":498,"../scatter/subtypes":679,"./helpers":701}],707:[function(_dereq_,module,exports){
|
|
122358
122466
|
/**
|
|
122359
122467
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122360
122468
|
* All rights reserved.
|
|
@@ -122366,7 +122474,7 @@ module.exports = function select(searchInfo, selectionTester) {
|
|
|
122366
122474
|
'use strict';
|
|
122367
122475
|
|
|
122368
122476
|
// package version injected by `npm run preprocess`
|
|
122369
|
-
exports.version = '1.58.
|
|
122477
|
+
exports.version = '1.58.4';
|
|
122370
122478
|
|
|
122371
122479
|
},{}]},{},[5])(5)
|
|
122372
122480
|
});
|