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-finance.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js (finance) v1.58.
|
|
2
|
+
* plotly.js (finance) 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":210}],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/bar');
|
|
87
87
|
|
|
88
|
-
},{"../src/traces/bar":
|
|
88
|
+
},{"../src/traces/bar":316}],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/bar');
|
|
|
98
98
|
|
|
99
99
|
module.exports = _dereq_('../src/traces/candlestick');
|
|
100
100
|
|
|
101
|
-
},{"../src/traces/candlestick":
|
|
101
|
+
},{"../src/traces/candlestick":334}],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/traces/candlestick');
|
|
|
111
111
|
|
|
112
112
|
module.exports = _dereq_('../src/core');
|
|
113
113
|
|
|
114
|
-
},{"../src/core":
|
|
114
|
+
},{"../src/core":191}],5:[function(_dereq_,module,exports){
|
|
115
115
|
/**
|
|
116
116
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117
117
|
* All rights reserved.
|
|
@@ -124,7 +124,7 @@ module.exports = _dereq_('../src/core');
|
|
|
124
124
|
|
|
125
125
|
module.exports = _dereq_('../src/traces/funnel');
|
|
126
126
|
|
|
127
|
-
},{"../src/traces/funnel":
|
|
127
|
+
},{"../src/traces/funnel":343}],6:[function(_dereq_,module,exports){
|
|
128
128
|
/**
|
|
129
129
|
* Copyright 2012-2020, Plotly, Inc.
|
|
130
130
|
* All rights reserved.
|
|
@@ -137,7 +137,7 @@ module.exports = _dereq_('../src/traces/funnel');
|
|
|
137
137
|
|
|
138
138
|
module.exports = _dereq_('../src/traces/funnelarea');
|
|
139
139
|
|
|
140
|
-
},{"../src/traces/funnelarea":
|
|
140
|
+
},{"../src/traces/funnelarea":352}],7:[function(_dereq_,module,exports){
|
|
141
141
|
/**
|
|
142
142
|
* Copyright 2012-2020, Plotly, Inc.
|
|
143
143
|
* All rights reserved.
|
|
@@ -150,7 +150,7 @@ module.exports = _dereq_('../src/traces/funnelarea');
|
|
|
150
150
|
|
|
151
151
|
module.exports = _dereq_('../src/traces/histogram');
|
|
152
152
|
|
|
153
|
-
},{"../src/traces/histogram":
|
|
153
|
+
},{"../src/traces/histogram":368}],8:[function(_dereq_,module,exports){
|
|
154
154
|
/**
|
|
155
155
|
* Copyright 2012-2020, Plotly, Inc.
|
|
156
156
|
* All rights reserved.
|
|
@@ -190,7 +190,7 @@ module.exports = Plotly;
|
|
|
190
190
|
|
|
191
191
|
module.exports = _dereq_('../src/traces/indicator');
|
|
192
192
|
|
|
193
|
-
},{"../src/traces/indicator":
|
|
193
|
+
},{"../src/traces/indicator":375}],10:[function(_dereq_,module,exports){
|
|
194
194
|
/**
|
|
195
195
|
* Copyright 2012-2020, Plotly, Inc.
|
|
196
196
|
* All rights reserved.
|
|
@@ -203,7 +203,7 @@ module.exports = _dereq_('../src/traces/indicator');
|
|
|
203
203
|
|
|
204
204
|
module.exports = _dereq_('../src/traces/ohlc');
|
|
205
205
|
|
|
206
|
-
},{"../src/traces/ohlc":
|
|
206
|
+
},{"../src/traces/ohlc":381}],11:[function(_dereq_,module,exports){
|
|
207
207
|
/**
|
|
208
208
|
* Copyright 2012-2020, Plotly, Inc.
|
|
209
209
|
* All rights reserved.
|
|
@@ -216,7 +216,7 @@ module.exports = _dereq_('../src/traces/ohlc');
|
|
|
216
216
|
|
|
217
217
|
module.exports = _dereq_('../src/traces/pie');
|
|
218
218
|
|
|
219
|
-
},{"../src/traces/pie":
|
|
219
|
+
},{"../src/traces/pie":392}],12:[function(_dereq_,module,exports){
|
|
220
220
|
/**
|
|
221
221
|
* Copyright 2012-2020, Plotly, Inc.
|
|
222
222
|
* All rights reserved.
|
|
@@ -229,7 +229,7 @@ module.exports = _dereq_('../src/traces/pie');
|
|
|
229
229
|
|
|
230
230
|
module.exports = _dereq_('../src/traces/waterfall');
|
|
231
231
|
|
|
232
|
-
},{"../src/traces/waterfall":
|
|
232
|
+
},{"../src/traces/waterfall":434}],13:[function(_dereq_,module,exports){
|
|
233
233
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
234
234
|
//
|
|
235
235
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -12524,7 +12524,7 @@ return Promise$1;
|
|
|
12524
12524
|
|
|
12525
12525
|
|
|
12526
12526
|
}).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
12527
|
-
},{"_process":
|
|
12527
|
+
},{"_process":64}],18:[function(_dereq_,module,exports){
|
|
12528
12528
|
/**
|
|
12529
12529
|
* inspired by is-number <https://github.com/jonschlinkert/is-number>
|
|
12530
12530
|
* but significantly simplified and sped up by ignoring number and string constructors
|
|
@@ -12550,7 +12550,7 @@ module.exports = function(n) {
|
|
|
12550
12550
|
return n - n < 1;
|
|
12551
12551
|
};
|
|
12552
12552
|
|
|
12553
|
-
},{"is-string-blank":
|
|
12553
|
+
},{"is-string-blank":53}],19:[function(_dereq_,module,exports){
|
|
12554
12554
|
module.exports = adjoint;
|
|
12555
12555
|
|
|
12556
12556
|
/**
|
|
@@ -13820,6 +13820,43 @@ module.exports = isBrowser && detect()
|
|
|
13820
13820
|
},{"is-browser":51}],51:[function(_dereq_,module,exports){
|
|
13821
13821
|
module.exports = true;
|
|
13822
13822
|
},{}],52:[function(_dereq_,module,exports){
|
|
13823
|
+
'use strict'
|
|
13824
|
+
|
|
13825
|
+
module.exports = isMobile
|
|
13826
|
+
module.exports.isMobile = isMobile
|
|
13827
|
+
module.exports.default = isMobile
|
|
13828
|
+
|
|
13829
|
+
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
|
|
13830
|
+
|
|
13831
|
+
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
|
|
13832
|
+
|
|
13833
|
+
function isMobile (opts) {
|
|
13834
|
+
if (!opts) opts = {}
|
|
13835
|
+
var ua = opts.ua
|
|
13836
|
+
if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
|
|
13837
|
+
if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
|
|
13838
|
+
ua = ua.headers['user-agent']
|
|
13839
|
+
}
|
|
13840
|
+
if (typeof ua !== 'string') return false
|
|
13841
|
+
|
|
13842
|
+
var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
|
|
13843
|
+
|
|
13844
|
+
if (
|
|
13845
|
+
!result &&
|
|
13846
|
+
opts.tablet &&
|
|
13847
|
+
opts.featureDetect &&
|
|
13848
|
+
navigator &&
|
|
13849
|
+
navigator.maxTouchPoints > 1 &&
|
|
13850
|
+
ua.indexOf('Macintosh') !== -1 &&
|
|
13851
|
+
ua.indexOf('Safari') !== -1
|
|
13852
|
+
) {
|
|
13853
|
+
result = true
|
|
13854
|
+
}
|
|
13855
|
+
|
|
13856
|
+
return result
|
|
13857
|
+
}
|
|
13858
|
+
|
|
13859
|
+
},{}],53:[function(_dereq_,module,exports){
|
|
13823
13860
|
'use strict';
|
|
13824
13861
|
|
|
13825
13862
|
/**
|
|
@@ -13856,7 +13893,7 @@ module.exports = function(str){
|
|
|
13856
13893
|
return true;
|
|
13857
13894
|
}
|
|
13858
13895
|
|
|
13859
|
-
},{}],
|
|
13896
|
+
},{}],54:[function(_dereq_,module,exports){
|
|
13860
13897
|
var rootPosition = { left: 0, top: 0 }
|
|
13861
13898
|
|
|
13862
13899
|
module.exports = mouseEventOffset
|
|
@@ -13883,7 +13920,7 @@ function getBoundingClientOffset (element) {
|
|
|
13883
13920
|
}
|
|
13884
13921
|
}
|
|
13885
13922
|
|
|
13886
|
-
},{}],
|
|
13923
|
+
},{}],55:[function(_dereq_,module,exports){
|
|
13887
13924
|
|
|
13888
13925
|
module.exports = parse
|
|
13889
13926
|
|
|
@@ -13942,7 +13979,7 @@ function parseValues(args) {
|
|
|
13942
13979
|
return numbers ? numbers.map(Number) : []
|
|
13943
13980
|
}
|
|
13944
13981
|
|
|
13945
|
-
},{}],
|
|
13982
|
+
},{}],56:[function(_dereq_,module,exports){
|
|
13946
13983
|
/*
|
|
13947
13984
|
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
|
13948
13985
|
* @license MIT
|
|
@@ -14070,7 +14107,7 @@ if (typeof window === 'object')
|
|
|
14070
14107
|
|
|
14071
14108
|
module.exports = PolyBool;
|
|
14072
14109
|
|
|
14073
|
-
},{"./lib/build-log":
|
|
14110
|
+
},{"./lib/build-log":57,"./lib/epsilon":58,"./lib/geojson":59,"./lib/intersecter":60,"./lib/segment-chainer":62,"./lib/segment-selector":63}],57:[function(_dereq_,module,exports){
|
|
14074
14111
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
14075
14112
|
// MIT License
|
|
14076
14113
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -14185,7 +14222,7 @@ function BuildLog(){
|
|
|
14185
14222
|
|
|
14186
14223
|
module.exports = BuildLog;
|
|
14187
14224
|
|
|
14188
|
-
},{}],
|
|
14225
|
+
},{}],58:[function(_dereq_,module,exports){
|
|
14189
14226
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
14190
14227
|
// MIT License
|
|
14191
14228
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -14357,7 +14394,7 @@ function Epsilon(eps){
|
|
|
14357
14394
|
|
|
14358
14395
|
module.exports = Epsilon;
|
|
14359
14396
|
|
|
14360
|
-
},{}],
|
|
14397
|
+
},{}],59:[function(_dereq_,module,exports){
|
|
14361
14398
|
// (c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
|
|
14362
14399
|
// MIT License
|
|
14363
14400
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -14547,7 +14584,7 @@ var GeoJSON = {
|
|
|
14547
14584
|
|
|
14548
14585
|
module.exports = GeoJSON;
|
|
14549
14586
|
|
|
14550
|
-
},{}],
|
|
14587
|
+
},{}],60:[function(_dereq_,module,exports){
|
|
14551
14588
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
14552
14589
|
// MIT License
|
|
14553
14590
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -15054,7 +15091,7 @@ function Intersecter(selfIntersection, eps, buildLog){
|
|
|
15054
15091
|
|
|
15055
15092
|
module.exports = Intersecter;
|
|
15056
15093
|
|
|
15057
|
-
},{"./linked-list":
|
|
15094
|
+
},{"./linked-list":61}],61:[function(_dereq_,module,exports){
|
|
15058
15095
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
15059
15096
|
// MIT License
|
|
15060
15097
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -15137,7 +15174,7 @@ var LinkedList = {
|
|
|
15137
15174
|
|
|
15138
15175
|
module.exports = LinkedList;
|
|
15139
15176
|
|
|
15140
|
-
},{}],
|
|
15177
|
+
},{}],62:[function(_dereq_,module,exports){
|
|
15141
15178
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
15142
15179
|
// MIT License
|
|
15143
15180
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -15391,7 +15428,7 @@ function SegmentChainer(segments, eps, buildLog){
|
|
|
15391
15428
|
|
|
15392
15429
|
module.exports = SegmentChainer;
|
|
15393
15430
|
|
|
15394
|
-
},{}],
|
|
15431
|
+
},{}],63:[function(_dereq_,module,exports){
|
|
15395
15432
|
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
|
|
15396
15433
|
// MIT License
|
|
15397
15434
|
// Project Home: https://github.com/voidqk/polybooljs
|
|
@@ -15559,7 +15596,7 @@ var SegmentSelector = {
|
|
|
15559
15596
|
|
|
15560
15597
|
module.exports = SegmentSelector;
|
|
15561
15598
|
|
|
15562
|
-
},{}],
|
|
15599
|
+
},{}],64:[function(_dereq_,module,exports){
|
|
15563
15600
|
// shim for using process in browser
|
|
15564
15601
|
var process = module.exports = {};
|
|
15565
15602
|
|
|
@@ -15745,7 +15782,7 @@ process.chdir = function (dir) {
|
|
|
15745
15782
|
};
|
|
15746
15783
|
process.umask = function() { return 0; };
|
|
15747
15784
|
|
|
15748
|
-
},{}],
|
|
15785
|
+
},{}],65:[function(_dereq_,module,exports){
|
|
15749
15786
|
// TinyColor v1.4.2
|
|
15750
15787
|
// https://github.com/bgrins/TinyColor
|
|
15751
15788
|
// Brian Grinstead, MIT License
|
|
@@ -16942,7 +16979,7 @@ else {
|
|
|
16942
16979
|
|
|
16943
16980
|
})(Math);
|
|
16944
16981
|
|
|
16945
|
-
},{}],
|
|
16982
|
+
},{}],66:[function(_dereq_,module,exports){
|
|
16946
16983
|
/**
|
|
16947
16984
|
* Copyright 2012-2020, Plotly, Inc.
|
|
16948
16985
|
* All rights reserved.
|
|
@@ -17013,7 +17050,7 @@ module.exports = [
|
|
|
17013
17050
|
}
|
|
17014
17051
|
];
|
|
17015
17052
|
|
|
17016
|
-
},{}],
|
|
17053
|
+
},{}],67:[function(_dereq_,module,exports){
|
|
17017
17054
|
/**
|
|
17018
17055
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17019
17056
|
* All rights reserved.
|
|
@@ -17395,7 +17432,7 @@ module.exports = templatedArray('annotation', {
|
|
|
17395
17432
|
}
|
|
17396
17433
|
});
|
|
17397
17434
|
|
|
17398
|
-
},{"../../constants/axis_placeable_objects":
|
|
17435
|
+
},{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/font_attributes":284,"./arrow_paths":66}],68:[function(_dereq_,module,exports){
|
|
17399
17436
|
/**
|
|
17400
17437
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17401
17438
|
* All rights reserved.
|
|
@@ -17486,7 +17523,7 @@ function calcAxisExpansion(ann, ax) {
|
|
|
17486
17523
|
ann._extremes[axId] = extremes;
|
|
17487
17524
|
}
|
|
17488
17525
|
|
|
17489
|
-
},{"../../lib":
|
|
17526
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"./draw":73}],69:[function(_dereq_,module,exports){
|
|
17490
17527
|
/**
|
|
17491
17528
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17492
17529
|
* All rights reserved.
|
|
@@ -17624,7 +17661,7 @@ function clickData2r(d, ax) {
|
|
|
17624
17661
|
return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
|
|
17625
17662
|
}
|
|
17626
17663
|
|
|
17627
|
-
},{"../../lib":
|
|
17664
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298}],70:[function(_dereq_,module,exports){
|
|
17628
17665
|
/**
|
|
17629
17666
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17630
17667
|
* All rights reserved.
|
|
@@ -17703,7 +17740,7 @@ module.exports = function handleAnnotationCommonDefaults(annIn, annOut, fullLayo
|
|
|
17703
17740
|
coerce('captureevents', !!hoverText);
|
|
17704
17741
|
};
|
|
17705
17742
|
|
|
17706
|
-
},{"../../lib":
|
|
17743
|
+
},{"../../lib":210,"../color":82}],71:[function(_dereq_,module,exports){
|
|
17707
17744
|
/**
|
|
17708
17745
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17709
17746
|
* All rights reserved.
|
|
@@ -17766,7 +17803,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
17766
17803
|
}
|
|
17767
17804
|
};
|
|
17768
17805
|
|
|
17769
|
-
},{"../../lib/to_log_range":
|
|
17806
|
+
},{"../../lib/to_log_range":234,"fast-isnumeric":18}],72:[function(_dereq_,module,exports){
|
|
17770
17807
|
/**
|
|
17771
17808
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17772
17809
|
* All rights reserved.
|
|
@@ -17874,7 +17911,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
|
|
|
17874
17911
|
}
|
|
17875
17912
|
}
|
|
17876
17913
|
|
|
17877
|
-
},{"../../lib":
|
|
17914
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":67,"./common_defaults":70}],73:[function(_dereq_,module,exports){
|
|
17878
17915
|
/**
|
|
17879
17916
|
* Copyright 2012-2020, Plotly, Inc.
|
|
17880
17917
|
* All rights reserved.
|
|
@@ -18635,7 +18672,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
|
|
|
18635
18672
|
} else annText.call(textLayout);
|
|
18636
18673
|
}
|
|
18637
18674
|
|
|
18638
|
-
},{"../../lib":
|
|
18675
|
+
},{"../../lib":210,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../fx":122,"./draw_arrow_head":74,"d3":16}],74:[function(_dereq_,module,exports){
|
|
18639
18676
|
/**
|
|
18640
18677
|
* Copyright 2012-2020, Plotly, Inc.
|
|
18641
18678
|
* All rights reserved.
|
|
@@ -18791,7 +18828,7 @@ module.exports = function drawArrowHead(el3, ends, options) {
|
|
|
18791
18828
|
if(doEnd) drawhead(headStyle, end, endRot, scale);
|
|
18792
18829
|
};
|
|
18793
18830
|
|
|
18794
|
-
},{"../../lib":
|
|
18831
|
+
},{"../../lib":210,"../color":82,"./arrow_paths":66,"d3":16}],75:[function(_dereq_,module,exports){
|
|
18795
18832
|
/**
|
|
18796
18833
|
* Copyright 2012-2020, Plotly, Inc.
|
|
18797
18834
|
* All rights reserved.
|
|
@@ -18825,7 +18862,7 @@ module.exports = {
|
|
|
18825
18862
|
convertCoords: _dereq_('./convert_coords')
|
|
18826
18863
|
};
|
|
18827
18864
|
|
|
18828
|
-
},{"../../plots/cartesian/include_components":
|
|
18865
|
+
},{"../../plots/cartesian/include_components":268,"./attributes":67,"./calc_autorange":68,"./click":69,"./convert_coords":71,"./defaults":72,"./draw":73}],76:[function(_dereq_,module,exports){
|
|
18829
18866
|
/**
|
|
18830
18867
|
* Copyright 2012-2020, Plotly, Inc.
|
|
18831
18868
|
* All rights reserved.
|
|
@@ -18913,7 +18950,7 @@ module.exports = overrideAll(templatedArray('annotation', {
|
|
|
18913
18950
|
// zref: 'z'
|
|
18914
18951
|
}), 'calc', 'from-root');
|
|
18915
18952
|
|
|
18916
|
-
},{"../../plot_api/edit_types":
|
|
18953
|
+
},{"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../annotations/attributes":67}],77:[function(_dereq_,module,exports){
|
|
18917
18954
|
/**
|
|
18918
18955
|
* Copyright 2012-2020, Plotly, Inc.
|
|
18919
18956
|
* All rights reserved.
|
|
@@ -18978,7 +19015,7 @@ function mockAnnAxes(ann, scene) {
|
|
|
18978
19015
|
};
|
|
18979
19016
|
}
|
|
18980
19017
|
|
|
18981
|
-
},{"../../lib":
|
|
19018
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256}],78:[function(_dereq_,module,exports){
|
|
18982
19019
|
/**
|
|
18983
19020
|
* Copyright 2012-2020, Plotly, Inc.
|
|
18984
19021
|
* All rights reserved.
|
|
@@ -19054,7 +19091,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
|
|
|
19054
19091
|
}
|
|
19055
19092
|
}
|
|
19056
19093
|
|
|
19057
|
-
},{"../../lib":
|
|
19094
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"../annotations/common_defaults":70,"./attributes":76}],79:[function(_dereq_,module,exports){
|
|
19058
19095
|
/**
|
|
19059
19096
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19060
19097
|
* All rights reserved.
|
|
@@ -19106,7 +19143,7 @@ module.exports = function draw(scene) {
|
|
|
19106
19143
|
}
|
|
19107
19144
|
};
|
|
19108
19145
|
|
|
19109
|
-
},{"../../plots/gl3d/project":
|
|
19146
|
+
},{"../../plots/gl3d/project":287,"../annotations/draw":73}],80:[function(_dereq_,module,exports){
|
|
19110
19147
|
/**
|
|
19111
19148
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19112
19149
|
* All rights reserved.
|
|
@@ -19154,7 +19191,7 @@ function includeGL3D(layoutIn, layoutOut) {
|
|
|
19154
19191
|
}
|
|
19155
19192
|
}
|
|
19156
19193
|
|
|
19157
|
-
},{"../../lib":
|
|
19194
|
+
},{"../../lib":210,"../../registry":298,"./attributes":76,"./convert":77,"./defaults":78,"./draw":79}],81:[function(_dereq_,module,exports){
|
|
19158
19195
|
/**
|
|
19159
19196
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19160
19197
|
* All rights reserved.
|
|
@@ -19194,7 +19231,7 @@ exports.borderLine = '#BEC8D9';
|
|
|
19194
19231
|
// gives back exactly lightLine if the other colors are defaults.
|
|
19195
19232
|
exports.lightFraction = 100 * (0xe - 0x4) / (0xf - 0x4);
|
|
19196
19233
|
|
|
19197
|
-
},{}],
|
|
19234
|
+
},{}],82:[function(_dereq_,module,exports){
|
|
19198
19235
|
/**
|
|
19199
19236
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19200
19237
|
* All rights reserved.
|
|
@@ -19368,7 +19405,7 @@ function cleanOne(val) {
|
|
|
19368
19405
|
return 'rgb(' + rgbStr + ')';
|
|
19369
19406
|
}
|
|
19370
19407
|
|
|
19371
|
-
},{"./attributes":
|
|
19408
|
+
},{"./attributes":81,"fast-isnumeric":18,"tinycolor2":65}],83:[function(_dereq_,module,exports){
|
|
19372
19409
|
/**
|
|
19373
19410
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19374
19411
|
* All rights reserved.
|
|
@@ -19559,7 +19596,7 @@ module.exports = overrideAll({
|
|
|
19559
19596
|
}
|
|
19560
19597
|
}, 'colorbars', 'from-root');
|
|
19561
19598
|
|
|
19562
|
-
},{"../../lib/extend":
|
|
19599
|
+
},{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plots/cartesian/layout_attributes":270,"../../plots/font_attributes":284}],84:[function(_dereq_,module,exports){
|
|
19563
19600
|
/**
|
|
19564
19601
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19565
19602
|
* All rights reserved.
|
|
@@ -19587,7 +19624,7 @@ module.exports = {
|
|
|
19587
19624
|
}
|
|
19588
19625
|
};
|
|
19589
19626
|
|
|
19590
|
-
},{}],
|
|
19627
|
+
},{}],85:[function(_dereq_,module,exports){
|
|
19591
19628
|
/**
|
|
19592
19629
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19593
19630
|
* All rights reserved.
|
|
@@ -19657,7 +19694,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
|
|
|
19657
19694
|
coerce('title.side');
|
|
19658
19695
|
};
|
|
19659
19696
|
|
|
19660
|
-
},{"../../lib":
|
|
19697
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/cartesian/tick_label_defaults":277,"../../plots/cartesian/tick_mark_defaults":278,"../../plots/cartesian/tick_value_defaults":279,"./attributes":83}],86:[function(_dereq_,module,exports){
|
|
19661
19698
|
/**
|
|
19662
19699
|
* Copyright 2012-2020, Plotly, Inc.
|
|
19663
19700
|
* All rights reserved.
|
|
@@ -20391,7 +20428,7 @@ module.exports = {
|
|
|
20391
20428
|
draw: draw
|
|
20392
20429
|
};
|
|
20393
20430
|
|
|
20394
|
-
},{"../../constants/alignment":
|
|
20431
|
+
},{"../../constants/alignment":184,"../../lib":210,"../../lib/extend":204,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_defaults":258,"../../plots/cartesian/layout_attributes":270,"../../plots/cartesian/position_defaults":273,"../../plots/plots":290,"../../registry":298,"../color":82,"../colorscale/helpers":93,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":84,"d3":16,"tinycolor2":65}],87:[function(_dereq_,module,exports){
|
|
20395
20432
|
/**
|
|
20396
20433
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20397
20434
|
* All rights reserved.
|
|
@@ -20410,7 +20447,7 @@ module.exports = function hasColorbar(container) {
|
|
|
20410
20447
|
return Lib.isPlainObject(container.colorbar);
|
|
20411
20448
|
};
|
|
20412
20449
|
|
|
20413
|
-
},{"../../lib":
|
|
20450
|
+
},{"../../lib":210}],88:[function(_dereq_,module,exports){
|
|
20414
20451
|
/**
|
|
20415
20452
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20416
20453
|
* All rights reserved.
|
|
@@ -20432,7 +20469,7 @@ module.exports = {
|
|
|
20432
20469
|
hasColorbar: _dereq_('./has_colorbar')
|
|
20433
20470
|
};
|
|
20434
20471
|
|
|
20435
|
-
},{"./attributes":
|
|
20472
|
+
},{"./attributes":83,"./defaults":85,"./draw":86,"./has_colorbar":87}],89:[function(_dereq_,module,exports){
|
|
20436
20473
|
/**
|
|
20437
20474
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20438
20475
|
* All rights reserved.
|
|
@@ -20640,7 +20677,7 @@ module.exports = function colorScaleAttrs(context, opts) {
|
|
|
20640
20677
|
return attrs;
|
|
20641
20678
|
};
|
|
20642
20679
|
|
|
20643
|
-
},{"../../lib/regex":
|
|
20680
|
+
},{"../../lib/regex":226,"../colorbar/attributes":83,"./scales.js":97}],90:[function(_dereq_,module,exports){
|
|
20644
20681
|
/**
|
|
20645
20682
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20646
20683
|
* All rights reserved.
|
|
@@ -20719,7 +20756,7 @@ module.exports = function calc(gd, trace, opts) {
|
|
|
20719
20756
|
}
|
|
20720
20757
|
};
|
|
20721
20758
|
|
|
20722
|
-
},{"../../lib":
|
|
20759
|
+
},{"../../lib":210,"./helpers":93,"fast-isnumeric":18}],91:[function(_dereq_,module,exports){
|
|
20723
20760
|
/**
|
|
20724
20761
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20725
20762
|
* All rights reserved.
|
|
@@ -20796,7 +20833,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
|
|
|
20796
20833
|
}
|
|
20797
20834
|
};
|
|
20798
20835
|
|
|
20799
|
-
},{"../../lib":
|
|
20836
|
+
},{"../../lib":210,"./helpers":93}],92:[function(_dereq_,module,exports){
|
|
20800
20837
|
/**
|
|
20801
20838
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20802
20839
|
* All rights reserved.
|
|
@@ -20921,7 +20958,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
|
|
|
20921
20958
|
}
|
|
20922
20959
|
};
|
|
20923
20960
|
|
|
20924
|
-
},{"../../lib":
|
|
20961
|
+
},{"../../lib":210,"../../registry":298,"../colorbar/defaults":85,"../colorbar/has_colorbar":87,"./scales":97,"fast-isnumeric":18}],93:[function(_dereq_,module,exports){
|
|
20925
20962
|
/**
|
|
20926
20963
|
* Copyright 2012-2020, Plotly, Inc.
|
|
20927
20964
|
* All rights reserved.
|
|
@@ -21161,7 +21198,7 @@ module.exports = {
|
|
|
21161
21198
|
makeColorScaleFuncFromTrace: makeColorScaleFuncFromTrace
|
|
21162
21199
|
};
|
|
21163
21200
|
|
|
21164
|
-
},{"../../lib":
|
|
21201
|
+
},{"../../lib":210,"../color":82,"./scales":97,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],94:[function(_dereq_,module,exports){
|
|
21165
21202
|
/**
|
|
21166
21203
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21167
21204
|
* All rights reserved.
|
|
@@ -21189,7 +21226,7 @@ module.exports = {
|
|
|
21189
21226
|
calc: _dereq_('./calc'),
|
|
21190
21227
|
|
|
21191
21228
|
// ./scales.js is required in lib/coerce.js ;
|
|
21192
|
-
// it needs to be a
|
|
21229
|
+
// it needs to be a separate module to avoid circular a dependency
|
|
21193
21230
|
scales: scales.scales,
|
|
21194
21231
|
defaultScale: scales.defaultScale,
|
|
21195
21232
|
getScale: scales.get,
|
|
@@ -21203,7 +21240,7 @@ module.exports = {
|
|
|
21203
21240
|
makeColorScaleFuncFromTrace: helpers.makeColorScaleFuncFromTrace
|
|
21204
21241
|
};
|
|
21205
21242
|
|
|
21206
|
-
},{"./attributes":
|
|
21243
|
+
},{"./attributes":89,"./calc":90,"./cross_trace_defaults":91,"./defaults":92,"./helpers":93,"./layout_attributes":95,"./layout_defaults":96,"./scales":97}],95:[function(_dereq_,module,exports){
|
|
21207
21244
|
/**
|
|
21208
21245
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21209
21246
|
* All rights reserved.
|
|
@@ -21264,7 +21301,7 @@ module.exports = {
|
|
|
21264
21301
|
}))
|
|
21265
21302
|
};
|
|
21266
21303
|
|
|
21267
|
-
},{"../../lib/extend":
|
|
21304
|
+
},{"../../lib/extend":204,"./attributes":89,"./scales":97}],96:[function(_dereq_,module,exports){
|
|
21268
21305
|
/**
|
|
21269
21306
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21270
21307
|
* All rights reserved.
|
|
@@ -21315,7 +21352,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
21315
21352
|
}
|
|
21316
21353
|
};
|
|
21317
21354
|
|
|
21318
|
-
},{"../../lib":
|
|
21355
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"./defaults":92,"./layout_attributes":95}],97:[function(_dereq_,module,exports){
|
|
21319
21356
|
/**
|
|
21320
21357
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21321
21358
|
* All rights reserved.
|
|
@@ -21519,7 +21556,7 @@ module.exports = {
|
|
|
21519
21556
|
isValid: isValidScale
|
|
21520
21557
|
};
|
|
21521
21558
|
|
|
21522
|
-
},{"tinycolor2":
|
|
21559
|
+
},{"tinycolor2":65}],98:[function(_dereq_,module,exports){
|
|
21523
21560
|
/**
|
|
21524
21561
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21525
21562
|
* All rights reserved.
|
|
@@ -21552,7 +21589,7 @@ module.exports = function align(v, dv, v0, v1, anchor) {
|
|
|
21552
21589
|
return vc;
|
|
21553
21590
|
};
|
|
21554
21591
|
|
|
21555
|
-
},{}],
|
|
21592
|
+
},{}],99:[function(_dereq_,module,exports){
|
|
21556
21593
|
/**
|
|
21557
21594
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21558
21595
|
* All rights reserved.
|
|
@@ -21590,7 +21627,7 @@ module.exports = function getCursor(x, y, xanchor, yanchor) {
|
|
|
21590
21627
|
return cursorset[y][x];
|
|
21591
21628
|
};
|
|
21592
21629
|
|
|
21593
|
-
},{"../../lib":
|
|
21630
|
+
},{"../../lib":210}],100:[function(_dereq_,module,exports){
|
|
21594
21631
|
/**
|
|
21595
21632
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21596
21633
|
* All rights reserved.
|
|
@@ -21649,7 +21686,7 @@ exports.selectingOrDrawing = function(dragmode) {
|
|
|
21649
21686
|
);
|
|
21650
21687
|
};
|
|
21651
21688
|
|
|
21652
|
-
},{}],
|
|
21689
|
+
},{}],101:[function(_dereq_,module,exports){
|
|
21653
21690
|
/**
|
|
21654
21691
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21655
21692
|
* All rights reserved.
|
|
@@ -21941,7 +21978,7 @@ function pointerOffset(e) {
|
|
|
21941
21978
|
);
|
|
21942
21979
|
}
|
|
21943
21980
|
|
|
21944
|
-
},{"../../lib":
|
|
21981
|
+
},{"../../lib":210,"../../plots/cartesian/constants":262,"./align":98,"./cursor":99,"./unhover":102,"has-hover":49,"has-passive-events":50,"mouse-event-offset":54}],102:[function(_dereq_,module,exports){
|
|
21945
21982
|
/**
|
|
21946
21983
|
* Copyright 2012-2020, Plotly, Inc.
|
|
21947
21984
|
* All rights reserved.
|
|
@@ -21996,7 +22033,7 @@ unhover.raw = function raw(gd, evt) {
|
|
|
21996
22033
|
}
|
|
21997
22034
|
};
|
|
21998
22035
|
|
|
21999
|
-
},{"../../lib/dom":
|
|
22036
|
+
},{"../../lib/dom":202,"../../lib/events":203,"../../lib/throttle":233,"../fx/constants":116}],103:[function(_dereq_,module,exports){
|
|
22000
22037
|
/**
|
|
22001
22038
|
* Copyright 2012-2020, Plotly, Inc.
|
|
22002
22039
|
* All rights reserved.
|
|
@@ -22021,7 +22058,7 @@ exports.dash = {
|
|
|
22021
22058
|
|
|
22022
22059
|
};
|
|
22023
22060
|
|
|
22024
|
-
},{}],
|
|
22061
|
+
},{}],104:[function(_dereq_,module,exports){
|
|
22025
22062
|
/**
|
|
22026
22063
|
* Copyright 2012-2020, Plotly, Inc.
|
|
22027
22064
|
* All rights reserved.
|
|
@@ -23218,7 +23255,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
|
|
|
23218
23255
|
});
|
|
23219
23256
|
};
|
|
23220
23257
|
|
|
23221
|
-
},{"../../components/fx/helpers":
|
|
23258
|
+
},{"../../components/fx/helpers":118,"../../constants/alignment":184,"../../constants/interactions":188,"../../constants/xmlns_namespaces":190,"../../lib":210,"../../lib/svg_text_utils":232,"../../registry":298,"../../traces/scatter/make_bubble_size_func":416,"../../traces/scatter/subtypes":424,"../color":82,"../colorscale":94,"./symbol_defs":105,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],105:[function(_dereq_,module,exports){
|
|
23222
23259
|
/**
|
|
23223
23260
|
* Copyright 2012-2020, Plotly, Inc.
|
|
23224
23261
|
* All rights reserved.
|
|
@@ -23782,7 +23819,7 @@ module.exports = {
|
|
|
23782
23819
|
}
|
|
23783
23820
|
};
|
|
23784
23821
|
|
|
23785
|
-
},{"d3":16}],
|
|
23822
|
+
},{"d3":16}],106:[function(_dereq_,module,exports){
|
|
23786
23823
|
/**
|
|
23787
23824
|
* Copyright 2012-2020, Plotly, Inc.
|
|
23788
23825
|
* All rights reserved.
|
|
@@ -23897,7 +23934,7 @@ module.exports = {
|
|
|
23897
23934
|
}
|
|
23898
23935
|
};
|
|
23899
23936
|
|
|
23900
|
-
},{}],
|
|
23937
|
+
},{}],107:[function(_dereq_,module,exports){
|
|
23901
23938
|
/**
|
|
23902
23939
|
* Copyright 2012-2020, Plotly, Inc.
|
|
23903
23940
|
* All rights reserved.
|
|
@@ -23983,7 +24020,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
|
|
|
23983
24020
|
baseExtremes.max = baseExtremes.max.concat(extremes.max);
|
|
23984
24021
|
}
|
|
23985
24022
|
|
|
23986
|
-
},{"../../lib":
|
|
24023
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./compute_error":108,"fast-isnumeric":18}],108:[function(_dereq_,module,exports){
|
|
23987
24024
|
/**
|
|
23988
24025
|
* Copyright 2012-2020, Plotly, Inc.
|
|
23989
24026
|
* All rights reserved.
|
|
@@ -24084,7 +24121,7 @@ function makeComputeErrorValue(type, value) {
|
|
|
24084
24121
|
}
|
|
24085
24122
|
}
|
|
24086
24123
|
|
|
24087
|
-
},{}],
|
|
24124
|
+
},{}],109:[function(_dereq_,module,exports){
|
|
24088
24125
|
/**
|
|
24089
24126
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24090
24127
|
* All rights reserved.
|
|
@@ -24159,7 +24196,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
|
|
|
24159
24196
|
}
|
|
24160
24197
|
};
|
|
24161
24198
|
|
|
24162
|
-
},{"../../lib":
|
|
24199
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298,"./attributes":106,"fast-isnumeric":18}],110:[function(_dereq_,module,exports){
|
|
24163
24200
|
/**
|
|
24164
24201
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24165
24202
|
* All rights reserved.
|
|
@@ -24228,7 +24265,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
|
|
|
24228
24265
|
}
|
|
24229
24266
|
}
|
|
24230
24267
|
|
|
24231
|
-
},{"../../lib":
|
|
24268
|
+
},{"../../lib":210,"../../plot_api/edit_types":238,"./attributes":106,"./calc":107,"./compute_error":108,"./defaults":109,"./plot":111,"./style":112}],111:[function(_dereq_,module,exports){
|
|
24232
24269
|
/**
|
|
24233
24270
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24234
24271
|
* All rights reserved.
|
|
@@ -24400,7 +24437,7 @@ function errorCoords(d, xa, ya) {
|
|
|
24400
24437
|
return out;
|
|
24401
24438
|
}
|
|
24402
24439
|
|
|
24403
|
-
},{"../../traces/scatter/subtypes":
|
|
24440
|
+
},{"../../traces/scatter/subtypes":424,"../drawing":104,"d3":16,"fast-isnumeric":18}],112:[function(_dereq_,module,exports){
|
|
24404
24441
|
/**
|
|
24405
24442
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24406
24443
|
* All rights reserved.
|
|
@@ -24437,7 +24474,7 @@ module.exports = function style(traces) {
|
|
|
24437
24474
|
});
|
|
24438
24475
|
};
|
|
24439
24476
|
|
|
24440
|
-
},{"../color":
|
|
24477
|
+
},{"../color":82,"d3":16}],113:[function(_dereq_,module,exports){
|
|
24441
24478
|
/**
|
|
24442
24479
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24443
24480
|
* All rights reserved.
|
|
@@ -24473,7 +24510,7 @@ module.exports = {
|
|
|
24473
24510
|
}
|
|
24474
24511
|
};
|
|
24475
24512
|
|
|
24476
|
-
},{"../../lib/extend":
|
|
24513
|
+
},{"../../lib/extend":204,"../../plots/font_attributes":284,"./layout_attributes":123}],114:[function(_dereq_,module,exports){
|
|
24477
24514
|
/**
|
|
24478
24515
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24479
24516
|
* All rights reserved.
|
|
@@ -24532,7 +24569,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
|
|
|
24532
24569
|
}
|
|
24533
24570
|
}
|
|
24534
24571
|
|
|
24535
|
-
},{"../../lib":
|
|
24572
|
+
},{"../../lib":210,"../../registry":298}],115:[function(_dereq_,module,exports){
|
|
24536
24573
|
/**
|
|
24537
24574
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24538
24575
|
* All rights reserved.
|
|
@@ -24569,7 +24606,7 @@ module.exports = function click(gd, evt, subplot) {
|
|
|
24569
24606
|
}
|
|
24570
24607
|
};
|
|
24571
24608
|
|
|
24572
|
-
},{"../../registry":
|
|
24609
|
+
},{"../../registry":298,"./hover":119}],116:[function(_dereq_,module,exports){
|
|
24573
24610
|
/**
|
|
24574
24611
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24575
24612
|
* All rights reserved.
|
|
@@ -24601,7 +24638,7 @@ module.exports = {
|
|
|
24601
24638
|
HOVERID: '-hover'
|
|
24602
24639
|
};
|
|
24603
24640
|
|
|
24604
|
-
},{}],
|
|
24641
|
+
},{}],117:[function(_dereq_,module,exports){
|
|
24605
24642
|
/**
|
|
24606
24643
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24607
24644
|
* All rights reserved.
|
|
@@ -24627,7 +24664,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
24627
24664
|
handleHoverLabelDefaults(traceIn, traceOut, coerce, opts);
|
|
24628
24665
|
};
|
|
24629
24666
|
|
|
24630
|
-
},{"../../lib":
|
|
24667
|
+
},{"../../lib":210,"./attributes":113,"./hoverlabel_defaults":120}],118:[function(_dereq_,module,exports){
|
|
24631
24668
|
/**
|
|
24632
24669
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24633
24670
|
* All rights reserved.
|
|
@@ -24889,7 +24926,7 @@ exports.isXYhover = function(hovermode) {
|
|
|
24889
24926
|
return !!xyHoverMode[hovermode];
|
|
24890
24927
|
};
|
|
24891
24928
|
|
|
24892
|
-
},{"../../lib":
|
|
24929
|
+
},{"../../lib":210}],119:[function(_dereq_,module,exports){
|
|
24893
24930
|
/**
|
|
24894
24931
|
* Copyright 2012-2020, Plotly, Inc.
|
|
24895
24932
|
* All rights reserved.
|
|
@@ -26198,7 +26235,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
|
|
|
26198
26235
|
|
|
26199
26236
|
// Make groups of touching points, and within each group
|
|
26200
26237
|
// move each point so that no labels overlap, but the average
|
|
26201
|
-
// label position is the same as it was before moving.
|
|
26238
|
+
// label position is the same as it was before moving. Incidentally,
|
|
26202
26239
|
// this is equivalent to saying all the labels are on equal linear
|
|
26203
26240
|
// springs about their initial position. Initially, each point is
|
|
26204
26241
|
// its own group, but as we find overlaps we will clump the points.
|
|
@@ -26761,7 +26798,7 @@ function plainText(s, len) {
|
|
|
26761
26798
|
});
|
|
26762
26799
|
}
|
|
26763
26800
|
|
|
26764
|
-
},{"../../lib":
|
|
26801
|
+
},{"../../lib":210,"../../lib/events":203,"../../lib/override_cursor":221,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../legend/defaults":134,"../legend/draw":135,"./constants":116,"./helpers":118,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],120:[function(_dereq_,module,exports){
|
|
26765
26802
|
/**
|
|
26766
26803
|
* Copyright 2012-2020, Plotly, Inc.
|
|
26767
26804
|
* All rights reserved.
|
|
@@ -26807,7 +26844,7 @@ module.exports = function handleHoverLabelDefaults(contIn, contOut, coerce, opts
|
|
|
26807
26844
|
coerce('hoverlabel.align', opts.align);
|
|
26808
26845
|
};
|
|
26809
26846
|
|
|
26810
|
-
},{"../../lib":
|
|
26847
|
+
},{"../../lib":210,"../color":82,"./helpers":118}],121:[function(_dereq_,module,exports){
|
|
26811
26848
|
/**
|
|
26812
26849
|
* Copyright 2012-2020, Plotly, Inc.
|
|
26813
26850
|
* All rights reserved.
|
|
@@ -26863,7 +26900,7 @@ function isHoriz(fullData, fullLayout) {
|
|
|
26863
26900
|
return true;
|
|
26864
26901
|
}
|
|
26865
26902
|
|
|
26866
|
-
},{"../../lib":
|
|
26903
|
+
},{"../../lib":210,"./layout_attributes":123}],122:[function(_dereq_,module,exports){
|
|
26867
26904
|
/**
|
|
26868
26905
|
* Copyright 2012-2020, Plotly, Inc.
|
|
26869
26906
|
* All rights reserved.
|
|
@@ -26942,7 +26979,7 @@ function castHoverinfo(trace, fullLayout, ptNumber) {
|
|
|
26942
26979
|
return Lib.castOption(trace, ptNumber, 'hoverinfo', _coerce);
|
|
26943
26980
|
}
|
|
26944
26981
|
|
|
26945
|
-
},{"../../lib":
|
|
26982
|
+
},{"../../lib":210,"../dragelement":101,"./attributes":113,"./calc":114,"./click":115,"./constants":116,"./defaults":117,"./helpers":118,"./hover":119,"./layout_attributes":123,"./layout_defaults":124,"./layout_global_defaults":125,"d3":16}],123:[function(_dereq_,module,exports){
|
|
26946
26983
|
/**
|
|
26947
26984
|
* Copyright 2012-2020, Plotly, Inc.
|
|
26948
26985
|
* All rights reserved.
|
|
@@ -27058,7 +27095,7 @@ module.exports = {
|
|
|
27058
27095
|
}
|
|
27059
27096
|
};
|
|
27060
27097
|
|
|
27061
|
-
},{"../../plots/font_attributes":
|
|
27098
|
+
},{"../../plots/font_attributes":284,"./constants":116}],124:[function(_dereq_,module,exports){
|
|
27062
27099
|
/**
|
|
27063
27100
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27064
27101
|
* All rights reserved.
|
|
@@ -27106,7 +27143,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
27106
27143
|
handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
|
|
27107
27144
|
};
|
|
27108
27145
|
|
|
27109
|
-
},{"../../lib":
|
|
27146
|
+
},{"../../lib":210,"./helpers":118,"./hoverlabel_defaults":120,"./hovermode_defaults":121,"./layout_attributes":123}],125:[function(_dereq_,module,exports){
|
|
27110
27147
|
/**
|
|
27111
27148
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27112
27149
|
* All rights reserved.
|
|
@@ -27129,7 +27166,7 @@ module.exports = function supplyLayoutGlobalDefaults(layoutIn, layoutOut) {
|
|
|
27129
27166
|
handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
|
|
27130
27167
|
};
|
|
27131
27168
|
|
|
27132
|
-
},{"../../lib":
|
|
27169
|
+
},{"../../lib":210,"./hoverlabel_defaults":120,"./layout_attributes":123}],126:[function(_dereq_,module,exports){
|
|
27133
27170
|
/**
|
|
27134
27171
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27135
27172
|
* All rights reserved.
|
|
@@ -27503,7 +27540,7 @@ module.exports = {
|
|
|
27503
27540
|
contentDefaults: contentDefaults
|
|
27504
27541
|
};
|
|
27505
27542
|
|
|
27506
|
-
},{"../../lib":
|
|
27543
|
+
},{"../../lib":210,"../../lib/regex":226,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/domain":283}],127:[function(_dereq_,module,exports){
|
|
27507
27544
|
/**
|
|
27508
27545
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27509
27546
|
* All rights reserved.
|
|
@@ -27639,7 +27676,7 @@ module.exports = templatedArray('image', {
|
|
|
27639
27676
|
editType: 'arraydraw'
|
|
27640
27677
|
});
|
|
27641
27678
|
|
|
27642
|
-
},{"../../constants/axis_placeable_objects":
|
|
27679
|
+
},{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262}],128:[function(_dereq_,module,exports){
|
|
27643
27680
|
/**
|
|
27644
27681
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27645
27682
|
* All rights reserved.
|
|
@@ -27720,7 +27757,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
27720
27757
|
}
|
|
27721
27758
|
};
|
|
27722
27759
|
|
|
27723
|
-
},{"../../lib/to_log_range":
|
|
27760
|
+
},{"../../lib/to_log_range":234,"fast-isnumeric":18}],129:[function(_dereq_,module,exports){
|
|
27724
27761
|
/**
|
|
27725
27762
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27726
27763
|
* All rights reserved.
|
|
@@ -27785,7 +27822,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
|
|
|
27785
27822
|
return imageOut;
|
|
27786
27823
|
}
|
|
27787
27824
|
|
|
27788
|
-
},{"../../lib":
|
|
27825
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":127}],130:[function(_dereq_,module,exports){
|
|
27789
27826
|
/**
|
|
27790
27827
|
* Copyright 2012-2020, Plotly, Inc.
|
|
27791
27828
|
* All rights reserved.
|
|
@@ -28043,7 +28080,7 @@ module.exports = function draw(gd) {
|
|
|
28043
28080
|
}
|
|
28044
28081
|
};
|
|
28045
28082
|
|
|
28046
|
-
},{"../../constants/xmlns_namespaces":
|
|
28083
|
+
},{"../../constants/xmlns_namespaces":190,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_ids":259,"../drawing":104,"d3":16}],131:[function(_dereq_,module,exports){
|
|
28047
28084
|
/**
|
|
28048
28085
|
* Copyright 2012-2020, Plotly, Inc.
|
|
28049
28086
|
* All rights reserved.
|
|
@@ -28067,7 +28104,7 @@ module.exports = {
|
|
|
28067
28104
|
convertCoords: _dereq_('./convert_coords')
|
|
28068
28105
|
};
|
|
28069
28106
|
|
|
28070
|
-
},{"../../plots/cartesian/include_components":
|
|
28107
|
+
},{"../../plots/cartesian/include_components":268,"./attributes":127,"./convert_coords":128,"./defaults":129,"./draw":130}],132:[function(_dereq_,module,exports){
|
|
28071
28108
|
/**
|
|
28072
28109
|
* Copyright 2012-2020, Plotly, Inc.
|
|
28073
28110
|
* All rights reserved.
|
|
@@ -28236,7 +28273,7 @@ module.exports = {
|
|
|
28236
28273
|
editType: 'legend'
|
|
28237
28274
|
};
|
|
28238
28275
|
|
|
28239
|
-
},{"../../plots/font_attributes":
|
|
28276
|
+
},{"../../plots/font_attributes":284,"../color/attributes":81}],133:[function(_dereq_,module,exports){
|
|
28240
28277
|
/**
|
|
28241
28278
|
* Copyright 2012-2020, Plotly, Inc.
|
|
28242
28279
|
* All rights reserved.
|
|
@@ -28260,7 +28297,7 @@ module.exports = {
|
|
|
28260
28297
|
itemGap: 5
|
|
28261
28298
|
};
|
|
28262
28299
|
|
|
28263
|
-
},{}],
|
|
28300
|
+
},{}],134:[function(_dereq_,module,exports){
|
|
28264
28301
|
/**
|
|
28265
28302
|
* Copyright 2012-2020, Plotly, Inc.
|
|
28266
28303
|
* All rights reserved.
|
|
@@ -28395,7 +28432,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
|
|
|
28395
28432
|
}
|
|
28396
28433
|
};
|
|
28397
28434
|
|
|
28398
|
-
},{"../../lib":
|
|
28435
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/layout_attributes":288,"../../registry":298,"./attributes":132,"./helpers":138}],135:[function(_dereq_,module,exports){
|
|
28399
28436
|
/**
|
|
28400
28437
|
* Copyright 2012-2020, Plotly, Inc.
|
|
28401
28438
|
* All rights reserved.
|
|
@@ -29192,7 +29229,7 @@ function getYanchor(opts) {
|
|
|
29192
29229
|
'top';
|
|
29193
29230
|
}
|
|
29194
29231
|
|
|
29195
|
-
},{"../../constants/alignment":
|
|
29232
|
+
},{"../../constants/alignment":184,"../../lib":210,"../../lib/events":203,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"./constants":133,"./get_legend_data":136,"./handle_click":137,"./helpers":138,"./style":140,"d3":16}],136:[function(_dereq_,module,exports){
|
|
29196
29233
|
/**
|
|
29197
29234
|
* Copyright 2012-2020, Plotly, Inc.
|
|
29198
29235
|
* All rights reserved.
|
|
@@ -29301,7 +29338,7 @@ module.exports = function getLegendData(calcdata, opts) {
|
|
|
29301
29338
|
return legendData;
|
|
29302
29339
|
};
|
|
29303
29340
|
|
|
29304
|
-
},{"../../registry":
|
|
29341
|
+
},{"../../registry":298,"./helpers":138}],137:[function(_dereq_,module,exports){
|
|
29305
29342
|
/**
|
|
29306
29343
|
* Copyright 2012-2020, Plotly, Inc.
|
|
29307
29344
|
* All rights reserved.
|
|
@@ -29540,7 +29577,7 @@ module.exports = function handleClick(g, gd, numClicks) {
|
|
|
29540
29577
|
}
|
|
29541
29578
|
};
|
|
29542
29579
|
|
|
29543
|
-
},{"../../lib":
|
|
29580
|
+
},{"../../lib":210,"../../registry":298}],138:[function(_dereq_,module,exports){
|
|
29544
29581
|
/**
|
|
29545
29582
|
* Copyright 2012-2020, Plotly, Inc.
|
|
29546
29583
|
* All rights reserved.
|
|
@@ -29564,7 +29601,7 @@ exports.isReversed = function isReversed(legendLayout) {
|
|
|
29564
29601
|
return (legendLayout.traceorder || '').indexOf('reversed') !== -1;
|
|
29565
29602
|
};
|
|
29566
29603
|
|
|
29567
|
-
},{}],
|
|
29604
|
+
},{}],139:[function(_dereq_,module,exports){
|
|
29568
29605
|
/**
|
|
29569
29606
|
* Copyright 2012-2020, Plotly, Inc.
|
|
29570
29607
|
* All rights reserved.
|
|
@@ -29588,7 +29625,7 @@ module.exports = {
|
|
|
29588
29625
|
style: _dereq_('./style')
|
|
29589
29626
|
};
|
|
29590
29627
|
|
|
29591
|
-
},{"./attributes":
|
|
29628
|
+
},{"./attributes":132,"./defaults":134,"./draw":135,"./style":140}],140:[function(_dereq_,module,exports){
|
|
29592
29629
|
/**
|
|
29593
29630
|
* Copyright 2012-2020, Plotly, Inc.
|
|
29594
29631
|
* All rights reserved.
|
|
@@ -30221,7 +30258,7 @@ function getGradientDirection(reversescale, isRadial) {
|
|
|
30221
30258
|
return str + (reversescale ? '' : 'reversed');
|
|
30222
30259
|
}
|
|
30223
30260
|
|
|
30224
|
-
},{"../../lib":
|
|
30261
|
+
},{"../../lib":210,"../../registry":298,"../../traces/pie/helpers":391,"../../traces/pie/style_one":397,"../../traces/scatter/subtypes":424,"../color":82,"../colorscale/helpers":93,"../drawing":104,"./constants":133,"d3":16}],141:[function(_dereq_,module,exports){
|
|
30225
30262
|
/**
|
|
30226
30263
|
* Copyright 2012-2020, Plotly, Inc.
|
|
30227
30264
|
* All rights reserved.
|
|
@@ -30957,7 +30994,7 @@ function resetView(gd, subplotType) {
|
|
|
30957
30994
|
Registry.call('_guiRelayout', gd, aObj);
|
|
30958
30995
|
}
|
|
30959
30996
|
|
|
30960
|
-
},{"../../fonts/ploticon":
|
|
30997
|
+
},{"../../fonts/ploticon":193,"../../lib":210,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../shapes/draw":163}],142:[function(_dereq_,module,exports){
|
|
30961
30998
|
/**
|
|
30962
30999
|
* Copyright 2012-2020, Plotly, Inc.
|
|
30963
31000
|
* All rights reserved.
|
|
@@ -30971,7 +31008,7 @@ function resetView(gd, subplotType) {
|
|
|
30971
31008
|
|
|
30972
31009
|
exports.manage = _dereq_('./manage');
|
|
30973
31010
|
|
|
30974
|
-
},{"./manage":
|
|
31011
|
+
},{"./manage":143}],143:[function(_dereq_,module,exports){
|
|
30975
31012
|
/**
|
|
30976
31013
|
* Copyright 2012-2020, Plotly, Inc.
|
|
30977
31014
|
* All rights reserved.
|
|
@@ -31267,7 +31304,7 @@ function fillCustomButton(customButtons) {
|
|
|
31267
31304
|
return customButtons;
|
|
31268
31305
|
}
|
|
31269
31306
|
|
|
31270
|
-
},{"../../plots/cartesian/axis_ids":
|
|
31307
|
+
},{"../../plots/cartesian/axis_ids":259,"../../registry":298,"../../traces/scatter/subtypes":424,"../fx/helpers":118,"./buttons":141,"./modebar":144}],144:[function(_dereq_,module,exports){
|
|
31271
31308
|
/**
|
|
31272
31309
|
* Copyright 2012-2020, Plotly, Inc.
|
|
31273
31310
|
* All rights reserved.
|
|
@@ -31613,7 +31650,7 @@ function createModeBar(gd, buttons) {
|
|
|
31613
31650
|
|
|
31614
31651
|
module.exports = createModeBar;
|
|
31615
31652
|
|
|
31616
|
-
},{"../../fonts/ploticon":
|
|
31653
|
+
},{"../../fonts/ploticon":193,"../../lib":210,"d3":16,"fast-isnumeric":18}],145:[function(_dereq_,module,exports){
|
|
31617
31654
|
/**
|
|
31618
31655
|
* Copyright 2012-2020, Plotly, Inc.
|
|
31619
31656
|
* All rights reserved.
|
|
@@ -31749,7 +31786,7 @@ module.exports = {
|
|
|
31749
31786
|
editType: 'plot'
|
|
31750
31787
|
};
|
|
31751
31788
|
|
|
31752
|
-
},{"../../plot_api/plot_template":
|
|
31789
|
+
},{"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../color/attributes":81}],146:[function(_dereq_,module,exports){
|
|
31753
31790
|
/**
|
|
31754
31791
|
* Copyright 2012-2020, Plotly, Inc.
|
|
31755
31792
|
* All rights reserved.
|
|
@@ -31778,7 +31815,7 @@ module.exports = {
|
|
|
31778
31815
|
darkAmount: 10
|
|
31779
31816
|
};
|
|
31780
31817
|
|
|
31781
|
-
},{}],
|
|
31818
|
+
},{}],147:[function(_dereq_,module,exports){
|
|
31782
31819
|
/**
|
|
31783
31820
|
* Copyright 2012-2020, Plotly, Inc.
|
|
31784
31821
|
* All rights reserved.
|
|
@@ -31870,7 +31907,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
|
|
|
31870
31907
|
return [containerOut.domain[0], posY + constants.yPad];
|
|
31871
31908
|
}
|
|
31872
31909
|
|
|
31873
|
-
},{"../../lib":
|
|
31910
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/array_container_defaults":251,"../color":82,"./attributes":145,"./constants":146}],148:[function(_dereq_,module,exports){
|
|
31874
31911
|
/**
|
|
31875
31912
|
* Copyright 2012-2020, Plotly, Inc.
|
|
31876
31913
|
* All rights reserved.
|
|
@@ -32125,7 +32162,7 @@ function reposition(gd, buttons, opts, axName, selector) {
|
|
|
32125
32162
|
selector.attr('transform', strTranslate(lx, ly));
|
|
32126
32163
|
}
|
|
32127
32164
|
|
|
32128
|
-
},{"../../constants/alignment":
|
|
32165
|
+
},{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../color":82,"../drawing":104,"./constants":146,"./get_update_object":149,"d3":16}],149:[function(_dereq_,module,exports){
|
|
32129
32166
|
/**
|
|
32130
32167
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32131
32168
|
* All rights reserved.
|
|
@@ -32179,7 +32216,7 @@ function getXRange(axisLayout, buttonLayout) {
|
|
|
32179
32216
|
return [range0, range1];
|
|
32180
32217
|
}
|
|
32181
32218
|
|
|
32182
|
-
},{"d3":16}],
|
|
32219
|
+
},{"d3":16}],150:[function(_dereq_,module,exports){
|
|
32183
32220
|
/**
|
|
32184
32221
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32185
32222
|
* All rights reserved.
|
|
@@ -32206,7 +32243,7 @@ module.exports = {
|
|
|
32206
32243
|
draw: _dereq_('./draw')
|
|
32207
32244
|
};
|
|
32208
32245
|
|
|
32209
|
-
},{"./attributes":
|
|
32246
|
+
},{"./attributes":145,"./defaults":147,"./draw":148}],151:[function(_dereq_,module,exports){
|
|
32210
32247
|
/**
|
|
32211
32248
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32212
32249
|
* All rights reserved.
|
|
@@ -32280,7 +32317,7 @@ module.exports = {
|
|
|
32280
32317
|
editType: 'calc'
|
|
32281
32318
|
};
|
|
32282
32319
|
|
|
32283
|
-
},{"../color/attributes":
|
|
32320
|
+
},{"../color/attributes":81}],152:[function(_dereq_,module,exports){
|
|
32284
32321
|
/**
|
|
32285
32322
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32286
32323
|
* All rights reserved.
|
|
@@ -32314,7 +32351,7 @@ module.exports = function calcAutorange(gd) {
|
|
|
32314
32351
|
}
|
|
32315
32352
|
};
|
|
32316
32353
|
|
|
32317
|
-
},{"../../plots/cartesian/autorange":
|
|
32354
|
+
},{"../../plots/cartesian/autorange":255,"../../plots/cartesian/axis_ids":259,"./constants":153}],153:[function(_dereq_,module,exports){
|
|
32318
32355
|
/**
|
|
32319
32356
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32320
32357
|
* All rights reserved.
|
|
@@ -32370,7 +32407,7 @@ module.exports = {
|
|
|
32370
32407
|
extraPad: 15
|
|
32371
32408
|
};
|
|
32372
32409
|
|
|
32373
|
-
},{}],
|
|
32410
|
+
},{}],154:[function(_dereq_,module,exports){
|
|
32374
32411
|
/**
|
|
32375
32412
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32376
32413
|
* All rights reserved.
|
|
@@ -32456,7 +32493,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
|
|
|
32456
32493
|
containerOut._input = containerIn;
|
|
32457
32494
|
};
|
|
32458
32495
|
|
|
32459
|
-
},{"../../lib":
|
|
32496
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/cartesian/axis_ids":259,"./attributes":151,"./oppaxis_attributes":158}],155:[function(_dereq_,module,exports){
|
|
32460
32497
|
/**
|
|
32461
32498
|
* Copyright 2012-2020, Plotly, Inc.
|
|
32462
32499
|
* All rights reserved.
|
|
@@ -33100,7 +33137,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
|
|
|
33100
33137
|
grabAreaMax.attr('height', opts._height);
|
|
33101
33138
|
}
|
|
33102
33139
|
|
|
33103
|
-
},{"../../lib":
|
|
33140
|
+
},{"../../lib":210,"../../lib/setcursor":230,"../../plots/cartesian":269,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":153,"d3":16}],156:[function(_dereq_,module,exports){
|
|
33104
33141
|
/**
|
|
33105
33142
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33106
33143
|
* All rights reserved.
|
|
@@ -33175,7 +33212,7 @@ exports.autoMarginOpts = function(gd, ax) {
|
|
|
33175
33212
|
};
|
|
33176
33213
|
};
|
|
33177
33214
|
|
|
33178
|
-
},{"../../constants/alignment":
|
|
33215
|
+
},{"../../constants/alignment":184,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"./constants":153}],157:[function(_dereq_,module,exports){
|
|
33179
33216
|
/**
|
|
33180
33217
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33181
33218
|
* All rights reserved.
|
|
@@ -33214,7 +33251,7 @@ module.exports = {
|
|
|
33214
33251
|
autoMarginOpts: helpers.autoMarginOpts
|
|
33215
33252
|
};
|
|
33216
33253
|
|
|
33217
|
-
},{"../../lib":
|
|
33254
|
+
},{"../../lib":210,"./attributes":151,"./calc_autorange":152,"./defaults":154,"./draw":155,"./helpers":156,"./oppaxis_attributes":158}],158:[function(_dereq_,module,exports){
|
|
33218
33255
|
/**
|
|
33219
33256
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33220
33257
|
* All rights reserved.
|
|
@@ -33252,7 +33289,7 @@ module.exports = {
|
|
|
33252
33289
|
editType: 'calc'
|
|
33253
33290
|
};
|
|
33254
33291
|
|
|
33255
|
-
},{}],
|
|
33292
|
+
},{}],159:[function(_dereq_,module,exports){
|
|
33256
33293
|
/**
|
|
33257
33294
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33258
33295
|
* All rights reserved.
|
|
@@ -33405,7 +33442,7 @@ module.exports = templatedArray('shape', {
|
|
|
33405
33442
|
editType: 'arraydraw'
|
|
33406
33443
|
});
|
|
33407
33444
|
|
|
33408
|
-
},{"../../constants/axis_placeable_objects":
|
|
33445
|
+
},{"../../constants/axis_placeable_objects":185,"../../lib/extend":204,"../../plot_api/plot_template":245,"../../traces/scatter/attributes":399,"../annotations/attributes":67,"../drawing/attributes":103}],160:[function(_dereq_,module,exports){
|
|
33409
33446
|
/**
|
|
33410
33447
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33411
33448
|
* All rights reserved.
|
|
@@ -33525,7 +33562,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
|
|
|
33525
33562
|
if(max >= min) return [min, max];
|
|
33526
33563
|
}
|
|
33527
33564
|
|
|
33528
|
-
},{"../../lib":
|
|
33565
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"./constants":161,"./helpers":170}],161:[function(_dereq_,module,exports){
|
|
33529
33566
|
/**
|
|
33530
33567
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33531
33568
|
* All rights reserved.
|
|
@@ -33589,7 +33626,7 @@ module.exports = {
|
|
|
33589
33626
|
}
|
|
33590
33627
|
};
|
|
33591
33628
|
|
|
33592
|
-
},{}],
|
|
33629
|
+
},{}],162:[function(_dereq_,module,exports){
|
|
33593
33630
|
/**
|
|
33594
33631
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33595
33632
|
* All rights reserved.
|
|
@@ -33720,7 +33757,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
|
|
|
33720
33757
|
}
|
|
33721
33758
|
}
|
|
33722
33759
|
|
|
33723
|
-
},{"../../lib":
|
|
33760
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":159,"./helpers":170}],163:[function(_dereq_,module,exports){
|
|
33724
33761
|
/**
|
|
33725
33762
|
* Copyright 2012-2020, Plotly, Inc.
|
|
33726
33763
|
* All rights reserved.
|
|
@@ -34494,7 +34531,7 @@ function eraseActiveShape(gd) {
|
|
|
34494
34531
|
}
|
|
34495
34532
|
}
|
|
34496
34533
|
|
|
34497
|
-
},{"../../lib":
|
|
34534
|
+
},{"../../lib":210,"../../lib/setcursor":230,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/cartesian/handle_outline":266,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"./constants":161,"./draw_newshape/display_outlines":167,"./draw_newshape/helpers":168,"./helpers":170}],164:[function(_dereq_,module,exports){
|
|
34498
34535
|
/**
|
|
34499
34536
|
* Copyright 2012-2020, Plotly, Inc.
|
|
34500
34537
|
* All rights reserved.
|
|
@@ -34597,7 +34634,7 @@ module.exports = {
|
|
|
34597
34634
|
}
|
|
34598
34635
|
};
|
|
34599
34636
|
|
|
34600
|
-
},{"../../../lib/extend":
|
|
34637
|
+
},{"../../../lib/extend":204,"../../drawing/attributes":103}],165:[function(_dereq_,module,exports){
|
|
34601
34638
|
/**
|
|
34602
34639
|
* Copyright 2012-2020, Plotly, Inc.
|
|
34603
34640
|
* All rights reserved.
|
|
@@ -34621,7 +34658,7 @@ module.exports = {
|
|
|
34621
34658
|
SQRT2: Math.sqrt(2)
|
|
34622
34659
|
};
|
|
34623
34660
|
|
|
34624
|
-
},{}],
|
|
34661
|
+
},{}],166:[function(_dereq_,module,exports){
|
|
34625
34662
|
/**
|
|
34626
34663
|
* Copyright 2012-2020, Plotly, Inc.
|
|
34627
34664
|
* All rights reserved.
|
|
@@ -34653,7 +34690,7 @@ module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce
|
|
|
34653
34690
|
coerce('activeshape.opacity');
|
|
34654
34691
|
};
|
|
34655
34692
|
|
|
34656
|
-
},{"../../color":
|
|
34693
|
+
},{"../../color":82}],167:[function(_dereq_,module,exports){
|
|
34657
34694
|
/**
|
|
34658
34695
|
* Copyright 2012-2020, Plotly, Inc.
|
|
34659
34696
|
* All rights reserved.
|
|
@@ -34948,7 +34985,7 @@ function recordPositions(polygonsOut, polygonsIn) {
|
|
|
34948
34985
|
return polygonsOut;
|
|
34949
34986
|
}
|
|
34950
34987
|
|
|
34951
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
34988
|
+
},{"../../../plots/cartesian/handle_outline":266,"../../../registry":298,"../../dragelement":101,"../../dragelement/helpers":100,"./constants":165,"./helpers":168,"./newshapes":169}],168:[function(_dereq_,module,exports){
|
|
34952
34989
|
/**
|
|
34953
34990
|
* Copyright 2012-2020, Plotly, Inc.
|
|
34954
34991
|
* All rights reserved.
|
|
@@ -35286,7 +35323,7 @@ exports.ellipseOver = function(pos) {
|
|
|
35286
35323
|
};
|
|
35287
35324
|
};
|
|
35288
35325
|
|
|
35289
|
-
},{"../../../plots/cartesian/helpers":
|
|
35326
|
+
},{"../../../plots/cartesian/helpers":267,"./constants":165,"parse-svg-path":55}],169:[function(_dereq_,module,exports){
|
|
35290
35327
|
/**
|
|
35291
35328
|
* Copyright 2012-2020, Plotly, Inc.
|
|
35292
35329
|
* All rights reserved.
|
|
@@ -35545,7 +35582,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
|
|
|
35545
35582
|
return polygons;
|
|
35546
35583
|
}
|
|
35547
35584
|
|
|
35548
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
35585
|
+
},{"../../../plots/cartesian/handle_outline":266,"../../../plots/cartesian/helpers":267,"../../dragelement/helpers":100,"./constants":165,"./helpers":168}],170:[function(_dereq_,module,exports){
|
|
35549
35586
|
/**
|
|
35550
35587
|
* Copyright 2012-2020, Plotly, Inc.
|
|
35551
35588
|
* All rights reserved.
|
|
@@ -35703,7 +35740,7 @@ exports.makeOptionsAndPlotinfo = function(gd, index) {
|
|
|
35703
35740
|
};
|
|
35704
35741
|
};
|
|
35705
35742
|
|
|
35706
|
-
},{"../../lib":
|
|
35743
|
+
},{"../../lib":210,"./constants":161}],171:[function(_dereq_,module,exports){
|
|
35707
35744
|
/**
|
|
35708
35745
|
* Copyright 2012-2020, Plotly, Inc.
|
|
35709
35746
|
* All rights reserved.
|
|
@@ -35731,7 +35768,7 @@ module.exports = {
|
|
|
35731
35768
|
drawOne: drawModule.drawOne
|
|
35732
35769
|
};
|
|
35733
35770
|
|
|
35734
|
-
},{"../../plots/cartesian/include_components":
|
|
35771
|
+
},{"../../plots/cartesian/include_components":268,"./attributes":159,"./calc_autorange":160,"./defaults":162,"./draw":163,"./draw_newshape/defaults":166}],172:[function(_dereq_,module,exports){
|
|
35735
35772
|
/**
|
|
35736
35773
|
* Copyright 2012-2020, Plotly, Inc.
|
|
35737
35774
|
* All rights reserved.
|
|
@@ -35974,7 +36011,7 @@ module.exports = overrideAll(templatedArray('slider', {
|
|
|
35974
36011
|
}
|
|
35975
36012
|
}), 'arraydraw', 'from-root');
|
|
35976
36013
|
|
|
35977
|
-
},{"../../lib/extend":
|
|
36014
|
+
},{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/animation_attributes":250,"../../plots/font_attributes":284,"../../plots/pad_attributes":289,"./constants":173}],173:[function(_dereq_,module,exports){
|
|
35978
36015
|
/**
|
|
35979
36016
|
* Copyright 2012-2020, Plotly, Inc.
|
|
35980
36017
|
* All rights reserved.
|
|
@@ -36068,7 +36105,7 @@ module.exports = {
|
|
|
36068
36105
|
currentValueInset: 0,
|
|
36069
36106
|
};
|
|
36070
36107
|
|
|
36071
|
-
},{}],
|
|
36108
|
+
},{}],174:[function(_dereq_,module,exports){
|
|
36072
36109
|
/**
|
|
36073
36110
|
* Copyright 2012-2020, Plotly, Inc.
|
|
36074
36111
|
* All rights reserved.
|
|
@@ -36183,7 +36220,7 @@ function stepDefaults(valueIn, valueOut) {
|
|
|
36183
36220
|
}
|
|
36184
36221
|
}
|
|
36185
36222
|
|
|
36186
|
-
},{"../../lib":
|
|
36223
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"./attributes":172,"./constants":173}],175:[function(_dereq_,module,exports){
|
|
36187
36224
|
/**
|
|
36188
36225
|
* Copyright 2012-2020, Plotly, Inc.
|
|
36189
36226
|
* All rights reserved.
|
|
@@ -36757,7 +36794,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
|
|
|
36757
36794
|
.ease(sliderOpts.transition.easing);
|
|
36758
36795
|
}
|
|
36759
36796
|
|
|
36760
|
-
// Drawing.setTranslate doesn't work here
|
|
36797
|
+
// Drawing.setTranslate doesn't work here because of the transition duck-typing.
|
|
36761
36798
|
// It's also not necessary because there are no other transitions to preserve.
|
|
36762
36799
|
el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
|
|
36763
36800
|
}
|
|
@@ -36814,7 +36851,7 @@ function drawRail(sliderGroup, sliderOpts) {
|
|
|
36814
36851
|
);
|
|
36815
36852
|
}
|
|
36816
36853
|
|
|
36817
|
-
},{"../../constants/alignment":
|
|
36854
|
+
},{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":290,"../color":82,"../drawing":104,"./constants":173,"d3":16}],176:[function(_dereq_,module,exports){
|
|
36818
36855
|
/**
|
|
36819
36856
|
* Copyright 2012-2020, Plotly, Inc.
|
|
36820
36857
|
* All rights reserved.
|
|
@@ -36837,7 +36874,7 @@ module.exports = {
|
|
|
36837
36874
|
draw: _dereq_('./draw')
|
|
36838
36875
|
};
|
|
36839
36876
|
|
|
36840
|
-
},{"./attributes":
|
|
36877
|
+
},{"./attributes":172,"./constants":173,"./defaults":174,"./draw":175}],177:[function(_dereq_,module,exports){
|
|
36841
36878
|
/**
|
|
36842
36879
|
* Copyright 2012-2020, Plotly, Inc.
|
|
36843
36880
|
* All rights reserved.
|
|
@@ -37105,7 +37142,7 @@ module.exports = {
|
|
|
37105
37142
|
draw: draw
|
|
37106
37143
|
};
|
|
37107
37144
|
|
|
37108
|
-
},{"../../constants/alignment":
|
|
37145
|
+
},{"../../constants/alignment":184,"../../constants/interactions":188,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"../color":82,"../drawing":104,"d3":16,"fast-isnumeric":18}],178:[function(_dereq_,module,exports){
|
|
37109
37146
|
/**
|
|
37110
37147
|
* Copyright 2012-2020, Plotly, Inc.
|
|
37111
37148
|
* All rights reserved.
|
|
@@ -37274,7 +37311,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
|
|
|
37274
37311
|
}
|
|
37275
37312
|
}), 'arraydraw', 'from-root');
|
|
37276
37313
|
|
|
37277
|
-
},{"../../lib/extend":
|
|
37314
|
+
},{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../../plots/pad_attributes":289,"../color/attributes":81}],179:[function(_dereq_,module,exports){
|
|
37278
37315
|
/**
|
|
37279
37316
|
* Copyright 2012-2020, Plotly, Inc.
|
|
37280
37317
|
* All rights reserved.
|
|
@@ -37355,7 +37392,7 @@ module.exports = {
|
|
|
37355
37392
|
}
|
|
37356
37393
|
};
|
|
37357
37394
|
|
|
37358
|
-
},{}],
|
|
37395
|
+
},{}],180:[function(_dereq_,module,exports){
|
|
37359
37396
|
/**
|
|
37360
37397
|
* Copyright 2012-2020, Plotly, Inc.
|
|
37361
37398
|
* All rights reserved.
|
|
@@ -37438,7 +37475,7 @@ function buttonDefaults(buttonIn, buttonOut) {
|
|
|
37438
37475
|
}
|
|
37439
37476
|
}
|
|
37440
37477
|
|
|
37441
|
-
},{"../../lib":
|
|
37478
|
+
},{"../../lib":210,"../../plots/array_container_defaults":251,"./attributes":178,"./constants":179}],181:[function(_dereq_,module,exports){
|
|
37442
37479
|
/**
|
|
37443
37480
|
* Copyright 2012-2020, Plotly, Inc.
|
|
37444
37481
|
* All rights reserved.
|
|
@@ -38089,9 +38126,9 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
|
|
|
38089
38126
|
.selectAll('g.' + constants.dropdownButtonClassName).remove();
|
|
38090
38127
|
}
|
|
38091
38128
|
|
|
38092
|
-
},{"../../constants/alignment":
|
|
38093
|
-
arguments[4][
|
|
38094
|
-
},{"./attributes":
|
|
38129
|
+
},{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":290,"../color":82,"../drawing":104,"./constants":179,"./scrollbox":183,"d3":16}],182:[function(_dereq_,module,exports){
|
|
38130
|
+
arguments[4][176][0].apply(exports,arguments)
|
|
38131
|
+
},{"./attributes":178,"./constants":179,"./defaults":180,"./draw":181,"dup":176}],183:[function(_dereq_,module,exports){
|
|
38095
38132
|
/**
|
|
38096
38133
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38097
38134
|
* All rights reserved.
|
|
@@ -38556,7 +38593,7 @@ ScrollBox.prototype.setTranslate = function setTranslate(translateX, translateY)
|
|
|
38556
38593
|
}
|
|
38557
38594
|
};
|
|
38558
38595
|
|
|
38559
|
-
},{"../../lib":
|
|
38596
|
+
},{"../../lib":210,"../color":82,"../drawing":104,"d3":16}],184:[function(_dereq_,module,exports){
|
|
38560
38597
|
/**
|
|
38561
38598
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38562
38599
|
* All rights reserved.
|
|
@@ -38621,7 +38658,7 @@ module.exports = {
|
|
|
38621
38658
|
}
|
|
38622
38659
|
};
|
|
38623
38660
|
|
|
38624
|
-
},{}],
|
|
38661
|
+
},{}],185:[function(_dereq_,module,exports){
|
|
38625
38662
|
/**
|
|
38626
38663
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38627
38664
|
* All rights reserved.
|
|
@@ -38653,7 +38690,7 @@ module.exports = {
|
|
|
38653
38690
|
}
|
|
38654
38691
|
};
|
|
38655
38692
|
|
|
38656
|
-
},{}],
|
|
38693
|
+
},{}],186:[function(_dereq_,module,exports){
|
|
38657
38694
|
/**
|
|
38658
38695
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38659
38696
|
* All rights reserved.
|
|
@@ -38675,7 +38712,7 @@ module.exports = {
|
|
|
38675
38712
|
}
|
|
38676
38713
|
};
|
|
38677
38714
|
|
|
38678
|
-
},{}],
|
|
38715
|
+
},{}],187:[function(_dereq_,module,exports){
|
|
38679
38716
|
/**
|
|
38680
38717
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38681
38718
|
* All rights reserved.
|
|
@@ -38691,7 +38728,7 @@ module.exports = {
|
|
|
38691
38728
|
DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
|
|
38692
38729
|
};
|
|
38693
38730
|
|
|
38694
|
-
},{}],
|
|
38731
|
+
},{}],188:[function(_dereq_,module,exports){
|
|
38695
38732
|
/**
|
|
38696
38733
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38697
38734
|
* All rights reserved.
|
|
@@ -38714,7 +38751,7 @@ module.exports = {
|
|
|
38714
38751
|
DESELECTDIM: 0.2
|
|
38715
38752
|
};
|
|
38716
38753
|
|
|
38717
|
-
},{}],
|
|
38754
|
+
},{}],189:[function(_dereq_,module,exports){
|
|
38718
38755
|
/**
|
|
38719
38756
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38720
38757
|
* All rights reserved.
|
|
@@ -38787,7 +38824,7 @@ module.exports = {
|
|
|
38787
38824
|
MINUS_SIGN: '\u2212'
|
|
38788
38825
|
};
|
|
38789
38826
|
|
|
38790
|
-
},{}],
|
|
38827
|
+
},{}],190:[function(_dereq_,module,exports){
|
|
38791
38828
|
/**
|
|
38792
38829
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38793
38830
|
* All rights reserved.
|
|
@@ -38811,7 +38848,7 @@ exports.svgAttrs = {
|
|
|
38811
38848
|
'xmlns:xlink': exports.xlink
|
|
38812
38849
|
};
|
|
38813
38850
|
|
|
38814
|
-
},{}],
|
|
38851
|
+
},{}],191:[function(_dereq_,module,exports){
|
|
38815
38852
|
/**
|
|
38816
38853
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38817
38854
|
* All rights reserved.
|
|
@@ -38897,7 +38934,7 @@ exports.Queue = _dereq_('./lib/queue');
|
|
|
38897
38934
|
// export d3 used in the bundle
|
|
38898
38935
|
exports.d3 = _dereq_('d3');
|
|
38899
38936
|
|
|
38900
|
-
},{"../build/plotcss":1,"./components/annotations":
|
|
38937
|
+
},{"../build/plotcss":1,"./components/annotations":75,"./components/annotations3d":80,"./components/colorbar":88,"./components/colorscale":94,"./components/errorbars":110,"./components/fx":122,"./components/grid":126,"./components/images":131,"./components/legend":139,"./components/rangeselector":150,"./components/rangeslider":157,"./components/shapes":171,"./components/sliders":176,"./components/updatemenus":182,"./fonts/mathjax_config":192,"./fonts/ploticon":193,"./lib/queue":225,"./locale-en":236,"./locale-en-us":235,"./plot_api":240,"./plot_api/plot_schema":244,"./plots/plots":290,"./registry":298,"./snapshot":303,"./traces/scatter":411,"./version":439,"d3":16,"es6-promise":17}],192:[function(_dereq_,module,exports){
|
|
38901
38938
|
/**
|
|
38902
38939
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38903
38940
|
* All rights reserved.
|
|
@@ -38928,7 +38965,7 @@ module.exports = function() {
|
|
|
38928
38965
|
}
|
|
38929
38966
|
};
|
|
38930
38967
|
|
|
38931
|
-
},{}],
|
|
38968
|
+
},{}],193:[function(_dereq_,module,exports){
|
|
38932
38969
|
/**
|
|
38933
38970
|
* Copyright 2012-2020, Plotly, Inc.
|
|
38934
38971
|
* All rights reserved.
|
|
@@ -39108,7 +39145,7 @@ module.exports = {
|
|
|
39108
39145
|
}
|
|
39109
39146
|
};
|
|
39110
39147
|
|
|
39111
|
-
},{}],
|
|
39148
|
+
},{}],194:[function(_dereq_,module,exports){
|
|
39112
39149
|
/**
|
|
39113
39150
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39114
39151
|
* All rights reserved.
|
|
@@ -39172,7 +39209,7 @@ exports.isBottomAnchor = function isBottomAnchor(opts) {
|
|
|
39172
39209
|
);
|
|
39173
39210
|
};
|
|
39174
39211
|
|
|
39175
|
-
},{}],
|
|
39212
|
+
},{}],195:[function(_dereq_,module,exports){
|
|
39176
39213
|
/**
|
|
39177
39214
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39178
39215
|
* All rights reserved.
|
|
@@ -39413,7 +39450,7 @@ module.exports = {
|
|
|
39413
39450
|
pathAnnulus: pathAnnulus
|
|
39414
39451
|
};
|
|
39415
39452
|
|
|
39416
|
-
},{"./mod":
|
|
39453
|
+
},{"./mod":217}],196:[function(_dereq_,module,exports){
|
|
39417
39454
|
/**
|
|
39418
39455
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39419
39456
|
* All rights reserved.
|
|
@@ -39570,7 +39607,7 @@ function _rowLength(z, fn, len0) {
|
|
|
39570
39607
|
return 0;
|
|
39571
39608
|
}
|
|
39572
39609
|
|
|
39573
|
-
},{}],
|
|
39610
|
+
},{}],197:[function(_dereq_,module,exports){
|
|
39574
39611
|
/**
|
|
39575
39612
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39576
39613
|
* All rights reserved.
|
|
@@ -39603,7 +39640,7 @@ module.exports = function cleanNumber(v) {
|
|
|
39603
39640
|
return BADNUM;
|
|
39604
39641
|
};
|
|
39605
39642
|
|
|
39606
|
-
},{"../constants/numerical":
|
|
39643
|
+
},{"../constants/numerical":189,"fast-isnumeric":18}],198:[function(_dereq_,module,exports){
|
|
39607
39644
|
/**
|
|
39608
39645
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39609
39646
|
* All rights reserved.
|
|
@@ -39631,7 +39668,7 @@ module.exports = function clearGlCanvases(gd) {
|
|
|
39631
39668
|
}
|
|
39632
39669
|
};
|
|
39633
39670
|
|
|
39634
|
-
},{}],
|
|
39671
|
+
},{}],199:[function(_dereq_,module,exports){
|
|
39635
39672
|
/**
|
|
39636
39673
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39637
39674
|
* All rights reserved.
|
|
@@ -39654,7 +39691,7 @@ module.exports = function clearResponsive(gd) {
|
|
|
39654
39691
|
}
|
|
39655
39692
|
};
|
|
39656
39693
|
|
|
39657
|
-
},{}],
|
|
39694
|
+
},{}],200:[function(_dereq_,module,exports){
|
|
39658
39695
|
/**
|
|
39659
39696
|
* Copyright 2012-2020, Plotly, Inc.
|
|
39660
39697
|
* All rights reserved.
|
|
@@ -40118,7 +40155,7 @@ function validate(value, opts) {
|
|
|
40118
40155
|
}
|
|
40119
40156
|
exports.validate = validate;
|
|
40120
40157
|
|
|
40121
|
-
},{"../components/colorscale/scales":
|
|
40158
|
+
},{"../components/colorscale/scales":97,"../constants/interactions":188,"../plots/attributes":252,"./array":196,"./mod":217,"./nested_property":218,"./regex":226,"fast-isnumeric":18,"tinycolor2":65}],201:[function(_dereq_,module,exports){
|
|
40122
40159
|
/**
|
|
40123
40160
|
* Copyright 2012-2020, Plotly, Inc.
|
|
40124
40161
|
* All rights reserved.
|
|
@@ -40719,7 +40756,7 @@ exports.findExactDates = function(data, calendar) {
|
|
|
40719
40756
|
};
|
|
40720
40757
|
};
|
|
40721
40758
|
|
|
40722
|
-
},{"../constants/numerical":
|
|
40759
|
+
},{"../constants/numerical":189,"../registry":298,"./loggers":214,"./mod":217,"d3-time-format":14,"fast-isnumeric":18}],202:[function(_dereq_,module,exports){
|
|
40723
40760
|
/**
|
|
40724
40761
|
* Copyright 2012-2020, Plotly, Inc.
|
|
40725
40762
|
* All rights reserved.
|
|
@@ -40897,7 +40934,7 @@ module.exports = {
|
|
|
40897
40934
|
equalDomRects: equalDomRects
|
|
40898
40935
|
};
|
|
40899
40936
|
|
|
40900
|
-
},{"./loggers":
|
|
40937
|
+
},{"./loggers":214,"./matrix":216,"d3":16,"gl-mat4":34}],203:[function(_dereq_,module,exports){
|
|
40901
40938
|
/**
|
|
40902
40939
|
* Copyright 2012-2020, Plotly, Inc.
|
|
40903
40940
|
* All rights reserved.
|
|
@@ -41070,7 +41107,7 @@ var Events = {
|
|
|
41070
41107
|
|
|
41071
41108
|
module.exports = Events;
|
|
41072
41109
|
|
|
41073
|
-
},{"events":13}],
|
|
41110
|
+
},{"events":13}],204:[function(_dereq_,module,exports){
|
|
41074
41111
|
/**
|
|
41075
41112
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41076
41113
|
* All rights reserved.
|
|
@@ -41184,7 +41221,7 @@ function _extend(inputs, isDeep, keepAllKeys, noArrayCopies) {
|
|
|
41184
41221
|
return target;
|
|
41185
41222
|
}
|
|
41186
41223
|
|
|
41187
|
-
},{"./is_plain_object.js":
|
|
41224
|
+
},{"./is_plain_object.js":211}],205:[function(_dereq_,module,exports){
|
|
41188
41225
|
/**
|
|
41189
41226
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41190
41227
|
* All rights reserved.
|
|
@@ -41235,7 +41272,7 @@ module.exports = function filterUnique(array) {
|
|
|
41235
41272
|
return out;
|
|
41236
41273
|
};
|
|
41237
41274
|
|
|
41238
|
-
},{}],
|
|
41275
|
+
},{}],206:[function(_dereq_,module,exports){
|
|
41239
41276
|
/**
|
|
41240
41277
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41241
41278
|
* All rights reserved.
|
|
@@ -41283,7 +41320,7 @@ function isCalcData(cont) {
|
|
|
41283
41320
|
);
|
|
41284
41321
|
}
|
|
41285
41322
|
|
|
41286
|
-
},{}],
|
|
41323
|
+
},{}],207:[function(_dereq_,module,exports){
|
|
41287
41324
|
/**
|
|
41288
41325
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41289
41326
|
* All rights reserved.
|
|
@@ -41527,7 +41564,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
|
|
|
41527
41564
|
return pt;
|
|
41528
41565
|
};
|
|
41529
41566
|
|
|
41530
|
-
},{"./mod":
|
|
41567
|
+
},{"./mod":217}],208:[function(_dereq_,module,exports){
|
|
41531
41568
|
/**
|
|
41532
41569
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41533
41570
|
* All rights reserved.
|
|
@@ -41543,7 +41580,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
|
|
|
41543
41580
|
|
|
41544
41581
|
module.exports = function identity(d) { return d; };
|
|
41545
41582
|
|
|
41546
|
-
},{}],
|
|
41583
|
+
},{}],209:[function(_dereq_,module,exports){
|
|
41547
41584
|
/**
|
|
41548
41585
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41549
41586
|
* All rights reserved.
|
|
@@ -41585,7 +41622,7 @@ module.exports = function incrementNumeric(x, delta) {
|
|
|
41585
41622
|
return newX;
|
|
41586
41623
|
};
|
|
41587
41624
|
|
|
41588
|
-
},{}],
|
|
41625
|
+
},{}],210:[function(_dereq_,module,exports){
|
|
41589
41626
|
/**
|
|
41590
41627
|
* Copyright 2012-2020, Plotly, Inc.
|
|
41591
41628
|
* All rights reserved.
|
|
@@ -41742,6 +41779,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
|
|
|
41742
41779
|
lib.equalDomRects = domModule.equalDomRects;
|
|
41743
41780
|
|
|
41744
41781
|
lib.clearResponsive = _dereq_('./clear_responsive');
|
|
41782
|
+
lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
|
|
41745
41783
|
|
|
41746
41784
|
lib.makeTraceGroups = _dereq_('./make_trace_groups');
|
|
41747
41785
|
|
|
@@ -42452,7 +42490,7 @@ lib.objectFromPath = function(path, value) {
|
|
|
42452
42490
|
* lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
|
|
42453
42491
|
* => { foo: [{bar: 10}, {bar: 20}] }
|
|
42454
42492
|
*
|
|
42455
|
-
* It does NOT, however, merge
|
|
42493
|
+
* It does NOT, however, merge multiple multiply-nested arrays::
|
|
42456
42494
|
*
|
|
42457
42495
|
* lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
|
|
42458
42496
|
* => { marker: [null, {range: 4}] }
|
|
@@ -42867,7 +42905,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
|
|
|
42867
42905
|
return arr.join(mainSeparator);
|
|
42868
42906
|
};
|
|
42869
42907
|
|
|
42870
|
-
},{"../constants/numerical":
|
|
42908
|
+
},{"../constants/numerical":189,"./anchor_utils":194,"./angles":195,"./array":196,"./clean_number":197,"./clear_responsive":199,"./coerce":200,"./dates":201,"./dom":202,"./extend":204,"./filter_unique":205,"./filter_visible":206,"./geometry2d":207,"./identity":208,"./increment":209,"./is_plain_object":211,"./keyed_container":212,"./localize":213,"./loggers":214,"./make_trace_groups":215,"./matrix":216,"./mod":217,"./nested_property":218,"./noop":219,"./notifier":220,"./preserve_drawing_buffer":223,"./push_unique":224,"./regex":226,"./relative_attr":227,"./relink_private":228,"./search":229,"./stats":231,"./throttle":233,"./to_log_range":234,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],211:[function(_dereq_,module,exports){
|
|
42871
42909
|
/**
|
|
42872
42910
|
* Copyright 2012-2020, Plotly, Inc.
|
|
42873
42911
|
* All rights reserved.
|
|
@@ -42895,7 +42933,7 @@ module.exports = function isPlainObject(obj) {
|
|
|
42895
42933
|
);
|
|
42896
42934
|
};
|
|
42897
42935
|
|
|
42898
|
-
},{}],
|
|
42936
|
+
},{}],212:[function(_dereq_,module,exports){
|
|
42899
42937
|
/**
|
|
42900
42938
|
* Copyright 2012-2020, Plotly, Inc.
|
|
42901
42939
|
* All rights reserved.
|
|
@@ -43088,7 +43126,7 @@ module.exports = function keyedContainer(baseObj, path, keyName, valueName) {
|
|
|
43088
43126
|
return obj;
|
|
43089
43127
|
};
|
|
43090
43128
|
|
|
43091
|
-
},{"./nested_property":
|
|
43129
|
+
},{"./nested_property":218}],213:[function(_dereq_,module,exports){
|
|
43092
43130
|
/**
|
|
43093
43131
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43094
43132
|
* All rights reserved.
|
|
@@ -43144,7 +43182,7 @@ module.exports = function localize(gd, s) {
|
|
|
43144
43182
|
return s;
|
|
43145
43183
|
};
|
|
43146
43184
|
|
|
43147
|
-
},{"../registry":
|
|
43185
|
+
},{"../registry":298}],214:[function(_dereq_,module,exports){
|
|
43148
43186
|
/**
|
|
43149
43187
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43150
43188
|
* All rights reserved.
|
|
@@ -43254,7 +43292,7 @@ function apply(f, args) {
|
|
|
43254
43292
|
}
|
|
43255
43293
|
}
|
|
43256
43294
|
|
|
43257
|
-
},{"../plot_api/plot_config":
|
|
43295
|
+
},{"../plot_api/plot_config":243,"./notifier":220}],215:[function(_dereq_,module,exports){
|
|
43258
43296
|
/**
|
|
43259
43297
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43260
43298
|
* All rights reserved.
|
|
@@ -43297,7 +43335,7 @@ module.exports = function makeTraceGroups(traceLayer, cdModule, cls) {
|
|
|
43297
43335
|
return traces;
|
|
43298
43336
|
};
|
|
43299
43337
|
|
|
43300
|
-
},{"d3":16}],
|
|
43338
|
+
},{"d3":16}],216:[function(_dereq_,module,exports){
|
|
43301
43339
|
/**
|
|
43302
43340
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43303
43341
|
* All rights reserved.
|
|
@@ -43449,7 +43487,7 @@ exports.inverseTransformMatrix = function(m) {
|
|
|
43449
43487
|
];
|
|
43450
43488
|
};
|
|
43451
43489
|
|
|
43452
|
-
},{"gl-mat4":34}],
|
|
43490
|
+
},{"gl-mat4":34}],217:[function(_dereq_,module,exports){
|
|
43453
43491
|
/**
|
|
43454
43492
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43455
43493
|
* All rights reserved.
|
|
@@ -43484,7 +43522,7 @@ module.exports = {
|
|
|
43484
43522
|
modHalf: modHalf
|
|
43485
43523
|
};
|
|
43486
43524
|
|
|
43487
|
-
},{}],
|
|
43525
|
+
},{}],218:[function(_dereq_,module,exports){
|
|
43488
43526
|
/**
|
|
43489
43527
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43490
43528
|
* All rights reserved.
|
|
@@ -43730,7 +43768,7 @@ function badContainer(container, propStr, propParts) {
|
|
|
43730
43768
|
};
|
|
43731
43769
|
}
|
|
43732
43770
|
|
|
43733
|
-
},{"./array":
|
|
43771
|
+
},{"./array":196,"fast-isnumeric":18}],219:[function(_dereq_,module,exports){
|
|
43734
43772
|
/**
|
|
43735
43773
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43736
43774
|
* All rights reserved.
|
|
@@ -43746,7 +43784,7 @@ function badContainer(container, propStr, propParts) {
|
|
|
43746
43784
|
|
|
43747
43785
|
module.exports = function noop() {};
|
|
43748
43786
|
|
|
43749
|
-
},{}],
|
|
43787
|
+
},{}],220:[function(_dereq_,module,exports){
|
|
43750
43788
|
/**
|
|
43751
43789
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43752
43790
|
* All rights reserved.
|
|
@@ -43834,7 +43872,7 @@ module.exports = function(text, displayLength) {
|
|
|
43834
43872
|
});
|
|
43835
43873
|
};
|
|
43836
43874
|
|
|
43837
|
-
},{"d3":16,"fast-isnumeric":18}],
|
|
43875
|
+
},{"d3":16,"fast-isnumeric":18}],221:[function(_dereq_,module,exports){
|
|
43838
43876
|
/**
|
|
43839
43877
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43840
43878
|
* All rights reserved.
|
|
@@ -43882,7 +43920,7 @@ module.exports = function overrideCursor(el3, csr) {
|
|
|
43882
43920
|
}
|
|
43883
43921
|
};
|
|
43884
43922
|
|
|
43885
|
-
},{"./setcursor":
|
|
43923
|
+
},{"./setcursor":230}],222:[function(_dereq_,module,exports){
|
|
43886
43924
|
/**
|
|
43887
43925
|
* Copyright 2012-2020, Plotly, Inc.
|
|
43888
43926
|
* All rights reserved.
|
|
@@ -44134,7 +44172,77 @@ polygon.filter = function filter(pts, tolerance) {
|
|
|
44134
44172
|
};
|
|
44135
44173
|
};
|
|
44136
44174
|
|
|
44137
|
-
},{"../constants/numerical":
|
|
44175
|
+
},{"../constants/numerical":189,"./matrix":216}],223:[function(_dereq_,module,exports){
|
|
44176
|
+
/**
|
|
44177
|
+
* Copyright 2012-2020, Plotly, Inc.
|
|
44178
|
+
* All rights reserved.
|
|
44179
|
+
*
|
|
44180
|
+
* This source code is licensed under the MIT license found in the
|
|
44181
|
+
* LICENSE file in the root directory of this source tree.
|
|
44182
|
+
*/
|
|
44183
|
+
|
|
44184
|
+
'use strict';
|
|
44185
|
+
|
|
44186
|
+
var isNumeric = _dereq_('fast-isnumeric');
|
|
44187
|
+
var isMobileOrTablet = _dereq_('is-mobile');
|
|
44188
|
+
|
|
44189
|
+
module.exports = function preserveDrawingBuffer(opts) {
|
|
44190
|
+
var ua;
|
|
44191
|
+
|
|
44192
|
+
if(opts && opts.hasOwnProperty('userAgent')) {
|
|
44193
|
+
ua = opts.userAgent;
|
|
44194
|
+
} else {
|
|
44195
|
+
ua = getUserAgent();
|
|
44196
|
+
}
|
|
44197
|
+
|
|
44198
|
+
if(typeof ua !== 'string') return true;
|
|
44199
|
+
|
|
44200
|
+
var enable = isMobileOrTablet({
|
|
44201
|
+
ua: { headers: {'user-agent': ua }},
|
|
44202
|
+
tablet: true,
|
|
44203
|
+
featureDetect: false
|
|
44204
|
+
});
|
|
44205
|
+
|
|
44206
|
+
if(!enable) {
|
|
44207
|
+
var allParts = ua.split(' ');
|
|
44208
|
+
for(var i = 1; i < allParts.length; i++) {
|
|
44209
|
+
var part = allParts[i];
|
|
44210
|
+
if(part.indexOf('Safari') !== -1) {
|
|
44211
|
+
// find Safari version
|
|
44212
|
+
for(var k = i - 1; k > -1; k--) {
|
|
44213
|
+
var prevPart = allParts[k];
|
|
44214
|
+
if(prevPart.substr(0, 8) === 'Version/') {
|
|
44215
|
+
var v = prevPart.substr(8).split('.')[0];
|
|
44216
|
+
if(isNumeric(v)) v = +v;
|
|
44217
|
+
if(v >= 13) return true;
|
|
44218
|
+
}
|
|
44219
|
+
}
|
|
44220
|
+
}
|
|
44221
|
+
}
|
|
44222
|
+
}
|
|
44223
|
+
|
|
44224
|
+
return enable;
|
|
44225
|
+
};
|
|
44226
|
+
|
|
44227
|
+
function getUserAgent() {
|
|
44228
|
+
// similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
|
|
44229
|
+
var ua;
|
|
44230
|
+
if(typeof navigator !== 'undefined') {
|
|
44231
|
+
ua = navigator.userAgent;
|
|
44232
|
+
}
|
|
44233
|
+
|
|
44234
|
+
if(
|
|
44235
|
+
ua &&
|
|
44236
|
+
ua.headers &&
|
|
44237
|
+
typeof ua.headers['user-agent'] === 'string'
|
|
44238
|
+
) {
|
|
44239
|
+
ua = ua.headers['user-agent'];
|
|
44240
|
+
}
|
|
44241
|
+
|
|
44242
|
+
return ua;
|
|
44243
|
+
}
|
|
44244
|
+
|
|
44245
|
+
},{"fast-isnumeric":18,"is-mobile":52}],224:[function(_dereq_,module,exports){
|
|
44138
44246
|
/**
|
|
44139
44247
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44140
44248
|
* All rights reserved.
|
|
@@ -44172,7 +44280,7 @@ module.exports = function pushUnique(array, item) {
|
|
|
44172
44280
|
return array;
|
|
44173
44281
|
};
|
|
44174
44282
|
|
|
44175
|
-
},{}],
|
|
44283
|
+
},{}],225:[function(_dereq_,module,exports){
|
|
44176
44284
|
/**
|
|
44177
44285
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44178
44286
|
* All rights reserved.
|
|
@@ -44380,7 +44488,7 @@ queue.plotDo = function(gd, func, args) {
|
|
|
44380
44488
|
|
|
44381
44489
|
module.exports = queue;
|
|
44382
44490
|
|
|
44383
|
-
},{"../lib":
|
|
44491
|
+
},{"../lib":210,"../plot_api/plot_config":243}],226:[function(_dereq_,module,exports){
|
|
44384
44492
|
/**
|
|
44385
44493
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44386
44494
|
* All rights reserved.
|
|
@@ -44410,7 +44518,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
|
|
|
44410
44518
|
return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
|
|
44411
44519
|
};
|
|
44412
44520
|
|
|
44413
|
-
},{}],
|
|
44521
|
+
},{}],227:[function(_dereq_,module,exports){
|
|
44414
44522
|
/**
|
|
44415
44523
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44416
44524
|
* All rights reserved.
|
|
@@ -44463,7 +44571,7 @@ module.exports = function(baseAttr, relativeAttr) {
|
|
|
44463
44571
|
return baseAttr + relativeAttr;
|
|
44464
44572
|
};
|
|
44465
44573
|
|
|
44466
|
-
},{}],
|
|
44574
|
+
},{}],228:[function(_dereq_,module,exports){
|
|
44467
44575
|
/**
|
|
44468
44576
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44469
44577
|
* All rights reserved.
|
|
@@ -44520,7 +44628,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
|
|
|
44520
44628
|
}
|
|
44521
44629
|
};
|
|
44522
44630
|
|
|
44523
|
-
},{"./array":
|
|
44631
|
+
},{"./array":196,"./is_plain_object":211}],229:[function(_dereq_,module,exports){
|
|
44524
44632
|
/**
|
|
44525
44633
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44526
44634
|
* All rights reserved.
|
|
@@ -44725,7 +44833,7 @@ exports.findIndexOfMin = function(arr, fn) {
|
|
|
44725
44833
|
return ind;
|
|
44726
44834
|
};
|
|
44727
44835
|
|
|
44728
|
-
},{"../constants/numerical":
|
|
44836
|
+
},{"../constants/numerical":189,"./identity":208,"./loggers":214,"fast-isnumeric":18}],230:[function(_dereq_,module,exports){
|
|
44729
44837
|
/**
|
|
44730
44838
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44731
44839
|
* All rights reserved.
|
|
@@ -44748,7 +44856,7 @@ module.exports = function setCursor(el3, csr) {
|
|
|
44748
44856
|
if(csr) el3.classed('cursor-' + csr, true);
|
|
44749
44857
|
};
|
|
44750
44858
|
|
|
44751
|
-
},{}],
|
|
44859
|
+
},{}],231:[function(_dereq_,module,exports){
|
|
44752
44860
|
/**
|
|
44753
44861
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44754
44862
|
* All rights reserved.
|
|
@@ -44858,7 +44966,7 @@ exports.interp = function(arr, n) {
|
|
|
44858
44966
|
return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
|
|
44859
44967
|
};
|
|
44860
44968
|
|
|
44861
|
-
},{"./array":
|
|
44969
|
+
},{"./array":196,"fast-isnumeric":18}],232:[function(_dereq_,module,exports){
|
|
44862
44970
|
/**
|
|
44863
44971
|
* Copyright 2012-2020, Plotly, Inc.
|
|
44864
44972
|
* All rights reserved.
|
|
@@ -45749,7 +45857,7 @@ exports.makeEditable = function(context, options) {
|
|
|
45749
45857
|
return d3.rebind(context, dispatch, 'on');
|
|
45750
45858
|
};
|
|
45751
45859
|
|
|
45752
|
-
},{"../constants/alignment":
|
|
45860
|
+
},{"../constants/alignment":184,"../constants/xmlns_namespaces":190,"../lib":210,"d3":16}],233:[function(_dereq_,module,exports){
|
|
45753
45861
|
/**
|
|
45754
45862
|
* Copyright 2012-2020, Plotly, Inc.
|
|
45755
45863
|
* All rights reserved.
|
|
@@ -45852,7 +45960,7 @@ function _clearTimeout(cache) {
|
|
|
45852
45960
|
}
|
|
45853
45961
|
}
|
|
45854
45962
|
|
|
45855
|
-
},{}],
|
|
45963
|
+
},{}],234:[function(_dereq_,module,exports){
|
|
45856
45964
|
/**
|
|
45857
45965
|
* Copyright 2012-2020, Plotly, Inc.
|
|
45858
45966
|
* All rights reserved.
|
|
@@ -45880,7 +45988,7 @@ module.exports = function toLogRange(val, range) {
|
|
|
45880
45988
|
return newVal;
|
|
45881
45989
|
};
|
|
45882
45990
|
|
|
45883
|
-
},{"fast-isnumeric":18}],
|
|
45991
|
+
},{"fast-isnumeric":18}],235:[function(_dereq_,module,exports){
|
|
45884
45992
|
/**
|
|
45885
45993
|
* Copyright 2012-2020, Plotly, Inc.
|
|
45886
45994
|
* All rights reserved.
|
|
@@ -45902,7 +46010,7 @@ module.exports = {
|
|
|
45902
46010
|
}
|
|
45903
46011
|
};
|
|
45904
46012
|
|
|
45905
|
-
},{}],
|
|
46013
|
+
},{}],236:[function(_dereq_,module,exports){
|
|
45906
46014
|
/**
|
|
45907
46015
|
* Copyright 2012-2020, Plotly, Inc.
|
|
45908
46016
|
* All rights reserved.
|
|
@@ -45945,7 +46053,7 @@ module.exports = {
|
|
|
45945
46053
|
}
|
|
45946
46054
|
};
|
|
45947
46055
|
|
|
45948
|
-
},{}],
|
|
46056
|
+
},{}],237:[function(_dereq_,module,exports){
|
|
45949
46057
|
/**
|
|
45950
46058
|
* Copyright 2012-2020, Plotly, Inc.
|
|
45951
46059
|
* All rights reserved.
|
|
@@ -46003,7 +46111,7 @@ module.exports = function containerArrayMatch(astr) {
|
|
|
46003
46111
|
return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
|
|
46004
46112
|
};
|
|
46005
46113
|
|
|
46006
|
-
},{"../registry":
|
|
46114
|
+
},{"../registry":298}],238:[function(_dereq_,module,exports){
|
|
46007
46115
|
/**
|
|
46008
46116
|
* Copyright 2012-2020, Plotly, Inc.
|
|
46009
46117
|
* All rights reserved.
|
|
@@ -46128,7 +46236,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
|
|
|
46128
46236
|
}
|
|
46129
46237
|
}
|
|
46130
46238
|
|
|
46131
|
-
},{"../lib":
|
|
46239
|
+
},{"../lib":210}],239:[function(_dereq_,module,exports){
|
|
46132
46240
|
/**
|
|
46133
46241
|
* Copyright 2012-2020, Plotly, Inc.
|
|
46134
46242
|
* All rights reserved.
|
|
@@ -46830,7 +46938,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
|
|
|
46830
46938
|
}
|
|
46831
46939
|
};
|
|
46832
46940
|
|
|
46833
|
-
},{"../components/color":
|
|
46941
|
+
},{"../components/color":82,"../lib":210,"../plots/cartesian/axis_ids":259,"../plots/plots":290,"../registry":298,"fast-isnumeric":18,"gl-mat4/fromQuat":24}],240:[function(_dereq_,module,exports){
|
|
46834
46942
|
/**
|
|
46835
46943
|
* Copyright 2012-2020, Plotly, Inc.
|
|
46836
46944
|
* All rights reserved.
|
|
@@ -46873,7 +46981,7 @@ var templateApi = _dereq_('./template_api');
|
|
|
46873
46981
|
exports.makeTemplate = templateApi.makeTemplate;
|
|
46874
46982
|
exports.validateTemplate = templateApi.validateTemplate;
|
|
46875
46983
|
|
|
46876
|
-
},{"../snapshot/download":
|
|
46984
|
+
},{"../snapshot/download":300,"./plot_api":242,"./template_api":247,"./to_image":248,"./validate":249}],241:[function(_dereq_,module,exports){
|
|
46877
46985
|
/**
|
|
46878
46986
|
* Copyright 2012-2020, Plotly, Inc.
|
|
46879
46987
|
* All rights reserved.
|
|
@@ -47086,7 +47194,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
|
|
|
47086
47194
|
return true;
|
|
47087
47195
|
};
|
|
47088
47196
|
|
|
47089
|
-
},{"../lib/is_plain_object":
|
|
47197
|
+
},{"../lib/is_plain_object":211,"../lib/loggers":214,"../lib/noop":219,"../lib/search":229,"../registry":298,"./container_array_match":237}],242:[function(_dereq_,module,exports){
|
|
47090
47198
|
/**
|
|
47091
47199
|
* Copyright 2012-2020, Plotly, Inc.
|
|
47092
47200
|
* All rights reserved.
|
|
@@ -50320,7 +50428,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
|
|
|
50320
50428
|
}
|
|
50321
50429
|
|
|
50322
50430
|
// Execute a callback after the wrapper function has been called n times.
|
|
50323
|
-
// This is used to defer the resolution until a transition has
|
|
50431
|
+
// This is used to defer the resolution until a transition has resolved *and*
|
|
50324
50432
|
// the frame has completed. If it's not done this way, then we get a race
|
|
50325
50433
|
// condition in which the animation might resolve before a transition is complete
|
|
50326
50434
|
// or vice versa.
|
|
@@ -51016,7 +51124,7 @@ exports._guiUpdate = guiEdit(update);
|
|
|
51016
51124
|
|
|
51017
51125
|
exports._storeDirectGUIEdit = _storeDirectGUIEdit;
|
|
51018
51126
|
|
|
51019
|
-
},{"../components/color":
|
|
51127
|
+
},{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":190,"../lib":210,"../lib/events":203,"../lib/queue":225,"../lib/svg_text_utils":232,"../plots/cartesian/axes":256,"../plots/cartesian/constants":262,"../plots/cartesian/graph_interact":265,"../plots/cartesian/select":275,"../plots/plots":290,"../plots/polar/legacy":293,"../registry":298,"./edit_types":238,"./helpers":239,"./manage_arrays":241,"./plot_config":243,"./plot_schema":244,"./subroutines":246,"d3":16,"fast-isnumeric":18,"has-hover":49}],243:[function(_dereq_,module,exports){
|
|
51020
51128
|
/**
|
|
51021
51129
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51022
51130
|
* All rights reserved.
|
|
@@ -51331,7 +51439,7 @@ module.exports = {
|
|
|
51331
51439
|
dfltConfig: dfltConfig
|
|
51332
51440
|
};
|
|
51333
51441
|
|
|
51334
|
-
},{}],
|
|
51442
|
+
},{}],244:[function(_dereq_,module,exports){
|
|
51335
51443
|
/**
|
|
51336
51444
|
* Copyright 2012-2020, Plotly, Inc.
|
|
51337
51445
|
* All rights reserved.
|
|
@@ -52042,7 +52150,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
|
|
|
52042
52150
|
np.set(extendDeepAll(np.get() || {}, newAttrs));
|
|
52043
52151
|
}
|
|
52044
52152
|
|
|
52045
|
-
},{"../lib":
|
|
52153
|
+
},{"../lib":210,"../plots/animation_attributes":250,"../plots/attributes":252,"../plots/frame_attributes":285,"../plots/layout_attributes":288,"../plots/polar/legacy/area_attributes":291,"../plots/polar/legacy/axis_attributes":292,"../registry":298,"./edit_types":238,"./plot_config":243}],245:[function(_dereq_,module,exports){
|
|
52046
52154
|
/**
|
|
52047
52155
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52048
52156
|
* All rights reserved.
|
|
@@ -52354,7 +52462,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
|
|
|
52354
52462
|
};
|
|
52355
52463
|
};
|
|
52356
52464
|
|
|
52357
|
-
},{"../lib":
|
|
52465
|
+
},{"../lib":210,"../plots/attributes":252}],246:[function(_dereq_,module,exports){
|
|
52358
52466
|
/**
|
|
52359
52467
|
* Copyright 2012-2020, Plotly, Inc.
|
|
52360
52468
|
* All rights reserved.
|
|
@@ -53078,7 +53186,7 @@ exports.drawMarginPushers = function(gd) {
|
|
|
53078
53186
|
Registry.getComponentMethod('colorbar', 'draw')(gd);
|
|
53079
53187
|
};
|
|
53080
53188
|
|
|
53081
|
-
},{"../components/color":
|
|
53189
|
+
},{"../components/color":82,"../components/drawing":104,"../components/modebar":142,"../components/titles":177,"../constants/alignment":184,"../lib":210,"../lib/clear_gl_canvases":198,"../plots/cartesian/autorange":255,"../plots/cartesian/axes":256,"../plots/cartesian/constraints":263,"../plots/plots":290,"../registry":298,"d3":16}],247:[function(_dereq_,module,exports){
|
|
53082
53190
|
/**
|
|
53083
53191
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53084
53192
|
* All rights reserved.
|
|
@@ -53540,7 +53648,7 @@ function format(opts) {
|
|
|
53540
53648
|
return opts;
|
|
53541
53649
|
}
|
|
53542
53650
|
|
|
53543
|
-
},{"../lib":
|
|
53651
|
+
},{"../lib":210,"../plots/attributes":252,"../plots/plots":290,"./plot_config":243,"./plot_schema":244,"./plot_template":245}],248:[function(_dereq_,module,exports){
|
|
53544
53652
|
/**
|
|
53545
53653
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53546
53654
|
* All rights reserved.
|
|
@@ -53761,7 +53869,7 @@ function toImage(gd, opts) {
|
|
|
53761
53869
|
|
|
53762
53870
|
module.exports = toImage;
|
|
53763
53871
|
|
|
53764
|
-
},{"../lib":
|
|
53872
|
+
},{"../lib":210,"../plots/plots":290,"../snapshot/helpers":302,"../snapshot/svgtoimg":304,"../snapshot/tosvg":306,"../version":439,"./plot_api":242,"fast-isnumeric":18}],249:[function(_dereq_,module,exports){
|
|
53765
53873
|
/**
|
|
53766
53874
|
* Copyright 2012-2020, Plotly, Inc.
|
|
53767
53875
|
* All rights reserved.
|
|
@@ -54192,7 +54300,7 @@ function convertPathToAttributeString(path) {
|
|
|
54192
54300
|
return astr;
|
|
54193
54301
|
}
|
|
54194
54302
|
|
|
54195
|
-
},{"../lib":
|
|
54303
|
+
},{"../lib":210,"../plots/plots":290,"./plot_config":243,"./plot_schema":244}],250:[function(_dereq_,module,exports){
|
|
54196
54304
|
/**
|
|
54197
54305
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54198
54306
|
* All rights reserved.
|
|
@@ -54304,7 +54412,7 @@ module.exports = {
|
|
|
54304
54412
|
}
|
|
54305
54413
|
};
|
|
54306
54414
|
|
|
54307
|
-
},{}],
|
|
54415
|
+
},{}],251:[function(_dereq_,module,exports){
|
|
54308
54416
|
/**
|
|
54309
54417
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54310
54418
|
* All rights reserved.
|
|
@@ -54399,7 +54507,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
|
|
|
54399
54507
|
return contOut;
|
|
54400
54508
|
};
|
|
54401
54509
|
|
|
54402
|
-
},{"../lib":
|
|
54510
|
+
},{"../lib":210,"../plot_api/plot_template":245}],252:[function(_dereq_,module,exports){
|
|
54403
54511
|
/**
|
|
54404
54512
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54405
54513
|
* All rights reserved.
|
|
@@ -54540,7 +54648,7 @@ module.exports = {
|
|
|
54540
54648
|
}
|
|
54541
54649
|
};
|
|
54542
54650
|
|
|
54543
|
-
},{"../components/fx/attributes":
|
|
54651
|
+
},{"../components/fx/attributes":113}],253:[function(_dereq_,module,exports){
|
|
54544
54652
|
/**
|
|
54545
54653
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54546
54654
|
* All rights reserved.
|
|
@@ -54632,7 +54740,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
|
|
|
54632
54740
|
return newVals;
|
|
54633
54741
|
};
|
|
54634
54742
|
|
|
54635
|
-
},{"../../constants/numerical":
|
|
54743
|
+
},{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],254:[function(_dereq_,module,exports){
|
|
54636
54744
|
/**
|
|
54637
54745
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54638
54746
|
* All rights reserved.
|
|
@@ -54661,7 +54769,7 @@ module.exports = {
|
|
|
54661
54769
|
}
|
|
54662
54770
|
};
|
|
54663
54771
|
|
|
54664
|
-
},{}],
|
|
54772
|
+
},{}],255:[function(_dereq_,module,exports){
|
|
54665
54773
|
/**
|
|
54666
54774
|
* Copyright 2012-2020, Plotly, Inc.
|
|
54667
54775
|
* All rights reserved.
|
|
@@ -55270,7 +55378,7 @@ function goodNumber(v) {
|
|
|
55270
55378
|
function lessOrEqual(v0, v1) { return v0 <= v1; }
|
|
55271
55379
|
function greaterOrEqual(v0, v1) { return v0 >= v1; }
|
|
55272
55380
|
|
|
55273
|
-
},{"../../constants/numerical":
|
|
55381
|
+
},{"../../constants/numerical":189,"../../lib":210,"../../registry":298,"./axis_ids":259,"fast-isnumeric":18}],256:[function(_dereq_,module,exports){
|
|
55274
55382
|
/**
|
|
55275
55383
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55276
55384
|
* All rights reserved.
|
|
@@ -58990,7 +59098,7 @@ function moveOutsideBreak(v, ax) {
|
|
|
58990
59098
|
return v;
|
|
58991
59099
|
}
|
|
58992
59100
|
|
|
58993
|
-
},{"../../components/color":
|
|
59101
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../components/titles":177,"../../constants/alignment":184,"../../constants/numerical":189,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"./autorange":255,"./axis_autotype":257,"./axis_ids":259,"./clean_ticks":261,"./layout_attributes":270,"./set_convert":276,"d3":16,"fast-isnumeric":18}],257:[function(_dereq_,module,exports){
|
|
58994
59102
|
/**
|
|
58995
59103
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58996
59104
|
* All rights reserved.
|
|
@@ -59121,7 +59229,7 @@ function multiCategory(a) {
|
|
|
59121
59229
|
return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
|
|
59122
59230
|
}
|
|
59123
59231
|
|
|
59124
|
-
},{"../../constants/numerical":
|
|
59232
|
+
},{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],258:[function(_dereq_,module,exports){
|
|
59125
59233
|
/**
|
|
59126
59234
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59127
59235
|
* All rights reserved.
|
|
@@ -59429,7 +59537,7 @@ function indexOfDay(v) {
|
|
|
59429
59537
|
];
|
|
59430
59538
|
}
|
|
59431
59539
|
|
|
59432
|
-
},{"../../lib":
|
|
59540
|
+
},{"../../lib":210,"../../registry":298,"../array_container_defaults":251,"./category_order_defaults":260,"./constants":262,"./layout_attributes":270,"./line_grid_defaults":272,"./set_convert":276,"./tick_label_defaults":277,"./tick_mark_defaults":278,"./tick_value_defaults":279,"fast-isnumeric":18}],259:[function(_dereq_,module,exports){
|
|
59433
59541
|
/**
|
|
59434
59542
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59435
59543
|
* All rights reserved.
|
|
@@ -59585,7 +59693,7 @@ exports.isLinked = function(fullLayout, axId) {
|
|
|
59585
59693
|
);
|
|
59586
59694
|
};
|
|
59587
59695
|
|
|
59588
|
-
},{"../../registry":
|
|
59696
|
+
},{"../../registry":298,"./constants":262}],260:[function(_dereq_,module,exports){
|
|
59589
59697
|
/**
|
|
59590
59698
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59591
59699
|
* All rights reserved.
|
|
@@ -59679,7 +59787,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
|
|
|
59679
59787
|
}
|
|
59680
59788
|
};
|
|
59681
59789
|
|
|
59682
|
-
},{}],
|
|
59790
|
+
},{}],261:[function(_dereq_,module,exports){
|
|
59683
59791
|
/**
|
|
59684
59792
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59685
59793
|
* All rights reserved.
|
|
@@ -59771,7 +59879,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
|
|
|
59771
59879
|
return isNumeric(tick0) ? Number(tick0) : 0;
|
|
59772
59880
|
};
|
|
59773
59881
|
|
|
59774
|
-
},{"../../constants/numerical":
|
|
59882
|
+
},{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],262:[function(_dereq_,module,exports){
|
|
59775
59883
|
/**
|
|
59776
59884
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59777
59885
|
* All rights reserved.
|
|
@@ -59863,7 +59971,7 @@ module.exports = {
|
|
|
59863
59971
|
}
|
|
59864
59972
|
};
|
|
59865
59973
|
|
|
59866
|
-
},{"../../lib/regex":
|
|
59974
|
+
},{"../../lib/regex":226}],263:[function(_dereq_,module,exports){
|
|
59867
59975
|
/**
|
|
59868
59976
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59869
59977
|
* All rights reserved.
|
|
@@ -60514,7 +60622,7 @@ function updateDomain(ax, factor) {
|
|
|
60514
60622
|
ax.setScale();
|
|
60515
60623
|
}
|
|
60516
60624
|
|
|
60517
|
-
},{"../../constants/alignment":
|
|
60625
|
+
},{"../../constants/alignment":184,"../../constants/numerical":189,"../../lib":210,"./autorange":255,"./axis_ids":259,"./layout_attributes":270,"./scale_zoom":274,"./set_convert":276}],264:[function(_dereq_,module,exports){
|
|
60518
60626
|
/**
|
|
60519
60627
|
* Copyright 2012-2020, Plotly, Inc.
|
|
60520
60628
|
* All rights reserved.
|
|
@@ -61852,7 +61960,7 @@ module.exports = {
|
|
|
61852
61960
|
attachWheelEventHandler: attachWheelEventHandler
|
|
61853
61961
|
};
|
|
61854
61962
|
|
|
61855
|
-
},{"../../components/color":
|
|
61963
|
+
},{"../../components/color":82,"../../components/dragelement":101,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../constants/alignment":184,"../../lib":210,"../../lib/clear_gl_canvases":198,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/subroutines":246,"../../registry":298,"../plots":290,"./axes":256,"./axis_ids":259,"./constants":262,"./scale_zoom":274,"./select":275,"d3":16,"has-passive-events":50,"tinycolor2":65}],265:[function(_dereq_,module,exports){
|
|
61856
61964
|
/**
|
|
61857
61965
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61858
61966
|
* All rights reserved.
|
|
@@ -62020,7 +62128,7 @@ exports.updateFx = function(gd) {
|
|
|
62020
62128
|
setCursor(fullLayout._draggers, cursor);
|
|
62021
62129
|
};
|
|
62022
62130
|
|
|
62023
|
-
},{"../../components/dragelement":
|
|
62131
|
+
},{"../../components/dragelement":101,"../../components/fx":122,"../../lib/setcursor":230,"./constants":262,"./dragbox":264,"d3":16}],266:[function(_dereq_,module,exports){
|
|
62024
62132
|
/**
|
|
62025
62133
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62026
62134
|
* All rights reserved.
|
|
@@ -62056,7 +62164,7 @@ module.exports = {
|
|
|
62056
62164
|
clearSelect: clearSelect
|
|
62057
62165
|
};
|
|
62058
62166
|
|
|
62059
|
-
},{}],
|
|
62167
|
+
},{}],267:[function(_dereq_,module,exports){
|
|
62060
62168
|
/**
|
|
62061
62169
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62062
62170
|
* All rights reserved.
|
|
@@ -62113,7 +62221,7 @@ module.exports = {
|
|
|
62113
62221
|
getTransform: getTransform
|
|
62114
62222
|
};
|
|
62115
62223
|
|
|
62116
|
-
},{"../../lib":
|
|
62224
|
+
},{"../../lib":210}],268:[function(_dereq_,module,exports){
|
|
62117
62225
|
/**
|
|
62118
62226
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62119
62227
|
* All rights reserved.
|
|
@@ -62191,7 +62299,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
|
|
|
62191
62299
|
};
|
|
62192
62300
|
};
|
|
62193
62301
|
|
|
62194
|
-
},{"../../lib":
|
|
62302
|
+
},{"../../lib":210,"../../registry":298,"./axis_ids":259}],269:[function(_dereq_,module,exports){
|
|
62195
62303
|
/**
|
|
62196
62304
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62197
62305
|
* All rights reserved.
|
|
@@ -62809,7 +62917,7 @@ exports.toSVG = function(gd) {
|
|
|
62809
62917
|
|
|
62810
62918
|
exports.updateFx = _dereq_('./graph_interact').updateFx;
|
|
62811
62919
|
|
|
62812
|
-
},{"../../components/drawing":
|
|
62920
|
+
},{"../../components/drawing":104,"../../constants/xmlns_namespaces":190,"../../lib":210,"../../registry":298,"../get_data":286,"../plots":290,"./attributes":254,"./axis_ids":259,"./constants":262,"./graph_interact":265,"./layout_attributes":270,"./layout_defaults":271,"./transition_axes":280,"d3":16}],270:[function(_dereq_,module,exports){
|
|
62813
62921
|
/**
|
|
62814
62922
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62815
62923
|
* All rights reserved.
|
|
@@ -63529,7 +63637,7 @@ module.exports = {
|
|
|
63529
63637
|
}
|
|
63530
63638
|
};
|
|
63531
63639
|
|
|
63532
|
-
},{"../../components/color/attributes":
|
|
63640
|
+
},{"../../components/color/attributes":81,"../../components/drawing/attributes":103,"../../constants/docs":187,"../../constants/numerical":189,"../../lib/extend":204,"../../plot_api/plot_template":245,"../font_attributes":284,"./constants":262}],271:[function(_dereq_,module,exports){
|
|
63533
63641
|
/**
|
|
63534
63642
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63535
63643
|
* All rights reserved.
|
|
@@ -63916,7 +64024,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
63916
64024
|
});
|
|
63917
64025
|
};
|
|
63918
64026
|
|
|
63919
|
-
},{"../../components/color":
|
|
64027
|
+
},{"../../components/color":82,"../../components/fx/helpers":118,"../../components/fx/hovermode_defaults":121,"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298,"../layout_attributes":288,"./axis_defaults":258,"./axis_ids":259,"./constants":262,"./constraints":263,"./layout_attributes":270,"./position_defaults":273,"./type_defaults":281}],272:[function(_dereq_,module,exports){
|
|
63920
64028
|
/**
|
|
63921
64029
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63922
64030
|
* All rights reserved.
|
|
@@ -63981,7 +64089,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
|
|
|
63981
64089
|
}
|
|
63982
64090
|
};
|
|
63983
64091
|
|
|
63984
|
-
},{"../../components/color/attributes":
|
|
64092
|
+
},{"../../components/color/attributes":81,"../../lib":210,"tinycolor2":65}],273:[function(_dereq_,module,exports){
|
|
63985
64093
|
/**
|
|
63986
64094
|
* Copyright 2012-2020, Plotly, Inc.
|
|
63987
64095
|
* All rights reserved.
|
|
@@ -64069,7 +64177,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
|
|
|
64069
64177
|
return containerOut;
|
|
64070
64178
|
};
|
|
64071
64179
|
|
|
64072
|
-
},{"../../lib":
|
|
64180
|
+
},{"../../lib":210,"fast-isnumeric":18}],274:[function(_dereq_,module,exports){
|
|
64073
64181
|
/**
|
|
64074
64182
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64075
64183
|
* All rights reserved.
|
|
@@ -64098,7 +64206,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
|
|
|
64098
64206
|
ax.setScale();
|
|
64099
64207
|
};
|
|
64100
64208
|
|
|
64101
|
-
},{"../../constants/alignment":
|
|
64209
|
+
},{"../../constants/alignment":184}],275:[function(_dereq_,module,exports){
|
|
64102
64210
|
/**
|
|
64103
64211
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64104
64212
|
* All rights reserved.
|
|
@@ -65041,7 +65149,7 @@ module.exports = {
|
|
|
65041
65149
|
selectOnClick: selectOnClick
|
|
65042
65150
|
};
|
|
65043
65151
|
|
|
65044
|
-
},{"../../components/color":
|
|
65152
|
+
},{"../../components/color":82,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../components/fx/helpers":118,"../../components/shapes/draw_newshape/display_outlines":167,"../../components/shapes/draw_newshape/helpers":168,"../../components/shapes/draw_newshape/newshapes":169,"../../lib":210,"../../lib/clear_gl_canvases":198,"../../lib/polygon":222,"../../lib/throttle":233,"../../plot_api/subroutines":246,"../../registry":298,"./axis_ids":259,"./constants":262,"./handle_outline":266,"./helpers":267,"polybooljs":56}],276:[function(_dereq_,module,exports){
|
|
65045
65153
|
/**
|
|
65046
65154
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65047
65155
|
* All rights reserved.
|
|
@@ -65999,7 +66107,7 @@ module.exports = function setConvert(ax, fullLayout) {
|
|
|
65999
66107
|
delete ax._forceTick0;
|
|
66000
66108
|
};
|
|
66001
66109
|
|
|
66002
|
-
},{"../../constants/numerical":
|
|
66110
|
+
},{"../../constants/numerical":189,"../../lib":210,"./axis_ids":259,"./constants":262,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],277:[function(_dereq_,module,exports){
|
|
66003
66111
|
/**
|
|
66004
66112
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66005
66113
|
* All rights reserved.
|
|
@@ -66126,7 +66234,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
|
|
|
66126
66234
|
}
|
|
66127
66235
|
}
|
|
66128
66236
|
|
|
66129
|
-
},{"../../components/color":
|
|
66237
|
+
},{"../../components/color":82,"../../lib":210,"../array_container_defaults":251,"./layout_attributes":270}],278:[function(_dereq_,module,exports){
|
|
66130
66238
|
/**
|
|
66131
66239
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66132
66240
|
* All rights reserved.
|
|
@@ -66159,7 +66267,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
|
|
|
66159
66267
|
}
|
|
66160
66268
|
};
|
|
66161
66269
|
|
|
66162
|
-
},{"../../lib":
|
|
66270
|
+
},{"../../lib":210,"./layout_attributes":270}],279:[function(_dereq_,module,exports){
|
|
66163
66271
|
/**
|
|
66164
66272
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66165
66273
|
* All rights reserved.
|
|
@@ -66206,7 +66314,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
|
|
|
66206
66314
|
}
|
|
66207
66315
|
};
|
|
66208
66316
|
|
|
66209
|
-
},{"../../lib":
|
|
66317
|
+
},{"../../lib":210,"./clean_ticks":261}],280:[function(_dereq_,module,exports){
|
|
66210
66318
|
/**
|
|
66211
66319
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66212
66320
|
* All rights reserved.
|
|
@@ -66419,7 +66527,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
|
|
|
66419
66527
|
return Promise.resolve();
|
|
66420
66528
|
};
|
|
66421
66529
|
|
|
66422
|
-
},{"../../components/drawing":
|
|
66530
|
+
},{"../../components/drawing":104,"../../lib":210,"../../registry":298,"./axes":256,"d3":16}],281:[function(_dereq_,module,exports){
|
|
66423
66531
|
/**
|
|
66424
66532
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66425
66533
|
* All rights reserved.
|
|
@@ -66559,7 +66667,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
|
|
|
66559
66667
|
);
|
|
66560
66668
|
}
|
|
66561
66669
|
|
|
66562
|
-
},{"../../registry":
|
|
66670
|
+
},{"../../registry":298,"./axis_autotype":257}],282:[function(_dereq_,module,exports){
|
|
66563
66671
|
/**
|
|
66564
66672
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66565
66673
|
* All rights reserved.
|
|
@@ -66986,7 +67094,7 @@ function crawl(attrs, callback, path, depth) {
|
|
|
66986
67094
|
});
|
|
66987
67095
|
}
|
|
66988
67096
|
|
|
66989
|
-
},{"../lib":
|
|
67097
|
+
},{"../lib":210,"../registry":298}],283:[function(_dereq_,module,exports){
|
|
66990
67098
|
/**
|
|
66991
67099
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66992
67100
|
* All rights reserved.
|
|
@@ -67098,7 +67206,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
|
|
|
67098
67206
|
if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
|
|
67099
67207
|
};
|
|
67100
67208
|
|
|
67101
|
-
},{"../lib/extend":
|
|
67209
|
+
},{"../lib/extend":204}],284:[function(_dereq_,module,exports){
|
|
67102
67210
|
/**
|
|
67103
67211
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67104
67212
|
* All rights reserved.
|
|
@@ -67163,7 +67271,7 @@ module.exports = function(opts) {
|
|
|
67163
67271
|
return attrs;
|
|
67164
67272
|
};
|
|
67165
67273
|
|
|
67166
|
-
},{}],
|
|
67274
|
+
},{}],285:[function(_dereq_,module,exports){
|
|
67167
67275
|
/**
|
|
67168
67276
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67169
67277
|
* All rights reserved.
|
|
@@ -67209,7 +67317,7 @@ module.exports = {
|
|
|
67209
67317
|
}
|
|
67210
67318
|
};
|
|
67211
67319
|
|
|
67212
|
-
},{}],
|
|
67320
|
+
},{}],286:[function(_dereq_,module,exports){
|
|
67213
67321
|
/**
|
|
67214
67322
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67215
67323
|
* All rights reserved.
|
|
@@ -67338,7 +67446,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
|
|
|
67338
67446
|
return subplotData;
|
|
67339
67447
|
};
|
|
67340
67448
|
|
|
67341
|
-
},{"../registry":
|
|
67449
|
+
},{"../registry":298,"./cartesian/constants":262}],287:[function(_dereq_,module,exports){
|
|
67342
67450
|
/**
|
|
67343
67451
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67344
67452
|
* All rights reserved.
|
|
@@ -67372,7 +67480,7 @@ function project(camera, v) {
|
|
|
67372
67480
|
|
|
67373
67481
|
module.exports = project;
|
|
67374
67482
|
|
|
67375
|
-
},{}],
|
|
67483
|
+
},{}],288:[function(_dereq_,module,exports){
|
|
67376
67484
|
/**
|
|
67377
67485
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67378
67486
|
* All rights reserved.
|
|
@@ -67713,7 +67821,7 @@ module.exports = {
|
|
|
67713
67821
|
}
|
|
67714
67822
|
};
|
|
67715
67823
|
|
|
67716
|
-
},{"../components/color/attributes":
|
|
67824
|
+
},{"../components/color/attributes":81,"../components/shapes/draw_newshape/attributes":164,"../lib/extend":204,"./animation_attributes":250,"./font_attributes":284,"./pad_attributes":289}],289:[function(_dereq_,module,exports){
|
|
67717
67825
|
/**
|
|
67718
67826
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67719
67827
|
* All rights reserved.
|
|
@@ -67768,7 +67876,7 @@ module.exports = function(opts) {
|
|
|
67768
67876
|
};
|
|
67769
67877
|
};
|
|
67770
67878
|
|
|
67771
|
-
},{}],
|
|
67879
|
+
},{}],290:[function(_dereq_,module,exports){
|
|
67772
67880
|
/**
|
|
67773
67881
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67774
67882
|
* All rights reserved.
|
|
@@ -71195,7 +71303,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
|
|
|
71195
71303
|
}
|
|
71196
71304
|
};
|
|
71197
71305
|
|
|
71198
|
-
},{"../components/color":
|
|
71306
|
+
},{"../components/color":82,"../constants/numerical":189,"../lib":210,"../plot_api/plot_schema":244,"../plot_api/plot_template":245,"../plots/get_data":286,"../registry":298,"./animation_attributes":250,"./attributes":252,"./cartesian/axis_ids":259,"./cartesian/handle_outline":266,"./command":282,"./font_attributes":284,"./frame_attributes":285,"./layout_attributes":288,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],291:[function(_dereq_,module,exports){
|
|
71199
71307
|
/**
|
|
71200
71308
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71201
71309
|
* All rights reserved.
|
|
@@ -71239,7 +71347,7 @@ module.exports = {
|
|
|
71239
71347
|
}
|
|
71240
71348
|
};
|
|
71241
71349
|
|
|
71242
|
-
},{"../../../lib/extend":
|
|
71350
|
+
},{"../../../lib/extend":204,"../../../traces/scatter/attributes":399}],292:[function(_dereq_,module,exports){
|
|
71243
71351
|
/**
|
|
71244
71352
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71245
71353
|
* All rights reserved.
|
|
@@ -71361,7 +71469,7 @@ module.exports = overrideAll({
|
|
|
71361
71469
|
}
|
|
71362
71470
|
}, 'plot', 'nested');
|
|
71363
71471
|
|
|
71364
|
-
},{"../../../lib/extend":
|
|
71472
|
+
},{"../../../lib/extend":204,"../../../plot_api/edit_types":238,"../../cartesian/layout_attributes":270}],293:[function(_dereq_,module,exports){
|
|
71365
71473
|
/**
|
|
71366
71474
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71367
71475
|
* All rights reserved.
|
|
@@ -71376,7 +71484,7 @@ var Polar = module.exports = _dereq_('./micropolar');
|
|
|
71376
71484
|
|
|
71377
71485
|
Polar.manager = _dereq_('./micropolar_manager');
|
|
71378
71486
|
|
|
71379
|
-
},{"./micropolar":
|
|
71487
|
+
},{"./micropolar":294,"./micropolar_manager":295}],294:[function(_dereq_,module,exports){
|
|
71380
71488
|
/**
|
|
71381
71489
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71382
71490
|
* All rights reserved.
|
|
@@ -72796,7 +72904,7 @@ var µ = module.exports = { version: '0.2.2' };
|
|
|
72796
72904
|
return exports;
|
|
72797
72905
|
};
|
|
72798
72906
|
|
|
72799
|
-
},{"../../../constants/alignment":
|
|
72907
|
+
},{"../../../constants/alignment":184,"../../../lib":210,"d3":16}],295:[function(_dereq_,module,exports){
|
|
72800
72908
|
/**
|
|
72801
72909
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72802
72910
|
* All rights reserved.
|
|
@@ -72882,7 +72990,7 @@ manager.fillLayout = function(_gd) {
|
|
|
72882
72990
|
_gd._fullLayout = extendDeepAll(dflts, _gd.layout);
|
|
72883
72991
|
};
|
|
72884
72992
|
|
|
72885
|
-
},{"../../../components/color":
|
|
72993
|
+
},{"../../../components/color":82,"../../../lib":210,"./micropolar":294,"./undo_manager":296,"d3":16}],296:[function(_dereq_,module,exports){
|
|
72886
72994
|
/**
|
|
72887
72995
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72888
72996
|
* All rights reserved.
|
|
@@ -72948,7 +73056,7 @@ module.exports = function UndoManager() {
|
|
|
72948
73056
|
};
|
|
72949
73057
|
};
|
|
72950
73058
|
|
|
72951
|
-
},{}],
|
|
73059
|
+
},{}],297:[function(_dereq_,module,exports){
|
|
72952
73060
|
/**
|
|
72953
73061
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72954
73062
|
* All rights reserved.
|
|
@@ -73031,7 +73139,7 @@ exports.texttemplateAttrs = function(opts, extra) {
|
|
|
73031
73139
|
return texttemplate;
|
|
73032
73140
|
};
|
|
73033
73141
|
|
|
73034
|
-
},{"../constants/docs":
|
|
73142
|
+
},{"../constants/docs":187}],298:[function(_dereq_,module,exports){
|
|
73035
73143
|
/**
|
|
73036
73144
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73037
73145
|
* All rights reserved.
|
|
@@ -73497,7 +73605,7 @@ function getTraceType(traceType) {
|
|
|
73497
73605
|
return traceType;
|
|
73498
73606
|
}
|
|
73499
73607
|
|
|
73500
|
-
},{"./lib/dom":
|
|
73608
|
+
},{"./lib/dom":202,"./lib/extend":204,"./lib/is_plain_object":211,"./lib/loggers":214,"./lib/noop":219,"./lib/push_unique":224,"./plots/attributes":252,"./plots/layout_attributes":288}],299:[function(_dereq_,module,exports){
|
|
73501
73609
|
/**
|
|
73502
73610
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73503
73611
|
* All rights reserved.
|
|
@@ -73670,7 +73778,7 @@ module.exports = function clonePlot(graphObj, options) {
|
|
|
73670
73778
|
return plotTile;
|
|
73671
73779
|
};
|
|
73672
73780
|
|
|
73673
|
-
},{"../lib":
|
|
73781
|
+
},{"../lib":210,"../registry":298}],300:[function(_dereq_,module,exports){
|
|
73674
73782
|
/**
|
|
73675
73783
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73676
73784
|
* All rights reserved.
|
|
@@ -73742,7 +73850,7 @@ function downloadImage(gd, opts) {
|
|
|
73742
73850
|
|
|
73743
73851
|
module.exports = downloadImage;
|
|
73744
73852
|
|
|
73745
|
-
},{"../lib":
|
|
73853
|
+
},{"../lib":210,"../plot_api/to_image":248,"./filesaver":301,"./helpers":302}],301:[function(_dereq_,module,exports){
|
|
73746
73854
|
/**
|
|
73747
73855
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73748
73856
|
* All rights reserved.
|
|
@@ -73822,7 +73930,7 @@ function fileSaver(url, name, format) {
|
|
|
73822
73930
|
|
|
73823
73931
|
module.exports = fileSaver;
|
|
73824
73932
|
|
|
73825
|
-
},{"../lib":
|
|
73933
|
+
},{"../lib":210,"./helpers":302}],302:[function(_dereq_,module,exports){
|
|
73826
73934
|
/**
|
|
73827
73935
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73828
73936
|
* All rights reserved.
|
|
@@ -73905,7 +74013,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
|
|
|
73905
74013
|
|
|
73906
74014
|
exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
|
|
73907
74015
|
|
|
73908
|
-
},{"../registry":
|
|
74016
|
+
},{"../registry":298}],303:[function(_dereq_,module,exports){
|
|
73909
74017
|
/**
|
|
73910
74018
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73911
74019
|
* All rights reserved.
|
|
@@ -73931,7 +74039,7 @@ var Snapshot = {
|
|
|
73931
74039
|
|
|
73932
74040
|
module.exports = Snapshot;
|
|
73933
74041
|
|
|
73934
|
-
},{"./cloneplot":
|
|
74042
|
+
},{"./cloneplot":299,"./download":300,"./helpers":302,"./svgtoimg":304,"./toimage":305,"./tosvg":306}],304:[function(_dereq_,module,exports){
|
|
73935
74043
|
/**
|
|
73936
74044
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73937
74045
|
* All rights reserved.
|
|
@@ -74058,7 +74166,7 @@ function svgToImg(opts) {
|
|
|
74058
74166
|
|
|
74059
74167
|
module.exports = svgToImg;
|
|
74060
74168
|
|
|
74061
|
-
},{"../lib":
|
|
74169
|
+
},{"../lib":210,"./helpers":302,"events":13}],305:[function(_dereq_,module,exports){
|
|
74062
74170
|
/**
|
|
74063
74171
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74064
74172
|
* All rights reserved.
|
|
@@ -74135,7 +74243,7 @@ function toImage(gd, opts) {
|
|
|
74135
74243
|
|
|
74136
74244
|
module.exports = toImage;
|
|
74137
74245
|
|
|
74138
|
-
},{"../lib":
|
|
74246
|
+
},{"../lib":210,"../registry":298,"./cloneplot":299,"./helpers":302,"./svgtoimg":304,"./tosvg":306,"events":13}],306:[function(_dereq_,module,exports){
|
|
74139
74247
|
/**
|
|
74140
74248
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74141
74249
|
* All rights reserved.
|
|
@@ -74324,7 +74432,7 @@ module.exports = function toSVG(gd, format, scale) {
|
|
|
74324
74432
|
return s;
|
|
74325
74433
|
};
|
|
74326
74434
|
|
|
74327
|
-
},{"../components/color":
|
|
74435
|
+
},{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":190,"../lib":210,"d3":16}],307:[function(_dereq_,module,exports){
|
|
74328
74436
|
/**
|
|
74329
74437
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74330
74438
|
* All rights reserved.
|
|
@@ -74357,7 +74465,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
74357
74465
|
}
|
|
74358
74466
|
};
|
|
74359
74467
|
|
|
74360
|
-
},{"../../lib":
|
|
74468
|
+
},{"../../lib":210}],308:[function(_dereq_,module,exports){
|
|
74361
74469
|
/**
|
|
74362
74470
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74363
74471
|
* All rights reserved.
|
|
@@ -74573,7 +74681,7 @@ module.exports = {
|
|
|
74573
74681
|
}
|
|
74574
74682
|
};
|
|
74575
74683
|
|
|
74576
|
-
},{"../../components/colorscale/attributes":
|
|
74684
|
+
},{"../../components/colorscale/attributes":89,"../../lib/extend":204,"../../plots/font_attributes":284,"../../plots/template_attributes":297,"../scatter/attributes":399,"./constants":310}],309:[function(_dereq_,module,exports){
|
|
74577
74685
|
/**
|
|
74578
74686
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74579
74687
|
* All rights reserved.
|
|
@@ -74652,7 +74760,7 @@ module.exports = function calc(gd, trace) {
|
|
|
74652
74760
|
return cd;
|
|
74653
74761
|
};
|
|
74654
74762
|
|
|
74655
|
-
},{"../../components/colorscale/calc":
|
|
74763
|
+
},{"../../components/colorscale/calc":90,"../../components/colorscale/helpers":93,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401,"./arrays_to_calcdata":307}],310:[function(_dereq_,module,exports){
|
|
74656
74764
|
/**
|
|
74657
74765
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74658
74766
|
* All rights reserved.
|
|
@@ -74674,7 +74782,7 @@ module.exports = {
|
|
|
74674
74782
|
eventDataKeys: ['value', 'label']
|
|
74675
74783
|
};
|
|
74676
74784
|
|
|
74677
|
-
},{}],
|
|
74785
|
+
},{}],311:[function(_dereq_,module,exports){
|
|
74678
74786
|
/**
|
|
74679
74787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74680
74788
|
* All rights reserved.
|
|
@@ -75454,7 +75562,7 @@ module.exports = {
|
|
|
75454
75562
|
setGroupPositions: setGroupPositions
|
|
75455
75563
|
};
|
|
75456
75564
|
|
|
75457
|
-
},{"../../constants/numerical":
|
|
75565
|
+
},{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/axes":256,"../../plots/cartesian/constraints":263,"../../registry":298,"./sieve.js":321,"fast-isnumeric":18}],312:[function(_dereq_,module,exports){
|
|
75458
75566
|
/**
|
|
75459
75567
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75460
75568
|
* All rights reserved.
|
|
@@ -75639,7 +75747,7 @@ module.exports = {
|
|
|
75639
75747
|
handleText: handleText
|
|
75640
75748
|
};
|
|
75641
75749
|
|
|
75642
|
-
},{"../../components/color":
|
|
75750
|
+
},{"../../components/color":82,"../../lib":210,"../../plots/cartesian/constraints":263,"../../registry":298,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":308,"./style_defaults":323}],313:[function(_dereq_,module,exports){
|
|
75643
75751
|
/**
|
|
75644
75752
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75645
75753
|
* All rights reserved.
|
|
@@ -75668,7 +75776,7 @@ module.exports = function eventData(out, pt, trace) {
|
|
|
75668
75776
|
return out;
|
|
75669
75777
|
};
|
|
75670
75778
|
|
|
75671
|
-
},{}],
|
|
75779
|
+
},{}],314:[function(_dereq_,module,exports){
|
|
75672
75780
|
/**
|
|
75673
75781
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75674
75782
|
* All rights reserved.
|
|
@@ -75746,7 +75854,7 @@ exports.getLineWidth = function(trace, di) {
|
|
|
75746
75854
|
return w;
|
|
75747
75855
|
};
|
|
75748
75856
|
|
|
75749
|
-
},{"../../lib":
|
|
75857
|
+
},{"../../lib":210,"fast-isnumeric":18,"tinycolor2":65}],315:[function(_dereq_,module,exports){
|
|
75750
75858
|
/**
|
|
75751
75859
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75752
75860
|
* All rights reserved.
|
|
@@ -75942,7 +76050,7 @@ module.exports = {
|
|
|
75942
76050
|
getTraceColor: getTraceColor
|
|
75943
76051
|
};
|
|
75944
76052
|
|
|
75945
|
-
},{"../../components/color":
|
|
76053
|
+
},{"../../components/color":82,"../../components/fx":122,"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./helpers":314}],316:[function(_dereq_,module,exports){
|
|
75946
76054
|
/**
|
|
75947
76055
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75948
76056
|
* All rights reserved.
|
|
@@ -75980,7 +76088,7 @@ module.exports = {
|
|
|
75980
76088
|
}
|
|
75981
76089
|
};
|
|
75982
76090
|
|
|
75983
|
-
},{"../../plots/cartesian":
|
|
76091
|
+
},{"../../plots/cartesian":269,"../scatter/marker_colorbar":417,"./arrays_to_calcdata":307,"./attributes":308,"./calc":309,"./cross_trace_calc":311,"./defaults":312,"./event_data":313,"./hover":315,"./layout_attributes":317,"./layout_defaults":318,"./plot":319,"./select":320,"./style":322}],317:[function(_dereq_,module,exports){
|
|
75984
76092
|
/**
|
|
75985
76093
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75986
76094
|
* All rights reserved.
|
|
@@ -76028,7 +76136,7 @@ module.exports = {
|
|
|
76028
76136
|
}
|
|
76029
76137
|
};
|
|
76030
76138
|
|
|
76031
|
-
},{}],
|
|
76139
|
+
},{}],318:[function(_dereq_,module,exports){
|
|
76032
76140
|
/**
|
|
76033
76141
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76034
76142
|
* All rights reserved.
|
|
@@ -76088,7 +76196,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
|
|
|
76088
76196
|
coerce('bargroupgap');
|
|
76089
76197
|
};
|
|
76090
76198
|
|
|
76091
|
-
},{"../../lib":
|
|
76199
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./layout_attributes":317}],319:[function(_dereq_,module,exports){
|
|
76092
76200
|
/**
|
|
76093
76201
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76094
76202
|
* All rights reserved.
|
|
@@ -76873,7 +76981,7 @@ module.exports = {
|
|
|
76873
76981
|
toMoveInsideBar: toMoveInsideBar
|
|
76874
76982
|
};
|
|
76875
76983
|
|
|
76876
|
-
},{"../../components/color":
|
|
76984
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../components/fx/helpers":118,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../registry":298,"./attributes":308,"./constants":310,"./helpers":314,"./style":322,"./uniform_text":324,"d3":16,"fast-isnumeric":18}],320:[function(_dereq_,module,exports){
|
|
76877
76985
|
/**
|
|
76878
76986
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76879
76987
|
* All rights reserved.
|
|
@@ -76937,7 +77045,7 @@ function getCentroid(d, xa, ya, isHorizontal, isFunnel) {
|
|
|
76937
77045
|
}
|
|
76938
77046
|
}
|
|
76939
77047
|
|
|
76940
|
-
},{}],
|
|
77048
|
+
},{}],321:[function(_dereq_,module,exports){
|
|
76941
77049
|
/**
|
|
76942
77050
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76943
77051
|
* All rights reserved.
|
|
@@ -77051,7 +77159,7 @@ Sieve.prototype.getLabel = function getLabel(position, value) {
|
|
|
77051
77159
|
return prefix + label;
|
|
77052
77160
|
};
|
|
77053
77161
|
|
|
77054
|
-
},{"../../constants/numerical":
|
|
77162
|
+
},{"../../constants/numerical":189,"../../lib":210}],322:[function(_dereq_,module,exports){
|
|
77055
77163
|
/**
|
|
77056
77164
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77057
77165
|
* All rights reserved.
|
|
@@ -77233,7 +77341,7 @@ module.exports = {
|
|
|
77233
77341
|
resizeText: resizeText
|
|
77234
77342
|
};
|
|
77235
77343
|
|
|
77236
|
-
},{"../../components/color":
|
|
77344
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../lib":210,"../../registry":298,"./attributes":308,"./helpers":314,"./uniform_text":324,"d3":16}],323:[function(_dereq_,module,exports){
|
|
77237
77345
|
/**
|
|
77238
77346
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77239
77347
|
* All rights reserved.
|
|
@@ -77271,7 +77379,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce, default
|
|
|
77271
77379
|
coerce('unselected.marker.color');
|
|
77272
77380
|
};
|
|
77273
77381
|
|
|
77274
|
-
},{"../../components/color":
|
|
77382
|
+
},{"../../components/color":82,"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93}],324:[function(_dereq_,module,exports){
|
|
77275
77383
|
/**
|
|
77276
77384
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77277
77385
|
* All rights reserved.
|
|
@@ -77357,7 +77465,7 @@ module.exports = {
|
|
|
77357
77465
|
resizeText: resizeText
|
|
77358
77466
|
};
|
|
77359
77467
|
|
|
77360
|
-
},{"../../lib":
|
|
77468
|
+
},{"../../lib":210,"d3":16}],325:[function(_dereq_,module,exports){
|
|
77361
77469
|
/**
|
|
77362
77470
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77363
77471
|
* All rights reserved.
|
|
@@ -77660,7 +77768,7 @@ module.exports = {
|
|
|
77660
77768
|
}
|
|
77661
77769
|
};
|
|
77662
77770
|
|
|
77663
|
-
},{"../../components/color/attributes":
|
|
77771
|
+
},{"../../components/color/attributes":81,"../../lib/extend":204,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399}],326:[function(_dereq_,module,exports){
|
|
77664
77772
|
/**
|
|
77665
77773
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77666
77774
|
* All rights reserved.
|
|
@@ -77892,7 +78000,7 @@ module.exports = {
|
|
|
77892
78000
|
setPositionOffset: setPositionOffset
|
|
77893
78001
|
};
|
|
77894
78002
|
|
|
77895
|
-
},{"../../lib":
|
|
78003
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"../../plots/cartesian/constraints":263}],327:[function(_dereq_,module,exports){
|
|
77896
78004
|
/**
|
|
77897
78005
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77898
78006
|
* All rights reserved.
|
|
@@ -77933,7 +78041,7 @@ module.exports = {
|
|
|
77933
78041
|
}
|
|
77934
78042
|
};
|
|
77935
78043
|
|
|
77936
|
-
},{}],
|
|
78044
|
+
},{}],328:[function(_dereq_,module,exports){
|
|
77937
78045
|
/**
|
|
77938
78046
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77939
78047
|
* All rights reserved.
|
|
@@ -77979,7 +78087,7 @@ module.exports = {
|
|
|
77979
78087
|
_supply: _supply
|
|
77980
78088
|
};
|
|
77981
78089
|
|
|
77982
|
-
},{"../../lib":
|
|
78090
|
+
},{"../../lib":210,"../../registry":298,"./layout_attributes":327}],329:[function(_dereq_,module,exports){
|
|
77983
78091
|
/**
|
|
77984
78092
|
* Copyright 2012-2020, Plotly, Inc.
|
|
77985
78093
|
* All rights reserved.
|
|
@@ -78329,7 +78437,7 @@ module.exports = {
|
|
|
78329
78437
|
plotBoxMean: plotBoxMean
|
|
78330
78438
|
};
|
|
78331
78439
|
|
|
78332
|
-
},{"../../components/drawing":
|
|
78440
|
+
},{"../../components/drawing":104,"../../lib":210,"d3":16}],330:[function(_dereq_,module,exports){
|
|
78333
78441
|
/**
|
|
78334
78442
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78335
78443
|
* All rights reserved.
|
|
@@ -78403,7 +78511,7 @@ module.exports = {
|
|
|
78403
78511
|
styleOnSelect: styleOnSelect
|
|
78404
78512
|
};
|
|
78405
78513
|
|
|
78406
|
-
},{"../../components/color":
|
|
78514
|
+
},{"../../components/color":82,"../../components/drawing":104,"d3":16}],331:[function(_dereq_,module,exports){
|
|
78407
78515
|
/**
|
|
78408
78516
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78409
78517
|
* All rights reserved.
|
|
@@ -78461,7 +78569,7 @@ module.exports = {
|
|
|
78461
78569
|
hoverlabel: OHLCattrs.hoverlabel,
|
|
78462
78570
|
};
|
|
78463
78571
|
|
|
78464
|
-
},{"../../lib":
|
|
78572
|
+
},{"../../lib":210,"../box/attributes":325,"../ohlc/attributes":377}],332:[function(_dereq_,module,exports){
|
|
78465
78573
|
/**
|
|
78466
78574
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78467
78575
|
* All rights reserved.
|
|
@@ -78513,7 +78621,7 @@ function ptFunc(o, h, l, c) {
|
|
|
78513
78621
|
};
|
|
78514
78622
|
}
|
|
78515
78623
|
|
|
78516
|
-
},{"../../lib":
|
|
78624
|
+
},{"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../ohlc/calc":378}],333:[function(_dereq_,module,exports){
|
|
78517
78625
|
/**
|
|
78518
78626
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78519
78627
|
* All rights reserved.
|
|
@@ -78562,7 +78670,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
|
|
|
78562
78670
|
coerce(direction + '.fillcolor', Color.addOpacity(lineColor, 0.5));
|
|
78563
78671
|
}
|
|
78564
78672
|
|
|
78565
|
-
},{"../../components/color":
|
|
78673
|
+
},{"../../components/color":82,"../../lib":210,"../ohlc/ohlc_defaults":382,"../scatter/period_defaults":419,"./attributes":331}],334:[function(_dereq_,module,exports){
|
|
78566
78674
|
/**
|
|
78567
78675
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78568
78676
|
* All rights reserved.
|
|
@@ -78595,7 +78703,7 @@ module.exports = {
|
|
|
78595
78703
|
selectPoints: _dereq_('../ohlc/select')
|
|
78596
78704
|
};
|
|
78597
78705
|
|
|
78598
|
-
},{"../../plots/cartesian":
|
|
78706
|
+
},{"../../plots/cartesian":269,"../box/cross_trace_calc":326,"../box/layout_attributes":327,"../box/layout_defaults":328,"../box/plot":329,"../box/style":330,"../ohlc/hover":380,"../ohlc/select":384,"./attributes":331,"./calc":332,"./defaults":333}],335:[function(_dereq_,module,exports){
|
|
78599
78707
|
/**
|
|
78600
78708
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78601
78709
|
* All rights reserved.
|
|
@@ -78628,7 +78736,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
78628
78736
|
}
|
|
78629
78737
|
};
|
|
78630
78738
|
|
|
78631
|
-
},{"../../lib":
|
|
78739
|
+
},{"../../lib":210}],336:[function(_dereq_,module,exports){
|
|
78632
78740
|
/**
|
|
78633
78741
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78634
78742
|
* All rights reserved.
|
|
@@ -78735,7 +78843,7 @@ module.exports = {
|
|
|
78735
78843
|
alignmentgroup: barAttrs.alignmentgroup
|
|
78736
78844
|
};
|
|
78737
78845
|
|
|
78738
|
-
},{"../../components/color":
|
|
78846
|
+
},{"../../components/color":82,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399,"./constants":338}],337:[function(_dereq_,module,exports){
|
|
78739
78847
|
/**
|
|
78740
78848
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78741
78849
|
* All rights reserved.
|
|
@@ -78839,7 +78947,7 @@ function fixNum(a) {
|
|
|
78839
78947
|
return (a === BADNUM) ? 0 : a;
|
|
78840
78948
|
}
|
|
78841
78949
|
|
|
78842
|
-
},{"../../constants/numerical":
|
|
78950
|
+
},{"../../constants/numerical":189,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401,"./arrays_to_calcdata":335}],338:[function(_dereq_,module,exports){
|
|
78843
78951
|
/**
|
|
78844
78952
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78845
78953
|
* All rights reserved.
|
|
@@ -78858,7 +78966,7 @@ module.exports = {
|
|
|
78858
78966
|
]
|
|
78859
78967
|
};
|
|
78860
78968
|
|
|
78861
|
-
},{}],
|
|
78969
|
+
},{}],339:[function(_dereq_,module,exports){
|
|
78862
78970
|
/**
|
|
78863
78971
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78864
78972
|
* All rights reserved.
|
|
@@ -78929,7 +79037,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
|
|
|
78929
79037
|
}
|
|
78930
79038
|
};
|
|
78931
79039
|
|
|
78932
|
-
},{"../bar/cross_trace_calc":
|
|
79040
|
+
},{"../bar/cross_trace_calc":311}],340:[function(_dereq_,module,exports){
|
|
78933
79041
|
/**
|
|
78934
79042
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78935
79043
|
* All rights reserved.
|
|
@@ -79029,7 +79137,7 @@ module.exports = {
|
|
|
79029
79137
|
crossTraceDefaults: crossTraceDefaults
|
|
79030
79138
|
};
|
|
79031
79139
|
|
|
79032
|
-
},{"../../components/color":
|
|
79140
|
+
},{"../../components/color":82,"../../lib":210,"../bar/defaults":312,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":336}],341:[function(_dereq_,module,exports){
|
|
79033
79141
|
/**
|
|
79034
79142
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79035
79143
|
* All rights reserved.
|
|
@@ -79056,7 +79164,7 @@ module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
|
|
|
79056
79164
|
return out;
|
|
79057
79165
|
};
|
|
79058
79166
|
|
|
79059
|
-
},{}],
|
|
79167
|
+
},{}],342:[function(_dereq_,module,exports){
|
|
79060
79168
|
/**
|
|
79061
79169
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79062
79170
|
* All rights reserved.
|
|
@@ -79129,7 +79237,7 @@ function getTraceColor(trace, di) {
|
|
|
79129
79237
|
else if(opacity(mlc) && mlw) return mlc;
|
|
79130
79238
|
}
|
|
79131
79239
|
|
|
79132
|
-
},{"../../components/color":
|
|
79240
|
+
},{"../../components/color":82,"../../lib":210,"../bar/hover":315}],343:[function(_dereq_,module,exports){
|
|
79133
79241
|
/**
|
|
79134
79242
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79135
79243
|
* All rights reserved.
|
|
@@ -79164,7 +79272,7 @@ module.exports = {
|
|
|
79164
79272
|
}
|
|
79165
79273
|
};
|
|
79166
79274
|
|
|
79167
|
-
},{"../../plots/cartesian":
|
|
79275
|
+
},{"../../plots/cartesian":269,"../bar/select":320,"./attributes":336,"./calc":337,"./cross_trace_calc":339,"./defaults":340,"./event_data":341,"./hover":342,"./layout_attributes":344,"./layout_defaults":345,"./plot":346,"./style":347}],344:[function(_dereq_,module,exports){
|
|
79168
79276
|
/**
|
|
79169
79277
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79170
79278
|
* All rights reserved.
|
|
@@ -79203,7 +79311,7 @@ module.exports = {
|
|
|
79203
79311
|
}
|
|
79204
79312
|
};
|
|
79205
79313
|
|
|
79206
|
-
},{}],
|
|
79314
|
+
},{}],345:[function(_dereq_,module,exports){
|
|
79207
79315
|
/**
|
|
79208
79316
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79209
79317
|
* All rights reserved.
|
|
@@ -79240,7 +79348,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
|
|
|
79240
79348
|
}
|
|
79241
79349
|
};
|
|
79242
79350
|
|
|
79243
|
-
},{"../../lib":
|
|
79351
|
+
},{"../../lib":210,"./layout_attributes":344}],346:[function(_dereq_,module,exports){
|
|
79244
79352
|
/**
|
|
79245
79353
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79246
79354
|
* All rights reserved.
|
|
@@ -79409,7 +79517,7 @@ function getXY(di, xa, ya, isHorizontal) {
|
|
|
79409
79517
|
return isHorizontal ? [s, p] : [p, s];
|
|
79410
79518
|
}
|
|
79411
79519
|
|
|
79412
|
-
},{"../../components/drawing":
|
|
79520
|
+
},{"../../components/drawing":104,"../../constants/numerical":189,"../../lib":210,"../bar/plot":319,"../bar/uniform_text":324,"d3":16}],347:[function(_dereq_,module,exports){
|
|
79413
79521
|
/**
|
|
79414
79522
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79415
79523
|
* All rights reserved.
|
|
@@ -79474,7 +79582,7 @@ module.exports = {
|
|
|
79474
79582
|
style: style
|
|
79475
79583
|
};
|
|
79476
79584
|
|
|
79477
|
-
},{"../../components/color":
|
|
79585
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../constants/interactions":188,"../bar/style":322,"../bar/uniform_text":324,"d3":16}],348:[function(_dereq_,module,exports){
|
|
79478
79586
|
/**
|
|
79479
79587
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79480
79588
|
* All rights reserved.
|
|
@@ -79576,7 +79684,7 @@ module.exports = {
|
|
|
79576
79684
|
}
|
|
79577
79685
|
};
|
|
79578
79686
|
|
|
79579
|
-
},{"../../lib/extend":
|
|
79687
|
+
},{"../../lib/extend":204,"../../plots/attributes":252,"../../plots/domain":283,"../../plots/template_attributes":297,"../pie/attributes":386}],349:[function(_dereq_,module,exports){
|
|
79580
79688
|
/**
|
|
79581
79689
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79582
79690
|
* All rights reserved.
|
|
@@ -79599,7 +79707,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
79599
79707
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
79600
79708
|
};
|
|
79601
79709
|
|
|
79602
|
-
},{"../../plots/plots":
|
|
79710
|
+
},{"../../plots/plots":290}],350:[function(_dereq_,module,exports){
|
|
79603
79711
|
/**
|
|
79604
79712
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79605
79713
|
* All rights reserved.
|
|
@@ -79625,7 +79733,7 @@ module.exports = {
|
|
|
79625
79733
|
crossTraceCalc: crossTraceCalc
|
|
79626
79734
|
};
|
|
79627
79735
|
|
|
79628
|
-
},{"../pie/calc":
|
|
79736
|
+
},{"../pie/calc":388}],351:[function(_dereq_,module,exports){
|
|
79629
79737
|
/**
|
|
79630
79738
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79631
79739
|
* All rights reserved.
|
|
@@ -79707,7 +79815,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
79707
79815
|
coerce('baseratio');
|
|
79708
79816
|
};
|
|
79709
79817
|
|
|
79710
|
-
},{"../../lib":
|
|
79818
|
+
},{"../../lib":210,"../../plots/domain":283,"../bar/defaults":312,"../pie/defaults":389,"./attributes":348}],352:[function(_dereq_,module,exports){
|
|
79711
79819
|
/**
|
|
79712
79820
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79713
79821
|
* All rights reserved.
|
|
@@ -79741,7 +79849,7 @@ module.exports = {
|
|
|
79741
79849
|
}
|
|
79742
79850
|
};
|
|
79743
79851
|
|
|
79744
|
-
},{"../pie/style_one":
|
|
79852
|
+
},{"../pie/style_one":397,"./attributes":348,"./base_plot":349,"./calc":350,"./defaults":351,"./layout_attributes":353,"./layout_defaults":354,"./plot":355,"./style":356}],353:[function(_dereq_,module,exports){
|
|
79745
79853
|
/**
|
|
79746
79854
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79747
79855
|
* All rights reserved.
|
|
@@ -79772,7 +79880,7 @@ module.exports = {
|
|
|
79772
79880
|
}
|
|
79773
79881
|
};
|
|
79774
79882
|
|
|
79775
|
-
},{"../pie/layout_attributes":
|
|
79883
|
+
},{"../pie/layout_attributes":393}],354:[function(_dereq_,module,exports){
|
|
79776
79884
|
/**
|
|
79777
79885
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79778
79886
|
* All rights reserved.
|
|
@@ -79797,7 +79905,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
79797
79905
|
coerce('extendfunnelareacolors');
|
|
79798
79906
|
};
|
|
79799
79907
|
|
|
79800
|
-
},{"../../lib":
|
|
79908
|
+
},{"../../lib":210,"./layout_attributes":353}],355:[function(_dereq_,module,exports){
|
|
79801
79909
|
/**
|
|
79802
79910
|
* Copyright 2012-2020, Plotly, Inc.
|
|
79803
79911
|
* All rights reserved.
|
|
@@ -80095,7 +80203,7 @@ function setCoords(cd) {
|
|
|
80095
80203
|
}
|
|
80096
80204
|
}
|
|
80097
80205
|
|
|
80098
|
-
},{"../../components/drawing":
|
|
80206
|
+
},{"../../components/drawing":104,"../../lib":210,"../../lib/svg_text_utils":232,"../bar/plot":319,"../bar/uniform_text":324,"../pie/helpers":391,"../pie/plot":395,"d3":16}],356:[function(_dereq_,module,exports){
|
|
80099
80207
|
/**
|
|
80100
80208
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80101
80209
|
* All rights reserved.
|
|
@@ -80128,7 +80236,7 @@ module.exports = function style(gd) {
|
|
|
80128
80236
|
});
|
|
80129
80237
|
};
|
|
80130
80238
|
|
|
80131
|
-
},{"../bar/uniform_text":
|
|
80239
|
+
},{"../bar/uniform_text":324,"../pie/style_one":397,"d3":16}],357:[function(_dereq_,module,exports){
|
|
80132
80240
|
/**
|
|
80133
80241
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80134
80242
|
* All rights reserved.
|
|
@@ -80269,7 +80377,7 @@ module.exports = {
|
|
|
80269
80377
|
}
|
|
80270
80378
|
};
|
|
80271
80379
|
|
|
80272
|
-
},{"../../lib/extend":
|
|
80380
|
+
},{"../../lib/extend":204,"../../plots/template_attributes":297,"../bar/attributes":308,"./bin_attributes":359,"./constants":363}],358:[function(_dereq_,module,exports){
|
|
80273
80381
|
/**
|
|
80274
80382
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80275
80383
|
* All rights reserved.
|
|
@@ -80294,7 +80402,7 @@ module.exports = function doAvg(size, counts) {
|
|
|
80294
80402
|
return total;
|
|
80295
80403
|
};
|
|
80296
80404
|
|
|
80297
|
-
},{}],
|
|
80405
|
+
},{}],359:[function(_dereq_,module,exports){
|
|
80298
80406
|
/**
|
|
80299
80407
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80300
80408
|
* All rights reserved.
|
|
@@ -80329,7 +80437,7 @@ module.exports = function makeBinAttrs(axLetter, match) {
|
|
|
80329
80437
|
};
|
|
80330
80438
|
};
|
|
80331
80439
|
|
|
80332
|
-
},{}],
|
|
80440
|
+
},{}],360:[function(_dereq_,module,exports){
|
|
80333
80441
|
/**
|
|
80334
80442
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80335
80443
|
* All rights reserved.
|
|
@@ -80403,7 +80511,7 @@ module.exports = {
|
|
|
80403
80511
|
}
|
|
80404
80512
|
};
|
|
80405
80513
|
|
|
80406
|
-
},{"fast-isnumeric":18}],
|
|
80514
|
+
},{"fast-isnumeric":18}],361:[function(_dereq_,module,exports){
|
|
80407
80515
|
/**
|
|
80408
80516
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80409
80517
|
* All rights reserved.
|
|
@@ -80579,7 +80687,7 @@ function dateParts(v, pa, calendar) {
|
|
|
80579
80687
|
return parts;
|
|
80580
80688
|
}
|
|
80581
80689
|
|
|
80582
|
-
},{"../../constants/numerical":
|
|
80690
|
+
},{"../../constants/numerical":189,"../../plots/cartesian/axes":256}],362:[function(_dereq_,module,exports){
|
|
80583
80691
|
/**
|
|
80584
80692
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80585
80693
|
* All rights reserved.
|
|
@@ -81158,7 +81266,7 @@ module.exports = {
|
|
|
81158
81266
|
calcAllAutoBins: calcAllAutoBins
|
|
81159
81267
|
};
|
|
81160
81268
|
|
|
81161
|
-
},{"../../lib":
|
|
81269
|
+
},{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"../bar/arrays_to_calcdata":307,"./average":358,"./bin_functions":360,"./bin_label_vals":361,"./norm_functions":369,"fast-isnumeric":18}],363:[function(_dereq_,module,exports){
|
|
81162
81270
|
/**
|
|
81163
81271
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81164
81272
|
* All rights reserved.
|
|
@@ -81174,7 +81282,7 @@ module.exports = {
|
|
|
81174
81282
|
eventDataKeys: ['binNumber']
|
|
81175
81283
|
};
|
|
81176
81284
|
|
|
81177
|
-
},{}],
|
|
81285
|
+
},{}],364:[function(_dereq_,module,exports){
|
|
81178
81286
|
/**
|
|
81179
81287
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81180
81288
|
* All rights reserved.
|
|
@@ -81451,7 +81559,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
|
|
|
81451
81559
|
}
|
|
81452
81560
|
};
|
|
81453
81561
|
|
|
81454
|
-
},{"../../lib":
|
|
81562
|
+
},{"../../lib":210,"../../plots/cartesian/axis_ids":259,"../../plots/cartesian/constraints":263,"../../registry":298,"../bar/defaults":312}],365:[function(_dereq_,module,exports){
|
|
81455
81563
|
/**
|
|
81456
81564
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81457
81565
|
* All rights reserved.
|
|
@@ -81525,7 +81633,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
81525
81633
|
errorBarsSupplyDefaults(traceIn, traceOut, lineColor || Color.defaultLine, {axis: 'x', inherit: 'y'});
|
|
81526
81634
|
};
|
|
81527
81635
|
|
|
81528
|
-
},{"../../components/color":
|
|
81636
|
+
},{"../../components/color":82,"../../lib":210,"../../registry":298,"../bar/style_defaults":323,"./attributes":357}],366:[function(_dereq_,module,exports){
|
|
81529
81637
|
/**
|
|
81530
81638
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81531
81639
|
* All rights reserved.
|
|
@@ -81574,7 +81682,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
|
81574
81682
|
return out;
|
|
81575
81683
|
};
|
|
81576
81684
|
|
|
81577
|
-
},{}],
|
|
81685
|
+
},{}],367:[function(_dereq_,module,exports){
|
|
81578
81686
|
/**
|
|
81579
81687
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81580
81688
|
* All rights reserved.
|
|
@@ -81607,7 +81715,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
81607
81715
|
return pts;
|
|
81608
81716
|
};
|
|
81609
81717
|
|
|
81610
|
-
},{"../../plots/cartesian/axes":
|
|
81718
|
+
},{"../../plots/cartesian/axes":256,"../bar/hover":315}],368:[function(_dereq_,module,exports){
|
|
81611
81719
|
/**
|
|
81612
81720
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81613
81721
|
* All rights reserved.
|
|
@@ -81657,7 +81765,7 @@ module.exports = {
|
|
|
81657
81765
|
}
|
|
81658
81766
|
};
|
|
81659
81767
|
|
|
81660
|
-
},{"../../plots/cartesian":
|
|
81768
|
+
},{"../../plots/cartesian":269,"../bar/cross_trace_calc":311,"../bar/layout_attributes":317,"../bar/layout_defaults":318,"../bar/plot":319,"../bar/select":320,"../bar/style":322,"../scatter/marker_colorbar":417,"./attributes":357,"./calc":362,"./cross_trace_defaults":364,"./defaults":365,"./event_data":366,"./hover":367}],369:[function(_dereq_,module,exports){
|
|
81661
81769
|
/**
|
|
81662
81770
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81663
81771
|
* All rights reserved.
|
|
@@ -81692,7 +81800,7 @@ module.exports = {
|
|
|
81692
81800
|
}
|
|
81693
81801
|
};
|
|
81694
81802
|
|
|
81695
|
-
},{}],
|
|
81803
|
+
},{}],370:[function(_dereq_,module,exports){
|
|
81696
81804
|
/**
|
|
81697
81805
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81698
81806
|
* All rights reserved.
|
|
@@ -82012,7 +82120,7 @@ module.exports = {
|
|
|
82012
82120
|
}
|
|
82013
82121
|
};
|
|
82014
82122
|
|
|
82015
|
-
},{"../../components/color/attributes":
|
|
82123
|
+
},{"../../components/color/attributes":81,"../../constants/delta.js":186,"../../constants/docs":187,"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/cartesian/layout_attributes":270,"../../plots/domain":283,"../../plots/font_attributes":284}],371:[function(_dereq_,module,exports){
|
|
82016
82124
|
/**
|
|
82017
82125
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82018
82126
|
* All rights reserved.
|
|
@@ -82035,7 +82143,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
82035
82143
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
82036
82144
|
};
|
|
82037
82145
|
|
|
82038
|
-
},{"../../plots/plots":
|
|
82146
|
+
},{"../../plots/plots":290}],372:[function(_dereq_,module,exports){
|
|
82039
82147
|
/**
|
|
82040
82148
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82041
82149
|
* All rights reserved.
|
|
@@ -82072,7 +82180,7 @@ module.exports = {
|
|
|
82072
82180
|
calc: calc
|
|
82073
82181
|
};
|
|
82074
82182
|
|
|
82075
|
-
},{}],
|
|
82183
|
+
},{}],373:[function(_dereq_,module,exports){
|
|
82076
82184
|
/**
|
|
82077
82185
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82078
82186
|
* All rights reserved.
|
|
@@ -82094,7 +82202,7 @@ module.exports = {
|
|
|
82094
82202
|
horizontalPadding: 10
|
|
82095
82203
|
};
|
|
82096
82204
|
|
|
82097
|
-
},{}],
|
|
82205
|
+
},{}],374:[function(_dereq_,module,exports){
|
|
82098
82206
|
/**
|
|
82099
82207
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82100
82208
|
* All rights reserved.
|
|
@@ -82261,7 +82369,7 @@ module.exports = {
|
|
|
82261
82369
|
supplyDefaults: supplyDefaults
|
|
82262
82370
|
};
|
|
82263
82371
|
|
|
82264
|
-
},{"../../lib":
|
|
82372
|
+
},{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/array_container_defaults":251,"../../plots/cartesian/tick_label_defaults":277,"../../plots/cartesian/tick_mark_defaults":278,"../../plots/cartesian/tick_value_defaults":279,"../../plots/domain":283,"./attributes":370,"./constants.js":373}],375:[function(_dereq_,module,exports){
|
|
82265
82373
|
/**
|
|
82266
82374
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82267
82375
|
* All rights reserved.
|
|
@@ -82291,7 +82399,7 @@ module.exports = {
|
|
|
82291
82399
|
}
|
|
82292
82400
|
};
|
|
82293
82401
|
|
|
82294
|
-
},{"./attributes":
|
|
82402
|
+
},{"./attributes":370,"./base_plot":371,"./calc":372,"./defaults":374,"./plot":376}],376:[function(_dereq_,module,exports){
|
|
82295
82403
|
/**
|
|
82296
82404
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82297
82405
|
* All rights reserved.
|
|
@@ -83170,7 +83278,7 @@ function cache(trace, name, initialValue, value, key, fn) {
|
|
|
83170
83278
|
return v;
|
|
83171
83279
|
}
|
|
83172
83280
|
|
|
83173
|
-
},{"../../components/color":
|
|
83281
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_defaults":258,"../../plots/cartesian/layout_attributes":270,"../../plots/cartesian/position_defaults":273,"./constants":373,"d3":16}],377:[function(_dereq_,module,exports){
|
|
83174
83282
|
/**
|
|
83175
83283
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83176
83284
|
* All rights reserved.
|
|
@@ -83293,7 +83401,7 @@ module.exports = {
|
|
|
83293
83401
|
}),
|
|
83294
83402
|
};
|
|
83295
83403
|
|
|
83296
|
-
},{"../../components/drawing/attributes":
|
|
83404
|
+
},{"../../components/drawing/attributes":103,"../../components/fx/attributes":113,"../../constants/delta.js":186,"../../lib":210,"../scatter/attributes":399}],378:[function(_dereq_,module,exports){
|
|
83297
83405
|
/**
|
|
83298
83406
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83299
83407
|
* All rights reserved.
|
|
@@ -83474,7 +83582,7 @@ module.exports = {
|
|
|
83474
83582
|
calcCommon: calcCommon
|
|
83475
83583
|
};
|
|
83476
83584
|
|
|
83477
|
-
},{"../../constants/numerical":
|
|
83585
|
+
},{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256}],379:[function(_dereq_,module,exports){
|
|
83478
83586
|
/**
|
|
83479
83587
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83480
83588
|
* All rights reserved.
|
|
@@ -83523,7 +83631,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
|
|
|
83523
83631
|
coerce(direction + '.line.dash', traceOut.line.dash);
|
|
83524
83632
|
}
|
|
83525
83633
|
|
|
83526
|
-
},{"../../lib":
|
|
83634
|
+
},{"../../lib":210,"../scatter/period_defaults":419,"./attributes":377,"./ohlc_defaults":382}],380:[function(_dereq_,module,exports){
|
|
83527
83635
|
/**
|
|
83528
83636
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83529
83637
|
* All rights reserved.
|
|
@@ -83730,7 +83838,7 @@ module.exports = {
|
|
|
83730
83838
|
hoverOnPoints: hoverOnPoints
|
|
83731
83839
|
};
|
|
83732
83840
|
|
|
83733
|
-
},{"../../components/color":
|
|
83841
|
+
},{"../../components/color":82,"../../components/fx":122,"../../constants/delta.js":186,"../../lib":210,"../../plots/cartesian/axes":256}],381:[function(_dereq_,module,exports){
|
|
83734
83842
|
/**
|
|
83735
83843
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83736
83844
|
* All rights reserved.
|
|
@@ -83759,7 +83867,7 @@ module.exports = {
|
|
|
83759
83867
|
selectPoints: _dereq_('./select')
|
|
83760
83868
|
};
|
|
83761
83869
|
|
|
83762
|
-
},{"../../plots/cartesian":
|
|
83870
|
+
},{"../../plots/cartesian":269,"./attributes":377,"./calc":378,"./defaults":379,"./hover":380,"./plot":383,"./select":384,"./style":385}],382:[function(_dereq_,module,exports){
|
|
83763
83871
|
/**
|
|
83764
83872
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83765
83873
|
* All rights reserved.
|
|
@@ -83794,7 +83902,7 @@ module.exports = function handleOHLC(traceIn, traceOut, coerce, layout) {
|
|
|
83794
83902
|
return len;
|
|
83795
83903
|
};
|
|
83796
83904
|
|
|
83797
|
-
},{"../../lib":
|
|
83905
|
+
},{"../../lib":210,"../../registry":298}],383:[function(_dereq_,module,exports){
|
|
83798
83906
|
/**
|
|
83799
83907
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83800
83908
|
* All rights reserved.
|
|
@@ -83852,7 +83960,7 @@ module.exports = function plot(gd, plotinfo, cdOHLC, ohlcLayer) {
|
|
|
83852
83960
|
});
|
|
83853
83961
|
};
|
|
83854
83962
|
|
|
83855
|
-
},{"../../lib":
|
|
83963
|
+
},{"../../lib":210,"d3":16}],384:[function(_dereq_,module,exports){
|
|
83856
83964
|
/**
|
|
83857
83965
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83858
83966
|
* All rights reserved.
|
|
@@ -83897,7 +84005,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
83897
84005
|
return selection;
|
|
83898
84006
|
};
|
|
83899
84007
|
|
|
83900
|
-
},{}],
|
|
84008
|
+
},{}],385:[function(_dereq_,module,exports){
|
|
83901
84009
|
/**
|
|
83902
84010
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83903
84011
|
* All rights reserved.
|
|
@@ -83936,7 +84044,7 @@ module.exports = function style(gd, cd, sel) {
|
|
|
83936
84044
|
});
|
|
83937
84045
|
};
|
|
83938
84046
|
|
|
83939
|
-
},{"../../components/color":
|
|
84047
|
+
},{"../../components/color":82,"../../components/drawing":104,"d3":16}],386:[function(_dereq_,module,exports){
|
|
83940
84048
|
/**
|
|
83941
84049
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83942
84050
|
* All rights reserved.
|
|
@@ -84207,7 +84315,7 @@ module.exports = {
|
|
|
84207
84315
|
}
|
|
84208
84316
|
};
|
|
84209
84317
|
|
|
84210
|
-
},{"../../components/color/attributes":
|
|
84318
|
+
},{"../../components/color/attributes":81,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/domain":283,"../../plots/font_attributes":284,"../../plots/template_attributes":297}],387:[function(_dereq_,module,exports){
|
|
84211
84319
|
/**
|
|
84212
84320
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84213
84321
|
* All rights reserved.
|
|
@@ -84230,7 +84338,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
84230
84338
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
84231
84339
|
};
|
|
84232
84340
|
|
|
84233
|
-
},{"../../plots/plots":
|
|
84341
|
+
},{"../../plots/plots":290}],388:[function(_dereq_,module,exports){
|
|
84234
84342
|
/**
|
|
84235
84343
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84236
84344
|
* All rights reserved.
|
|
@@ -84413,7 +84521,7 @@ module.exports = {
|
|
|
84413
84521
|
generateExtendedColors: generateExtendedColors
|
|
84414
84522
|
};
|
|
84415
84523
|
|
|
84416
|
-
},{"../../components/color":
|
|
84524
|
+
},{"../../components/color":82,"fast-isnumeric":18,"tinycolor2":65}],389:[function(_dereq_,module,exports){
|
|
84417
84525
|
/**
|
|
84418
84526
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84419
84527
|
* All rights reserved.
|
|
@@ -84544,7 +84652,7 @@ module.exports = {
|
|
|
84544
84652
|
supplyDefaults: supplyDefaults
|
|
84545
84653
|
};
|
|
84546
84654
|
|
|
84547
|
-
},{"../../lib":
|
|
84655
|
+
},{"../../lib":210,"../../plots/domain":283,"../bar/defaults":312,"./attributes":386,"fast-isnumeric":18}],390:[function(_dereq_,module,exports){
|
|
84548
84656
|
/**
|
|
84549
84657
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84550
84658
|
* All rights reserved.
|
|
@@ -84593,7 +84701,7 @@ module.exports = function eventData(pt, trace) {
|
|
|
84593
84701
|
return out;
|
|
84594
84702
|
};
|
|
84595
84703
|
|
|
84596
|
-
},{"../../components/fx/helpers":
|
|
84704
|
+
},{"../../components/fx/helpers":118}],391:[function(_dereq_,module,exports){
|
|
84597
84705
|
/**
|
|
84598
84706
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84599
84707
|
* All rights reserved.
|
|
@@ -84641,7 +84749,7 @@ exports.getRotationAngle = function(rotation) {
|
|
|
84641
84749
|
return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
|
|
84642
84750
|
};
|
|
84643
84751
|
|
|
84644
|
-
},{"../../lib":
|
|
84752
|
+
},{"../../lib":210}],392:[function(_dereq_,module,exports){
|
|
84645
84753
|
/**
|
|
84646
84754
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84647
84755
|
* All rights reserved.
|
|
@@ -84674,7 +84782,7 @@ module.exports = {
|
|
|
84674
84782
|
}
|
|
84675
84783
|
};
|
|
84676
84784
|
|
|
84677
|
-
},{"./attributes":
|
|
84785
|
+
},{"./attributes":386,"./base_plot":387,"./calc":388,"./defaults":389,"./layout_attributes":393,"./layout_defaults":394,"./plot":395,"./style":396,"./style_one":397}],393:[function(_dereq_,module,exports){
|
|
84678
84786
|
/**
|
|
84679
84787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84680
84788
|
* All rights reserved.
|
|
@@ -84707,7 +84815,7 @@ module.exports = {
|
|
|
84707
84815
|
}
|
|
84708
84816
|
};
|
|
84709
84817
|
|
|
84710
|
-
},{}],
|
|
84818
|
+
},{}],394:[function(_dereq_,module,exports){
|
|
84711
84819
|
/**
|
|
84712
84820
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84713
84821
|
* All rights reserved.
|
|
@@ -84732,7 +84840,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
84732
84840
|
coerce('extendpiecolors');
|
|
84733
84841
|
};
|
|
84734
84842
|
|
|
84735
|
-
},{"../../lib":
|
|
84843
|
+
},{"../../lib":210,"./layout_attributes":393}],395:[function(_dereq_,module,exports){
|
|
84736
84844
|
/**
|
|
84737
84845
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84738
84846
|
* All rights reserved.
|
|
@@ -85912,7 +86020,7 @@ module.exports = {
|
|
|
85912
86020
|
computeTransform: computeTransform
|
|
85913
86021
|
};
|
|
85914
86022
|
|
|
85915
|
-
},{"../../components/color":
|
|
86023
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../components/fx":122,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../bar/constants":310,"../bar/uniform_text":324,"./event_data":390,"./helpers":391,"d3":16}],396:[function(_dereq_,module,exports){
|
|
85916
86024
|
/**
|
|
85917
86025
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85918
86026
|
* All rights reserved.
|
|
@@ -85945,7 +86053,7 @@ module.exports = function style(gd) {
|
|
|
85945
86053
|
});
|
|
85946
86054
|
};
|
|
85947
86055
|
|
|
85948
|
-
},{"../bar/uniform_text":
|
|
86056
|
+
},{"../bar/uniform_text":324,"./style_one":397,"d3":16}],397:[function(_dereq_,module,exports){
|
|
85949
86057
|
/**
|
|
85950
86058
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85951
86059
|
* All rights reserved.
|
|
@@ -85969,7 +86077,7 @@ module.exports = function styleOne(s, pt, trace) {
|
|
|
85969
86077
|
.call(Color.stroke, lineColor);
|
|
85970
86078
|
};
|
|
85971
86079
|
|
|
85972
|
-
},{"../../components/color":
|
|
86080
|
+
},{"../../components/color":82,"./helpers":391}],398:[function(_dereq_,module,exports){
|
|
85973
86081
|
/**
|
|
85974
86082
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85975
86083
|
* All rights reserved.
|
|
@@ -86021,7 +86129,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
86021
86129
|
}
|
|
86022
86130
|
};
|
|
86023
86131
|
|
|
86024
|
-
},{"../../lib":
|
|
86132
|
+
},{"../../lib":210}],399:[function(_dereq_,module,exports){
|
|
86025
86133
|
/**
|
|
86026
86134
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86027
86135
|
* All rights reserved.
|
|
@@ -86475,7 +86583,7 @@ module.exports = {
|
|
|
86475
86583
|
}
|
|
86476
86584
|
};
|
|
86477
86585
|
|
|
86478
|
-
},{"../../components/colorscale/attributes":
|
|
86586
|
+
},{"../../components/colorscale/attributes":89,"../../components/drawing":104,"../../components/drawing/attributes":103,"../../lib/extend":204,"../../plots/font_attributes":284,"../../plots/template_attributes":297,"./constants":403}],400:[function(_dereq_,module,exports){
|
|
86479
86587
|
/**
|
|
86480
86588
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86481
86589
|
* All rights reserved.
|
|
@@ -86774,7 +86882,7 @@ module.exports = {
|
|
|
86774
86882
|
getStackOpts: getStackOpts
|
|
86775
86883
|
};
|
|
86776
86884
|
|
|
86777
|
-
},{"../../constants/numerical":
|
|
86885
|
+
},{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"./arrays_to_calcdata":398,"./calc_selection":401,"./colorscale_calc":402,"./subtypes":424,"fast-isnumeric":18}],401:[function(_dereq_,module,exports){
|
|
86778
86886
|
/**
|
|
86779
86887
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86780
86888
|
* All rights reserved.
|
|
@@ -86793,7 +86901,7 @@ module.exports = function calcSelection(cd, trace) {
|
|
|
86793
86901
|
}
|
|
86794
86902
|
};
|
|
86795
86903
|
|
|
86796
|
-
},{"../../lib":
|
|
86904
|
+
},{"../../lib":210}],402:[function(_dereq_,module,exports){
|
|
86797
86905
|
/**
|
|
86798
86906
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86799
86907
|
* All rights reserved.
|
|
@@ -86836,7 +86944,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
|
|
|
86836
86944
|
}
|
|
86837
86945
|
};
|
|
86838
86946
|
|
|
86839
|
-
},{"../../components/colorscale/calc":
|
|
86947
|
+
},{"../../components/colorscale/calc":90,"../../components/colorscale/helpers":93,"./subtypes":424}],403:[function(_dereq_,module,exports){
|
|
86840
86948
|
/**
|
|
86841
86949
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86842
86950
|
* All rights reserved.
|
|
@@ -86865,7 +86973,7 @@ module.exports = {
|
|
|
86865
86973
|
eventDataKeys: []
|
|
86866
86974
|
};
|
|
86867
86975
|
|
|
86868
|
-
},{}],
|
|
86976
|
+
},{}],404:[function(_dereq_,module,exports){
|
|
86869
86977
|
/**
|
|
86870
86978
|
* Copyright 2012-2020, Plotly, Inc.
|
|
86871
86979
|
* All rights reserved.
|
|
@@ -87046,7 +87154,7 @@ function getInterp(calcTrace, index, position, posAttr) {
|
|
|
87046
87154
|
return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
|
|
87047
87155
|
}
|
|
87048
87156
|
|
|
87049
|
-
},{"./calc":
|
|
87157
|
+
},{"./calc":400}],405:[function(_dereq_,module,exports){
|
|
87050
87158
|
/**
|
|
87051
87159
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87052
87160
|
* All rights reserved.
|
|
@@ -87085,7 +87193,7 @@ module.exports = function crossTraceDefaults(fullData) {
|
|
|
87085
87193
|
}
|
|
87086
87194
|
};
|
|
87087
87195
|
|
|
87088
|
-
},{}],
|
|
87196
|
+
},{}],406:[function(_dereq_,module,exports){
|
|
87089
87197
|
/**
|
|
87090
87198
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87091
87199
|
* All rights reserved.
|
|
@@ -87178,7 +87286,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
87178
87286
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
87179
87287
|
};
|
|
87180
87288
|
|
|
87181
|
-
},{"../../lib":
|
|
87289
|
+
},{"../../lib":210,"../../registry":298,"./attributes":399,"./constants":403,"./fillcolor_defaults":407,"./line_defaults":412,"./line_shape_defaults":414,"./marker_defaults":418,"./period_defaults":419,"./stack_defaults":422,"./subtypes":424,"./text_defaults":425,"./xy_defaults":426}],407:[function(_dereq_,module,exports){
|
|
87182
87290
|
/**
|
|
87183
87291
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87184
87292
|
* All rights reserved.
|
|
@@ -87215,7 +87323,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
|
|
|
87215
87323
|
));
|
|
87216
87324
|
};
|
|
87217
87325
|
|
|
87218
|
-
},{"../../components/color":
|
|
87326
|
+
},{"../../components/color":82,"../../lib":210}],408:[function(_dereq_,module,exports){
|
|
87219
87327
|
/**
|
|
87220
87328
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87221
87329
|
* All rights reserved.
|
|
@@ -87241,7 +87349,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
87241
87349
|
return labels;
|
|
87242
87350
|
};
|
|
87243
87351
|
|
|
87244
|
-
},{"../../plots/cartesian/axes":
|
|
87352
|
+
},{"../../plots/cartesian/axes":256}],409:[function(_dereq_,module,exports){
|
|
87245
87353
|
/**
|
|
87246
87354
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87247
87355
|
* All rights reserved.
|
|
@@ -87290,7 +87398,7 @@ module.exports = function getTraceColor(trace, di) {
|
|
|
87290
87398
|
}
|
|
87291
87399
|
};
|
|
87292
87400
|
|
|
87293
|
-
},{"../../components/color":
|
|
87401
|
+
},{"../../components/color":82,"./subtypes":424}],410:[function(_dereq_,module,exports){
|
|
87294
87402
|
/**
|
|
87295
87403
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87296
87404
|
* All rights reserved.
|
|
@@ -87485,7 +87593,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
87485
87593
|
}
|
|
87486
87594
|
};
|
|
87487
87595
|
|
|
87488
|
-
},{"../../components/color":
|
|
87596
|
+
},{"../../components/color":82,"../../components/fx":122,"../../lib":210,"../../registry":298,"./get_trace_color":409}],411:[function(_dereq_,module,exports){
|
|
87489
87597
|
/**
|
|
87490
87598
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87491
87599
|
* All rights reserved.
|
|
@@ -87531,7 +87639,7 @@ module.exports = {
|
|
|
87531
87639
|
}
|
|
87532
87640
|
};
|
|
87533
87641
|
|
|
87534
|
-
},{"../../plots/cartesian":
|
|
87642
|
+
},{"../../plots/cartesian":269,"./arrays_to_calcdata":398,"./attributes":399,"./calc":400,"./cross_trace_calc":404,"./cross_trace_defaults":405,"./defaults":406,"./format_labels":408,"./hover":410,"./marker_colorbar":417,"./plot":420,"./select":421,"./style":423,"./subtypes":424}],412:[function(_dereq_,module,exports){
|
|
87535
87643
|
/**
|
|
87536
87644
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87537
87645
|
* All rights reserved.
|
|
@@ -87562,7 +87670,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
|
|
|
87562
87670
|
if(!(opts || {}).noDash) coerce('line.dash');
|
|
87563
87671
|
};
|
|
87564
87672
|
|
|
87565
|
-
},{"../../components/colorscale/defaults":
|
|
87673
|
+
},{"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"../../lib":210}],413:[function(_dereq_,module,exports){
|
|
87566
87674
|
/**
|
|
87567
87675
|
* Copyright 2012-2020, Plotly, Inc.
|
|
87568
87676
|
* All rights reserved.
|
|
@@ -88023,7 +88131,7 @@ module.exports = function linePoints(d, opts) {
|
|
|
88023
88131
|
return segments;
|
|
88024
88132
|
};
|
|
88025
88133
|
|
|
88026
|
-
},{"../../constants/numerical":
|
|
88134
|
+
},{"../../constants/numerical":189,"../../lib":210,"./constants":403}],414:[function(_dereq_,module,exports){
|
|
88027
88135
|
/**
|
|
88028
88136
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88029
88137
|
* All rights reserved.
|
|
@@ -88042,7 +88150,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
|
|
|
88042
88150
|
if(shape === 'spline') coerce('line.smoothing');
|
|
88043
88151
|
};
|
|
88044
88152
|
|
|
88045
|
-
},{}],
|
|
88153
|
+
},{}],415:[function(_dereq_,module,exports){
|
|
88046
88154
|
/**
|
|
88047
88155
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88048
88156
|
* All rights reserved.
|
|
@@ -88132,7 +88240,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
|
|
|
88132
88240
|
return cdscatterSorted;
|
|
88133
88241
|
};
|
|
88134
88242
|
|
|
88135
|
-
},{}],
|
|
88243
|
+
},{}],416:[function(_dereq_,module,exports){
|
|
88136
88244
|
/**
|
|
88137
88245
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88138
88246
|
* All rights reserved.
|
|
@@ -88174,7 +88282,7 @@ module.exports = function makeBubbleSizeFn(trace) {
|
|
|
88174
88282
|
};
|
|
88175
88283
|
};
|
|
88176
88284
|
|
|
88177
|
-
},{"fast-isnumeric":18}],
|
|
88285
|
+
},{"fast-isnumeric":18}],417:[function(_dereq_,module,exports){
|
|
88178
88286
|
/**
|
|
88179
88287
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88180
88288
|
* All rights reserved.
|
|
@@ -88192,7 +88300,7 @@ module.exports = {
|
|
|
88192
88300
|
max: 'cmax'
|
|
88193
88301
|
};
|
|
88194
88302
|
|
|
88195
|
-
},{}],
|
|
88303
|
+
},{}],418:[function(_dereq_,module,exports){
|
|
88196
88304
|
/**
|
|
88197
88305
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88198
88306
|
* All rights reserved.
|
|
@@ -88273,7 +88381,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
88273
88381
|
}
|
|
88274
88382
|
};
|
|
88275
88383
|
|
|
88276
|
-
},{"../../components/color":
|
|
88384
|
+
},{"../../components/color":82,"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"./subtypes":424}],419:[function(_dereq_,module,exports){
|
|
88277
88385
|
/**
|
|
88278
88386
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88279
88387
|
* All rights reserved.
|
|
@@ -88320,7 +88428,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
|
|
|
88320
88428
|
}
|
|
88321
88429
|
};
|
|
88322
88430
|
|
|
88323
|
-
},{"../../constants/numerical":
|
|
88431
|
+
},{"../../constants/numerical":189,"../../lib":210}],420:[function(_dereq_,module,exports){
|
|
88324
88432
|
/**
|
|
88325
88433
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88326
88434
|
* All rights reserved.
|
|
@@ -88814,7 +88922,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
|
|
|
88814
88922
|
join.selectAll('text')
|
|
88815
88923
|
.call(Drawing.textPointStyle, trace, gd)
|
|
88816
88924
|
.each(function(d) {
|
|
88817
|
-
// This just *has* to be totally custom
|
|
88925
|
+
// This just *has* to be totally custom because of SVG text positioning :(
|
|
88818
88926
|
// It's obviously copied from translatePoint; we just can't use that
|
|
88819
88927
|
var x = xa.c2p(d.x);
|
|
88820
88928
|
var y = ya.c2p(d.y);
|
|
@@ -88881,7 +88989,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
|
|
|
88881
88989
|
});
|
|
88882
88990
|
}
|
|
88883
88991
|
|
|
88884
|
-
},{"../../components/drawing":
|
|
88992
|
+
},{"../../components/drawing":104,"../../lib":210,"../../lib/polygon":222,"../../registry":298,"./line_points":413,"./link_traces":415,"./subtypes":424,"d3":16}],421:[function(_dereq_,module,exports){
|
|
88885
88993
|
/**
|
|
88886
88994
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88887
88995
|
* All rights reserved.
|
|
@@ -88935,7 +89043,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
88935
89043
|
return selection;
|
|
88936
89044
|
};
|
|
88937
89045
|
|
|
88938
|
-
},{"./subtypes":
|
|
89046
|
+
},{"./subtypes":424}],422:[function(_dereq_,module,exports){
|
|
88939
89047
|
/**
|
|
88940
89048
|
* Copyright 2012-2020, Plotly, Inc.
|
|
88941
89049
|
* All rights reserved.
|
|
@@ -89040,7 +89148,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
|
|
|
89040
89148
|
}
|
|
89041
89149
|
};
|
|
89042
89150
|
|
|
89043
|
-
},{}],
|
|
89151
|
+
},{}],423:[function(_dereq_,module,exports){
|
|
89044
89152
|
/**
|
|
89045
89153
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89046
89154
|
* All rights reserved.
|
|
@@ -89111,7 +89219,7 @@ module.exports = {
|
|
|
89111
89219
|
styleOnSelect: styleOnSelect
|
|
89112
89220
|
};
|
|
89113
89221
|
|
|
89114
|
-
},{"../../components/drawing":
|
|
89222
|
+
},{"../../components/drawing":104,"../../registry":298,"d3":16}],424:[function(_dereq_,module,exports){
|
|
89115
89223
|
/**
|
|
89116
89224
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89117
89225
|
* All rights reserved.
|
|
@@ -89150,7 +89258,7 @@ module.exports = {
|
|
|
89150
89258
|
}
|
|
89151
89259
|
};
|
|
89152
89260
|
|
|
89153
|
-
},{"../../lib":
|
|
89261
|
+
},{"../../lib":210}],425:[function(_dereq_,module,exports){
|
|
89154
89262
|
/**
|
|
89155
89263
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89156
89264
|
* All rights reserved.
|
|
@@ -89180,7 +89288,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
|
|
|
89180
89288
|
}
|
|
89181
89289
|
};
|
|
89182
89290
|
|
|
89183
|
-
},{"../../lib":
|
|
89291
|
+
},{"../../lib":210}],426:[function(_dereq_,module,exports){
|
|
89184
89292
|
/**
|
|
89185
89293
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89186
89294
|
* All rights reserved.
|
|
@@ -89224,7 +89332,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
89224
89332
|
return len;
|
|
89225
89333
|
};
|
|
89226
89334
|
|
|
89227
|
-
},{"../../lib":
|
|
89335
|
+
},{"../../lib":210,"../../registry":298}],427:[function(_dereq_,module,exports){
|
|
89228
89336
|
/**
|
|
89229
89337
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89230
89338
|
* All rights reserved.
|
|
@@ -89375,7 +89483,7 @@ module.exports = {
|
|
|
89375
89483
|
alignmentgroup: barAttrs.alignmentgroup
|
|
89376
89484
|
};
|
|
89377
89485
|
|
|
89378
|
-
},{"../../components/color":
|
|
89486
|
+
},{"../../components/color":82,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399,"./constants":429}],428:[function(_dereq_,module,exports){
|
|
89379
89487
|
/**
|
|
89380
89488
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89381
89489
|
* All rights reserved.
|
|
@@ -89489,7 +89597,7 @@ module.exports = function calc(gd, trace) {
|
|
|
89489
89597
|
return cd;
|
|
89490
89598
|
};
|
|
89491
89599
|
|
|
89492
|
-
},{"../../constants/numerical":
|
|
89600
|
+
},{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401}],429:[function(_dereq_,module,exports){
|
|
89493
89601
|
/**
|
|
89494
89602
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89495
89603
|
* All rights reserved.
|
|
@@ -89508,7 +89616,7 @@ module.exports = {
|
|
|
89508
89616
|
]
|
|
89509
89617
|
};
|
|
89510
89618
|
|
|
89511
|
-
},{}],
|
|
89619
|
+
},{}],430:[function(_dereq_,module,exports){
|
|
89512
89620
|
/**
|
|
89513
89621
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89514
89622
|
* All rights reserved.
|
|
@@ -89581,7 +89689,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
|
|
|
89581
89689
|
}
|
|
89582
89690
|
};
|
|
89583
89691
|
|
|
89584
|
-
},{"../bar/cross_trace_calc":
|
|
89692
|
+
},{"../bar/cross_trace_calc":311}],431:[function(_dereq_,module,exports){
|
|
89585
89693
|
/**
|
|
89586
89694
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89587
89695
|
* All rights reserved.
|
|
@@ -89690,7 +89798,7 @@ module.exports = {
|
|
|
89690
89798
|
crossTraceDefaults: crossTraceDefaults
|
|
89691
89799
|
};
|
|
89692
89800
|
|
|
89693
|
-
},{"../../components/color":
|
|
89801
|
+
},{"../../components/color":82,"../../constants/delta.js":186,"../../lib":210,"../bar/defaults":312,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":427}],432:[function(_dereq_,module,exports){
|
|
89694
89802
|
/**
|
|
89695
89803
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89696
89804
|
* All rights reserved.
|
|
@@ -89717,7 +89825,7 @@ module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
|
|
|
89717
89825
|
return out;
|
|
89718
89826
|
};
|
|
89719
89827
|
|
|
89720
|
-
},{}],
|
|
89828
|
+
},{}],433:[function(_dereq_,module,exports){
|
|
89721
89829
|
/**
|
|
89722
89830
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89723
89831
|
* All rights reserved.
|
|
@@ -89812,7 +89920,7 @@ function getTraceColor(trace, di) {
|
|
|
89812
89920
|
else if(opacity(mlc) && mlw) return mlc;
|
|
89813
89921
|
}
|
|
89814
89922
|
|
|
89815
|
-
},{"../../components/color":
|
|
89923
|
+
},{"../../components/color":82,"../../constants/delta.js":186,"../../plots/cartesian/axes":256,"../bar/hover":315}],434:[function(_dereq_,module,exports){
|
|
89816
89924
|
/**
|
|
89817
89925
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89818
89926
|
* All rights reserved.
|
|
@@ -89847,7 +89955,7 @@ module.exports = {
|
|
|
89847
89955
|
}
|
|
89848
89956
|
};
|
|
89849
89957
|
|
|
89850
|
-
},{"../../plots/cartesian":
|
|
89958
|
+
},{"../../plots/cartesian":269,"../bar/select":320,"./attributes":427,"./calc":428,"./cross_trace_calc":430,"./defaults":431,"./event_data":432,"./hover":433,"./layout_attributes":435,"./layout_defaults":436,"./plot":437,"./style":438}],435:[function(_dereq_,module,exports){
|
|
89851
89959
|
/**
|
|
89852
89960
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89853
89961
|
* All rights reserved.
|
|
@@ -89886,7 +89994,7 @@ module.exports = {
|
|
|
89886
89994
|
}
|
|
89887
89995
|
};
|
|
89888
89996
|
|
|
89889
|
-
},{}],
|
|
89997
|
+
},{}],436:[function(_dereq_,module,exports){
|
|
89890
89998
|
/**
|
|
89891
89999
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89892
90000
|
* All rights reserved.
|
|
@@ -89923,7 +90031,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
|
|
|
89923
90031
|
}
|
|
89924
90032
|
};
|
|
89925
90033
|
|
|
89926
|
-
},{"../../lib":
|
|
90034
|
+
},{"../../lib":210,"./layout_attributes":435}],437:[function(_dereq_,module,exports){
|
|
89927
90035
|
/**
|
|
89928
90036
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89929
90037
|
* All rights reserved.
|
|
@@ -90054,7 +90162,7 @@ function getXY(di, xa, ya, isHorizontal) {
|
|
|
90054
90162
|
return isHorizontal ? [s, p] : [p, s];
|
|
90055
90163
|
}
|
|
90056
90164
|
|
|
90057
|
-
},{"../../components/drawing":
|
|
90165
|
+
},{"../../components/drawing":104,"../../constants/numerical":189,"../../lib":210,"../bar/plot":319,"../bar/uniform_text":324,"d3":16}],438:[function(_dereq_,module,exports){
|
|
90058
90166
|
/**
|
|
90059
90167
|
* Copyright 2012-2020, Plotly, Inc.
|
|
90060
90168
|
* All rights reserved.
|
|
@@ -90115,7 +90223,7 @@ module.exports = {
|
|
|
90115
90223
|
style: style
|
|
90116
90224
|
};
|
|
90117
90225
|
|
|
90118
|
-
},{"../../components/color":
|
|
90226
|
+
},{"../../components/color":82,"../../components/drawing":104,"../../constants/interactions":188,"../bar/style":322,"../bar/uniform_text":324,"d3":16}],439:[function(_dereq_,module,exports){
|
|
90119
90227
|
/**
|
|
90120
90228
|
* Copyright 2012-2020, Plotly, Inc.
|
|
90121
90229
|
* All rights reserved.
|
|
@@ -90127,7 +90235,7 @@ module.exports = {
|
|
|
90127
90235
|
'use strict';
|
|
90128
90236
|
|
|
90129
90237
|
// package version injected by `npm run preprocess`
|
|
90130
|
-
exports.version = '1.58.
|
|
90238
|
+
exports.version = '1.58.4';
|
|
90131
90239
|
|
|
90132
90240
|
},{}]},{},[8])(8)
|
|
90133
90241
|
});
|