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.
Files changed (39) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/README.md +25 -25
  3. package/dist/plot-schema.json +13 -13
  4. package/dist/plotly-basic.js +434 -326
  5. package/dist/plotly-basic.min.js +4 -4
  6. package/dist/plotly-cartesian.js +551 -443
  7. package/dist/plotly-cartesian.min.js +4 -4
  8. package/dist/plotly-finance.js +515 -407
  9. package/dist/plotly-finance.min.js +4 -4
  10. package/dist/plotly-geo-assets.js +2 -2
  11. package/dist/plotly-geo.js +438 -330
  12. package/dist/plotly-geo.min.js +4 -4
  13. package/dist/plotly-gl2d.js +616 -508
  14. package/dist/plotly-gl2d.min.js +10 -10
  15. package/dist/plotly-gl3d.js +340 -271
  16. package/dist/plotly-gl3d.min.js +3 -3
  17. package/dist/plotly-mapbox.js +448 -340
  18. package/dist/plotly-mapbox.min.js +4 -4
  19. package/dist/plotly-with-meta.js +805 -736
  20. package/dist/plotly.js +801 -732
  21. package/dist/plotly.min.js +3 -3
  22. package/package.json +1 -1
  23. package/src/components/colorscale/index.js +1 -1
  24. package/src/components/errorbars/attributes.js +1 -1
  25. package/src/components/fx/hover.js +1 -1
  26. package/src/components/sliders/draw.js +1 -1
  27. package/src/lib/index.js +2 -1
  28. package/src/lib/preserve_drawing_buffer.js +68 -0
  29. package/src/plot_api/plot_api.js +1 -1
  30. package/src/plots/gl3d/scene.js +16 -18
  31. package/src/traces/carpet/attributes.js +2 -2
  32. package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
  33. package/src/traces/carpet/plot.js +1 -1
  34. package/src/traces/carpet/set_convert.js +2 -2
  35. package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
  36. package/src/traces/parcats/attributes.js +1 -1
  37. package/src/traces/scatter/plot.js +1 -1
  38. package/src/traces/scattercarpet/plot.js +1 -1
  39. package/src/version.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * plotly.js (cartesian) v1.58.3
2
+ * plotly.js (cartesian) 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":232}],2:[function(_dereq_,module,exports){
75
+ },{"../src/lib":233}],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":342}],3:[function(_dereq_,module,exports){
88
+ },{"../src/traces/bar":344}],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/box');
100
100
 
101
- },{"../src/traces/box":357}],4:[function(_dereq_,module,exports){
101
+ },{"../src/traces/box":359}],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/box');
111
111
 
112
112
  module.exports = _dereq_('../src/traces/contour');
113
113
 
114
- },{"../src/traces/contour":377}],5:[function(_dereq_,module,exports){
114
+ },{"../src/traces/contour":379}],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/traces/contour');
124
124
 
125
125
  module.exports = _dereq_('../src/core');
126
126
 
127
- },{"../src/core":213}],6:[function(_dereq_,module,exports){
127
+ },{"../src/core":214}],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/core');
137
137
 
138
138
  module.exports = _dereq_('../src/traces/heatmap');
139
139
 
140
- },{"../src/traces/heatmap":393}],7:[function(_dereq_,module,exports){
140
+ },{"../src/traces/heatmap":395}],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/heatmap');
150
150
 
151
151
  module.exports = _dereq_('../src/traces/histogram');
152
152
 
153
- },{"../src/traces/histogram":411}],8:[function(_dereq_,module,exports){
153
+ },{"../src/traces/histogram":413}],8:[function(_dereq_,module,exports){
154
154
  /**
155
155
  * Copyright 2012-2020, Plotly, Inc.
156
156
  * All rights reserved.
@@ -163,7 +163,7 @@ module.exports = _dereq_('../src/traces/histogram');
163
163
 
164
164
  module.exports = _dereq_('../src/traces/histogram2d');
165
165
 
166
- },{"../src/traces/histogram2d":417}],9:[function(_dereq_,module,exports){
166
+ },{"../src/traces/histogram2d":419}],9:[function(_dereq_,module,exports){
167
167
  /**
168
168
  * Copyright 2012-2020, Plotly, Inc.
169
169
  * All rights reserved.
@@ -176,7 +176,7 @@ module.exports = _dereq_('../src/traces/histogram2d');
176
176
 
177
177
  module.exports = _dereq_('../src/traces/histogram2dcontour');
178
178
 
179
- },{"../src/traces/histogram2dcontour":421}],10:[function(_dereq_,module,exports){
179
+ },{"../src/traces/histogram2dcontour":423}],10:[function(_dereq_,module,exports){
180
180
  /**
181
181
  * Copyright 2012-2020, Plotly, Inc.
182
182
  * All rights reserved.
@@ -189,7 +189,7 @@ module.exports = _dereq_('../src/traces/histogram2dcontour');
189
189
 
190
190
  module.exports = _dereq_('../src/traces/image');
191
191
 
192
- },{"../src/traces/image":429}],11:[function(_dereq_,module,exports){
192
+ },{"../src/traces/image":431}],11:[function(_dereq_,module,exports){
193
193
  /**
194
194
  * Copyright 2012-2020, Plotly, Inc.
195
195
  * All rights reserved.
@@ -231,7 +231,7 @@ module.exports = Plotly;
231
231
 
232
232
  module.exports = _dereq_('../src/traces/pie');
233
233
 
234
- },{"../src/traces/pie":438}],13:[function(_dereq_,module,exports){
234
+ },{"../src/traces/pie":440}],13:[function(_dereq_,module,exports){
235
235
  /**
236
236
  * Copyright 2012-2020, Plotly, Inc.
237
237
  * All rights reserved.
@@ -244,7 +244,7 @@ module.exports = _dereq_('../src/traces/pie');
244
244
 
245
245
  module.exports = _dereq_('../src/traces/scatterternary');
246
246
 
247
- },{"../src/traces/scatterternary":479}],14:[function(_dereq_,module,exports){
247
+ },{"../src/traces/scatterternary":481}],14:[function(_dereq_,module,exports){
248
248
  /**
249
249
  * Copyright 2012-2020, Plotly, Inc.
250
250
  * All rights reserved.
@@ -257,7 +257,7 @@ module.exports = _dereq_('../src/traces/scatterternary');
257
257
 
258
258
  module.exports = _dereq_('../src/traces/violin');
259
259
 
260
- },{"../src/traces/violin":487}],15:[function(_dereq_,module,exports){
260
+ },{"../src/traces/violin":489}],15:[function(_dereq_,module,exports){
261
261
  'use strict'
262
262
 
263
263
  exports.byteLength = byteLength
@@ -14489,7 +14489,7 @@ return Promise$1;
14489
14489
 
14490
14490
 
14491
14491
  }).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
14492
- },{"_process":86}],23:[function(_dereq_,module,exports){
14492
+ },{"_process":87}],23:[function(_dereq_,module,exports){
14493
14493
  /**
14494
14494
  * inspired by is-number <https://github.com/jonschlinkert/is-number>
14495
14495
  * but significantly simplified and sped up by ignoring number and string constructors
@@ -14515,7 +14515,7 @@ module.exports = function(n) {
14515
14515
  return n - n < 1;
14516
14516
  };
14517
14517
 
14518
- },{"is-string-blank":74}],24:[function(_dereq_,module,exports){
14518
+ },{"is-string-blank":75}],24:[function(_dereq_,module,exports){
14519
14519
  module.exports = adjoint;
14520
14520
 
14521
14521
  /**
@@ -16013,7 +16013,7 @@ module.exports = function (input, callback) {
16013
16013
  module.exports.types = Object.keys(typeHandlers);
16014
16014
 
16015
16015
  }).call(this)}).call(this,_dereq_("buffer").Buffer)
16016
- },{"./detector":57,"./types":60,"buffer":18,"fs":16,"path":77}],59:[function(_dereq_,module,exports){
16016
+ },{"./detector":57,"./types":60,"buffer":18,"fs":16,"path":78}],59:[function(_dereq_,module,exports){
16017
16017
  'use strict';
16018
16018
 
16019
16019
  // Abstract reading multi-byte unsigned integers
@@ -16849,6 +16849,43 @@ module.exports = {
16849
16849
  },{}],73:[function(_dereq_,module,exports){
16850
16850
  module.exports = true;
16851
16851
  },{}],74:[function(_dereq_,module,exports){
16852
+ 'use strict'
16853
+
16854
+ module.exports = isMobile
16855
+ module.exports.isMobile = isMobile
16856
+ module.exports.default = isMobile
16857
+
16858
+ 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
16859
+
16860
+ 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
16861
+
16862
+ function isMobile (opts) {
16863
+ if (!opts) opts = {}
16864
+ var ua = opts.ua
16865
+ if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
16866
+ if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
16867
+ ua = ua.headers['user-agent']
16868
+ }
16869
+ if (typeof ua !== 'string') return false
16870
+
16871
+ var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
16872
+
16873
+ if (
16874
+ !result &&
16875
+ opts.tablet &&
16876
+ opts.featureDetect &&
16877
+ navigator &&
16878
+ navigator.maxTouchPoints > 1 &&
16879
+ ua.indexOf('Macintosh') !== -1 &&
16880
+ ua.indexOf('Safari') !== -1
16881
+ ) {
16882
+ result = true
16883
+ }
16884
+
16885
+ return result
16886
+ }
16887
+
16888
+ },{}],75:[function(_dereq_,module,exports){
16852
16889
  'use strict';
16853
16890
 
16854
16891
  /**
@@ -16885,7 +16922,7 @@ module.exports = function(str){
16885
16922
  return true;
16886
16923
  }
16887
16924
 
16888
- },{}],75:[function(_dereq_,module,exports){
16925
+ },{}],76:[function(_dereq_,module,exports){
16889
16926
  var rootPosition = { left: 0, top: 0 }
16890
16927
 
16891
16928
  module.exports = mouseEventOffset
@@ -16912,7 +16949,7 @@ function getBoundingClientOffset (element) {
16912
16949
  }
16913
16950
  }
16914
16951
 
16915
- },{}],76:[function(_dereq_,module,exports){
16952
+ },{}],77:[function(_dereq_,module,exports){
16916
16953
 
16917
16954
  module.exports = parse
16918
16955
 
@@ -16971,7 +17008,7 @@ function parseValues(args) {
16971
17008
  return numbers ? numbers.map(Number) : []
16972
17009
  }
16973
17010
 
16974
- },{}],77:[function(_dereq_,module,exports){
17011
+ },{}],78:[function(_dereq_,module,exports){
16975
17012
  (function (process){(function (){
16976
17013
  // 'path' module extracted from Node.js v8.11.1 (only the posix part)
16977
17014
  // transplited with Babel
@@ -17504,7 +17541,7 @@ posix.posix = posix;
17504
17541
  module.exports = posix;
17505
17542
 
17506
17543
  }).call(this)}).call(this,_dereq_('_process'))
17507
- },{"_process":86}],78:[function(_dereq_,module,exports){
17544
+ },{"_process":87}],79:[function(_dereq_,module,exports){
17508
17545
  /*
17509
17546
  * @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
17510
17547
  * @license MIT
@@ -17632,7 +17669,7 @@ if (typeof window === 'object')
17632
17669
 
17633
17670
  module.exports = PolyBool;
17634
17671
 
17635
- },{"./lib/build-log":79,"./lib/epsilon":80,"./lib/geojson":81,"./lib/intersecter":82,"./lib/segment-chainer":84,"./lib/segment-selector":85}],79:[function(_dereq_,module,exports){
17672
+ },{"./lib/build-log":80,"./lib/epsilon":81,"./lib/geojson":82,"./lib/intersecter":83,"./lib/segment-chainer":85,"./lib/segment-selector":86}],80:[function(_dereq_,module,exports){
17636
17673
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
17637
17674
  // MIT License
17638
17675
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17747,7 +17784,7 @@ function BuildLog(){
17747
17784
 
17748
17785
  module.exports = BuildLog;
17749
17786
 
17750
- },{}],80:[function(_dereq_,module,exports){
17787
+ },{}],81:[function(_dereq_,module,exports){
17751
17788
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
17752
17789
  // MIT License
17753
17790
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17919,7 +17956,7 @@ function Epsilon(eps){
17919
17956
 
17920
17957
  module.exports = Epsilon;
17921
17958
 
17922
- },{}],81:[function(_dereq_,module,exports){
17959
+ },{}],82:[function(_dereq_,module,exports){
17923
17960
  // (c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
17924
17961
  // MIT License
17925
17962
  // Project Home: https://github.com/voidqk/polybooljs
@@ -18109,7 +18146,7 @@ var GeoJSON = {
18109
18146
 
18110
18147
  module.exports = GeoJSON;
18111
18148
 
18112
- },{}],82:[function(_dereq_,module,exports){
18149
+ },{}],83:[function(_dereq_,module,exports){
18113
18150
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
18114
18151
  // MIT License
18115
18152
  // Project Home: https://github.com/voidqk/polybooljs
@@ -18616,7 +18653,7 @@ function Intersecter(selfIntersection, eps, buildLog){
18616
18653
 
18617
18654
  module.exports = Intersecter;
18618
18655
 
18619
- },{"./linked-list":83}],83:[function(_dereq_,module,exports){
18656
+ },{"./linked-list":84}],84:[function(_dereq_,module,exports){
18620
18657
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
18621
18658
  // MIT License
18622
18659
  // Project Home: https://github.com/voidqk/polybooljs
@@ -18699,7 +18736,7 @@ var LinkedList = {
18699
18736
 
18700
18737
  module.exports = LinkedList;
18701
18738
 
18702
- },{}],84:[function(_dereq_,module,exports){
18739
+ },{}],85:[function(_dereq_,module,exports){
18703
18740
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
18704
18741
  // MIT License
18705
18742
  // Project Home: https://github.com/voidqk/polybooljs
@@ -18953,7 +18990,7 @@ function SegmentChainer(segments, eps, buildLog){
18953
18990
 
18954
18991
  module.exports = SegmentChainer;
18955
18992
 
18956
- },{}],85:[function(_dereq_,module,exports){
18993
+ },{}],86:[function(_dereq_,module,exports){
18957
18994
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
18958
18995
  // MIT License
18959
18996
  // Project Home: https://github.com/voidqk/polybooljs
@@ -19121,7 +19158,7 @@ var SegmentSelector = {
19121
19158
 
19122
19159
  module.exports = SegmentSelector;
19123
19160
 
19124
- },{}],86:[function(_dereq_,module,exports){
19161
+ },{}],87:[function(_dereq_,module,exports){
19125
19162
  // shim for using process in browser
19126
19163
  var process = module.exports = {};
19127
19164
 
@@ -19307,7 +19344,7 @@ process.chdir = function (dir) {
19307
19344
  };
19308
19345
  process.umask = function() { return 0; };
19309
19346
 
19310
- },{}],87:[function(_dereq_,module,exports){
19347
+ },{}],88:[function(_dereq_,module,exports){
19311
19348
  // TinyColor v1.4.2
19312
19349
  // https://github.com/bgrins/TinyColor
19313
19350
  // Brian Grinstead, MIT License
@@ -20504,7 +20541,7 @@ else {
20504
20541
 
20505
20542
  })(Math);
20506
20543
 
20507
- },{}],88:[function(_dereq_,module,exports){
20544
+ },{}],89:[function(_dereq_,module,exports){
20508
20545
  /**
20509
20546
  * Copyright 2012-2020, Plotly, Inc.
20510
20547
  * All rights reserved.
@@ -20575,7 +20612,7 @@ module.exports = [
20575
20612
  }
20576
20613
  ];
20577
20614
 
20578
- },{}],89:[function(_dereq_,module,exports){
20615
+ },{}],90:[function(_dereq_,module,exports){
20579
20616
  /**
20580
20617
  * Copyright 2012-2020, Plotly, Inc.
20581
20618
  * All rights reserved.
@@ -20957,7 +20994,7 @@ module.exports = templatedArray('annotation', {
20957
20994
  }
20958
20995
  });
20959
20996
 
20960
- },{"../../constants/axis_placeable_objects":207,"../../plot_api/plot_template":266,"../../plots/cartesian/constants":283,"../../plots/font_attributes":305,"./arrow_paths":88}],90:[function(_dereq_,module,exports){
20997
+ },{"../../constants/axis_placeable_objects":208,"../../plot_api/plot_template":268,"../../plots/cartesian/constants":285,"../../plots/font_attributes":307,"./arrow_paths":89}],91:[function(_dereq_,module,exports){
20961
20998
  /**
20962
20999
  * Copyright 2012-2020, Plotly, Inc.
20963
21000
  * All rights reserved.
@@ -21048,7 +21085,7 @@ function calcAxisExpansion(ann, ax) {
21048
21085
  ann._extremes[axId] = extremes;
21049
21086
  }
21050
21087
 
21051
- },{"../../lib":232,"../../plots/cartesian/axes":277,"./draw":95}],91:[function(_dereq_,module,exports){
21088
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"./draw":96}],92:[function(_dereq_,module,exports){
21052
21089
  /**
21053
21090
  * Copyright 2012-2020, Plotly, Inc.
21054
21091
  * All rights reserved.
@@ -21186,7 +21223,7 @@ function clickData2r(d, ax) {
21186
21223
  return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
21187
21224
  }
21188
21225
 
21189
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../registry":324}],92:[function(_dereq_,module,exports){
21226
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../registry":326}],93:[function(_dereq_,module,exports){
21190
21227
  /**
21191
21228
  * Copyright 2012-2020, Plotly, Inc.
21192
21229
  * All rights reserved.
@@ -21265,7 +21302,7 @@ module.exports = function handleAnnotationCommonDefaults(annIn, annOut, fullLayo
21265
21302
  coerce('captureevents', !!hoverText);
21266
21303
  };
21267
21304
 
21268
- },{"../../lib":232,"../color":104}],93:[function(_dereq_,module,exports){
21305
+ },{"../../lib":233,"../color":105}],94:[function(_dereq_,module,exports){
21269
21306
  /**
21270
21307
  * Copyright 2012-2020, Plotly, Inc.
21271
21308
  * All rights reserved.
@@ -21328,7 +21365,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
21328
21365
  }
21329
21366
  };
21330
21367
 
21331
- },{"../../lib/to_log_range":255,"fast-isnumeric":23}],94:[function(_dereq_,module,exports){
21368
+ },{"../../lib/to_log_range":257,"fast-isnumeric":23}],95:[function(_dereq_,module,exports){
21332
21369
  /**
21333
21370
  * Copyright 2012-2020, Plotly, Inc.
21334
21371
  * All rights reserved.
@@ -21436,7 +21473,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
21436
21473
  }
21437
21474
  }
21438
21475
 
21439
- },{"../../lib":232,"../../plots/array_container_defaults":272,"../../plots/cartesian/axes":277,"./attributes":89,"./common_defaults":92}],95:[function(_dereq_,module,exports){
21476
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"../../plots/cartesian/axes":279,"./attributes":90,"./common_defaults":93}],96:[function(_dereq_,module,exports){
21440
21477
  /**
21441
21478
  * Copyright 2012-2020, Plotly, Inc.
21442
21479
  * All rights reserved.
@@ -22197,7 +22234,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
22197
22234
  } else annText.call(textLayout);
22198
22235
  }
22199
22236
 
22200
- },{"../../lib":232,"../../lib/setcursor":251,"../../lib/svg_text_utils":253,"../../plot_api/plot_template":266,"../../plots/cartesian/axes":277,"../../plots/plots":311,"../../registry":324,"../color":104,"../dragelement":123,"../drawing":126,"../fx":144,"./draw_arrow_head":96,"d3":21}],96:[function(_dereq_,module,exports){
22237
+ },{"../../lib":233,"../../lib/setcursor":253,"../../lib/svg_text_utils":255,"../../plot_api/plot_template":268,"../../plots/cartesian/axes":279,"../../plots/plots":313,"../../registry":326,"../color":105,"../dragelement":124,"../drawing":127,"../fx":145,"./draw_arrow_head":97,"d3":21}],97:[function(_dereq_,module,exports){
22201
22238
  /**
22202
22239
  * Copyright 2012-2020, Plotly, Inc.
22203
22240
  * All rights reserved.
@@ -22353,7 +22390,7 @@ module.exports = function drawArrowHead(el3, ends, options) {
22353
22390
  if(doEnd) drawhead(headStyle, end, endRot, scale);
22354
22391
  };
22355
22392
 
22356
- },{"../../lib":232,"../color":104,"./arrow_paths":88,"d3":21}],97:[function(_dereq_,module,exports){
22393
+ },{"../../lib":233,"../color":105,"./arrow_paths":89,"d3":21}],98:[function(_dereq_,module,exports){
22357
22394
  /**
22358
22395
  * Copyright 2012-2020, Plotly, Inc.
22359
22396
  * All rights reserved.
@@ -22387,7 +22424,7 @@ module.exports = {
22387
22424
  convertCoords: _dereq_('./convert_coords')
22388
22425
  };
22389
22426
 
22390
- },{"../../plots/cartesian/include_components":289,"./attributes":89,"./calc_autorange":90,"./click":91,"./convert_coords":93,"./defaults":94,"./draw":95}],98:[function(_dereq_,module,exports){
22427
+ },{"../../plots/cartesian/include_components":291,"./attributes":90,"./calc_autorange":91,"./click":92,"./convert_coords":94,"./defaults":95,"./draw":96}],99:[function(_dereq_,module,exports){
22391
22428
  /**
22392
22429
  * Copyright 2012-2020, Plotly, Inc.
22393
22430
  * All rights reserved.
@@ -22475,7 +22512,7 @@ module.exports = overrideAll(templatedArray('annotation', {
22475
22512
  // zref: 'z'
22476
22513
  }), 'calc', 'from-root');
22477
22514
 
22478
- },{"../../plot_api/edit_types":259,"../../plot_api/plot_template":266,"../annotations/attributes":89}],99:[function(_dereq_,module,exports){
22515
+ },{"../../plot_api/edit_types":261,"../../plot_api/plot_template":268,"../annotations/attributes":90}],100:[function(_dereq_,module,exports){
22479
22516
  /**
22480
22517
  * Copyright 2012-2020, Plotly, Inc.
22481
22518
  * All rights reserved.
@@ -22540,7 +22577,7 @@ function mockAnnAxes(ann, scene) {
22540
22577
  };
22541
22578
  }
22542
22579
 
22543
- },{"../../lib":232,"../../plots/cartesian/axes":277}],100:[function(_dereq_,module,exports){
22580
+ },{"../../lib":233,"../../plots/cartesian/axes":279}],101:[function(_dereq_,module,exports){
22544
22581
  /**
22545
22582
  * Copyright 2012-2020, Plotly, Inc.
22546
22583
  * All rights reserved.
@@ -22616,7 +22653,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
22616
22653
  }
22617
22654
  }
22618
22655
 
22619
- },{"../../lib":232,"../../plots/array_container_defaults":272,"../../plots/cartesian/axes":277,"../annotations/common_defaults":92,"./attributes":98}],101:[function(_dereq_,module,exports){
22656
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"../../plots/cartesian/axes":279,"../annotations/common_defaults":93,"./attributes":99}],102:[function(_dereq_,module,exports){
22620
22657
  /**
22621
22658
  * Copyright 2012-2020, Plotly, Inc.
22622
22659
  * All rights reserved.
@@ -22668,7 +22705,7 @@ module.exports = function draw(scene) {
22668
22705
  }
22669
22706
  };
22670
22707
 
22671
- },{"../../plots/gl3d/project":308,"../annotations/draw":95}],102:[function(_dereq_,module,exports){
22708
+ },{"../../plots/gl3d/project":310,"../annotations/draw":96}],103:[function(_dereq_,module,exports){
22672
22709
  /**
22673
22710
  * Copyright 2012-2020, Plotly, Inc.
22674
22711
  * All rights reserved.
@@ -22716,7 +22753,7 @@ function includeGL3D(layoutIn, layoutOut) {
22716
22753
  }
22717
22754
  }
22718
22755
 
22719
- },{"../../lib":232,"../../registry":324,"./attributes":98,"./convert":99,"./defaults":100,"./draw":101}],103:[function(_dereq_,module,exports){
22756
+ },{"../../lib":233,"../../registry":326,"./attributes":99,"./convert":100,"./defaults":101,"./draw":102}],104:[function(_dereq_,module,exports){
22720
22757
  /**
22721
22758
  * Copyright 2012-2020, Plotly, Inc.
22722
22759
  * All rights reserved.
@@ -22756,7 +22793,7 @@ exports.borderLine = '#BEC8D9';
22756
22793
  // gives back exactly lightLine if the other colors are defaults.
22757
22794
  exports.lightFraction = 100 * (0xe - 0x4) / (0xf - 0x4);
22758
22795
 
22759
- },{}],104:[function(_dereq_,module,exports){
22796
+ },{}],105:[function(_dereq_,module,exports){
22760
22797
  /**
22761
22798
  * Copyright 2012-2020, Plotly, Inc.
22762
22799
  * All rights reserved.
@@ -22930,7 +22967,7 @@ function cleanOne(val) {
22930
22967
  return 'rgb(' + rgbStr + ')';
22931
22968
  }
22932
22969
 
22933
- },{"./attributes":103,"fast-isnumeric":23,"tinycolor2":87}],105:[function(_dereq_,module,exports){
22970
+ },{"./attributes":104,"fast-isnumeric":23,"tinycolor2":88}],106:[function(_dereq_,module,exports){
22934
22971
  /**
22935
22972
  * Copyright 2012-2020, Plotly, Inc.
22936
22973
  * All rights reserved.
@@ -23121,7 +23158,7 @@ module.exports = overrideAll({
23121
23158
  }
23122
23159
  }, 'colorbars', 'from-root');
23123
23160
 
23124
- },{"../../lib/extend":226,"../../plot_api/edit_types":259,"../../plots/cartesian/layout_attributes":291,"../../plots/font_attributes":305}],106:[function(_dereq_,module,exports){
23161
+ },{"../../lib/extend":227,"../../plot_api/edit_types":261,"../../plots/cartesian/layout_attributes":293,"../../plots/font_attributes":307}],107:[function(_dereq_,module,exports){
23125
23162
  /**
23126
23163
  * Copyright 2012-2020, Plotly, Inc.
23127
23164
  * All rights reserved.
@@ -23149,7 +23186,7 @@ module.exports = {
23149
23186
  }
23150
23187
  };
23151
23188
 
23152
- },{}],107:[function(_dereq_,module,exports){
23189
+ },{}],108:[function(_dereq_,module,exports){
23153
23190
  /**
23154
23191
  * Copyright 2012-2020, Plotly, Inc.
23155
23192
  * All rights reserved.
@@ -23219,7 +23256,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
23219
23256
  coerce('title.side');
23220
23257
  };
23221
23258
 
23222
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../plots/cartesian/tick_label_defaults":298,"../../plots/cartesian/tick_mark_defaults":299,"../../plots/cartesian/tick_value_defaults":300,"./attributes":105}],108:[function(_dereq_,module,exports){
23259
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../plots/cartesian/tick_label_defaults":300,"../../plots/cartesian/tick_mark_defaults":301,"../../plots/cartesian/tick_value_defaults":302,"./attributes":106}],109:[function(_dereq_,module,exports){
23223
23260
  /**
23224
23261
  * Copyright 2012-2020, Plotly, Inc.
23225
23262
  * All rights reserved.
@@ -23953,7 +23990,7 @@ module.exports = {
23953
23990
  draw: draw
23954
23991
  };
23955
23992
 
23956
- },{"../../constants/alignment":206,"../../lib":232,"../../lib/extend":226,"../../lib/setcursor":251,"../../lib/svg_text_utils":253,"../../plots/cartesian/axes":277,"../../plots/cartesian/axis_defaults":279,"../../plots/cartesian/layout_attributes":291,"../../plots/cartesian/position_defaults":294,"../../plots/plots":311,"../../registry":324,"../color":104,"../colorscale/helpers":115,"../dragelement":123,"../drawing":126,"../titles":199,"./constants":106,"d3":21,"tinycolor2":87}],109:[function(_dereq_,module,exports){
23993
+ },{"../../constants/alignment":207,"../../lib":233,"../../lib/extend":227,"../../lib/setcursor":253,"../../lib/svg_text_utils":255,"../../plots/cartesian/axes":279,"../../plots/cartesian/axis_defaults":281,"../../plots/cartesian/layout_attributes":293,"../../plots/cartesian/position_defaults":296,"../../plots/plots":313,"../../registry":326,"../color":105,"../colorscale/helpers":116,"../dragelement":124,"../drawing":127,"../titles":200,"./constants":107,"d3":21,"tinycolor2":88}],110:[function(_dereq_,module,exports){
23957
23994
  /**
23958
23995
  * Copyright 2012-2020, Plotly, Inc.
23959
23996
  * All rights reserved.
@@ -23972,7 +24009,7 @@ module.exports = function hasColorbar(container) {
23972
24009
  return Lib.isPlainObject(container.colorbar);
23973
24010
  };
23974
24011
 
23975
- },{"../../lib":232}],110:[function(_dereq_,module,exports){
24012
+ },{"../../lib":233}],111:[function(_dereq_,module,exports){
23976
24013
  /**
23977
24014
  * Copyright 2012-2020, Plotly, Inc.
23978
24015
  * All rights reserved.
@@ -23994,7 +24031,7 @@ module.exports = {
23994
24031
  hasColorbar: _dereq_('./has_colorbar')
23995
24032
  };
23996
24033
 
23997
- },{"./attributes":105,"./defaults":107,"./draw":108,"./has_colorbar":109}],111:[function(_dereq_,module,exports){
24034
+ },{"./attributes":106,"./defaults":108,"./draw":109,"./has_colorbar":110}],112:[function(_dereq_,module,exports){
23998
24035
  /**
23999
24036
  * Copyright 2012-2020, Plotly, Inc.
24000
24037
  * All rights reserved.
@@ -24202,7 +24239,7 @@ module.exports = function colorScaleAttrs(context, opts) {
24202
24239
  return attrs;
24203
24240
  };
24204
24241
 
24205
- },{"../../lib/regex":247,"../colorbar/attributes":105,"./scales.js":119}],112:[function(_dereq_,module,exports){
24242
+ },{"../../lib/regex":249,"../colorbar/attributes":106,"./scales.js":120}],113:[function(_dereq_,module,exports){
24206
24243
  /**
24207
24244
  * Copyright 2012-2020, Plotly, Inc.
24208
24245
  * All rights reserved.
@@ -24281,7 +24318,7 @@ module.exports = function calc(gd, trace, opts) {
24281
24318
  }
24282
24319
  };
24283
24320
 
24284
- },{"../../lib":232,"./helpers":115,"fast-isnumeric":23}],113:[function(_dereq_,module,exports){
24321
+ },{"../../lib":233,"./helpers":116,"fast-isnumeric":23}],114:[function(_dereq_,module,exports){
24285
24322
  /**
24286
24323
  * Copyright 2012-2020, Plotly, Inc.
24287
24324
  * All rights reserved.
@@ -24358,7 +24395,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
24358
24395
  }
24359
24396
  };
24360
24397
 
24361
- },{"../../lib":232,"./helpers":115}],114:[function(_dereq_,module,exports){
24398
+ },{"../../lib":233,"./helpers":116}],115:[function(_dereq_,module,exports){
24362
24399
  /**
24363
24400
  * Copyright 2012-2020, Plotly, Inc.
24364
24401
  * All rights reserved.
@@ -24483,7 +24520,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
24483
24520
  }
24484
24521
  };
24485
24522
 
24486
- },{"../../lib":232,"../../registry":324,"../colorbar/defaults":107,"../colorbar/has_colorbar":109,"./scales":119,"fast-isnumeric":23}],115:[function(_dereq_,module,exports){
24523
+ },{"../../lib":233,"../../registry":326,"../colorbar/defaults":108,"../colorbar/has_colorbar":110,"./scales":120,"fast-isnumeric":23}],116:[function(_dereq_,module,exports){
24487
24524
  /**
24488
24525
  * Copyright 2012-2020, Plotly, Inc.
24489
24526
  * All rights reserved.
@@ -24723,7 +24760,7 @@ module.exports = {
24723
24760
  makeColorScaleFuncFromTrace: makeColorScaleFuncFromTrace
24724
24761
  };
24725
24762
 
24726
- },{"../../lib":232,"../color":104,"./scales":119,"d3":21,"fast-isnumeric":23,"tinycolor2":87}],116:[function(_dereq_,module,exports){
24763
+ },{"../../lib":233,"../color":105,"./scales":120,"d3":21,"fast-isnumeric":23,"tinycolor2":88}],117:[function(_dereq_,module,exports){
24727
24764
  /**
24728
24765
  * Copyright 2012-2020, Plotly, Inc.
24729
24766
  * All rights reserved.
@@ -24751,7 +24788,7 @@ module.exports = {
24751
24788
  calc: _dereq_('./calc'),
24752
24789
 
24753
24790
  // ./scales.js is required in lib/coerce.js ;
24754
- // it needs to be a seperate module to avoid circular a dependency
24791
+ // it needs to be a separate module to avoid circular a dependency
24755
24792
  scales: scales.scales,
24756
24793
  defaultScale: scales.defaultScale,
24757
24794
  getScale: scales.get,
@@ -24765,7 +24802,7 @@ module.exports = {
24765
24802
  makeColorScaleFuncFromTrace: helpers.makeColorScaleFuncFromTrace
24766
24803
  };
24767
24804
 
24768
- },{"./attributes":111,"./calc":112,"./cross_trace_defaults":113,"./defaults":114,"./helpers":115,"./layout_attributes":117,"./layout_defaults":118,"./scales":119}],117:[function(_dereq_,module,exports){
24805
+ },{"./attributes":112,"./calc":113,"./cross_trace_defaults":114,"./defaults":115,"./helpers":116,"./layout_attributes":118,"./layout_defaults":119,"./scales":120}],118:[function(_dereq_,module,exports){
24769
24806
  /**
24770
24807
  * Copyright 2012-2020, Plotly, Inc.
24771
24808
  * All rights reserved.
@@ -24826,7 +24863,7 @@ module.exports = {
24826
24863
  }))
24827
24864
  };
24828
24865
 
24829
- },{"../../lib/extend":226,"./attributes":111,"./scales":119}],118:[function(_dereq_,module,exports){
24866
+ },{"../../lib/extend":227,"./attributes":112,"./scales":120}],119:[function(_dereq_,module,exports){
24830
24867
  /**
24831
24868
  * Copyright 2012-2020, Plotly, Inc.
24832
24869
  * All rights reserved.
@@ -24877,7 +24914,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
24877
24914
  }
24878
24915
  };
24879
24916
 
24880
- },{"../../lib":232,"../../plot_api/plot_template":266,"./defaults":114,"./layout_attributes":117}],119:[function(_dereq_,module,exports){
24917
+ },{"../../lib":233,"../../plot_api/plot_template":268,"./defaults":115,"./layout_attributes":118}],120:[function(_dereq_,module,exports){
24881
24918
  /**
24882
24919
  * Copyright 2012-2020, Plotly, Inc.
24883
24920
  * All rights reserved.
@@ -25081,7 +25118,7 @@ module.exports = {
25081
25118
  isValid: isValidScale
25082
25119
  };
25083
25120
 
25084
- },{"tinycolor2":87}],120:[function(_dereq_,module,exports){
25121
+ },{"tinycolor2":88}],121:[function(_dereq_,module,exports){
25085
25122
  /**
25086
25123
  * Copyright 2012-2020, Plotly, Inc.
25087
25124
  * All rights reserved.
@@ -25114,7 +25151,7 @@ module.exports = function align(v, dv, v0, v1, anchor) {
25114
25151
  return vc;
25115
25152
  };
25116
25153
 
25117
- },{}],121:[function(_dereq_,module,exports){
25154
+ },{}],122:[function(_dereq_,module,exports){
25118
25155
  /**
25119
25156
  * Copyright 2012-2020, Plotly, Inc.
25120
25157
  * All rights reserved.
@@ -25152,7 +25189,7 @@ module.exports = function getCursor(x, y, xanchor, yanchor) {
25152
25189
  return cursorset[y][x];
25153
25190
  };
25154
25191
 
25155
- },{"../../lib":232}],122:[function(_dereq_,module,exports){
25192
+ },{"../../lib":233}],123:[function(_dereq_,module,exports){
25156
25193
  /**
25157
25194
  * Copyright 2012-2020, Plotly, Inc.
25158
25195
  * All rights reserved.
@@ -25211,7 +25248,7 @@ exports.selectingOrDrawing = function(dragmode) {
25211
25248
  );
25212
25249
  };
25213
25250
 
25214
- },{}],123:[function(_dereq_,module,exports){
25251
+ },{}],124:[function(_dereq_,module,exports){
25215
25252
  /**
25216
25253
  * Copyright 2012-2020, Plotly, Inc.
25217
25254
  * All rights reserved.
@@ -25503,7 +25540,7 @@ function pointerOffset(e) {
25503
25540
  );
25504
25541
  }
25505
25542
 
25506
- },{"../../lib":232,"../../plots/cartesian/constants":283,"./align":120,"./cursor":121,"./unhover":124,"has-hover":54,"has-passive-events":55,"mouse-event-offset":75}],124:[function(_dereq_,module,exports){
25543
+ },{"../../lib":233,"../../plots/cartesian/constants":285,"./align":121,"./cursor":122,"./unhover":125,"has-hover":54,"has-passive-events":55,"mouse-event-offset":76}],125:[function(_dereq_,module,exports){
25507
25544
  /**
25508
25545
  * Copyright 2012-2020, Plotly, Inc.
25509
25546
  * All rights reserved.
@@ -25558,7 +25595,7 @@ unhover.raw = function raw(gd, evt) {
25558
25595
  }
25559
25596
  };
25560
25597
 
25561
- },{"../../lib/dom":224,"../../lib/events":225,"../../lib/throttle":254,"../fx/constants":138}],125:[function(_dereq_,module,exports){
25598
+ },{"../../lib/dom":225,"../../lib/events":226,"../../lib/throttle":256,"../fx/constants":139}],126:[function(_dereq_,module,exports){
25562
25599
  /**
25563
25600
  * Copyright 2012-2020, Plotly, Inc.
25564
25601
  * All rights reserved.
@@ -25583,7 +25620,7 @@ exports.dash = {
25583
25620
 
25584
25621
  };
25585
25622
 
25586
- },{}],126:[function(_dereq_,module,exports){
25623
+ },{}],127:[function(_dereq_,module,exports){
25587
25624
  /**
25588
25625
  * Copyright 2012-2020, Plotly, Inc.
25589
25626
  * All rights reserved.
@@ -26780,7 +26817,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
26780
26817
  });
26781
26818
  };
26782
26819
 
26783
- },{"../../components/fx/helpers":140,"../../constants/alignment":206,"../../constants/interactions":210,"../../constants/xmlns_namespaces":212,"../../lib":232,"../../lib/svg_text_utils":253,"../../registry":324,"../../traces/scatter/make_bubble_size_func":462,"../../traces/scatter/subtypes":470,"../color":104,"../colorscale":116,"./symbol_defs":127,"d3":21,"fast-isnumeric":23,"tinycolor2":87}],127:[function(_dereq_,module,exports){
26820
+ },{"../../components/fx/helpers":141,"../../constants/alignment":207,"../../constants/interactions":211,"../../constants/xmlns_namespaces":213,"../../lib":233,"../../lib/svg_text_utils":255,"../../registry":326,"../../traces/scatter/make_bubble_size_func":464,"../../traces/scatter/subtypes":472,"../color":105,"../colorscale":117,"./symbol_defs":128,"d3":21,"fast-isnumeric":23,"tinycolor2":88}],128:[function(_dereq_,module,exports){
26784
26821
  /**
26785
26822
  * Copyright 2012-2020, Plotly, Inc.
26786
26823
  * All rights reserved.
@@ -27344,7 +27381,7 @@ module.exports = {
27344
27381
  }
27345
27382
  };
27346
27383
 
27347
- },{"d3":21}],128:[function(_dereq_,module,exports){
27384
+ },{"d3":21}],129:[function(_dereq_,module,exports){
27348
27385
  /**
27349
27386
  * Copyright 2012-2020, Plotly, Inc.
27350
27387
  * All rights reserved.
@@ -27459,7 +27496,7 @@ module.exports = {
27459
27496
  }
27460
27497
  };
27461
27498
 
27462
- },{}],129:[function(_dereq_,module,exports){
27499
+ },{}],130:[function(_dereq_,module,exports){
27463
27500
  /**
27464
27501
  * Copyright 2012-2020, Plotly, Inc.
27465
27502
  * All rights reserved.
@@ -27545,7 +27582,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
27545
27582
  baseExtremes.max = baseExtremes.max.concat(extremes.max);
27546
27583
  }
27547
27584
 
27548
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../../registry":324,"./compute_error":130,"fast-isnumeric":23}],130:[function(_dereq_,module,exports){
27585
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../../registry":326,"./compute_error":131,"fast-isnumeric":23}],131:[function(_dereq_,module,exports){
27549
27586
  /**
27550
27587
  * Copyright 2012-2020, Plotly, Inc.
27551
27588
  * All rights reserved.
@@ -27646,7 +27683,7 @@ function makeComputeErrorValue(type, value) {
27646
27683
  }
27647
27684
  }
27648
27685
 
27649
- },{}],131:[function(_dereq_,module,exports){
27686
+ },{}],132:[function(_dereq_,module,exports){
27650
27687
  /**
27651
27688
  * Copyright 2012-2020, Plotly, Inc.
27652
27689
  * All rights reserved.
@@ -27721,7 +27758,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
27721
27758
  }
27722
27759
  };
27723
27760
 
27724
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../registry":324,"./attributes":128,"fast-isnumeric":23}],132:[function(_dereq_,module,exports){
27761
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../registry":326,"./attributes":129,"fast-isnumeric":23}],133:[function(_dereq_,module,exports){
27725
27762
  /**
27726
27763
  * Copyright 2012-2020, Plotly, Inc.
27727
27764
  * All rights reserved.
@@ -27790,7 +27827,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
27790
27827
  }
27791
27828
  }
27792
27829
 
27793
- },{"../../lib":232,"../../plot_api/edit_types":259,"./attributes":128,"./calc":129,"./compute_error":130,"./defaults":131,"./plot":133,"./style":134}],133:[function(_dereq_,module,exports){
27830
+ },{"../../lib":233,"../../plot_api/edit_types":261,"./attributes":129,"./calc":130,"./compute_error":131,"./defaults":132,"./plot":134,"./style":135}],134:[function(_dereq_,module,exports){
27794
27831
  /**
27795
27832
  * Copyright 2012-2020, Plotly, Inc.
27796
27833
  * All rights reserved.
@@ -27962,7 +27999,7 @@ function errorCoords(d, xa, ya) {
27962
27999
  return out;
27963
28000
  }
27964
28001
 
27965
- },{"../../traces/scatter/subtypes":470,"../drawing":126,"d3":21,"fast-isnumeric":23}],134:[function(_dereq_,module,exports){
28002
+ },{"../../traces/scatter/subtypes":472,"../drawing":127,"d3":21,"fast-isnumeric":23}],135:[function(_dereq_,module,exports){
27966
28003
  /**
27967
28004
  * Copyright 2012-2020, Plotly, Inc.
27968
28005
  * All rights reserved.
@@ -27999,7 +28036,7 @@ module.exports = function style(traces) {
27999
28036
  });
28000
28037
  };
28001
28038
 
28002
- },{"../color":104,"d3":21}],135:[function(_dereq_,module,exports){
28039
+ },{"../color":105,"d3":21}],136:[function(_dereq_,module,exports){
28003
28040
  /**
28004
28041
  * Copyright 2012-2020, Plotly, Inc.
28005
28042
  * All rights reserved.
@@ -28035,7 +28072,7 @@ module.exports = {
28035
28072
  }
28036
28073
  };
28037
28074
 
28038
- },{"../../lib/extend":226,"../../plots/font_attributes":305,"./layout_attributes":145}],136:[function(_dereq_,module,exports){
28075
+ },{"../../lib/extend":227,"../../plots/font_attributes":307,"./layout_attributes":146}],137:[function(_dereq_,module,exports){
28039
28076
  /**
28040
28077
  * Copyright 2012-2020, Plotly, Inc.
28041
28078
  * All rights reserved.
@@ -28094,7 +28131,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
28094
28131
  }
28095
28132
  }
28096
28133
 
28097
- },{"../../lib":232,"../../registry":324}],137:[function(_dereq_,module,exports){
28134
+ },{"../../lib":233,"../../registry":326}],138:[function(_dereq_,module,exports){
28098
28135
  /**
28099
28136
  * Copyright 2012-2020, Plotly, Inc.
28100
28137
  * All rights reserved.
@@ -28131,7 +28168,7 @@ module.exports = function click(gd, evt, subplot) {
28131
28168
  }
28132
28169
  };
28133
28170
 
28134
- },{"../../registry":324,"./hover":141}],138:[function(_dereq_,module,exports){
28171
+ },{"../../registry":326,"./hover":142}],139:[function(_dereq_,module,exports){
28135
28172
  /**
28136
28173
  * Copyright 2012-2020, Plotly, Inc.
28137
28174
  * All rights reserved.
@@ -28163,7 +28200,7 @@ module.exports = {
28163
28200
  HOVERID: '-hover'
28164
28201
  };
28165
28202
 
28166
- },{}],139:[function(_dereq_,module,exports){
28203
+ },{}],140:[function(_dereq_,module,exports){
28167
28204
  /**
28168
28205
  * Copyright 2012-2020, Plotly, Inc.
28169
28206
  * All rights reserved.
@@ -28189,7 +28226,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
28189
28226
  handleHoverLabelDefaults(traceIn, traceOut, coerce, opts);
28190
28227
  };
28191
28228
 
28192
- },{"../../lib":232,"./attributes":135,"./hoverlabel_defaults":142}],140:[function(_dereq_,module,exports){
28229
+ },{"../../lib":233,"./attributes":136,"./hoverlabel_defaults":143}],141:[function(_dereq_,module,exports){
28193
28230
  /**
28194
28231
  * Copyright 2012-2020, Plotly, Inc.
28195
28232
  * All rights reserved.
@@ -28451,7 +28488,7 @@ exports.isXYhover = function(hovermode) {
28451
28488
  return !!xyHoverMode[hovermode];
28452
28489
  };
28453
28490
 
28454
- },{"../../lib":232}],141:[function(_dereq_,module,exports){
28491
+ },{"../../lib":233}],142:[function(_dereq_,module,exports){
28455
28492
  /**
28456
28493
  * Copyright 2012-2020, Plotly, Inc.
28457
28494
  * All rights reserved.
@@ -29760,7 +29797,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
29760
29797
 
29761
29798
  // Make groups of touching points, and within each group
29762
29799
  // move each point so that no labels overlap, but the average
29763
- // label position is the same as it was before moving. Indicentally,
29800
+ // label position is the same as it was before moving. Incidentally,
29764
29801
  // this is equivalent to saying all the labels are on equal linear
29765
29802
  // springs about their initial position. Initially, each point is
29766
29803
  // its own group, but as we find overlaps we will clump the points.
@@ -30323,7 +30360,7 @@ function plainText(s, len) {
30323
30360
  });
30324
30361
  }
30325
30362
 
30326
- },{"../../lib":232,"../../lib/events":225,"../../lib/override_cursor":243,"../../lib/svg_text_utils":253,"../../plots/cartesian/axes":277,"../../registry":324,"../color":104,"../dragelement":123,"../drawing":126,"../legend/defaults":156,"../legend/draw":157,"./constants":138,"./helpers":140,"d3":21,"fast-isnumeric":23,"tinycolor2":87}],142:[function(_dereq_,module,exports){
30363
+ },{"../../lib":233,"../../lib/events":226,"../../lib/override_cursor":244,"../../lib/svg_text_utils":255,"../../plots/cartesian/axes":279,"../../registry":326,"../color":105,"../dragelement":124,"../drawing":127,"../legend/defaults":157,"../legend/draw":158,"./constants":139,"./helpers":141,"d3":21,"fast-isnumeric":23,"tinycolor2":88}],143:[function(_dereq_,module,exports){
30327
30364
  /**
30328
30365
  * Copyright 2012-2020, Plotly, Inc.
30329
30366
  * All rights reserved.
@@ -30369,7 +30406,7 @@ module.exports = function handleHoverLabelDefaults(contIn, contOut, coerce, opts
30369
30406
  coerce('hoverlabel.align', opts.align);
30370
30407
  };
30371
30408
 
30372
- },{"../../lib":232,"../color":104,"./helpers":140}],143:[function(_dereq_,module,exports){
30409
+ },{"../../lib":233,"../color":105,"./helpers":141}],144:[function(_dereq_,module,exports){
30373
30410
  /**
30374
30411
  * Copyright 2012-2020, Plotly, Inc.
30375
30412
  * All rights reserved.
@@ -30425,7 +30462,7 @@ function isHoriz(fullData, fullLayout) {
30425
30462
  return true;
30426
30463
  }
30427
30464
 
30428
- },{"../../lib":232,"./layout_attributes":145}],144:[function(_dereq_,module,exports){
30465
+ },{"../../lib":233,"./layout_attributes":146}],145:[function(_dereq_,module,exports){
30429
30466
  /**
30430
30467
  * Copyright 2012-2020, Plotly, Inc.
30431
30468
  * All rights reserved.
@@ -30504,7 +30541,7 @@ function castHoverinfo(trace, fullLayout, ptNumber) {
30504
30541
  return Lib.castOption(trace, ptNumber, 'hoverinfo', _coerce);
30505
30542
  }
30506
30543
 
30507
- },{"../../lib":232,"../dragelement":123,"./attributes":135,"./calc":136,"./click":137,"./constants":138,"./defaults":139,"./helpers":140,"./hover":141,"./layout_attributes":145,"./layout_defaults":146,"./layout_global_defaults":147,"d3":21}],145:[function(_dereq_,module,exports){
30544
+ },{"../../lib":233,"../dragelement":124,"./attributes":136,"./calc":137,"./click":138,"./constants":139,"./defaults":140,"./helpers":141,"./hover":142,"./layout_attributes":146,"./layout_defaults":147,"./layout_global_defaults":148,"d3":21}],146:[function(_dereq_,module,exports){
30508
30545
  /**
30509
30546
  * Copyright 2012-2020, Plotly, Inc.
30510
30547
  * All rights reserved.
@@ -30620,7 +30657,7 @@ module.exports = {
30620
30657
  }
30621
30658
  };
30622
30659
 
30623
- },{"../../plots/font_attributes":305,"./constants":138}],146:[function(_dereq_,module,exports){
30660
+ },{"../../plots/font_attributes":307,"./constants":139}],147:[function(_dereq_,module,exports){
30624
30661
  /**
30625
30662
  * Copyright 2012-2020, Plotly, Inc.
30626
30663
  * All rights reserved.
@@ -30668,7 +30705,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
30668
30705
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
30669
30706
  };
30670
30707
 
30671
- },{"../../lib":232,"./helpers":140,"./hoverlabel_defaults":142,"./hovermode_defaults":143,"./layout_attributes":145}],147:[function(_dereq_,module,exports){
30708
+ },{"../../lib":233,"./helpers":141,"./hoverlabel_defaults":143,"./hovermode_defaults":144,"./layout_attributes":146}],148:[function(_dereq_,module,exports){
30672
30709
  /**
30673
30710
  * Copyright 2012-2020, Plotly, Inc.
30674
30711
  * All rights reserved.
@@ -30691,7 +30728,7 @@ module.exports = function supplyLayoutGlobalDefaults(layoutIn, layoutOut) {
30691
30728
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
30692
30729
  };
30693
30730
 
30694
- },{"../../lib":232,"./hoverlabel_defaults":142,"./layout_attributes":145}],148:[function(_dereq_,module,exports){
30731
+ },{"../../lib":233,"./hoverlabel_defaults":143,"./layout_attributes":146}],149:[function(_dereq_,module,exports){
30695
30732
  /**
30696
30733
  * Copyright 2012-2020, Plotly, Inc.
30697
30734
  * All rights reserved.
@@ -31065,7 +31102,7 @@ module.exports = {
31065
31102
  contentDefaults: contentDefaults
31066
31103
  };
31067
31104
 
31068
- },{"../../lib":232,"../../lib/regex":247,"../../plot_api/plot_template":266,"../../plots/cartesian/constants":283,"../../plots/domain":304}],149:[function(_dereq_,module,exports){
31105
+ },{"../../lib":233,"../../lib/regex":249,"../../plot_api/plot_template":268,"../../plots/cartesian/constants":285,"../../plots/domain":306}],150:[function(_dereq_,module,exports){
31069
31106
  /**
31070
31107
  * Copyright 2012-2020, Plotly, Inc.
31071
31108
  * All rights reserved.
@@ -31201,7 +31238,7 @@ module.exports = templatedArray('image', {
31201
31238
  editType: 'arraydraw'
31202
31239
  });
31203
31240
 
31204
- },{"../../constants/axis_placeable_objects":207,"../../plot_api/plot_template":266,"../../plots/cartesian/constants":283}],150:[function(_dereq_,module,exports){
31241
+ },{"../../constants/axis_placeable_objects":208,"../../plot_api/plot_template":268,"../../plots/cartesian/constants":285}],151:[function(_dereq_,module,exports){
31205
31242
  /**
31206
31243
  * Copyright 2012-2020, Plotly, Inc.
31207
31244
  * All rights reserved.
@@ -31282,7 +31319,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
31282
31319
  }
31283
31320
  };
31284
31321
 
31285
- },{"../../lib/to_log_range":255,"fast-isnumeric":23}],151:[function(_dereq_,module,exports){
31322
+ },{"../../lib/to_log_range":257,"fast-isnumeric":23}],152:[function(_dereq_,module,exports){
31286
31323
  /**
31287
31324
  * Copyright 2012-2020, Plotly, Inc.
31288
31325
  * All rights reserved.
@@ -31347,7 +31384,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
31347
31384
  return imageOut;
31348
31385
  }
31349
31386
 
31350
- },{"../../lib":232,"../../plots/array_container_defaults":272,"../../plots/cartesian/axes":277,"./attributes":149}],152:[function(_dereq_,module,exports){
31387
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"../../plots/cartesian/axes":279,"./attributes":150}],153:[function(_dereq_,module,exports){
31351
31388
  /**
31352
31389
  * Copyright 2012-2020, Plotly, Inc.
31353
31390
  * All rights reserved.
@@ -31605,7 +31642,7 @@ module.exports = function draw(gd) {
31605
31642
  }
31606
31643
  };
31607
31644
 
31608
- },{"../../constants/xmlns_namespaces":212,"../../plots/cartesian/axes":277,"../../plots/cartesian/axis_ids":280,"../drawing":126,"d3":21}],153:[function(_dereq_,module,exports){
31645
+ },{"../../constants/xmlns_namespaces":213,"../../plots/cartesian/axes":279,"../../plots/cartesian/axis_ids":282,"../drawing":127,"d3":21}],154:[function(_dereq_,module,exports){
31609
31646
  /**
31610
31647
  * Copyright 2012-2020, Plotly, Inc.
31611
31648
  * All rights reserved.
@@ -31629,7 +31666,7 @@ module.exports = {
31629
31666
  convertCoords: _dereq_('./convert_coords')
31630
31667
  };
31631
31668
 
31632
- },{"../../plots/cartesian/include_components":289,"./attributes":149,"./convert_coords":150,"./defaults":151,"./draw":152}],154:[function(_dereq_,module,exports){
31669
+ },{"../../plots/cartesian/include_components":291,"./attributes":150,"./convert_coords":151,"./defaults":152,"./draw":153}],155:[function(_dereq_,module,exports){
31633
31670
  /**
31634
31671
  * Copyright 2012-2020, Plotly, Inc.
31635
31672
  * All rights reserved.
@@ -31798,7 +31835,7 @@ module.exports = {
31798
31835
  editType: 'legend'
31799
31836
  };
31800
31837
 
31801
- },{"../../plots/font_attributes":305,"../color/attributes":103}],155:[function(_dereq_,module,exports){
31838
+ },{"../../plots/font_attributes":307,"../color/attributes":104}],156:[function(_dereq_,module,exports){
31802
31839
  /**
31803
31840
  * Copyright 2012-2020, Plotly, Inc.
31804
31841
  * All rights reserved.
@@ -31822,7 +31859,7 @@ module.exports = {
31822
31859
  itemGap: 5
31823
31860
  };
31824
31861
 
31825
- },{}],156:[function(_dereq_,module,exports){
31862
+ },{}],157:[function(_dereq_,module,exports){
31826
31863
  /**
31827
31864
  * Copyright 2012-2020, Plotly, Inc.
31828
31865
  * All rights reserved.
@@ -31957,7 +31994,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
31957
31994
  }
31958
31995
  };
31959
31996
 
31960
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../plots/layout_attributes":309,"../../registry":324,"./attributes":154,"./helpers":160}],157:[function(_dereq_,module,exports){
31997
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../plots/layout_attributes":311,"../../registry":326,"./attributes":155,"./helpers":161}],158:[function(_dereq_,module,exports){
31961
31998
  /**
31962
31999
  * Copyright 2012-2020, Plotly, Inc.
31963
32000
  * All rights reserved.
@@ -32754,7 +32791,7 @@ function getYanchor(opts) {
32754
32791
  'top';
32755
32792
  }
32756
32793
 
32757
- },{"../../constants/alignment":206,"../../lib":232,"../../lib/events":225,"../../lib/svg_text_utils":253,"../../plots/plots":311,"../../registry":324,"../color":104,"../dragelement":123,"../drawing":126,"./constants":155,"./get_legend_data":158,"./handle_click":159,"./helpers":160,"./style":162,"d3":21}],158:[function(_dereq_,module,exports){
32794
+ },{"../../constants/alignment":207,"../../lib":233,"../../lib/events":226,"../../lib/svg_text_utils":255,"../../plots/plots":313,"../../registry":326,"../color":105,"../dragelement":124,"../drawing":127,"./constants":156,"./get_legend_data":159,"./handle_click":160,"./helpers":161,"./style":163,"d3":21}],159:[function(_dereq_,module,exports){
32758
32795
  /**
32759
32796
  * Copyright 2012-2020, Plotly, Inc.
32760
32797
  * All rights reserved.
@@ -32863,7 +32900,7 @@ module.exports = function getLegendData(calcdata, opts) {
32863
32900
  return legendData;
32864
32901
  };
32865
32902
 
32866
- },{"../../registry":324,"./helpers":160}],159:[function(_dereq_,module,exports){
32903
+ },{"../../registry":326,"./helpers":161}],160:[function(_dereq_,module,exports){
32867
32904
  /**
32868
32905
  * Copyright 2012-2020, Plotly, Inc.
32869
32906
  * All rights reserved.
@@ -33102,7 +33139,7 @@ module.exports = function handleClick(g, gd, numClicks) {
33102
33139
  }
33103
33140
  };
33104
33141
 
33105
- },{"../../lib":232,"../../registry":324}],160:[function(_dereq_,module,exports){
33142
+ },{"../../lib":233,"../../registry":326}],161:[function(_dereq_,module,exports){
33106
33143
  /**
33107
33144
  * Copyright 2012-2020, Plotly, Inc.
33108
33145
  * All rights reserved.
@@ -33126,7 +33163,7 @@ exports.isReversed = function isReversed(legendLayout) {
33126
33163
  return (legendLayout.traceorder || '').indexOf('reversed') !== -1;
33127
33164
  };
33128
33165
 
33129
- },{}],161:[function(_dereq_,module,exports){
33166
+ },{}],162:[function(_dereq_,module,exports){
33130
33167
  /**
33131
33168
  * Copyright 2012-2020, Plotly, Inc.
33132
33169
  * All rights reserved.
@@ -33150,7 +33187,7 @@ module.exports = {
33150
33187
  style: _dereq_('./style')
33151
33188
  };
33152
33189
 
33153
- },{"./attributes":154,"./defaults":156,"./draw":157,"./style":162}],162:[function(_dereq_,module,exports){
33190
+ },{"./attributes":155,"./defaults":157,"./draw":158,"./style":163}],163:[function(_dereq_,module,exports){
33154
33191
  /**
33155
33192
  * Copyright 2012-2020, Plotly, Inc.
33156
33193
  * All rights reserved.
@@ -33783,7 +33820,7 @@ function getGradientDirection(reversescale, isRadial) {
33783
33820
  return str + (reversescale ? '' : 'reversed');
33784
33821
  }
33785
33822
 
33786
- },{"../../lib":232,"../../registry":324,"../../traces/pie/helpers":437,"../../traces/pie/style_one":443,"../../traces/scatter/subtypes":470,"../color":104,"../colorscale/helpers":115,"../drawing":126,"./constants":155,"d3":21}],163:[function(_dereq_,module,exports){
33823
+ },{"../../lib":233,"../../registry":326,"../../traces/pie/helpers":439,"../../traces/pie/style_one":445,"../../traces/scatter/subtypes":472,"../color":105,"../colorscale/helpers":116,"../drawing":127,"./constants":156,"d3":21}],164:[function(_dereq_,module,exports){
33787
33824
  /**
33788
33825
  * Copyright 2012-2020, Plotly, Inc.
33789
33826
  * All rights reserved.
@@ -34519,7 +34556,7 @@ function resetView(gd, subplotType) {
34519
34556
  Registry.call('_guiRelayout', gd, aObj);
34520
34557
  }
34521
34558
 
34522
- },{"../../fonts/ploticon":215,"../../lib":232,"../../plots/cartesian/axis_ids":280,"../../plots/plots":311,"../../registry":324,"../shapes/draw":185}],164:[function(_dereq_,module,exports){
34559
+ },{"../../fonts/ploticon":216,"../../lib":233,"../../plots/cartesian/axis_ids":282,"../../plots/plots":313,"../../registry":326,"../shapes/draw":186}],165:[function(_dereq_,module,exports){
34523
34560
  /**
34524
34561
  * Copyright 2012-2020, Plotly, Inc.
34525
34562
  * All rights reserved.
@@ -34533,7 +34570,7 @@ function resetView(gd, subplotType) {
34533
34570
 
34534
34571
  exports.manage = _dereq_('./manage');
34535
34572
 
34536
- },{"./manage":165}],165:[function(_dereq_,module,exports){
34573
+ },{"./manage":166}],166:[function(_dereq_,module,exports){
34537
34574
  /**
34538
34575
  * Copyright 2012-2020, Plotly, Inc.
34539
34576
  * All rights reserved.
@@ -34829,7 +34866,7 @@ function fillCustomButton(customButtons) {
34829
34866
  return customButtons;
34830
34867
  }
34831
34868
 
34832
- },{"../../plots/cartesian/axis_ids":280,"../../registry":324,"../../traces/scatter/subtypes":470,"../fx/helpers":140,"./buttons":163,"./modebar":166}],166:[function(_dereq_,module,exports){
34869
+ },{"../../plots/cartesian/axis_ids":282,"../../registry":326,"../../traces/scatter/subtypes":472,"../fx/helpers":141,"./buttons":164,"./modebar":167}],167:[function(_dereq_,module,exports){
34833
34870
  /**
34834
34871
  * Copyright 2012-2020, Plotly, Inc.
34835
34872
  * All rights reserved.
@@ -35175,7 +35212,7 @@ function createModeBar(gd, buttons) {
35175
35212
 
35176
35213
  module.exports = createModeBar;
35177
35214
 
35178
- },{"../../fonts/ploticon":215,"../../lib":232,"d3":21,"fast-isnumeric":23}],167:[function(_dereq_,module,exports){
35215
+ },{"../../fonts/ploticon":216,"../../lib":233,"d3":21,"fast-isnumeric":23}],168:[function(_dereq_,module,exports){
35179
35216
  /**
35180
35217
  * Copyright 2012-2020, Plotly, Inc.
35181
35218
  * All rights reserved.
@@ -35311,7 +35348,7 @@ module.exports = {
35311
35348
  editType: 'plot'
35312
35349
  };
35313
35350
 
35314
- },{"../../plot_api/plot_template":266,"../../plots/font_attributes":305,"../color/attributes":103}],168:[function(_dereq_,module,exports){
35351
+ },{"../../plot_api/plot_template":268,"../../plots/font_attributes":307,"../color/attributes":104}],169:[function(_dereq_,module,exports){
35315
35352
  /**
35316
35353
  * Copyright 2012-2020, Plotly, Inc.
35317
35354
  * All rights reserved.
@@ -35340,7 +35377,7 @@ module.exports = {
35340
35377
  darkAmount: 10
35341
35378
  };
35342
35379
 
35343
- },{}],169:[function(_dereq_,module,exports){
35380
+ },{}],170:[function(_dereq_,module,exports){
35344
35381
  /**
35345
35382
  * Copyright 2012-2020, Plotly, Inc.
35346
35383
  * All rights reserved.
@@ -35432,7 +35469,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
35432
35469
  return [containerOut.domain[0], posY + constants.yPad];
35433
35470
  }
35434
35471
 
35435
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../plots/array_container_defaults":272,"../color":104,"./attributes":167,"./constants":168}],170:[function(_dereq_,module,exports){
35472
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../plots/array_container_defaults":274,"../color":105,"./attributes":168,"./constants":169}],171:[function(_dereq_,module,exports){
35436
35473
  /**
35437
35474
  * Copyright 2012-2020, Plotly, Inc.
35438
35475
  * All rights reserved.
@@ -35687,7 +35724,7 @@ function reposition(gd, buttons, opts, axName, selector) {
35687
35724
  selector.attr('transform', strTranslate(lx, ly));
35688
35725
  }
35689
35726
 
35690
- },{"../../constants/alignment":206,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/cartesian/axis_ids":280,"../../plots/plots":311,"../../registry":324,"../color":104,"../drawing":126,"./constants":168,"./get_update_object":171,"d3":21}],171:[function(_dereq_,module,exports){
35727
+ },{"../../constants/alignment":207,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/cartesian/axis_ids":282,"../../plots/plots":313,"../../registry":326,"../color":105,"../drawing":127,"./constants":169,"./get_update_object":172,"d3":21}],172:[function(_dereq_,module,exports){
35691
35728
  /**
35692
35729
  * Copyright 2012-2020, Plotly, Inc.
35693
35730
  * All rights reserved.
@@ -35741,7 +35778,7 @@ function getXRange(axisLayout, buttonLayout) {
35741
35778
  return [range0, range1];
35742
35779
  }
35743
35780
 
35744
- },{"d3":21}],172:[function(_dereq_,module,exports){
35781
+ },{"d3":21}],173:[function(_dereq_,module,exports){
35745
35782
  /**
35746
35783
  * Copyright 2012-2020, Plotly, Inc.
35747
35784
  * All rights reserved.
@@ -35768,7 +35805,7 @@ module.exports = {
35768
35805
  draw: _dereq_('./draw')
35769
35806
  };
35770
35807
 
35771
- },{"./attributes":167,"./defaults":169,"./draw":170}],173:[function(_dereq_,module,exports){
35808
+ },{"./attributes":168,"./defaults":170,"./draw":171}],174:[function(_dereq_,module,exports){
35772
35809
  /**
35773
35810
  * Copyright 2012-2020, Plotly, Inc.
35774
35811
  * All rights reserved.
@@ -35842,7 +35879,7 @@ module.exports = {
35842
35879
  editType: 'calc'
35843
35880
  };
35844
35881
 
35845
- },{"../color/attributes":103}],174:[function(_dereq_,module,exports){
35882
+ },{"../color/attributes":104}],175:[function(_dereq_,module,exports){
35846
35883
  /**
35847
35884
  * Copyright 2012-2020, Plotly, Inc.
35848
35885
  * All rights reserved.
@@ -35876,7 +35913,7 @@ module.exports = function calcAutorange(gd) {
35876
35913
  }
35877
35914
  };
35878
35915
 
35879
- },{"../../plots/cartesian/autorange":276,"../../plots/cartesian/axis_ids":280,"./constants":175}],175:[function(_dereq_,module,exports){
35916
+ },{"../../plots/cartesian/autorange":278,"../../plots/cartesian/axis_ids":282,"./constants":176}],176:[function(_dereq_,module,exports){
35880
35917
  /**
35881
35918
  * Copyright 2012-2020, Plotly, Inc.
35882
35919
  * All rights reserved.
@@ -35932,7 +35969,7 @@ module.exports = {
35932
35969
  extraPad: 15
35933
35970
  };
35934
35971
 
35935
- },{}],176:[function(_dereq_,module,exports){
35972
+ },{}],177:[function(_dereq_,module,exports){
35936
35973
  /**
35937
35974
  * Copyright 2012-2020, Plotly, Inc.
35938
35975
  * All rights reserved.
@@ -36018,7 +36055,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
36018
36055
  containerOut._input = containerIn;
36019
36056
  };
36020
36057
 
36021
- },{"../../lib":232,"../../plot_api/plot_template":266,"../../plots/cartesian/axis_ids":280,"./attributes":173,"./oppaxis_attributes":180}],177:[function(_dereq_,module,exports){
36058
+ },{"../../lib":233,"../../plot_api/plot_template":268,"../../plots/cartesian/axis_ids":282,"./attributes":174,"./oppaxis_attributes":181}],178:[function(_dereq_,module,exports){
36022
36059
  /**
36023
36060
  * Copyright 2012-2020, Plotly, Inc.
36024
36061
  * All rights reserved.
@@ -36662,7 +36699,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
36662
36699
  grabAreaMax.attr('height', opts._height);
36663
36700
  }
36664
36701
 
36665
- },{"../../lib":232,"../../lib/setcursor":251,"../../plots/cartesian":290,"../../plots/cartesian/axis_ids":280,"../../plots/plots":311,"../../registry":324,"../color":104,"../dragelement":123,"../drawing":126,"../titles":199,"./constants":175,"d3":21}],178:[function(_dereq_,module,exports){
36702
+ },{"../../lib":233,"../../lib/setcursor":253,"../../plots/cartesian":292,"../../plots/cartesian/axis_ids":282,"../../plots/plots":313,"../../registry":326,"../color":105,"../dragelement":124,"../drawing":127,"../titles":200,"./constants":176,"d3":21}],179:[function(_dereq_,module,exports){
36666
36703
  /**
36667
36704
  * Copyright 2012-2020, Plotly, Inc.
36668
36705
  * All rights reserved.
@@ -36737,7 +36774,7 @@ exports.autoMarginOpts = function(gd, ax) {
36737
36774
  };
36738
36775
  };
36739
36776
 
36740
- },{"../../constants/alignment":206,"../../lib/svg_text_utils":253,"../../plots/cartesian/axis_ids":280,"./constants":175}],179:[function(_dereq_,module,exports){
36777
+ },{"../../constants/alignment":207,"../../lib/svg_text_utils":255,"../../plots/cartesian/axis_ids":282,"./constants":176}],180:[function(_dereq_,module,exports){
36741
36778
  /**
36742
36779
  * Copyright 2012-2020, Plotly, Inc.
36743
36780
  * All rights reserved.
@@ -36776,7 +36813,7 @@ module.exports = {
36776
36813
  autoMarginOpts: helpers.autoMarginOpts
36777
36814
  };
36778
36815
 
36779
- },{"../../lib":232,"./attributes":173,"./calc_autorange":174,"./defaults":176,"./draw":177,"./helpers":178,"./oppaxis_attributes":180}],180:[function(_dereq_,module,exports){
36816
+ },{"../../lib":233,"./attributes":174,"./calc_autorange":175,"./defaults":177,"./draw":178,"./helpers":179,"./oppaxis_attributes":181}],181:[function(_dereq_,module,exports){
36780
36817
  /**
36781
36818
  * Copyright 2012-2020, Plotly, Inc.
36782
36819
  * All rights reserved.
@@ -36814,7 +36851,7 @@ module.exports = {
36814
36851
  editType: 'calc'
36815
36852
  };
36816
36853
 
36817
- },{}],181:[function(_dereq_,module,exports){
36854
+ },{}],182:[function(_dereq_,module,exports){
36818
36855
  /**
36819
36856
  * Copyright 2012-2020, Plotly, Inc.
36820
36857
  * All rights reserved.
@@ -36967,7 +37004,7 @@ module.exports = templatedArray('shape', {
36967
37004
  editType: 'arraydraw'
36968
37005
  });
36969
37006
 
36970
- },{"../../constants/axis_placeable_objects":207,"../../lib/extend":226,"../../plot_api/plot_template":266,"../../traces/scatter/attributes":445,"../annotations/attributes":89,"../drawing/attributes":125}],182:[function(_dereq_,module,exports){
37007
+ },{"../../constants/axis_placeable_objects":208,"../../lib/extend":227,"../../plot_api/plot_template":268,"../../traces/scatter/attributes":447,"../annotations/attributes":90,"../drawing/attributes":126}],183:[function(_dereq_,module,exports){
36971
37008
  /**
36972
37009
  * Copyright 2012-2020, Plotly, Inc.
36973
37010
  * All rights reserved.
@@ -37087,7 +37124,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
37087
37124
  if(max >= min) return [min, max];
37088
37125
  }
37089
37126
 
37090
- },{"../../lib":232,"../../plots/cartesian/axes":277,"./constants":183,"./helpers":192}],183:[function(_dereq_,module,exports){
37127
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"./constants":184,"./helpers":193}],184:[function(_dereq_,module,exports){
37091
37128
  /**
37092
37129
  * Copyright 2012-2020, Plotly, Inc.
37093
37130
  * All rights reserved.
@@ -37151,7 +37188,7 @@ module.exports = {
37151
37188
  }
37152
37189
  };
37153
37190
 
37154
- },{}],184:[function(_dereq_,module,exports){
37191
+ },{}],185:[function(_dereq_,module,exports){
37155
37192
  /**
37156
37193
  * Copyright 2012-2020, Plotly, Inc.
37157
37194
  * All rights reserved.
@@ -37282,7 +37319,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
37282
37319
  }
37283
37320
  }
37284
37321
 
37285
- },{"../../lib":232,"../../plots/array_container_defaults":272,"../../plots/cartesian/axes":277,"./attributes":181,"./helpers":192}],185:[function(_dereq_,module,exports){
37322
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"../../plots/cartesian/axes":279,"./attributes":182,"./helpers":193}],186:[function(_dereq_,module,exports){
37286
37323
  /**
37287
37324
  * Copyright 2012-2020, Plotly, Inc.
37288
37325
  * All rights reserved.
@@ -38056,7 +38093,7 @@ function eraseActiveShape(gd) {
38056
38093
  }
38057
38094
  }
38058
38095
 
38059
- },{"../../lib":232,"../../lib/setcursor":251,"../../plot_api/plot_template":266,"../../plots/cartesian/axes":277,"../../plots/cartesian/handle_outline":287,"../../registry":324,"../color":104,"../dragelement":123,"../drawing":126,"./constants":183,"./draw_newshape/display_outlines":189,"./draw_newshape/helpers":190,"./helpers":192}],186:[function(_dereq_,module,exports){
38096
+ },{"../../lib":233,"../../lib/setcursor":253,"../../plot_api/plot_template":268,"../../plots/cartesian/axes":279,"../../plots/cartesian/handle_outline":289,"../../registry":326,"../color":105,"../dragelement":124,"../drawing":127,"./constants":184,"./draw_newshape/display_outlines":190,"./draw_newshape/helpers":191,"./helpers":193}],187:[function(_dereq_,module,exports){
38060
38097
  /**
38061
38098
  * Copyright 2012-2020, Plotly, Inc.
38062
38099
  * All rights reserved.
@@ -38159,7 +38196,7 @@ module.exports = {
38159
38196
  }
38160
38197
  };
38161
38198
 
38162
- },{"../../../lib/extend":226,"../../drawing/attributes":125}],187:[function(_dereq_,module,exports){
38199
+ },{"../../../lib/extend":227,"../../drawing/attributes":126}],188:[function(_dereq_,module,exports){
38163
38200
  /**
38164
38201
  * Copyright 2012-2020, Plotly, Inc.
38165
38202
  * All rights reserved.
@@ -38183,7 +38220,7 @@ module.exports = {
38183
38220
  SQRT2: Math.sqrt(2)
38184
38221
  };
38185
38222
 
38186
- },{}],188:[function(_dereq_,module,exports){
38223
+ },{}],189:[function(_dereq_,module,exports){
38187
38224
  /**
38188
38225
  * Copyright 2012-2020, Plotly, Inc.
38189
38226
  * All rights reserved.
@@ -38215,7 +38252,7 @@ module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce
38215
38252
  coerce('activeshape.opacity');
38216
38253
  };
38217
38254
 
38218
- },{"../../color":104}],189:[function(_dereq_,module,exports){
38255
+ },{"../../color":105}],190:[function(_dereq_,module,exports){
38219
38256
  /**
38220
38257
  * Copyright 2012-2020, Plotly, Inc.
38221
38258
  * All rights reserved.
@@ -38510,7 +38547,7 @@ function recordPositions(polygonsOut, polygonsIn) {
38510
38547
  return polygonsOut;
38511
38548
  }
38512
38549
 
38513
- },{"../../../plots/cartesian/handle_outline":287,"../../../registry":324,"../../dragelement":123,"../../dragelement/helpers":122,"./constants":187,"./helpers":190,"./newshapes":191}],190:[function(_dereq_,module,exports){
38550
+ },{"../../../plots/cartesian/handle_outline":289,"../../../registry":326,"../../dragelement":124,"../../dragelement/helpers":123,"./constants":188,"./helpers":191,"./newshapes":192}],191:[function(_dereq_,module,exports){
38514
38551
  /**
38515
38552
  * Copyright 2012-2020, Plotly, Inc.
38516
38553
  * All rights reserved.
@@ -38848,7 +38885,7 @@ exports.ellipseOver = function(pos) {
38848
38885
  };
38849
38886
  };
38850
38887
 
38851
- },{"../../../plots/cartesian/helpers":288,"./constants":187,"parse-svg-path":76}],191:[function(_dereq_,module,exports){
38888
+ },{"../../../plots/cartesian/helpers":290,"./constants":188,"parse-svg-path":77}],192:[function(_dereq_,module,exports){
38852
38889
  /**
38853
38890
  * Copyright 2012-2020, Plotly, Inc.
38854
38891
  * All rights reserved.
@@ -39107,7 +39144,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
39107
39144
  return polygons;
39108
39145
  }
39109
39146
 
39110
- },{"../../../plots/cartesian/handle_outline":287,"../../../plots/cartesian/helpers":288,"../../dragelement/helpers":122,"./constants":187,"./helpers":190}],192:[function(_dereq_,module,exports){
39147
+ },{"../../../plots/cartesian/handle_outline":289,"../../../plots/cartesian/helpers":290,"../../dragelement/helpers":123,"./constants":188,"./helpers":191}],193:[function(_dereq_,module,exports){
39111
39148
  /**
39112
39149
  * Copyright 2012-2020, Plotly, Inc.
39113
39150
  * All rights reserved.
@@ -39265,7 +39302,7 @@ exports.makeOptionsAndPlotinfo = function(gd, index) {
39265
39302
  };
39266
39303
  };
39267
39304
 
39268
- },{"../../lib":232,"./constants":183}],193:[function(_dereq_,module,exports){
39305
+ },{"../../lib":233,"./constants":184}],194:[function(_dereq_,module,exports){
39269
39306
  /**
39270
39307
  * Copyright 2012-2020, Plotly, Inc.
39271
39308
  * All rights reserved.
@@ -39293,7 +39330,7 @@ module.exports = {
39293
39330
  drawOne: drawModule.drawOne
39294
39331
  };
39295
39332
 
39296
- },{"../../plots/cartesian/include_components":289,"./attributes":181,"./calc_autorange":182,"./defaults":184,"./draw":185,"./draw_newshape/defaults":188}],194:[function(_dereq_,module,exports){
39333
+ },{"../../plots/cartesian/include_components":291,"./attributes":182,"./calc_autorange":183,"./defaults":185,"./draw":186,"./draw_newshape/defaults":189}],195:[function(_dereq_,module,exports){
39297
39334
  /**
39298
39335
  * Copyright 2012-2020, Plotly, Inc.
39299
39336
  * All rights reserved.
@@ -39536,7 +39573,7 @@ module.exports = overrideAll(templatedArray('slider', {
39536
39573
  }
39537
39574
  }), 'arraydraw', 'from-root');
39538
39575
 
39539
- },{"../../lib/extend":226,"../../plot_api/edit_types":259,"../../plot_api/plot_template":266,"../../plots/animation_attributes":271,"../../plots/font_attributes":305,"../../plots/pad_attributes":310,"./constants":195}],195:[function(_dereq_,module,exports){
39576
+ },{"../../lib/extend":227,"../../plot_api/edit_types":261,"../../plot_api/plot_template":268,"../../plots/animation_attributes":273,"../../plots/font_attributes":307,"../../plots/pad_attributes":312,"./constants":196}],196:[function(_dereq_,module,exports){
39540
39577
  /**
39541
39578
  * Copyright 2012-2020, Plotly, Inc.
39542
39579
  * All rights reserved.
@@ -39630,7 +39667,7 @@ module.exports = {
39630
39667
  currentValueInset: 0,
39631
39668
  };
39632
39669
 
39633
- },{}],196:[function(_dereq_,module,exports){
39670
+ },{}],197:[function(_dereq_,module,exports){
39634
39671
  /**
39635
39672
  * Copyright 2012-2020, Plotly, Inc.
39636
39673
  * All rights reserved.
@@ -39745,7 +39782,7 @@ function stepDefaults(valueIn, valueOut) {
39745
39782
  }
39746
39783
  }
39747
39784
 
39748
- },{"../../lib":232,"../../plots/array_container_defaults":272,"./attributes":194,"./constants":195}],197:[function(_dereq_,module,exports){
39785
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"./attributes":195,"./constants":196}],198:[function(_dereq_,module,exports){
39749
39786
  /**
39750
39787
  * Copyright 2012-2020, Plotly, Inc.
39751
39788
  * All rights reserved.
@@ -40319,7 +40356,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
40319
40356
  .ease(sliderOpts.transition.easing);
40320
40357
  }
40321
40358
 
40322
- // Drawing.setTranslate doesn't work here becasue of the transition duck-typing.
40359
+ // Drawing.setTranslate doesn't work here because of the transition duck-typing.
40323
40360
  // It's also not necessary because there are no other transitions to preserve.
40324
40361
  el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
40325
40362
  }
@@ -40376,7 +40413,7 @@ function drawRail(sliderGroup, sliderOpts) {
40376
40413
  );
40377
40414
  }
40378
40415
 
40379
- },{"../../constants/alignment":206,"../../lib":232,"../../lib/svg_text_utils":253,"../../plot_api/plot_template":266,"../../plots/plots":311,"../color":104,"../drawing":126,"./constants":195,"d3":21}],198:[function(_dereq_,module,exports){
40416
+ },{"../../constants/alignment":207,"../../lib":233,"../../lib/svg_text_utils":255,"../../plot_api/plot_template":268,"../../plots/plots":313,"../color":105,"../drawing":127,"./constants":196,"d3":21}],199:[function(_dereq_,module,exports){
40380
40417
  /**
40381
40418
  * Copyright 2012-2020, Plotly, Inc.
40382
40419
  * All rights reserved.
@@ -40399,7 +40436,7 @@ module.exports = {
40399
40436
  draw: _dereq_('./draw')
40400
40437
  };
40401
40438
 
40402
- },{"./attributes":194,"./constants":195,"./defaults":196,"./draw":197}],199:[function(_dereq_,module,exports){
40439
+ },{"./attributes":195,"./constants":196,"./defaults":197,"./draw":198}],200:[function(_dereq_,module,exports){
40403
40440
  /**
40404
40441
  * Copyright 2012-2020, Plotly, Inc.
40405
40442
  * All rights reserved.
@@ -40667,7 +40704,7 @@ module.exports = {
40667
40704
  draw: draw
40668
40705
  };
40669
40706
 
40670
- },{"../../constants/alignment":206,"../../constants/interactions":210,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/plots":311,"../../registry":324,"../color":104,"../drawing":126,"d3":21,"fast-isnumeric":23}],200:[function(_dereq_,module,exports){
40707
+ },{"../../constants/alignment":207,"../../constants/interactions":211,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/plots":313,"../../registry":326,"../color":105,"../drawing":127,"d3":21,"fast-isnumeric":23}],201:[function(_dereq_,module,exports){
40671
40708
  /**
40672
40709
  * Copyright 2012-2020, Plotly, Inc.
40673
40710
  * All rights reserved.
@@ -40836,7 +40873,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
40836
40873
  }
40837
40874
  }), 'arraydraw', 'from-root');
40838
40875
 
40839
- },{"../../lib/extend":226,"../../plot_api/edit_types":259,"../../plot_api/plot_template":266,"../../plots/font_attributes":305,"../../plots/pad_attributes":310,"../color/attributes":103}],201:[function(_dereq_,module,exports){
40876
+ },{"../../lib/extend":227,"../../plot_api/edit_types":261,"../../plot_api/plot_template":268,"../../plots/font_attributes":307,"../../plots/pad_attributes":312,"../color/attributes":104}],202:[function(_dereq_,module,exports){
40840
40877
  /**
40841
40878
  * Copyright 2012-2020, Plotly, Inc.
40842
40879
  * All rights reserved.
@@ -40917,7 +40954,7 @@ module.exports = {
40917
40954
  }
40918
40955
  };
40919
40956
 
40920
- },{}],202:[function(_dereq_,module,exports){
40957
+ },{}],203:[function(_dereq_,module,exports){
40921
40958
  /**
40922
40959
  * Copyright 2012-2020, Plotly, Inc.
40923
40960
  * All rights reserved.
@@ -41000,7 +41037,7 @@ function buttonDefaults(buttonIn, buttonOut) {
41000
41037
  }
41001
41038
  }
41002
41039
 
41003
- },{"../../lib":232,"../../plots/array_container_defaults":272,"./attributes":200,"./constants":201}],203:[function(_dereq_,module,exports){
41040
+ },{"../../lib":233,"../../plots/array_container_defaults":274,"./attributes":201,"./constants":202}],204:[function(_dereq_,module,exports){
41004
41041
  /**
41005
41042
  * Copyright 2012-2020, Plotly, Inc.
41006
41043
  * All rights reserved.
@@ -41651,9 +41688,9 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
41651
41688
  .selectAll('g.' + constants.dropdownButtonClassName).remove();
41652
41689
  }
41653
41690
 
41654
- },{"../../constants/alignment":206,"../../lib":232,"../../lib/svg_text_utils":253,"../../plot_api/plot_template":266,"../../plots/plots":311,"../color":104,"../drawing":126,"./constants":201,"./scrollbox":205,"d3":21}],204:[function(_dereq_,module,exports){
41655
- arguments[4][198][0].apply(exports,arguments)
41656
- },{"./attributes":200,"./constants":201,"./defaults":202,"./draw":203,"dup":198}],205:[function(_dereq_,module,exports){
41691
+ },{"../../constants/alignment":207,"../../lib":233,"../../lib/svg_text_utils":255,"../../plot_api/plot_template":268,"../../plots/plots":313,"../color":105,"../drawing":127,"./constants":202,"./scrollbox":206,"d3":21}],205:[function(_dereq_,module,exports){
41692
+ arguments[4][199][0].apply(exports,arguments)
41693
+ },{"./attributes":201,"./constants":202,"./defaults":203,"./draw":204,"dup":199}],206:[function(_dereq_,module,exports){
41657
41694
  /**
41658
41695
  * Copyright 2012-2020, Plotly, Inc.
41659
41696
  * All rights reserved.
@@ -42118,7 +42155,7 @@ ScrollBox.prototype.setTranslate = function setTranslate(translateX, translateY)
42118
42155
  }
42119
42156
  };
42120
42157
 
42121
- },{"../../lib":232,"../color":104,"../drawing":126,"d3":21}],206:[function(_dereq_,module,exports){
42158
+ },{"../../lib":233,"../color":105,"../drawing":127,"d3":21}],207:[function(_dereq_,module,exports){
42122
42159
  /**
42123
42160
  * Copyright 2012-2020, Plotly, Inc.
42124
42161
  * All rights reserved.
@@ -42183,7 +42220,7 @@ module.exports = {
42183
42220
  }
42184
42221
  };
42185
42222
 
42186
- },{}],207:[function(_dereq_,module,exports){
42223
+ },{}],208:[function(_dereq_,module,exports){
42187
42224
  /**
42188
42225
  * Copyright 2012-2020, Plotly, Inc.
42189
42226
  * All rights reserved.
@@ -42215,7 +42252,7 @@ module.exports = {
42215
42252
  }
42216
42253
  };
42217
42254
 
42218
- },{}],208:[function(_dereq_,module,exports){
42255
+ },{}],209:[function(_dereq_,module,exports){
42219
42256
  /**
42220
42257
  * Copyright 2012-2020, Plotly, Inc.
42221
42258
  * All rights reserved.
@@ -42231,7 +42268,7 @@ module.exports = {
42231
42268
  DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
42232
42269
  };
42233
42270
 
42234
- },{}],209:[function(_dereq_,module,exports){
42271
+ },{}],210:[function(_dereq_,module,exports){
42235
42272
  /**
42236
42273
  * Copyright 2012-2020, Plotly, Inc.
42237
42274
  * All rights reserved.
@@ -42269,7 +42306,7 @@ module.exports = {
42269
42306
  }
42270
42307
  };
42271
42308
 
42272
- },{}],210:[function(_dereq_,module,exports){
42309
+ },{}],211:[function(_dereq_,module,exports){
42273
42310
  /**
42274
42311
  * Copyright 2012-2020, Plotly, Inc.
42275
42312
  * All rights reserved.
@@ -42292,7 +42329,7 @@ module.exports = {
42292
42329
  DESELECTDIM: 0.2
42293
42330
  };
42294
42331
 
42295
- },{}],211:[function(_dereq_,module,exports){
42332
+ },{}],212:[function(_dereq_,module,exports){
42296
42333
  /**
42297
42334
  * Copyright 2012-2020, Plotly, Inc.
42298
42335
  * All rights reserved.
@@ -42365,7 +42402,7 @@ module.exports = {
42365
42402
  MINUS_SIGN: '\u2212'
42366
42403
  };
42367
42404
 
42368
- },{}],212:[function(_dereq_,module,exports){
42405
+ },{}],213:[function(_dereq_,module,exports){
42369
42406
  /**
42370
42407
  * Copyright 2012-2020, Plotly, Inc.
42371
42408
  * All rights reserved.
@@ -42389,7 +42426,7 @@ exports.svgAttrs = {
42389
42426
  'xmlns:xlink': exports.xlink
42390
42427
  };
42391
42428
 
42392
- },{}],213:[function(_dereq_,module,exports){
42429
+ },{}],214:[function(_dereq_,module,exports){
42393
42430
  /**
42394
42431
  * Copyright 2012-2020, Plotly, Inc.
42395
42432
  * All rights reserved.
@@ -42475,7 +42512,7 @@ exports.Queue = _dereq_('./lib/queue');
42475
42512
  // export d3 used in the bundle
42476
42513
  exports.d3 = _dereq_('d3');
42477
42514
 
42478
- },{"../build/plotcss":1,"./components/annotations":97,"./components/annotations3d":102,"./components/colorbar":110,"./components/colorscale":116,"./components/errorbars":132,"./components/fx":144,"./components/grid":148,"./components/images":153,"./components/legend":161,"./components/rangeselector":172,"./components/rangeslider":179,"./components/shapes":193,"./components/sliders":198,"./components/updatemenus":204,"./fonts/mathjax_config":214,"./fonts/ploticon":215,"./lib/queue":246,"./locale-en":257,"./locale-en-us":256,"./plot_api":261,"./plot_api/plot_schema":265,"./plots/plots":311,"./registry":324,"./snapshot":329,"./traces/scatter":457,"./version":492,"d3":21,"es6-promise":22}],214:[function(_dereq_,module,exports){
42515
+ },{"../build/plotcss":1,"./components/annotations":98,"./components/annotations3d":103,"./components/colorbar":111,"./components/colorscale":117,"./components/errorbars":133,"./components/fx":145,"./components/grid":149,"./components/images":154,"./components/legend":162,"./components/rangeselector":173,"./components/rangeslider":180,"./components/shapes":194,"./components/sliders":199,"./components/updatemenus":205,"./fonts/mathjax_config":215,"./fonts/ploticon":216,"./lib/queue":248,"./locale-en":259,"./locale-en-us":258,"./plot_api":263,"./plot_api/plot_schema":267,"./plots/plots":313,"./registry":326,"./snapshot":331,"./traces/scatter":459,"./version":494,"d3":21,"es6-promise":22}],215:[function(_dereq_,module,exports){
42479
42516
  /**
42480
42517
  * Copyright 2012-2020, Plotly, Inc.
42481
42518
  * All rights reserved.
@@ -42506,7 +42543,7 @@ module.exports = function() {
42506
42543
  }
42507
42544
  };
42508
42545
 
42509
- },{}],215:[function(_dereq_,module,exports){
42546
+ },{}],216:[function(_dereq_,module,exports){
42510
42547
  /**
42511
42548
  * Copyright 2012-2020, Plotly, Inc.
42512
42549
  * All rights reserved.
@@ -42686,7 +42723,7 @@ module.exports = {
42686
42723
  }
42687
42724
  };
42688
42725
 
42689
- },{}],216:[function(_dereq_,module,exports){
42726
+ },{}],217:[function(_dereq_,module,exports){
42690
42727
  /**
42691
42728
  * Copyright 2012-2020, Plotly, Inc.
42692
42729
  * All rights reserved.
@@ -42750,7 +42787,7 @@ exports.isBottomAnchor = function isBottomAnchor(opts) {
42750
42787
  );
42751
42788
  };
42752
42789
 
42753
- },{}],217:[function(_dereq_,module,exports){
42790
+ },{}],218:[function(_dereq_,module,exports){
42754
42791
  /**
42755
42792
  * Copyright 2012-2020, Plotly, Inc.
42756
42793
  * All rights reserved.
@@ -42991,7 +43028,7 @@ module.exports = {
42991
43028
  pathAnnulus: pathAnnulus
42992
43029
  };
42993
43030
 
42994
- },{"./mod":239}],218:[function(_dereq_,module,exports){
43031
+ },{"./mod":240}],219:[function(_dereq_,module,exports){
42995
43032
  /**
42996
43033
  * Copyright 2012-2020, Plotly, Inc.
42997
43034
  * All rights reserved.
@@ -43148,7 +43185,7 @@ function _rowLength(z, fn, len0) {
43148
43185
  return 0;
43149
43186
  }
43150
43187
 
43151
- },{}],219:[function(_dereq_,module,exports){
43188
+ },{}],220:[function(_dereq_,module,exports){
43152
43189
  /**
43153
43190
  * Copyright 2012-2020, Plotly, Inc.
43154
43191
  * All rights reserved.
@@ -43181,7 +43218,7 @@ module.exports = function cleanNumber(v) {
43181
43218
  return BADNUM;
43182
43219
  };
43183
43220
 
43184
- },{"../constants/numerical":211,"fast-isnumeric":23}],220:[function(_dereq_,module,exports){
43221
+ },{"../constants/numerical":212,"fast-isnumeric":23}],221:[function(_dereq_,module,exports){
43185
43222
  /**
43186
43223
  * Copyright 2012-2020, Plotly, Inc.
43187
43224
  * All rights reserved.
@@ -43209,7 +43246,7 @@ module.exports = function clearGlCanvases(gd) {
43209
43246
  }
43210
43247
  };
43211
43248
 
43212
- },{}],221:[function(_dereq_,module,exports){
43249
+ },{}],222:[function(_dereq_,module,exports){
43213
43250
  /**
43214
43251
  * Copyright 2012-2020, Plotly, Inc.
43215
43252
  * All rights reserved.
@@ -43232,7 +43269,7 @@ module.exports = function clearResponsive(gd) {
43232
43269
  }
43233
43270
  };
43234
43271
 
43235
- },{}],222:[function(_dereq_,module,exports){
43272
+ },{}],223:[function(_dereq_,module,exports){
43236
43273
  /**
43237
43274
  * Copyright 2012-2020, Plotly, Inc.
43238
43275
  * All rights reserved.
@@ -43696,7 +43733,7 @@ function validate(value, opts) {
43696
43733
  }
43697
43734
  exports.validate = validate;
43698
43735
 
43699
- },{"../components/colorscale/scales":119,"../constants/interactions":210,"../plots/attributes":273,"./array":218,"./mod":239,"./nested_property":240,"./regex":247,"fast-isnumeric":23,"tinycolor2":87}],223:[function(_dereq_,module,exports){
43736
+ },{"../components/colorscale/scales":120,"../constants/interactions":211,"../plots/attributes":275,"./array":219,"./mod":240,"./nested_property":241,"./regex":249,"fast-isnumeric":23,"tinycolor2":88}],224:[function(_dereq_,module,exports){
43700
43737
  /**
43701
43738
  * Copyright 2012-2020, Plotly, Inc.
43702
43739
  * All rights reserved.
@@ -44297,7 +44334,7 @@ exports.findExactDates = function(data, calendar) {
44297
44334
  };
44298
44335
  };
44299
44336
 
44300
- },{"../constants/numerical":211,"../registry":324,"./loggers":236,"./mod":239,"d3-time-format":19,"fast-isnumeric":23}],224:[function(_dereq_,module,exports){
44337
+ },{"../constants/numerical":212,"../registry":326,"./loggers":237,"./mod":240,"d3-time-format":19,"fast-isnumeric":23}],225:[function(_dereq_,module,exports){
44301
44338
  /**
44302
44339
  * Copyright 2012-2020, Plotly, Inc.
44303
44340
  * All rights reserved.
@@ -44475,7 +44512,7 @@ module.exports = {
44475
44512
  equalDomRects: equalDomRects
44476
44513
  };
44477
44514
 
44478
- },{"./loggers":236,"./matrix":238,"d3":21,"gl-mat4":39}],225:[function(_dereq_,module,exports){
44515
+ },{"./loggers":237,"./matrix":239,"d3":21,"gl-mat4":39}],226:[function(_dereq_,module,exports){
44479
44516
  /**
44480
44517
  * Copyright 2012-2020, Plotly, Inc.
44481
44518
  * All rights reserved.
@@ -44648,7 +44685,7 @@ var Events = {
44648
44685
 
44649
44686
  module.exports = Events;
44650
44687
 
44651
- },{"events":17}],226:[function(_dereq_,module,exports){
44688
+ },{"events":17}],227:[function(_dereq_,module,exports){
44652
44689
  /**
44653
44690
  * Copyright 2012-2020, Plotly, Inc.
44654
44691
  * All rights reserved.
@@ -44762,7 +44799,7 @@ function _extend(inputs, isDeep, keepAllKeys, noArrayCopies) {
44762
44799
  return target;
44763
44800
  }
44764
44801
 
44765
- },{"./is_plain_object.js":233}],227:[function(_dereq_,module,exports){
44802
+ },{"./is_plain_object.js":234}],228:[function(_dereq_,module,exports){
44766
44803
  /**
44767
44804
  * Copyright 2012-2020, Plotly, Inc.
44768
44805
  * All rights reserved.
@@ -44813,7 +44850,7 @@ module.exports = function filterUnique(array) {
44813
44850
  return out;
44814
44851
  };
44815
44852
 
44816
- },{}],228:[function(_dereq_,module,exports){
44853
+ },{}],229:[function(_dereq_,module,exports){
44817
44854
  /**
44818
44855
  * Copyright 2012-2020, Plotly, Inc.
44819
44856
  * All rights reserved.
@@ -44861,7 +44898,7 @@ function isCalcData(cont) {
44861
44898
  );
44862
44899
  }
44863
44900
 
44864
- },{}],229:[function(_dereq_,module,exports){
44901
+ },{}],230:[function(_dereq_,module,exports){
44865
44902
  /**
44866
44903
  * Copyright 2012-2020, Plotly, Inc.
44867
44904
  * All rights reserved.
@@ -45105,7 +45142,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
45105
45142
  return pt;
45106
45143
  };
45107
45144
 
45108
- },{"./mod":239}],230:[function(_dereq_,module,exports){
45145
+ },{"./mod":240}],231:[function(_dereq_,module,exports){
45109
45146
  /**
45110
45147
  * Copyright 2012-2020, Plotly, Inc.
45111
45148
  * All rights reserved.
@@ -45121,7 +45158,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
45121
45158
 
45122
45159
  module.exports = function identity(d) { return d; };
45123
45160
 
45124
- },{}],231:[function(_dereq_,module,exports){
45161
+ },{}],232:[function(_dereq_,module,exports){
45125
45162
  /**
45126
45163
  * Copyright 2012-2020, Plotly, Inc.
45127
45164
  * All rights reserved.
@@ -45163,7 +45200,7 @@ module.exports = function incrementNumeric(x, delta) {
45163
45200
  return newX;
45164
45201
  };
45165
45202
 
45166
- },{}],232:[function(_dereq_,module,exports){
45203
+ },{}],233:[function(_dereq_,module,exports){
45167
45204
  /**
45168
45205
  * Copyright 2012-2020, Plotly, Inc.
45169
45206
  * All rights reserved.
@@ -45320,6 +45357,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
45320
45357
  lib.equalDomRects = domModule.equalDomRects;
45321
45358
 
45322
45359
  lib.clearResponsive = _dereq_('./clear_responsive');
45360
+ lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
45323
45361
 
45324
45362
  lib.makeTraceGroups = _dereq_('./make_trace_groups');
45325
45363
 
@@ -46030,7 +46068,7 @@ lib.objectFromPath = function(path, value) {
46030
46068
  * lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
46031
46069
  * => { foo: [{bar: 10}, {bar: 20}] }
46032
46070
  *
46033
- * It does NOT, however, merge mulitple mutliply-nested arrays::
46071
+ * It does NOT, however, merge multiple multiply-nested arrays::
46034
46072
  *
46035
46073
  * lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
46036
46074
  * => { marker: [null, {range: 4}] }
@@ -46445,7 +46483,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
46445
46483
  return arr.join(mainSeparator);
46446
46484
  };
46447
46485
 
46448
- },{"../constants/numerical":211,"./anchor_utils":216,"./angles":217,"./array":218,"./clean_number":219,"./clear_responsive":221,"./coerce":222,"./dates":223,"./dom":224,"./extend":226,"./filter_unique":227,"./filter_visible":228,"./geometry2d":229,"./identity":230,"./increment":231,"./is_plain_object":233,"./keyed_container":234,"./localize":235,"./loggers":236,"./make_trace_groups":237,"./matrix":238,"./mod":239,"./nested_property":240,"./noop":241,"./notifier":242,"./push_unique":245,"./regex":247,"./relative_attr":248,"./relink_private":249,"./search":250,"./stats":252,"./throttle":254,"./to_log_range":255,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],233:[function(_dereq_,module,exports){
46486
+ },{"../constants/numerical":212,"./anchor_utils":217,"./angles":218,"./array":219,"./clean_number":220,"./clear_responsive":222,"./coerce":223,"./dates":224,"./dom":225,"./extend":227,"./filter_unique":228,"./filter_visible":229,"./geometry2d":230,"./identity":231,"./increment":232,"./is_plain_object":234,"./keyed_container":235,"./localize":236,"./loggers":237,"./make_trace_groups":238,"./matrix":239,"./mod":240,"./nested_property":241,"./noop":242,"./notifier":243,"./preserve_drawing_buffer":246,"./push_unique":247,"./regex":249,"./relative_attr":250,"./relink_private":251,"./search":252,"./stats":254,"./throttle":256,"./to_log_range":257,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],234:[function(_dereq_,module,exports){
46449
46487
  /**
46450
46488
  * Copyright 2012-2020, Plotly, Inc.
46451
46489
  * All rights reserved.
@@ -46473,7 +46511,7 @@ module.exports = function isPlainObject(obj) {
46473
46511
  );
46474
46512
  };
46475
46513
 
46476
- },{}],234:[function(_dereq_,module,exports){
46514
+ },{}],235:[function(_dereq_,module,exports){
46477
46515
  /**
46478
46516
  * Copyright 2012-2020, Plotly, Inc.
46479
46517
  * All rights reserved.
@@ -46666,7 +46704,7 @@ module.exports = function keyedContainer(baseObj, path, keyName, valueName) {
46666
46704
  return obj;
46667
46705
  };
46668
46706
 
46669
- },{"./nested_property":240}],235:[function(_dereq_,module,exports){
46707
+ },{"./nested_property":241}],236:[function(_dereq_,module,exports){
46670
46708
  /**
46671
46709
  * Copyright 2012-2020, Plotly, Inc.
46672
46710
  * All rights reserved.
@@ -46722,7 +46760,7 @@ module.exports = function localize(gd, s) {
46722
46760
  return s;
46723
46761
  };
46724
46762
 
46725
- },{"../registry":324}],236:[function(_dereq_,module,exports){
46763
+ },{"../registry":326}],237:[function(_dereq_,module,exports){
46726
46764
  /**
46727
46765
  * Copyright 2012-2020, Plotly, Inc.
46728
46766
  * All rights reserved.
@@ -46832,7 +46870,7 @@ function apply(f, args) {
46832
46870
  }
46833
46871
  }
46834
46872
 
46835
- },{"../plot_api/plot_config":264,"./notifier":242}],237:[function(_dereq_,module,exports){
46873
+ },{"../plot_api/plot_config":266,"./notifier":243}],238:[function(_dereq_,module,exports){
46836
46874
  /**
46837
46875
  * Copyright 2012-2020, Plotly, Inc.
46838
46876
  * All rights reserved.
@@ -46875,7 +46913,7 @@ module.exports = function makeTraceGroups(traceLayer, cdModule, cls) {
46875
46913
  return traces;
46876
46914
  };
46877
46915
 
46878
- },{"d3":21}],238:[function(_dereq_,module,exports){
46916
+ },{"d3":21}],239:[function(_dereq_,module,exports){
46879
46917
  /**
46880
46918
  * Copyright 2012-2020, Plotly, Inc.
46881
46919
  * All rights reserved.
@@ -47027,7 +47065,7 @@ exports.inverseTransformMatrix = function(m) {
47027
47065
  ];
47028
47066
  };
47029
47067
 
47030
- },{"gl-mat4":39}],239:[function(_dereq_,module,exports){
47068
+ },{"gl-mat4":39}],240:[function(_dereq_,module,exports){
47031
47069
  /**
47032
47070
  * Copyright 2012-2020, Plotly, Inc.
47033
47071
  * All rights reserved.
@@ -47062,7 +47100,7 @@ module.exports = {
47062
47100
  modHalf: modHalf
47063
47101
  };
47064
47102
 
47065
- },{}],240:[function(_dereq_,module,exports){
47103
+ },{}],241:[function(_dereq_,module,exports){
47066
47104
  /**
47067
47105
  * Copyright 2012-2020, Plotly, Inc.
47068
47106
  * All rights reserved.
@@ -47308,7 +47346,7 @@ function badContainer(container, propStr, propParts) {
47308
47346
  };
47309
47347
  }
47310
47348
 
47311
- },{"./array":218,"fast-isnumeric":23}],241:[function(_dereq_,module,exports){
47349
+ },{"./array":219,"fast-isnumeric":23}],242:[function(_dereq_,module,exports){
47312
47350
  /**
47313
47351
  * Copyright 2012-2020, Plotly, Inc.
47314
47352
  * All rights reserved.
@@ -47324,7 +47362,7 @@ function badContainer(container, propStr, propParts) {
47324
47362
 
47325
47363
  module.exports = function noop() {};
47326
47364
 
47327
- },{}],242:[function(_dereq_,module,exports){
47365
+ },{}],243:[function(_dereq_,module,exports){
47328
47366
  /**
47329
47367
  * Copyright 2012-2020, Plotly, Inc.
47330
47368
  * All rights reserved.
@@ -47412,7 +47450,7 @@ module.exports = function(text, displayLength) {
47412
47450
  });
47413
47451
  };
47414
47452
 
47415
- },{"d3":21,"fast-isnumeric":23}],243:[function(_dereq_,module,exports){
47453
+ },{"d3":21,"fast-isnumeric":23}],244:[function(_dereq_,module,exports){
47416
47454
  /**
47417
47455
  * Copyright 2012-2020, Plotly, Inc.
47418
47456
  * All rights reserved.
@@ -47460,7 +47498,7 @@ module.exports = function overrideCursor(el3, csr) {
47460
47498
  }
47461
47499
  };
47462
47500
 
47463
- },{"./setcursor":251}],244:[function(_dereq_,module,exports){
47501
+ },{"./setcursor":253}],245:[function(_dereq_,module,exports){
47464
47502
  /**
47465
47503
  * Copyright 2012-2020, Plotly, Inc.
47466
47504
  * All rights reserved.
@@ -47712,7 +47750,77 @@ polygon.filter = function filter(pts, tolerance) {
47712
47750
  };
47713
47751
  };
47714
47752
 
47715
- },{"../constants/numerical":211,"./matrix":238}],245:[function(_dereq_,module,exports){
47753
+ },{"../constants/numerical":212,"./matrix":239}],246:[function(_dereq_,module,exports){
47754
+ /**
47755
+ * Copyright 2012-2020, Plotly, Inc.
47756
+ * All rights reserved.
47757
+ *
47758
+ * This source code is licensed under the MIT license found in the
47759
+ * LICENSE file in the root directory of this source tree.
47760
+ */
47761
+
47762
+ 'use strict';
47763
+
47764
+ var isNumeric = _dereq_('fast-isnumeric');
47765
+ var isMobileOrTablet = _dereq_('is-mobile');
47766
+
47767
+ module.exports = function preserveDrawingBuffer(opts) {
47768
+ var ua;
47769
+
47770
+ if(opts && opts.hasOwnProperty('userAgent')) {
47771
+ ua = opts.userAgent;
47772
+ } else {
47773
+ ua = getUserAgent();
47774
+ }
47775
+
47776
+ if(typeof ua !== 'string') return true;
47777
+
47778
+ var enable = isMobileOrTablet({
47779
+ ua: { headers: {'user-agent': ua }},
47780
+ tablet: true,
47781
+ featureDetect: false
47782
+ });
47783
+
47784
+ if(!enable) {
47785
+ var allParts = ua.split(' ');
47786
+ for(var i = 1; i < allParts.length; i++) {
47787
+ var part = allParts[i];
47788
+ if(part.indexOf('Safari') !== -1) {
47789
+ // find Safari version
47790
+ for(var k = i - 1; k > -1; k--) {
47791
+ var prevPart = allParts[k];
47792
+ if(prevPart.substr(0, 8) === 'Version/') {
47793
+ var v = prevPart.substr(8).split('.')[0];
47794
+ if(isNumeric(v)) v = +v;
47795
+ if(v >= 13) return true;
47796
+ }
47797
+ }
47798
+ }
47799
+ }
47800
+ }
47801
+
47802
+ return enable;
47803
+ };
47804
+
47805
+ function getUserAgent() {
47806
+ // similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
47807
+ var ua;
47808
+ if(typeof navigator !== 'undefined') {
47809
+ ua = navigator.userAgent;
47810
+ }
47811
+
47812
+ if(
47813
+ ua &&
47814
+ ua.headers &&
47815
+ typeof ua.headers['user-agent'] === 'string'
47816
+ ) {
47817
+ ua = ua.headers['user-agent'];
47818
+ }
47819
+
47820
+ return ua;
47821
+ }
47822
+
47823
+ },{"fast-isnumeric":23,"is-mobile":74}],247:[function(_dereq_,module,exports){
47716
47824
  /**
47717
47825
  * Copyright 2012-2020, Plotly, Inc.
47718
47826
  * All rights reserved.
@@ -47750,7 +47858,7 @@ module.exports = function pushUnique(array, item) {
47750
47858
  return array;
47751
47859
  };
47752
47860
 
47753
- },{}],246:[function(_dereq_,module,exports){
47861
+ },{}],248:[function(_dereq_,module,exports){
47754
47862
  /**
47755
47863
  * Copyright 2012-2020, Plotly, Inc.
47756
47864
  * All rights reserved.
@@ -47958,7 +48066,7 @@ queue.plotDo = function(gd, func, args) {
47958
48066
 
47959
48067
  module.exports = queue;
47960
48068
 
47961
- },{"../lib":232,"../plot_api/plot_config":264}],247:[function(_dereq_,module,exports){
48069
+ },{"../lib":233,"../plot_api/plot_config":266}],249:[function(_dereq_,module,exports){
47962
48070
  /**
47963
48071
  * Copyright 2012-2020, Plotly, Inc.
47964
48072
  * All rights reserved.
@@ -47988,7 +48096,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
47988
48096
  return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
47989
48097
  };
47990
48098
 
47991
- },{}],248:[function(_dereq_,module,exports){
48099
+ },{}],250:[function(_dereq_,module,exports){
47992
48100
  /**
47993
48101
  * Copyright 2012-2020, Plotly, Inc.
47994
48102
  * All rights reserved.
@@ -48041,7 +48149,7 @@ module.exports = function(baseAttr, relativeAttr) {
48041
48149
  return baseAttr + relativeAttr;
48042
48150
  };
48043
48151
 
48044
- },{}],249:[function(_dereq_,module,exports){
48152
+ },{}],251:[function(_dereq_,module,exports){
48045
48153
  /**
48046
48154
  * Copyright 2012-2020, Plotly, Inc.
48047
48155
  * All rights reserved.
@@ -48098,7 +48206,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
48098
48206
  }
48099
48207
  };
48100
48208
 
48101
- },{"./array":218,"./is_plain_object":233}],250:[function(_dereq_,module,exports){
48209
+ },{"./array":219,"./is_plain_object":234}],252:[function(_dereq_,module,exports){
48102
48210
  /**
48103
48211
  * Copyright 2012-2020, Plotly, Inc.
48104
48212
  * All rights reserved.
@@ -48303,7 +48411,7 @@ exports.findIndexOfMin = function(arr, fn) {
48303
48411
  return ind;
48304
48412
  };
48305
48413
 
48306
- },{"../constants/numerical":211,"./identity":230,"./loggers":236,"fast-isnumeric":23}],251:[function(_dereq_,module,exports){
48414
+ },{"../constants/numerical":212,"./identity":231,"./loggers":237,"fast-isnumeric":23}],253:[function(_dereq_,module,exports){
48307
48415
  /**
48308
48416
  * Copyright 2012-2020, Plotly, Inc.
48309
48417
  * All rights reserved.
@@ -48326,7 +48434,7 @@ module.exports = function setCursor(el3, csr) {
48326
48434
  if(csr) el3.classed('cursor-' + csr, true);
48327
48435
  };
48328
48436
 
48329
- },{}],252:[function(_dereq_,module,exports){
48437
+ },{}],254:[function(_dereq_,module,exports){
48330
48438
  /**
48331
48439
  * Copyright 2012-2020, Plotly, Inc.
48332
48440
  * All rights reserved.
@@ -48436,7 +48544,7 @@ exports.interp = function(arr, n) {
48436
48544
  return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
48437
48545
  };
48438
48546
 
48439
- },{"./array":218,"fast-isnumeric":23}],253:[function(_dereq_,module,exports){
48547
+ },{"./array":219,"fast-isnumeric":23}],255:[function(_dereq_,module,exports){
48440
48548
  /**
48441
48549
  * Copyright 2012-2020, Plotly, Inc.
48442
48550
  * All rights reserved.
@@ -49327,7 +49435,7 @@ exports.makeEditable = function(context, options) {
49327
49435
  return d3.rebind(context, dispatch, 'on');
49328
49436
  };
49329
49437
 
49330
- },{"../constants/alignment":206,"../constants/xmlns_namespaces":212,"../lib":232,"d3":21}],254:[function(_dereq_,module,exports){
49438
+ },{"../constants/alignment":207,"../constants/xmlns_namespaces":213,"../lib":233,"d3":21}],256:[function(_dereq_,module,exports){
49331
49439
  /**
49332
49440
  * Copyright 2012-2020, Plotly, Inc.
49333
49441
  * All rights reserved.
@@ -49430,7 +49538,7 @@ function _clearTimeout(cache) {
49430
49538
  }
49431
49539
  }
49432
49540
 
49433
- },{}],255:[function(_dereq_,module,exports){
49541
+ },{}],257:[function(_dereq_,module,exports){
49434
49542
  /**
49435
49543
  * Copyright 2012-2020, Plotly, Inc.
49436
49544
  * All rights reserved.
@@ -49458,7 +49566,7 @@ module.exports = function toLogRange(val, range) {
49458
49566
  return newVal;
49459
49567
  };
49460
49568
 
49461
- },{"fast-isnumeric":23}],256:[function(_dereq_,module,exports){
49569
+ },{"fast-isnumeric":23}],258:[function(_dereq_,module,exports){
49462
49570
  /**
49463
49571
  * Copyright 2012-2020, Plotly, Inc.
49464
49572
  * All rights reserved.
@@ -49480,7 +49588,7 @@ module.exports = {
49480
49588
  }
49481
49589
  };
49482
49590
 
49483
- },{}],257:[function(_dereq_,module,exports){
49591
+ },{}],259:[function(_dereq_,module,exports){
49484
49592
  /**
49485
49593
  * Copyright 2012-2020, Plotly, Inc.
49486
49594
  * All rights reserved.
@@ -49523,7 +49631,7 @@ module.exports = {
49523
49631
  }
49524
49632
  };
49525
49633
 
49526
- },{}],258:[function(_dereq_,module,exports){
49634
+ },{}],260:[function(_dereq_,module,exports){
49527
49635
  /**
49528
49636
  * Copyright 2012-2020, Plotly, Inc.
49529
49637
  * All rights reserved.
@@ -49581,7 +49689,7 @@ module.exports = function containerArrayMatch(astr) {
49581
49689
  return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
49582
49690
  };
49583
49691
 
49584
- },{"../registry":324}],259:[function(_dereq_,module,exports){
49692
+ },{"../registry":326}],261:[function(_dereq_,module,exports){
49585
49693
  /**
49586
49694
  * Copyright 2012-2020, Plotly, Inc.
49587
49695
  * All rights reserved.
@@ -49706,7 +49814,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
49706
49814
  }
49707
49815
  }
49708
49816
 
49709
- },{"../lib":232}],260:[function(_dereq_,module,exports){
49817
+ },{"../lib":233}],262:[function(_dereq_,module,exports){
49710
49818
  /**
49711
49819
  * Copyright 2012-2020, Plotly, Inc.
49712
49820
  * All rights reserved.
@@ -50408,7 +50516,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
50408
50516
  }
50409
50517
  };
50410
50518
 
50411
- },{"../components/color":104,"../lib":232,"../plots/cartesian/axis_ids":280,"../plots/plots":311,"../registry":324,"fast-isnumeric":23,"gl-mat4/fromQuat":29}],261:[function(_dereq_,module,exports){
50519
+ },{"../components/color":105,"../lib":233,"../plots/cartesian/axis_ids":282,"../plots/plots":313,"../registry":326,"fast-isnumeric":23,"gl-mat4/fromQuat":29}],263:[function(_dereq_,module,exports){
50412
50520
  /**
50413
50521
  * Copyright 2012-2020, Plotly, Inc.
50414
50522
  * All rights reserved.
@@ -50451,7 +50559,7 @@ var templateApi = _dereq_('./template_api');
50451
50559
  exports.makeTemplate = templateApi.makeTemplate;
50452
50560
  exports.validateTemplate = templateApi.validateTemplate;
50453
50561
 
50454
- },{"../snapshot/download":326,"./plot_api":263,"./template_api":268,"./to_image":269,"./validate":270}],262:[function(_dereq_,module,exports){
50562
+ },{"../snapshot/download":328,"./plot_api":265,"./template_api":270,"./to_image":271,"./validate":272}],264:[function(_dereq_,module,exports){
50455
50563
  /**
50456
50564
  * Copyright 2012-2020, Plotly, Inc.
50457
50565
  * All rights reserved.
@@ -50664,7 +50772,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
50664
50772
  return true;
50665
50773
  };
50666
50774
 
50667
- },{"../lib/is_plain_object":233,"../lib/loggers":236,"../lib/noop":241,"../lib/search":250,"../registry":324,"./container_array_match":258}],263:[function(_dereq_,module,exports){
50775
+ },{"../lib/is_plain_object":234,"../lib/loggers":237,"../lib/noop":242,"../lib/search":252,"../registry":326,"./container_array_match":260}],265:[function(_dereq_,module,exports){
50668
50776
  /**
50669
50777
  * Copyright 2012-2020, Plotly, Inc.
50670
50778
  * All rights reserved.
@@ -53898,7 +54006,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
53898
54006
  }
53899
54007
 
53900
54008
  // Execute a callback after the wrapper function has been called n times.
53901
- // This is used to defer the resolution until a transition has resovled *and*
54009
+ // This is used to defer the resolution until a transition has resolved *and*
53902
54010
  // the frame has completed. If it's not done this way, then we get a race
53903
54011
  // condition in which the animation might resolve before a transition is complete
53904
54012
  // or vice versa.
@@ -54594,7 +54702,7 @@ exports._guiUpdate = guiEdit(update);
54594
54702
 
54595
54703
  exports._storeDirectGUIEdit = _storeDirectGUIEdit;
54596
54704
 
54597
- },{"../components/color":104,"../components/drawing":126,"../constants/xmlns_namespaces":212,"../lib":232,"../lib/events":225,"../lib/queue":246,"../lib/svg_text_utils":253,"../plots/cartesian/axes":277,"../plots/cartesian/constants":283,"../plots/cartesian/graph_interact":286,"../plots/cartesian/select":296,"../plots/plots":311,"../plots/polar/legacy":314,"../registry":324,"./edit_types":259,"./helpers":260,"./manage_arrays":262,"./plot_config":264,"./plot_schema":265,"./subroutines":267,"d3":21,"fast-isnumeric":23,"has-hover":54}],264:[function(_dereq_,module,exports){
54705
+ },{"../components/color":105,"../components/drawing":127,"../constants/xmlns_namespaces":213,"../lib":233,"../lib/events":226,"../lib/queue":248,"../lib/svg_text_utils":255,"../plots/cartesian/axes":279,"../plots/cartesian/constants":285,"../plots/cartesian/graph_interact":288,"../plots/cartesian/select":298,"../plots/plots":313,"../plots/polar/legacy":316,"../registry":326,"./edit_types":261,"./helpers":262,"./manage_arrays":264,"./plot_config":266,"./plot_schema":267,"./subroutines":269,"d3":21,"fast-isnumeric":23,"has-hover":54}],266:[function(_dereq_,module,exports){
54598
54706
  /**
54599
54707
  * Copyright 2012-2020, Plotly, Inc.
54600
54708
  * All rights reserved.
@@ -54909,7 +55017,7 @@ module.exports = {
54909
55017
  dfltConfig: dfltConfig
54910
55018
  };
54911
55019
 
54912
- },{}],265:[function(_dereq_,module,exports){
55020
+ },{}],267:[function(_dereq_,module,exports){
54913
55021
  /**
54914
55022
  * Copyright 2012-2020, Plotly, Inc.
54915
55023
  * All rights reserved.
@@ -55620,7 +55728,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
55620
55728
  np.set(extendDeepAll(np.get() || {}, newAttrs));
55621
55729
  }
55622
55730
 
55623
- },{"../lib":232,"../plots/animation_attributes":271,"../plots/attributes":273,"../plots/frame_attributes":306,"../plots/layout_attributes":309,"../plots/polar/legacy/area_attributes":312,"../plots/polar/legacy/axis_attributes":313,"../registry":324,"./edit_types":259,"./plot_config":264}],266:[function(_dereq_,module,exports){
55731
+ },{"../lib":233,"../plots/animation_attributes":273,"../plots/attributes":275,"../plots/frame_attributes":308,"../plots/layout_attributes":311,"../plots/polar/legacy/area_attributes":314,"../plots/polar/legacy/axis_attributes":315,"../registry":326,"./edit_types":261,"./plot_config":266}],268:[function(_dereq_,module,exports){
55624
55732
  /**
55625
55733
  * Copyright 2012-2020, Plotly, Inc.
55626
55734
  * All rights reserved.
@@ -55932,7 +56040,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
55932
56040
  };
55933
56041
  };
55934
56042
 
55935
- },{"../lib":232,"../plots/attributes":273}],267:[function(_dereq_,module,exports){
56043
+ },{"../lib":233,"../plots/attributes":275}],269:[function(_dereq_,module,exports){
55936
56044
  /**
55937
56045
  * Copyright 2012-2020, Plotly, Inc.
55938
56046
  * All rights reserved.
@@ -56656,7 +56764,7 @@ exports.drawMarginPushers = function(gd) {
56656
56764
  Registry.getComponentMethod('colorbar', 'draw')(gd);
56657
56765
  };
56658
56766
 
56659
- },{"../components/color":104,"../components/drawing":126,"../components/modebar":164,"../components/titles":199,"../constants/alignment":206,"../lib":232,"../lib/clear_gl_canvases":220,"../plots/cartesian/autorange":276,"../plots/cartesian/axes":277,"../plots/cartesian/constraints":284,"../plots/plots":311,"../registry":324,"d3":21}],268:[function(_dereq_,module,exports){
56767
+ },{"../components/color":105,"../components/drawing":127,"../components/modebar":165,"../components/titles":200,"../constants/alignment":207,"../lib":233,"../lib/clear_gl_canvases":221,"../plots/cartesian/autorange":278,"../plots/cartesian/axes":279,"../plots/cartesian/constraints":286,"../plots/plots":313,"../registry":326,"d3":21}],270:[function(_dereq_,module,exports){
56660
56768
  /**
56661
56769
  * Copyright 2012-2020, Plotly, Inc.
56662
56770
  * All rights reserved.
@@ -57118,7 +57226,7 @@ function format(opts) {
57118
57226
  return opts;
57119
57227
  }
57120
57228
 
57121
- },{"../lib":232,"../plots/attributes":273,"../plots/plots":311,"./plot_config":264,"./plot_schema":265,"./plot_template":266}],269:[function(_dereq_,module,exports){
57229
+ },{"../lib":233,"../plots/attributes":275,"../plots/plots":313,"./plot_config":266,"./plot_schema":267,"./plot_template":268}],271:[function(_dereq_,module,exports){
57122
57230
  /**
57123
57231
  * Copyright 2012-2020, Plotly, Inc.
57124
57232
  * All rights reserved.
@@ -57339,7 +57447,7 @@ function toImage(gd, opts) {
57339
57447
 
57340
57448
  module.exports = toImage;
57341
57449
 
57342
- },{"../lib":232,"../plots/plots":311,"../snapshot/helpers":328,"../snapshot/svgtoimg":330,"../snapshot/tosvg":332,"../version":492,"./plot_api":263,"fast-isnumeric":23}],270:[function(_dereq_,module,exports){
57450
+ },{"../lib":233,"../plots/plots":313,"../snapshot/helpers":330,"../snapshot/svgtoimg":332,"../snapshot/tosvg":334,"../version":494,"./plot_api":265,"fast-isnumeric":23}],272:[function(_dereq_,module,exports){
57343
57451
  /**
57344
57452
  * Copyright 2012-2020, Plotly, Inc.
57345
57453
  * All rights reserved.
@@ -57770,7 +57878,7 @@ function convertPathToAttributeString(path) {
57770
57878
  return astr;
57771
57879
  }
57772
57880
 
57773
- },{"../lib":232,"../plots/plots":311,"./plot_config":264,"./plot_schema":265}],271:[function(_dereq_,module,exports){
57881
+ },{"../lib":233,"../plots/plots":313,"./plot_config":266,"./plot_schema":267}],273:[function(_dereq_,module,exports){
57774
57882
  /**
57775
57883
  * Copyright 2012-2020, Plotly, Inc.
57776
57884
  * All rights reserved.
@@ -57882,7 +57990,7 @@ module.exports = {
57882
57990
  }
57883
57991
  };
57884
57992
 
57885
- },{}],272:[function(_dereq_,module,exports){
57993
+ },{}],274:[function(_dereq_,module,exports){
57886
57994
  /**
57887
57995
  * Copyright 2012-2020, Plotly, Inc.
57888
57996
  * All rights reserved.
@@ -57977,7 +58085,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
57977
58085
  return contOut;
57978
58086
  };
57979
58087
 
57980
- },{"../lib":232,"../plot_api/plot_template":266}],273:[function(_dereq_,module,exports){
58088
+ },{"../lib":233,"../plot_api/plot_template":268}],275:[function(_dereq_,module,exports){
57981
58089
  /**
57982
58090
  * Copyright 2012-2020, Plotly, Inc.
57983
58091
  * All rights reserved.
@@ -58118,7 +58226,7 @@ module.exports = {
58118
58226
  }
58119
58227
  };
58120
58228
 
58121
- },{"../components/fx/attributes":135}],274:[function(_dereq_,module,exports){
58229
+ },{"../components/fx/attributes":136}],276:[function(_dereq_,module,exports){
58122
58230
  /**
58123
58231
  * Copyright 2012-2020, Plotly, Inc.
58124
58232
  * All rights reserved.
@@ -58210,7 +58318,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
58210
58318
  return newVals;
58211
58319
  };
58212
58320
 
58213
- },{"../../constants/numerical":211,"../../lib":232,"fast-isnumeric":23}],275:[function(_dereq_,module,exports){
58321
+ },{"../../constants/numerical":212,"../../lib":233,"fast-isnumeric":23}],277:[function(_dereq_,module,exports){
58214
58322
  /**
58215
58323
  * Copyright 2012-2020, Plotly, Inc.
58216
58324
  * All rights reserved.
@@ -58239,7 +58347,7 @@ module.exports = {
58239
58347
  }
58240
58348
  };
58241
58349
 
58242
- },{}],276:[function(_dereq_,module,exports){
58350
+ },{}],278:[function(_dereq_,module,exports){
58243
58351
  /**
58244
58352
  * Copyright 2012-2020, Plotly, Inc.
58245
58353
  * All rights reserved.
@@ -58848,7 +58956,7 @@ function goodNumber(v) {
58848
58956
  function lessOrEqual(v0, v1) { return v0 <= v1; }
58849
58957
  function greaterOrEqual(v0, v1) { return v0 >= v1; }
58850
58958
 
58851
- },{"../../constants/numerical":211,"../../lib":232,"../../registry":324,"./axis_ids":280,"fast-isnumeric":23}],277:[function(_dereq_,module,exports){
58959
+ },{"../../constants/numerical":212,"../../lib":233,"../../registry":326,"./axis_ids":282,"fast-isnumeric":23}],279:[function(_dereq_,module,exports){
58852
58960
  /**
58853
58961
  * Copyright 2012-2020, Plotly, Inc.
58854
58962
  * All rights reserved.
@@ -62568,7 +62676,7 @@ function moveOutsideBreak(v, ax) {
62568
62676
  return v;
62569
62677
  }
62570
62678
 
62571
- },{"../../components/color":104,"../../components/drawing":126,"../../components/titles":199,"../../constants/alignment":206,"../../constants/numerical":211,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/plots":311,"../../registry":324,"./autorange":276,"./axis_autotype":278,"./axis_ids":280,"./clean_ticks":282,"./layout_attributes":291,"./set_convert":297,"d3":21,"fast-isnumeric":23}],278:[function(_dereq_,module,exports){
62679
+ },{"../../components/color":105,"../../components/drawing":127,"../../components/titles":200,"../../constants/alignment":207,"../../constants/numerical":212,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/plots":313,"../../registry":326,"./autorange":278,"./axis_autotype":280,"./axis_ids":282,"./clean_ticks":284,"./layout_attributes":293,"./set_convert":299,"d3":21,"fast-isnumeric":23}],280:[function(_dereq_,module,exports){
62572
62680
  /**
62573
62681
  * Copyright 2012-2020, Plotly, Inc.
62574
62682
  * All rights reserved.
@@ -62699,7 +62807,7 @@ function multiCategory(a) {
62699
62807
  return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
62700
62808
  }
62701
62809
 
62702
- },{"../../constants/numerical":211,"../../lib":232,"fast-isnumeric":23}],279:[function(_dereq_,module,exports){
62810
+ },{"../../constants/numerical":212,"../../lib":233,"fast-isnumeric":23}],281:[function(_dereq_,module,exports){
62703
62811
  /**
62704
62812
  * Copyright 2012-2020, Plotly, Inc.
62705
62813
  * All rights reserved.
@@ -63007,7 +63115,7 @@ function indexOfDay(v) {
63007
63115
  ];
63008
63116
  }
63009
63117
 
63010
- },{"../../lib":232,"../../registry":324,"../array_container_defaults":272,"./category_order_defaults":281,"./constants":283,"./layout_attributes":291,"./line_grid_defaults":293,"./set_convert":297,"./tick_label_defaults":298,"./tick_mark_defaults":299,"./tick_value_defaults":300,"fast-isnumeric":23}],280:[function(_dereq_,module,exports){
63118
+ },{"../../lib":233,"../../registry":326,"../array_container_defaults":274,"./category_order_defaults":283,"./constants":285,"./layout_attributes":293,"./line_grid_defaults":295,"./set_convert":299,"./tick_label_defaults":300,"./tick_mark_defaults":301,"./tick_value_defaults":302,"fast-isnumeric":23}],282:[function(_dereq_,module,exports){
63011
63119
  /**
63012
63120
  * Copyright 2012-2020, Plotly, Inc.
63013
63121
  * All rights reserved.
@@ -63163,7 +63271,7 @@ exports.isLinked = function(fullLayout, axId) {
63163
63271
  );
63164
63272
  };
63165
63273
 
63166
- },{"../../registry":324,"./constants":283}],281:[function(_dereq_,module,exports){
63274
+ },{"../../registry":326,"./constants":285}],283:[function(_dereq_,module,exports){
63167
63275
  /**
63168
63276
  * Copyright 2012-2020, Plotly, Inc.
63169
63277
  * All rights reserved.
@@ -63257,7 +63365,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
63257
63365
  }
63258
63366
  };
63259
63367
 
63260
- },{}],282:[function(_dereq_,module,exports){
63368
+ },{}],284:[function(_dereq_,module,exports){
63261
63369
  /**
63262
63370
  * Copyright 2012-2020, Plotly, Inc.
63263
63371
  * All rights reserved.
@@ -63349,7 +63457,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
63349
63457
  return isNumeric(tick0) ? Number(tick0) : 0;
63350
63458
  };
63351
63459
 
63352
- },{"../../constants/numerical":211,"../../lib":232,"fast-isnumeric":23}],283:[function(_dereq_,module,exports){
63460
+ },{"../../constants/numerical":212,"../../lib":233,"fast-isnumeric":23}],285:[function(_dereq_,module,exports){
63353
63461
  /**
63354
63462
  * Copyright 2012-2020, Plotly, Inc.
63355
63463
  * All rights reserved.
@@ -63441,7 +63549,7 @@ module.exports = {
63441
63549
  }
63442
63550
  };
63443
63551
 
63444
- },{"../../lib/regex":247}],284:[function(_dereq_,module,exports){
63552
+ },{"../../lib/regex":249}],286:[function(_dereq_,module,exports){
63445
63553
  /**
63446
63554
  * Copyright 2012-2020, Plotly, Inc.
63447
63555
  * All rights reserved.
@@ -64092,7 +64200,7 @@ function updateDomain(ax, factor) {
64092
64200
  ax.setScale();
64093
64201
  }
64094
64202
 
64095
- },{"../../constants/alignment":206,"../../constants/numerical":211,"../../lib":232,"./autorange":276,"./axis_ids":280,"./layout_attributes":291,"./scale_zoom":295,"./set_convert":297}],285:[function(_dereq_,module,exports){
64203
+ },{"../../constants/alignment":207,"../../constants/numerical":212,"../../lib":233,"./autorange":278,"./axis_ids":282,"./layout_attributes":293,"./scale_zoom":297,"./set_convert":299}],287:[function(_dereq_,module,exports){
64096
64204
  /**
64097
64205
  * Copyright 2012-2020, Plotly, Inc.
64098
64206
  * All rights reserved.
@@ -65430,7 +65538,7 @@ module.exports = {
65430
65538
  attachWheelEventHandler: attachWheelEventHandler
65431
65539
  };
65432
65540
 
65433
- },{"../../components/color":104,"../../components/dragelement":123,"../../components/dragelement/helpers":122,"../../components/drawing":126,"../../components/fx":144,"../../constants/alignment":206,"../../lib":232,"../../lib/clear_gl_canvases":220,"../../lib/setcursor":251,"../../lib/svg_text_utils":253,"../../plot_api/subroutines":267,"../../registry":324,"../plots":311,"./axes":277,"./axis_ids":280,"./constants":283,"./scale_zoom":295,"./select":296,"d3":21,"has-passive-events":55,"tinycolor2":87}],286:[function(_dereq_,module,exports){
65541
+ },{"../../components/color":105,"../../components/dragelement":124,"../../components/dragelement/helpers":123,"../../components/drawing":127,"../../components/fx":145,"../../constants/alignment":207,"../../lib":233,"../../lib/clear_gl_canvases":221,"../../lib/setcursor":253,"../../lib/svg_text_utils":255,"../../plot_api/subroutines":269,"../../registry":326,"../plots":313,"./axes":279,"./axis_ids":282,"./constants":285,"./scale_zoom":297,"./select":298,"d3":21,"has-passive-events":55,"tinycolor2":88}],288:[function(_dereq_,module,exports){
65434
65542
  /**
65435
65543
  * Copyright 2012-2020, Plotly, Inc.
65436
65544
  * All rights reserved.
@@ -65598,7 +65706,7 @@ exports.updateFx = function(gd) {
65598
65706
  setCursor(fullLayout._draggers, cursor);
65599
65707
  };
65600
65708
 
65601
- },{"../../components/dragelement":123,"../../components/fx":144,"../../lib/setcursor":251,"./constants":283,"./dragbox":285,"d3":21}],287:[function(_dereq_,module,exports){
65709
+ },{"../../components/dragelement":124,"../../components/fx":145,"../../lib/setcursor":253,"./constants":285,"./dragbox":287,"d3":21}],289:[function(_dereq_,module,exports){
65602
65710
  /**
65603
65711
  * Copyright 2012-2020, Plotly, Inc.
65604
65712
  * All rights reserved.
@@ -65634,7 +65742,7 @@ module.exports = {
65634
65742
  clearSelect: clearSelect
65635
65743
  };
65636
65744
 
65637
- },{}],288:[function(_dereq_,module,exports){
65745
+ },{}],290:[function(_dereq_,module,exports){
65638
65746
  /**
65639
65747
  * Copyright 2012-2020, Plotly, Inc.
65640
65748
  * All rights reserved.
@@ -65691,7 +65799,7 @@ module.exports = {
65691
65799
  getTransform: getTransform
65692
65800
  };
65693
65801
 
65694
- },{"../../lib":232}],289:[function(_dereq_,module,exports){
65802
+ },{"../../lib":233}],291:[function(_dereq_,module,exports){
65695
65803
  /**
65696
65804
  * Copyright 2012-2020, Plotly, Inc.
65697
65805
  * All rights reserved.
@@ -65769,7 +65877,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
65769
65877
  };
65770
65878
  };
65771
65879
 
65772
- },{"../../lib":232,"../../registry":324,"./axis_ids":280}],290:[function(_dereq_,module,exports){
65880
+ },{"../../lib":233,"../../registry":326,"./axis_ids":282}],292:[function(_dereq_,module,exports){
65773
65881
  /**
65774
65882
  * Copyright 2012-2020, Plotly, Inc.
65775
65883
  * All rights reserved.
@@ -66387,7 +66495,7 @@ exports.toSVG = function(gd) {
66387
66495
 
66388
66496
  exports.updateFx = _dereq_('./graph_interact').updateFx;
66389
66497
 
66390
- },{"../../components/drawing":126,"../../constants/xmlns_namespaces":212,"../../lib":232,"../../registry":324,"../get_data":307,"../plots":311,"./attributes":275,"./axis_ids":280,"./constants":283,"./graph_interact":286,"./layout_attributes":291,"./layout_defaults":292,"./transition_axes":301,"d3":21}],291:[function(_dereq_,module,exports){
66498
+ },{"../../components/drawing":127,"../../constants/xmlns_namespaces":213,"../../lib":233,"../../registry":326,"../get_data":309,"../plots":313,"./attributes":277,"./axis_ids":282,"./constants":285,"./graph_interact":288,"./layout_attributes":293,"./layout_defaults":294,"./transition_axes":303,"d3":21}],293:[function(_dereq_,module,exports){
66391
66499
  /**
66392
66500
  * Copyright 2012-2020, Plotly, Inc.
66393
66501
  * All rights reserved.
@@ -67107,7 +67215,7 @@ module.exports = {
67107
67215
  }
67108
67216
  };
67109
67217
 
67110
- },{"../../components/color/attributes":103,"../../components/drawing/attributes":125,"../../constants/docs":208,"../../constants/numerical":211,"../../lib/extend":226,"../../plot_api/plot_template":266,"../font_attributes":305,"./constants":283}],292:[function(_dereq_,module,exports){
67218
+ },{"../../components/color/attributes":104,"../../components/drawing/attributes":126,"../../constants/docs":209,"../../constants/numerical":212,"../../lib/extend":227,"../../plot_api/plot_template":268,"../font_attributes":307,"./constants":285}],294:[function(_dereq_,module,exports){
67111
67219
  /**
67112
67220
  * Copyright 2012-2020, Plotly, Inc.
67113
67221
  * All rights reserved.
@@ -67494,7 +67602,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
67494
67602
  });
67495
67603
  };
67496
67604
 
67497
- },{"../../components/color":104,"../../components/fx/helpers":140,"../../components/fx/hovermode_defaults":143,"../../lib":232,"../../plot_api/plot_template":266,"../../registry":324,"../layout_attributes":309,"./axis_defaults":279,"./axis_ids":280,"./constants":283,"./constraints":284,"./layout_attributes":291,"./position_defaults":294,"./type_defaults":302}],293:[function(_dereq_,module,exports){
67605
+ },{"../../components/color":105,"../../components/fx/helpers":141,"../../components/fx/hovermode_defaults":144,"../../lib":233,"../../plot_api/plot_template":268,"../../registry":326,"../layout_attributes":311,"./axis_defaults":281,"./axis_ids":282,"./constants":285,"./constraints":286,"./layout_attributes":293,"./position_defaults":296,"./type_defaults":304}],295:[function(_dereq_,module,exports){
67498
67606
  /**
67499
67607
  * Copyright 2012-2020, Plotly, Inc.
67500
67608
  * All rights reserved.
@@ -67559,7 +67667,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
67559
67667
  }
67560
67668
  };
67561
67669
 
67562
- },{"../../components/color/attributes":103,"../../lib":232,"tinycolor2":87}],294:[function(_dereq_,module,exports){
67670
+ },{"../../components/color/attributes":104,"../../lib":233,"tinycolor2":88}],296:[function(_dereq_,module,exports){
67563
67671
  /**
67564
67672
  * Copyright 2012-2020, Plotly, Inc.
67565
67673
  * All rights reserved.
@@ -67647,7 +67755,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
67647
67755
  return containerOut;
67648
67756
  };
67649
67757
 
67650
- },{"../../lib":232,"fast-isnumeric":23}],295:[function(_dereq_,module,exports){
67758
+ },{"../../lib":233,"fast-isnumeric":23}],297:[function(_dereq_,module,exports){
67651
67759
  /**
67652
67760
  * Copyright 2012-2020, Plotly, Inc.
67653
67761
  * All rights reserved.
@@ -67676,7 +67784,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
67676
67784
  ax.setScale();
67677
67785
  };
67678
67786
 
67679
- },{"../../constants/alignment":206}],296:[function(_dereq_,module,exports){
67787
+ },{"../../constants/alignment":207}],298:[function(_dereq_,module,exports){
67680
67788
  /**
67681
67789
  * Copyright 2012-2020, Plotly, Inc.
67682
67790
  * All rights reserved.
@@ -68619,7 +68727,7 @@ module.exports = {
68619
68727
  selectOnClick: selectOnClick
68620
68728
  };
68621
68729
 
68622
- },{"../../components/color":104,"../../components/dragelement/helpers":122,"../../components/drawing":126,"../../components/fx":144,"../../components/fx/helpers":140,"../../components/shapes/draw_newshape/display_outlines":189,"../../components/shapes/draw_newshape/helpers":190,"../../components/shapes/draw_newshape/newshapes":191,"../../lib":232,"../../lib/clear_gl_canvases":220,"../../lib/polygon":244,"../../lib/throttle":254,"../../plot_api/subroutines":267,"../../registry":324,"./axis_ids":280,"./constants":283,"./handle_outline":287,"./helpers":288,"polybooljs":78}],297:[function(_dereq_,module,exports){
68730
+ },{"../../components/color":105,"../../components/dragelement/helpers":123,"../../components/drawing":127,"../../components/fx":145,"../../components/fx/helpers":141,"../../components/shapes/draw_newshape/display_outlines":190,"../../components/shapes/draw_newshape/helpers":191,"../../components/shapes/draw_newshape/newshapes":192,"../../lib":233,"../../lib/clear_gl_canvases":221,"../../lib/polygon":245,"../../lib/throttle":256,"../../plot_api/subroutines":269,"../../registry":326,"./axis_ids":282,"./constants":285,"./handle_outline":289,"./helpers":290,"polybooljs":79}],299:[function(_dereq_,module,exports){
68623
68731
  /**
68624
68732
  * Copyright 2012-2020, Plotly, Inc.
68625
68733
  * All rights reserved.
@@ -69577,7 +69685,7 @@ module.exports = function setConvert(ax, fullLayout) {
69577
69685
  delete ax._forceTick0;
69578
69686
  };
69579
69687
 
69580
- },{"../../constants/numerical":211,"../../lib":232,"./axis_ids":280,"./constants":283,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],298:[function(_dereq_,module,exports){
69688
+ },{"../../constants/numerical":212,"../../lib":233,"./axis_ids":282,"./constants":285,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],300:[function(_dereq_,module,exports){
69581
69689
  /**
69582
69690
  * Copyright 2012-2020, Plotly, Inc.
69583
69691
  * All rights reserved.
@@ -69704,7 +69812,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
69704
69812
  }
69705
69813
  }
69706
69814
 
69707
- },{"../../components/color":104,"../../lib":232,"../array_container_defaults":272,"./layout_attributes":291}],299:[function(_dereq_,module,exports){
69815
+ },{"../../components/color":105,"../../lib":233,"../array_container_defaults":274,"./layout_attributes":293}],301:[function(_dereq_,module,exports){
69708
69816
  /**
69709
69817
  * Copyright 2012-2020, Plotly, Inc.
69710
69818
  * All rights reserved.
@@ -69737,7 +69845,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
69737
69845
  }
69738
69846
  };
69739
69847
 
69740
- },{"../../lib":232,"./layout_attributes":291}],300:[function(_dereq_,module,exports){
69848
+ },{"../../lib":233,"./layout_attributes":293}],302:[function(_dereq_,module,exports){
69741
69849
  /**
69742
69850
  * Copyright 2012-2020, Plotly, Inc.
69743
69851
  * All rights reserved.
@@ -69784,7 +69892,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
69784
69892
  }
69785
69893
  };
69786
69894
 
69787
- },{"../../lib":232,"./clean_ticks":282}],301:[function(_dereq_,module,exports){
69895
+ },{"../../lib":233,"./clean_ticks":284}],303:[function(_dereq_,module,exports){
69788
69896
  /**
69789
69897
  * Copyright 2012-2020, Plotly, Inc.
69790
69898
  * All rights reserved.
@@ -69997,7 +70105,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
69997
70105
  return Promise.resolve();
69998
70106
  };
69999
70107
 
70000
- },{"../../components/drawing":126,"../../lib":232,"../../registry":324,"./axes":277,"d3":21}],302:[function(_dereq_,module,exports){
70108
+ },{"../../components/drawing":127,"../../lib":233,"../../registry":326,"./axes":279,"d3":21}],304:[function(_dereq_,module,exports){
70001
70109
  /**
70002
70110
  * Copyright 2012-2020, Plotly, Inc.
70003
70111
  * All rights reserved.
@@ -70137,7 +70245,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
70137
70245
  );
70138
70246
  }
70139
70247
 
70140
- },{"../../registry":324,"./axis_autotype":278}],303:[function(_dereq_,module,exports){
70248
+ },{"../../registry":326,"./axis_autotype":280}],305:[function(_dereq_,module,exports){
70141
70249
  /**
70142
70250
  * Copyright 2012-2020, Plotly, Inc.
70143
70251
  * All rights reserved.
@@ -70564,7 +70672,7 @@ function crawl(attrs, callback, path, depth) {
70564
70672
  });
70565
70673
  }
70566
70674
 
70567
- },{"../lib":232,"../registry":324}],304:[function(_dereq_,module,exports){
70675
+ },{"../lib":233,"../registry":326}],306:[function(_dereq_,module,exports){
70568
70676
  /**
70569
70677
  * Copyright 2012-2020, Plotly, Inc.
70570
70678
  * All rights reserved.
@@ -70676,7 +70784,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
70676
70784
  if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
70677
70785
  };
70678
70786
 
70679
- },{"../lib/extend":226}],305:[function(_dereq_,module,exports){
70787
+ },{"../lib/extend":227}],307:[function(_dereq_,module,exports){
70680
70788
  /**
70681
70789
  * Copyright 2012-2020, Plotly, Inc.
70682
70790
  * All rights reserved.
@@ -70741,7 +70849,7 @@ module.exports = function(opts) {
70741
70849
  return attrs;
70742
70850
  };
70743
70851
 
70744
- },{}],306:[function(_dereq_,module,exports){
70852
+ },{}],308:[function(_dereq_,module,exports){
70745
70853
  /**
70746
70854
  * Copyright 2012-2020, Plotly, Inc.
70747
70855
  * All rights reserved.
@@ -70787,7 +70895,7 @@ module.exports = {
70787
70895
  }
70788
70896
  };
70789
70897
 
70790
- },{}],307:[function(_dereq_,module,exports){
70898
+ },{}],309:[function(_dereq_,module,exports){
70791
70899
  /**
70792
70900
  * Copyright 2012-2020, Plotly, Inc.
70793
70901
  * All rights reserved.
@@ -70916,7 +71024,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
70916
71024
  return subplotData;
70917
71025
  };
70918
71026
 
70919
- },{"../registry":324,"./cartesian/constants":283}],308:[function(_dereq_,module,exports){
71027
+ },{"../registry":326,"./cartesian/constants":285}],310:[function(_dereq_,module,exports){
70920
71028
  /**
70921
71029
  * Copyright 2012-2020, Plotly, Inc.
70922
71030
  * All rights reserved.
@@ -70950,7 +71058,7 @@ function project(camera, v) {
70950
71058
 
70951
71059
  module.exports = project;
70952
71060
 
70953
- },{}],309:[function(_dereq_,module,exports){
71061
+ },{}],311:[function(_dereq_,module,exports){
70954
71062
  /**
70955
71063
  * Copyright 2012-2020, Plotly, Inc.
70956
71064
  * All rights reserved.
@@ -71291,7 +71399,7 @@ module.exports = {
71291
71399
  }
71292
71400
  };
71293
71401
 
71294
- },{"../components/color/attributes":103,"../components/shapes/draw_newshape/attributes":186,"../lib/extend":226,"./animation_attributes":271,"./font_attributes":305,"./pad_attributes":310}],310:[function(_dereq_,module,exports){
71402
+ },{"../components/color/attributes":104,"../components/shapes/draw_newshape/attributes":187,"../lib/extend":227,"./animation_attributes":273,"./font_attributes":307,"./pad_attributes":312}],312:[function(_dereq_,module,exports){
71295
71403
  /**
71296
71404
  * Copyright 2012-2020, Plotly, Inc.
71297
71405
  * All rights reserved.
@@ -71346,7 +71454,7 @@ module.exports = function(opts) {
71346
71454
  };
71347
71455
  };
71348
71456
 
71349
- },{}],311:[function(_dereq_,module,exports){
71457
+ },{}],313:[function(_dereq_,module,exports){
71350
71458
  /**
71351
71459
  * Copyright 2012-2020, Plotly, Inc.
71352
71460
  * All rights reserved.
@@ -74773,7 +74881,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
74773
74881
  }
74774
74882
  };
74775
74883
 
74776
- },{"../components/color":104,"../constants/numerical":211,"../lib":232,"../plot_api/plot_schema":265,"../plot_api/plot_template":266,"../plots/get_data":307,"../registry":324,"./animation_attributes":271,"./attributes":273,"./cartesian/axis_ids":280,"./cartesian/handle_outline":287,"./command":303,"./font_attributes":305,"./frame_attributes":306,"./layout_attributes":309,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],312:[function(_dereq_,module,exports){
74884
+ },{"../components/color":105,"../constants/numerical":212,"../lib":233,"../plot_api/plot_schema":267,"../plot_api/plot_template":268,"../plots/get_data":309,"../registry":326,"./animation_attributes":273,"./attributes":275,"./cartesian/axis_ids":282,"./cartesian/handle_outline":289,"./command":305,"./font_attributes":307,"./frame_attributes":308,"./layout_attributes":311,"d3":21,"d3-time-format":19,"fast-isnumeric":23}],314:[function(_dereq_,module,exports){
74777
74885
  /**
74778
74886
  * Copyright 2012-2020, Plotly, Inc.
74779
74887
  * All rights reserved.
@@ -74817,7 +74925,7 @@ module.exports = {
74817
74925
  }
74818
74926
  };
74819
74927
 
74820
- },{"../../../lib/extend":226,"../../../traces/scatter/attributes":445}],313:[function(_dereq_,module,exports){
74928
+ },{"../../../lib/extend":227,"../../../traces/scatter/attributes":447}],315:[function(_dereq_,module,exports){
74821
74929
  /**
74822
74930
  * Copyright 2012-2020, Plotly, Inc.
74823
74931
  * All rights reserved.
@@ -74939,7 +75047,7 @@ module.exports = overrideAll({
74939
75047
  }
74940
75048
  }, 'plot', 'nested');
74941
75049
 
74942
- },{"../../../lib/extend":226,"../../../plot_api/edit_types":259,"../../cartesian/layout_attributes":291}],314:[function(_dereq_,module,exports){
75050
+ },{"../../../lib/extend":227,"../../../plot_api/edit_types":261,"../../cartesian/layout_attributes":293}],316:[function(_dereq_,module,exports){
74943
75051
  /**
74944
75052
  * Copyright 2012-2020, Plotly, Inc.
74945
75053
  * All rights reserved.
@@ -74954,7 +75062,7 @@ var Polar = module.exports = _dereq_('./micropolar');
74954
75062
 
74955
75063
  Polar.manager = _dereq_('./micropolar_manager');
74956
75064
 
74957
- },{"./micropolar":315,"./micropolar_manager":316}],315:[function(_dereq_,module,exports){
75065
+ },{"./micropolar":317,"./micropolar_manager":318}],317:[function(_dereq_,module,exports){
74958
75066
  /**
74959
75067
  * Copyright 2012-2020, Plotly, Inc.
74960
75068
  * All rights reserved.
@@ -76374,7 +76482,7 @@ var µ = module.exports = { version: '0.2.2' };
76374
76482
  return exports;
76375
76483
  };
76376
76484
 
76377
- },{"../../../constants/alignment":206,"../../../lib":232,"d3":21}],316:[function(_dereq_,module,exports){
76485
+ },{"../../../constants/alignment":207,"../../../lib":233,"d3":21}],318:[function(_dereq_,module,exports){
76378
76486
  /**
76379
76487
  * Copyright 2012-2020, Plotly, Inc.
76380
76488
  * All rights reserved.
@@ -76460,7 +76568,7 @@ manager.fillLayout = function(_gd) {
76460
76568
  _gd._fullLayout = extendDeepAll(dflts, _gd.layout);
76461
76569
  };
76462
76570
 
76463
- },{"../../../components/color":104,"../../../lib":232,"./micropolar":315,"./undo_manager":317,"d3":21}],317:[function(_dereq_,module,exports){
76571
+ },{"../../../components/color":105,"../../../lib":233,"./micropolar":317,"./undo_manager":319,"d3":21}],319:[function(_dereq_,module,exports){
76464
76572
  /**
76465
76573
  * Copyright 2012-2020, Plotly, Inc.
76466
76574
  * All rights reserved.
@@ -76526,7 +76634,7 @@ module.exports = function UndoManager() {
76526
76634
  };
76527
76635
  };
76528
76636
 
76529
- },{}],318:[function(_dereq_,module,exports){
76637
+ },{}],320:[function(_dereq_,module,exports){
76530
76638
  /**
76531
76639
  * Copyright 2012-2020, Plotly, Inc.
76532
76640
  * All rights reserved.
@@ -76611,7 +76719,7 @@ module.exports = function handleSubplotDefaults(layoutIn, layoutOut, fullData, o
76611
76719
  }
76612
76720
  };
76613
76721
 
76614
- },{"../lib":232,"../plot_api/plot_template":266,"./domain":304}],319:[function(_dereq_,module,exports){
76722
+ },{"../lib":233,"../plot_api/plot_template":268,"./domain":306}],321:[function(_dereq_,module,exports){
76615
76723
  /**
76616
76724
  * Copyright 2012-2020, Plotly, Inc.
76617
76725
  * All rights reserved.
@@ -76694,7 +76802,7 @@ exports.texttemplateAttrs = function(opts, extra) {
76694
76802
  return texttemplate;
76695
76803
  };
76696
76804
 
76697
- },{"../constants/docs":208}],320:[function(_dereq_,module,exports){
76805
+ },{"../constants/docs":209}],322:[function(_dereq_,module,exports){
76698
76806
  /**
76699
76807
  * Copyright 2012-2020, Plotly, Inc.
76700
76808
  * All rights reserved.
@@ -76778,7 +76886,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
76778
76886
  }
76779
76887
  };
76780
76888
 
76781
- },{"../../lib":232,"../../plots/get_data":307,"./layout_attributes":321,"./layout_defaults":322,"./ternary":323}],321:[function(_dereq_,module,exports){
76889
+ },{"../../lib":233,"../../plots/get_data":309,"./layout_attributes":323,"./layout_defaults":324,"./ternary":325}],323:[function(_dereq_,module,exports){
76782
76890
  /**
76783
76891
  * Copyright 2012-2020, Plotly, Inc.
76784
76892
  * All rights reserved.
@@ -76886,7 +76994,7 @@ attrs.aaxis.uirevision = attrs.baxis.uirevision = attrs.caxis.uirevision = {
76886
76994
 
76887
76995
  };
76888
76996
 
76889
- },{"../../components/color/attributes":103,"../../lib/extend":226,"../../plot_api/edit_types":259,"../cartesian/layout_attributes":291,"../domain":304}],322:[function(_dereq_,module,exports){
76997
+ },{"../../components/color/attributes":104,"../../lib/extend":227,"../../plot_api/edit_types":261,"../cartesian/layout_attributes":293,"../domain":306}],324:[function(_dereq_,module,exports){
76890
76998
  /**
76891
76999
  * Copyright 2012-2020, Plotly, Inc.
76892
77000
  * All rights reserved.
@@ -77018,7 +77126,7 @@ function handleAxisDefaults(containerIn, containerOut, options, ternaryLayoutOut
77018
77126
  coerce('layer');
77019
77127
  }
77020
77128
 
77021
- },{"../../components/color":104,"../../lib":232,"../../plot_api/plot_template":266,"../cartesian/line_grid_defaults":293,"../cartesian/tick_label_defaults":298,"../cartesian/tick_mark_defaults":299,"../cartesian/tick_value_defaults":300,"../subplot_defaults":318,"./layout_attributes":321}],323:[function(_dereq_,module,exports){
77129
+ },{"../../components/color":105,"../../lib":233,"../../plot_api/plot_template":268,"../cartesian/line_grid_defaults":295,"../cartesian/tick_label_defaults":300,"../cartesian/tick_mark_defaults":301,"../cartesian/tick_value_defaults":302,"../subplot_defaults":320,"./layout_attributes":323}],325:[function(_dereq_,module,exports){
77022
77130
  /**
77023
77131
  * Copyright 2012-2020, Plotly, Inc.
77024
77132
  * All rights reserved.
@@ -77799,7 +77907,7 @@ function removeZoombox(gd) {
77799
77907
  .remove();
77800
77908
  }
77801
77909
 
77802
- },{"../../components/color":104,"../../components/dragelement":123,"../../components/dragelement/helpers":122,"../../components/drawing":126,"../../components/fx":144,"../../components/titles":199,"../../lib":232,"../../lib/extend":226,"../../registry":324,"../cartesian/axes":277,"../cartesian/constants":283,"../cartesian/select":296,"../cartesian/set_convert":297,"../plots":311,"d3":21,"tinycolor2":87}],324:[function(_dereq_,module,exports){
77910
+ },{"../../components/color":105,"../../components/dragelement":124,"../../components/dragelement/helpers":123,"../../components/drawing":127,"../../components/fx":145,"../../components/titles":200,"../../lib":233,"../../lib/extend":227,"../../registry":326,"../cartesian/axes":279,"../cartesian/constants":285,"../cartesian/select":298,"../cartesian/set_convert":299,"../plots":313,"d3":21,"tinycolor2":88}],326:[function(_dereq_,module,exports){
77803
77911
  /**
77804
77912
  * Copyright 2012-2020, Plotly, Inc.
77805
77913
  * All rights reserved.
@@ -78265,7 +78373,7 @@ function getTraceType(traceType) {
78265
78373
  return traceType;
78266
78374
  }
78267
78375
 
78268
- },{"./lib/dom":224,"./lib/extend":226,"./lib/is_plain_object":233,"./lib/loggers":236,"./lib/noop":241,"./lib/push_unique":245,"./plots/attributes":273,"./plots/layout_attributes":309}],325:[function(_dereq_,module,exports){
78376
+ },{"./lib/dom":225,"./lib/extend":227,"./lib/is_plain_object":234,"./lib/loggers":237,"./lib/noop":242,"./lib/push_unique":247,"./plots/attributes":275,"./plots/layout_attributes":311}],327:[function(_dereq_,module,exports){
78269
78377
  /**
78270
78378
  * Copyright 2012-2020, Plotly, Inc.
78271
78379
  * All rights reserved.
@@ -78438,7 +78546,7 @@ module.exports = function clonePlot(graphObj, options) {
78438
78546
  return plotTile;
78439
78547
  };
78440
78548
 
78441
- },{"../lib":232,"../registry":324}],326:[function(_dereq_,module,exports){
78549
+ },{"../lib":233,"../registry":326}],328:[function(_dereq_,module,exports){
78442
78550
  /**
78443
78551
  * Copyright 2012-2020, Plotly, Inc.
78444
78552
  * All rights reserved.
@@ -78510,7 +78618,7 @@ function downloadImage(gd, opts) {
78510
78618
 
78511
78619
  module.exports = downloadImage;
78512
78620
 
78513
- },{"../lib":232,"../plot_api/to_image":269,"./filesaver":327,"./helpers":328}],327:[function(_dereq_,module,exports){
78621
+ },{"../lib":233,"../plot_api/to_image":271,"./filesaver":329,"./helpers":330}],329:[function(_dereq_,module,exports){
78514
78622
  /**
78515
78623
  * Copyright 2012-2020, Plotly, Inc.
78516
78624
  * All rights reserved.
@@ -78590,7 +78698,7 @@ function fileSaver(url, name, format) {
78590
78698
 
78591
78699
  module.exports = fileSaver;
78592
78700
 
78593
- },{"../lib":232,"./helpers":328}],328:[function(_dereq_,module,exports){
78701
+ },{"../lib":233,"./helpers":330}],330:[function(_dereq_,module,exports){
78594
78702
  /**
78595
78703
  * Copyright 2012-2020, Plotly, Inc.
78596
78704
  * All rights reserved.
@@ -78673,7 +78781,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
78673
78781
 
78674
78782
  exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
78675
78783
 
78676
- },{"../registry":324}],329:[function(_dereq_,module,exports){
78784
+ },{"../registry":326}],331:[function(_dereq_,module,exports){
78677
78785
  /**
78678
78786
  * Copyright 2012-2020, Plotly, Inc.
78679
78787
  * All rights reserved.
@@ -78699,7 +78807,7 @@ var Snapshot = {
78699
78807
 
78700
78808
  module.exports = Snapshot;
78701
78809
 
78702
- },{"./cloneplot":325,"./download":326,"./helpers":328,"./svgtoimg":330,"./toimage":331,"./tosvg":332}],330:[function(_dereq_,module,exports){
78810
+ },{"./cloneplot":327,"./download":328,"./helpers":330,"./svgtoimg":332,"./toimage":333,"./tosvg":334}],332:[function(_dereq_,module,exports){
78703
78811
  /**
78704
78812
  * Copyright 2012-2020, Plotly, Inc.
78705
78813
  * All rights reserved.
@@ -78826,7 +78934,7 @@ function svgToImg(opts) {
78826
78934
 
78827
78935
  module.exports = svgToImg;
78828
78936
 
78829
- },{"../lib":232,"./helpers":328,"events":17}],331:[function(_dereq_,module,exports){
78937
+ },{"../lib":233,"./helpers":330,"events":17}],333:[function(_dereq_,module,exports){
78830
78938
  /**
78831
78939
  * Copyright 2012-2020, Plotly, Inc.
78832
78940
  * All rights reserved.
@@ -78903,7 +79011,7 @@ function toImage(gd, opts) {
78903
79011
 
78904
79012
  module.exports = toImage;
78905
79013
 
78906
- },{"../lib":232,"../registry":324,"./cloneplot":325,"./helpers":328,"./svgtoimg":330,"./tosvg":332,"events":17}],332:[function(_dereq_,module,exports){
79014
+ },{"../lib":233,"../registry":326,"./cloneplot":327,"./helpers":330,"./svgtoimg":332,"./tosvg":334,"events":17}],334:[function(_dereq_,module,exports){
78907
79015
  /**
78908
79016
  * Copyright 2012-2020, Plotly, Inc.
78909
79017
  * All rights reserved.
@@ -79092,7 +79200,7 @@ module.exports = function toSVG(gd, format, scale) {
79092
79200
  return s;
79093
79201
  };
79094
79202
 
79095
- },{"../components/color":104,"../components/drawing":126,"../constants/xmlns_namespaces":212,"../lib":232,"d3":21}],333:[function(_dereq_,module,exports){
79203
+ },{"../components/color":105,"../components/drawing":127,"../constants/xmlns_namespaces":213,"../lib":233,"d3":21}],335:[function(_dereq_,module,exports){
79096
79204
  /**
79097
79205
  * Copyright 2012-2020, Plotly, Inc.
79098
79206
  * All rights reserved.
@@ -79125,7 +79233,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
79125
79233
  }
79126
79234
  };
79127
79235
 
79128
- },{"../../lib":232}],334:[function(_dereq_,module,exports){
79236
+ },{"../../lib":233}],336:[function(_dereq_,module,exports){
79129
79237
  /**
79130
79238
  * Copyright 2012-2020, Plotly, Inc.
79131
79239
  * All rights reserved.
@@ -79341,7 +79449,7 @@ module.exports = {
79341
79449
  }
79342
79450
  };
79343
79451
 
79344
- },{"../../components/colorscale/attributes":111,"../../lib/extend":226,"../../plots/font_attributes":305,"../../plots/template_attributes":319,"../scatter/attributes":445,"./constants":336}],335:[function(_dereq_,module,exports){
79452
+ },{"../../components/colorscale/attributes":112,"../../lib/extend":227,"../../plots/font_attributes":307,"../../plots/template_attributes":321,"../scatter/attributes":447,"./constants":338}],337:[function(_dereq_,module,exports){
79345
79453
  /**
79346
79454
  * Copyright 2012-2020, Plotly, Inc.
79347
79455
  * All rights reserved.
@@ -79420,7 +79528,7 @@ module.exports = function calc(gd, trace) {
79420
79528
  return cd;
79421
79529
  };
79422
79530
 
79423
- },{"../../components/colorscale/calc":112,"../../components/colorscale/helpers":115,"../../plots/cartesian/align_period":274,"../../plots/cartesian/axes":277,"../scatter/calc_selection":447,"./arrays_to_calcdata":333}],336:[function(_dereq_,module,exports){
79531
+ },{"../../components/colorscale/calc":113,"../../components/colorscale/helpers":116,"../../plots/cartesian/align_period":276,"../../plots/cartesian/axes":279,"../scatter/calc_selection":449,"./arrays_to_calcdata":335}],338:[function(_dereq_,module,exports){
79424
79532
  /**
79425
79533
  * Copyright 2012-2020, Plotly, Inc.
79426
79534
  * All rights reserved.
@@ -79442,7 +79550,7 @@ module.exports = {
79442
79550
  eventDataKeys: ['value', 'label']
79443
79551
  };
79444
79552
 
79445
- },{}],337:[function(_dereq_,module,exports){
79553
+ },{}],339:[function(_dereq_,module,exports){
79446
79554
  /**
79447
79555
  * Copyright 2012-2020, Plotly, Inc.
79448
79556
  * All rights reserved.
@@ -80222,7 +80330,7 @@ module.exports = {
80222
80330
  setGroupPositions: setGroupPositions
80223
80331
  };
80224
80332
 
80225
- },{"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/axes":277,"../../plots/cartesian/constraints":284,"../../registry":324,"./sieve.js":347,"fast-isnumeric":23}],338:[function(_dereq_,module,exports){
80333
+ },{"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/axes":279,"../../plots/cartesian/constraints":286,"../../registry":326,"./sieve.js":349,"fast-isnumeric":23}],340:[function(_dereq_,module,exports){
80226
80334
  /**
80227
80335
  * Copyright 2012-2020, Plotly, Inc.
80228
80336
  * All rights reserved.
@@ -80407,7 +80515,7 @@ module.exports = {
80407
80515
  handleText: handleText
80408
80516
  };
80409
80517
 
80410
- },{"../../components/color":104,"../../lib":232,"../../plots/cartesian/constraints":284,"../../registry":324,"../scatter/period_defaults":465,"../scatter/xy_defaults":472,"./attributes":334,"./style_defaults":349}],339:[function(_dereq_,module,exports){
80518
+ },{"../../components/color":105,"../../lib":233,"../../plots/cartesian/constraints":286,"../../registry":326,"../scatter/period_defaults":467,"../scatter/xy_defaults":474,"./attributes":336,"./style_defaults":351}],341:[function(_dereq_,module,exports){
80411
80519
  /**
80412
80520
  * Copyright 2012-2020, Plotly, Inc.
80413
80521
  * All rights reserved.
@@ -80436,7 +80544,7 @@ module.exports = function eventData(out, pt, trace) {
80436
80544
  return out;
80437
80545
  };
80438
80546
 
80439
- },{}],340:[function(_dereq_,module,exports){
80547
+ },{}],342:[function(_dereq_,module,exports){
80440
80548
  /**
80441
80549
  * Copyright 2012-2020, Plotly, Inc.
80442
80550
  * All rights reserved.
@@ -80514,7 +80622,7 @@ exports.getLineWidth = function(trace, di) {
80514
80622
  return w;
80515
80623
  };
80516
80624
 
80517
- },{"../../lib":232,"fast-isnumeric":23,"tinycolor2":87}],341:[function(_dereq_,module,exports){
80625
+ },{"../../lib":233,"fast-isnumeric":23,"tinycolor2":88}],343:[function(_dereq_,module,exports){
80518
80626
  /**
80519
80627
  * Copyright 2012-2020, Plotly, Inc.
80520
80628
  * All rights reserved.
@@ -80710,7 +80818,7 @@ module.exports = {
80710
80818
  getTraceColor: getTraceColor
80711
80819
  };
80712
80820
 
80713
- },{"../../components/color":104,"../../components/fx":144,"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/axes":277,"../../registry":324,"./helpers":340}],342:[function(_dereq_,module,exports){
80821
+ },{"../../components/color":105,"../../components/fx":145,"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/axes":279,"../../registry":326,"./helpers":342}],344:[function(_dereq_,module,exports){
80714
80822
  /**
80715
80823
  * Copyright 2012-2020, Plotly, Inc.
80716
80824
  * All rights reserved.
@@ -80748,7 +80856,7 @@ module.exports = {
80748
80856
  }
80749
80857
  };
80750
80858
 
80751
- },{"../../plots/cartesian":290,"../scatter/marker_colorbar":463,"./arrays_to_calcdata":333,"./attributes":334,"./calc":335,"./cross_trace_calc":337,"./defaults":338,"./event_data":339,"./hover":341,"./layout_attributes":343,"./layout_defaults":344,"./plot":345,"./select":346,"./style":348}],343:[function(_dereq_,module,exports){
80859
+ },{"../../plots/cartesian":292,"../scatter/marker_colorbar":465,"./arrays_to_calcdata":335,"./attributes":336,"./calc":337,"./cross_trace_calc":339,"./defaults":340,"./event_data":341,"./hover":343,"./layout_attributes":345,"./layout_defaults":346,"./plot":347,"./select":348,"./style":350}],345:[function(_dereq_,module,exports){
80752
80860
  /**
80753
80861
  * Copyright 2012-2020, Plotly, Inc.
80754
80862
  * All rights reserved.
@@ -80796,7 +80904,7 @@ module.exports = {
80796
80904
  }
80797
80905
  };
80798
80906
 
80799
- },{}],344:[function(_dereq_,module,exports){
80907
+ },{}],346:[function(_dereq_,module,exports){
80800
80908
  /**
80801
80909
  * Copyright 2012-2020, Plotly, Inc.
80802
80910
  * All rights reserved.
@@ -80856,7 +80964,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
80856
80964
  coerce('bargroupgap');
80857
80965
  };
80858
80966
 
80859
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../../registry":324,"./layout_attributes":343}],345:[function(_dereq_,module,exports){
80967
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../../registry":326,"./layout_attributes":345}],347:[function(_dereq_,module,exports){
80860
80968
  /**
80861
80969
  * Copyright 2012-2020, Plotly, Inc.
80862
80970
  * All rights reserved.
@@ -81641,7 +81749,7 @@ module.exports = {
81641
81749
  toMoveInsideBar: toMoveInsideBar
81642
81750
  };
81643
81751
 
81644
- },{"../../components/color":104,"../../components/drawing":126,"../../components/fx/helpers":140,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/cartesian/axes":277,"../../registry":324,"./attributes":334,"./constants":336,"./helpers":340,"./style":348,"./uniform_text":350,"d3":21,"fast-isnumeric":23}],346:[function(_dereq_,module,exports){
81752
+ },{"../../components/color":105,"../../components/drawing":127,"../../components/fx/helpers":141,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/cartesian/axes":279,"../../registry":326,"./attributes":336,"./constants":338,"./helpers":342,"./style":350,"./uniform_text":352,"d3":21,"fast-isnumeric":23}],348:[function(_dereq_,module,exports){
81645
81753
  /**
81646
81754
  * Copyright 2012-2020, Plotly, Inc.
81647
81755
  * All rights reserved.
@@ -81705,7 +81813,7 @@ function getCentroid(d, xa, ya, isHorizontal, isFunnel) {
81705
81813
  }
81706
81814
  }
81707
81815
 
81708
- },{}],347:[function(_dereq_,module,exports){
81816
+ },{}],349:[function(_dereq_,module,exports){
81709
81817
  /**
81710
81818
  * Copyright 2012-2020, Plotly, Inc.
81711
81819
  * All rights reserved.
@@ -81819,7 +81927,7 @@ Sieve.prototype.getLabel = function getLabel(position, value) {
81819
81927
  return prefix + label;
81820
81928
  };
81821
81929
 
81822
- },{"../../constants/numerical":211,"../../lib":232}],348:[function(_dereq_,module,exports){
81930
+ },{"../../constants/numerical":212,"../../lib":233}],350:[function(_dereq_,module,exports){
81823
81931
  /**
81824
81932
  * Copyright 2012-2020, Plotly, Inc.
81825
81933
  * All rights reserved.
@@ -82001,7 +82109,7 @@ module.exports = {
82001
82109
  resizeText: resizeText
82002
82110
  };
82003
82111
 
82004
- },{"../../components/color":104,"../../components/drawing":126,"../../lib":232,"../../registry":324,"./attributes":334,"./helpers":340,"./uniform_text":350,"d3":21}],349:[function(_dereq_,module,exports){
82112
+ },{"../../components/color":105,"../../components/drawing":127,"../../lib":233,"../../registry":326,"./attributes":336,"./helpers":342,"./uniform_text":352,"d3":21}],351:[function(_dereq_,module,exports){
82005
82113
  /**
82006
82114
  * Copyright 2012-2020, Plotly, Inc.
82007
82115
  * All rights reserved.
@@ -82039,7 +82147,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce, default
82039
82147
  coerce('unselected.marker.color');
82040
82148
  };
82041
82149
 
82042
- },{"../../components/color":104,"../../components/colorscale/defaults":114,"../../components/colorscale/helpers":115}],350:[function(_dereq_,module,exports){
82150
+ },{"../../components/color":105,"../../components/colorscale/defaults":115,"../../components/colorscale/helpers":116}],352:[function(_dereq_,module,exports){
82043
82151
  /**
82044
82152
  * Copyright 2012-2020, Plotly, Inc.
82045
82153
  * All rights reserved.
@@ -82125,7 +82233,7 @@ module.exports = {
82125
82233
  resizeText: resizeText
82126
82234
  };
82127
82235
 
82128
- },{"../../lib":232,"d3":21}],351:[function(_dereq_,module,exports){
82236
+ },{"../../lib":233,"d3":21}],353:[function(_dereq_,module,exports){
82129
82237
  /**
82130
82238
  * Copyright 2012-2020, Plotly, Inc.
82131
82239
  * All rights reserved.
@@ -82428,7 +82536,7 @@ module.exports = {
82428
82536
  }
82429
82537
  };
82430
82538
 
82431
- },{"../../components/color/attributes":103,"../../lib/extend":226,"../../plots/template_attributes":319,"../bar/attributes":334,"../scatter/attributes":445}],352:[function(_dereq_,module,exports){
82539
+ },{"../../components/color/attributes":104,"../../lib/extend":227,"../../plots/template_attributes":321,"../bar/attributes":336,"../scatter/attributes":447}],354:[function(_dereq_,module,exports){
82432
82540
  /**
82433
82541
  * Copyright 2012-2020, Plotly, Inc.
82434
82542
  * All rights reserved.
@@ -82882,7 +82990,7 @@ function computeNotchSpan(cdi, N) {
82882
82990
  return 1.57 * (cdi.q3 - cdi.q1) / Math.sqrt(N);
82883
82991
  }
82884
82992
 
82885
- },{"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/align_period":274,"../../plots/cartesian/axes":277,"fast-isnumeric":23}],353:[function(_dereq_,module,exports){
82993
+ },{"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/align_period":276,"../../plots/cartesian/axes":279,"fast-isnumeric":23}],355:[function(_dereq_,module,exports){
82886
82994
  /**
82887
82995
  * Copyright 2012-2020, Plotly, Inc.
82888
82996
  * All rights reserved.
@@ -83114,7 +83222,7 @@ module.exports = {
83114
83222
  setPositionOffset: setPositionOffset
83115
83223
  };
83116
83224
 
83117
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../../plots/cartesian/constraints":284}],354:[function(_dereq_,module,exports){
83225
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../../plots/cartesian/constraints":286}],356:[function(_dereq_,module,exports){
83118
83226
  /**
83119
83227
  * Copyright 2012-2020, Plotly, Inc.
83120
83228
  * All rights reserved.
@@ -83430,7 +83538,7 @@ module.exports = {
83430
83538
  handlePointsDefaults: handlePointsDefaults
83431
83539
  };
83432
83540
 
83433
- },{"../../components/color":104,"../../lib":232,"../../plots/cartesian/axis_autotype":278,"../../registry":324,"../bar/defaults":338,"../scatter/period_defaults":465,"./attributes":351}],355:[function(_dereq_,module,exports){
83541
+ },{"../../components/color":105,"../../lib":233,"../../plots/cartesian/axis_autotype":280,"../../registry":326,"../bar/defaults":340,"../scatter/period_defaults":467,"./attributes":353}],357:[function(_dereq_,module,exports){
83434
83542
  /**
83435
83543
  * Copyright 2012-2020, Plotly, Inc.
83436
83544
  * All rights reserved.
@@ -83455,7 +83563,7 @@ module.exports = function eventData(out, pt) {
83455
83563
  return out;
83456
83564
  };
83457
83565
 
83458
- },{}],356:[function(_dereq_,module,exports){
83566
+ },{}],358:[function(_dereq_,module,exports){
83459
83567
  /**
83460
83568
  * Copyright 2012-2020, Plotly, Inc.
83461
83569
  * All rights reserved.
@@ -83742,7 +83850,7 @@ module.exports = {
83742
83850
  hoverOnPoints: hoverOnPoints
83743
83851
  };
83744
83852
 
83745
- },{"../../components/color":104,"../../components/fx":144,"../../lib":232,"../../plots/cartesian/axes":277}],357:[function(_dereq_,module,exports){
83853
+ },{"../../components/color":105,"../../components/fx":145,"../../lib":233,"../../plots/cartesian/axes":279}],359:[function(_dereq_,module,exports){
83746
83854
  /**
83747
83855
  * Copyright 2012-2020, Plotly, Inc.
83748
83856
  * All rights reserved.
@@ -83777,7 +83885,7 @@ module.exports = {
83777
83885
  }
83778
83886
  };
83779
83887
 
83780
- },{"../../plots/cartesian":290,"./attributes":351,"./calc":352,"./cross_trace_calc":353,"./defaults":354,"./event_data":355,"./hover":356,"./layout_attributes":358,"./layout_defaults":359,"./plot":360,"./select":361,"./style":362}],358:[function(_dereq_,module,exports){
83888
+ },{"../../plots/cartesian":292,"./attributes":353,"./calc":354,"./cross_trace_calc":355,"./defaults":356,"./event_data":357,"./hover":358,"./layout_attributes":360,"./layout_defaults":361,"./plot":362,"./select":363,"./style":364}],360:[function(_dereq_,module,exports){
83781
83889
  /**
83782
83890
  * Copyright 2012-2020, Plotly, Inc.
83783
83891
  * All rights reserved.
@@ -83818,7 +83926,7 @@ module.exports = {
83818
83926
  }
83819
83927
  };
83820
83928
 
83821
- },{}],359:[function(_dereq_,module,exports){
83929
+ },{}],361:[function(_dereq_,module,exports){
83822
83930
  /**
83823
83931
  * Copyright 2012-2020, Plotly, Inc.
83824
83932
  * All rights reserved.
@@ -83864,7 +83972,7 @@ module.exports = {
83864
83972
  _supply: _supply
83865
83973
  };
83866
83974
 
83867
- },{"../../lib":232,"../../registry":324,"./layout_attributes":358}],360:[function(_dereq_,module,exports){
83975
+ },{"../../lib":233,"../../registry":326,"./layout_attributes":360}],362:[function(_dereq_,module,exports){
83868
83976
  /**
83869
83977
  * Copyright 2012-2020, Plotly, Inc.
83870
83978
  * All rights reserved.
@@ -84214,7 +84322,7 @@ module.exports = {
84214
84322
  plotBoxMean: plotBoxMean
84215
84323
  };
84216
84324
 
84217
- },{"../../components/drawing":126,"../../lib":232,"d3":21}],361:[function(_dereq_,module,exports){
84325
+ },{"../../components/drawing":127,"../../lib":233,"d3":21}],363:[function(_dereq_,module,exports){
84218
84326
  /**
84219
84327
  * Copyright 2012-2020, Plotly, Inc.
84220
84328
  * All rights reserved.
@@ -84263,7 +84371,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
84263
84371
  return selection;
84264
84372
  };
84265
84373
 
84266
- },{}],362:[function(_dereq_,module,exports){
84374
+ },{}],364:[function(_dereq_,module,exports){
84267
84375
  /**
84268
84376
  * Copyright 2012-2020, Plotly, Inc.
84269
84377
  * All rights reserved.
@@ -84337,7 +84445,7 @@ module.exports = {
84337
84445
  styleOnSelect: styleOnSelect
84338
84446
  };
84339
84447
 
84340
- },{"../../components/color":104,"../../components/drawing":126,"d3":21}],363:[function(_dereq_,module,exports){
84448
+ },{"../../components/color":105,"../../components/drawing":127,"d3":21}],365:[function(_dereq_,module,exports){
84341
84449
  /**
84342
84450
  * Copyright 2012-2020, Plotly, Inc.
84343
84451
  * All rights reserved.
@@ -84532,7 +84640,7 @@ module.exports = extendFlat({
84532
84640
  })
84533
84641
  );
84534
84642
 
84535
- },{"../../components/colorscale/attributes":111,"../../components/drawing/attributes":125,"../../constants/docs":208,"../../constants/filter_ops":209,"../../lib/extend":226,"../../plots/font_attributes":305,"../heatmap/attributes":385,"../scatter/attributes":445}],364:[function(_dereq_,module,exports){
84643
+ },{"../../components/colorscale/attributes":112,"../../components/drawing/attributes":126,"../../constants/docs":209,"../../constants/filter_ops":210,"../../lib/extend":227,"../../plots/font_attributes":307,"../heatmap/attributes":387,"../scatter/attributes":447}],366:[function(_dereq_,module,exports){
84536
84644
  /**
84537
84645
  * Copyright 2012-2020, Plotly, Inc.
84538
84646
  * All rights reserved.
@@ -84585,7 +84693,7 @@ module.exports = function calc(gd, trace) {
84585
84693
  return cd;
84586
84694
  };
84587
84695
 
84588
- },{"../../components/colorscale":116,"../heatmap/calc":386,"./end_plus":374,"./set_contours":382}],365:[function(_dereq_,module,exports){
84696
+ },{"../../components/colorscale":117,"../heatmap/calc":388,"./end_plus":376,"./set_contours":384}],367:[function(_dereq_,module,exports){
84589
84697
  /**
84590
84698
  * Copyright 2012-2020, Plotly, Inc.
84591
84699
  * All rights reserved.
@@ -84675,7 +84783,7 @@ module.exports = function(pathinfo, contours) {
84675
84783
  }
84676
84784
  };
84677
84785
 
84678
- },{}],366:[function(_dereq_,module,exports){
84786
+ },{}],368:[function(_dereq_,module,exports){
84679
84787
  /**
84680
84788
  * Copyright 2012-2020, Plotly, Inc.
84681
84789
  * All rights reserved.
@@ -84726,7 +84834,7 @@ module.exports = {
84726
84834
  calc: calc
84727
84835
  };
84728
84836
 
84729
- },{"../../components/colorscale":116,"./end_plus":374,"./make_color_map":379}],367:[function(_dereq_,module,exports){
84837
+ },{"../../components/colorscale":117,"./end_plus":376,"./make_color_map":381}],369:[function(_dereq_,module,exports){
84730
84838
  /**
84731
84839
  * Copyright 2012-2020, Plotly, Inc.
84732
84840
  * All rights reserved.
@@ -84804,7 +84912,7 @@ module.exports = {
84804
84912
  }
84805
84913
  };
84806
84914
 
84807
- },{}],368:[function(_dereq_,module,exports){
84915
+ },{}],370:[function(_dereq_,module,exports){
84808
84916
  /**
84809
84917
  * Copyright 2012-2020, Plotly, Inc.
84810
84918
  * All rights reserved.
@@ -84898,7 +85006,7 @@ function handleConstraintValueDefaults(coerce, contours) {
84898
85006
  }
84899
85007
  }
84900
85008
 
84901
- },{"../../components/color":104,"../../constants/filter_ops":209,"./label_defaults":378,"fast-isnumeric":23}],369:[function(_dereq_,module,exports){
85009
+ },{"../../components/color":105,"../../constants/filter_ops":210,"./label_defaults":380,"fast-isnumeric":23}],371:[function(_dereq_,module,exports){
84902
85010
  /**
84903
85011
  * Copyright 2012-2020, Plotly, Inc.
84904
85012
  * All rights reserved.
@@ -84977,7 +85085,7 @@ function makeInequalitySettings(operation) {
84977
85085
  };
84978
85086
  }
84979
85087
 
84980
- },{"../../constants/filter_ops":209,"fast-isnumeric":23}],370:[function(_dereq_,module,exports){
85088
+ },{"../../constants/filter_ops":210,"fast-isnumeric":23}],372:[function(_dereq_,module,exports){
84981
85089
  /**
84982
85090
  * Copyright 2012-2020, Plotly, Inc.
84983
85091
  * All rights reserved.
@@ -85006,7 +85114,7 @@ module.exports = function handleContourDefaults(traceIn, traceOut, coerce, coerc
85006
85114
  if(autoContour || !contourSize) coerce('ncontours');
85007
85115
  };
85008
85116
 
85009
- },{}],371:[function(_dereq_,module,exports){
85117
+ },{}],373:[function(_dereq_,module,exports){
85010
85118
  /**
85011
85119
  * Copyright 2012-2020, Plotly, Inc.
85012
85120
  * All rights reserved.
@@ -85106,7 +85214,7 @@ function copyPathinfo(pi) {
85106
85214
  });
85107
85215
  }
85108
85216
 
85109
- },{"../../lib":232}],372:[function(_dereq_,module,exports){
85217
+ },{"../../lib":233}],374:[function(_dereq_,module,exports){
85110
85218
  /**
85111
85219
  * Copyright 2012-2020, Plotly, Inc.
85112
85220
  * All rights reserved.
@@ -85160,7 +85268,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
85160
85268
  }
85161
85269
  };
85162
85270
 
85163
- },{"../../lib":232,"../heatmap/xyz_defaults":399,"../scatter/period_defaults":465,"./attributes":363,"./constraint_defaults":368,"./contours_defaults":370,"./style_defaults":384}],373:[function(_dereq_,module,exports){
85271
+ },{"../../lib":233,"../heatmap/xyz_defaults":401,"../scatter/period_defaults":467,"./attributes":365,"./constraint_defaults":370,"./contours_defaults":372,"./style_defaults":386}],375:[function(_dereq_,module,exports){
85164
85272
  /**
85165
85273
  * Copyright 2012-2020, Plotly, Inc.
85166
85274
  * All rights reserved.
@@ -85224,7 +85332,7 @@ module.exports = function emptyPathinfo(contours, plotinfo, cd0) {
85224
85332
  return pathinfo;
85225
85333
  };
85226
85334
 
85227
- },{"../../lib":232,"./constraint_mapping":369,"./end_plus":374}],374:[function(_dereq_,module,exports){
85335
+ },{"../../lib":233,"./constraint_mapping":371,"./end_plus":376}],376:[function(_dereq_,module,exports){
85228
85336
  /**
85229
85337
  * Copyright 2012-2020, Plotly, Inc.
85230
85338
  * All rights reserved.
@@ -85244,7 +85352,7 @@ module.exports = function endPlus(contours) {
85244
85352
  return contours.end + contours.size / 1e6;
85245
85353
  };
85246
85354
 
85247
- },{}],375:[function(_dereq_,module,exports){
85355
+ },{}],377:[function(_dereq_,module,exports){
85248
85356
  /**
85249
85357
  * Copyright 2012-2020, Plotly, Inc.
85250
85358
  * All rights reserved.
@@ -85538,7 +85646,7 @@ function getInterpPx(pi, loc, step) {
85538
85646
  }
85539
85647
  }
85540
85648
 
85541
- },{"../../lib":232,"./constants":367}],376:[function(_dereq_,module,exports){
85649
+ },{"../../lib":233,"./constants":369}],378:[function(_dereq_,module,exports){
85542
85650
  /**
85543
85651
  * Copyright 2012-2020, Plotly, Inc.
85544
85652
  * All rights reserved.
@@ -85573,7 +85681,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, hoverLay
85573
85681
  return hoverData;
85574
85682
  };
85575
85683
 
85576
- },{"../../components/color":104,"../heatmap/hover":392}],377:[function(_dereq_,module,exports){
85684
+ },{"../../components/color":105,"../heatmap/hover":394}],379:[function(_dereq_,module,exports){
85577
85685
  /**
85578
85686
  * Copyright 2012-2020, Plotly, Inc.
85579
85687
  * All rights reserved.
@@ -85602,7 +85710,7 @@ module.exports = {
85602
85710
  }
85603
85711
  };
85604
85712
 
85605
- },{"../../plots/cartesian":290,"./attributes":363,"./calc":364,"./colorbar":366,"./defaults":372,"./hover":376,"./plot":381,"./style":383}],378:[function(_dereq_,module,exports){
85713
+ },{"../../plots/cartesian":292,"./attributes":365,"./calc":366,"./colorbar":368,"./defaults":374,"./hover":378,"./plot":383,"./style":385}],380:[function(_dereq_,module,exports){
85606
85714
  /**
85607
85715
  * Copyright 2012-2020, Plotly, Inc.
85608
85716
  * All rights reserved.
@@ -85632,7 +85740,7 @@ module.exports = function handleLabelDefaults(coerce, layout, lineColor, opts) {
85632
85740
  if(opts.hasHover !== false) coerce('zhoverformat');
85633
85741
  };
85634
85742
 
85635
- },{"../../lib":232}],379:[function(_dereq_,module,exports){
85743
+ },{"../../lib":233}],381:[function(_dereq_,module,exports){
85636
85744
  /**
85637
85745
  * Copyright 2012-2020, Plotly, Inc.
85638
85746
  * All rights reserved.
@@ -85716,7 +85824,7 @@ module.exports = function makeColorMap(trace) {
85716
85824
  );
85717
85825
  };
85718
85826
 
85719
- },{"../../components/colorscale":116,"./end_plus":374,"d3":21}],380:[function(_dereq_,module,exports){
85827
+ },{"../../components/colorscale":117,"./end_plus":376,"d3":21}],382:[function(_dereq_,module,exports){
85720
85828
  /**
85721
85829
  * Copyright 2012-2020, Plotly, Inc.
85722
85830
  * All rights reserved.
@@ -85808,7 +85916,7 @@ function getMarchingIndex(val, corners) {
85808
85916
  return (mi === 15) ? 0 : mi;
85809
85917
  }
85810
85918
 
85811
- },{"./constants":367}],381:[function(_dereq_,module,exports){
85919
+ },{"./constants":369}],383:[function(_dereq_,module,exports){
85812
85920
  /**
85813
85921
  * Copyright 2012-2020, Plotly, Inc.
85814
85922
  * All rights reserved.
@@ -86499,7 +86607,7 @@ function makeClipMask(cd0) {
86499
86607
  return z;
86500
86608
  }
86501
86609
 
86502
- },{"../../components/colorscale":116,"../../components/drawing":126,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/cartesian/axes":277,"../../plots/cartesian/set_convert":297,"../heatmap/plot":396,"./close_boundaries":365,"./constants":367,"./convert_to_constraints":371,"./empty_pathinfo":373,"./find_all_paths":375,"./make_crossings":380,"d3":21}],382:[function(_dereq_,module,exports){
86610
+ },{"../../components/colorscale":117,"../../components/drawing":127,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/cartesian/axes":279,"../../plots/cartesian/set_convert":299,"../heatmap/plot":398,"./close_boundaries":367,"./constants":369,"./convert_to_constraints":373,"./empty_pathinfo":375,"./find_all_paths":377,"./make_crossings":382,"d3":21}],384:[function(_dereq_,module,exports){
86503
86611
  /**
86504
86612
  * Copyright 2012-2020, Plotly, Inc.
86505
86613
  * All rights reserved.
@@ -86603,7 +86711,7 @@ function autoContours(start, end, ncontours) {
86603
86711
  return dummyAx;
86604
86712
  }
86605
86713
 
86606
- },{"../../lib":232,"../../plots/cartesian/axes":277}],383:[function(_dereq_,module,exports){
86714
+ },{"../../lib":233,"../../plots/cartesian/axes":279}],385:[function(_dereq_,module,exports){
86607
86715
  /**
86608
86716
  * Copyright 2012-2020, Plotly, Inc.
86609
86717
  * All rights reserved.
@@ -86684,7 +86792,7 @@ module.exports = function style(gd) {
86684
86792
  heatmapStyle(gd);
86685
86793
  };
86686
86794
 
86687
- },{"../../components/drawing":126,"../heatmap/style":397,"./make_color_map":379,"d3":21}],384:[function(_dereq_,module,exports){
86795
+ },{"../../components/drawing":127,"../heatmap/style":399,"./make_color_map":381,"d3":21}],386:[function(_dereq_,module,exports){
86688
86796
  /**
86689
86797
  * Copyright 2012-2020, Plotly, Inc.
86690
86798
  * All rights reserved.
@@ -86729,7 +86837,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce, layout,
86729
86837
  handleLabelDefaults(coerce, layout, lineColor, opts);
86730
86838
  };
86731
86839
 
86732
- },{"../../components/colorscale/defaults":114,"./label_defaults":378}],385:[function(_dereq_,module,exports){
86840
+ },{"../../components/colorscale/defaults":115,"./label_defaults":380}],387:[function(_dereq_,module,exports){
86733
86841
  /**
86734
86842
  * Copyright 2012-2020, Plotly, Inc.
86735
86843
  * All rights reserved.
@@ -86851,7 +86959,7 @@ module.exports = extendFlat({
86851
86959
  colorScaleAttrs('', {cLetter: 'z', autoColorDflt: false})
86852
86960
  );
86853
86961
 
86854
- },{"../../components/colorscale/attributes":111,"../../constants/docs":208,"../../lib/extend":226,"../../plots/attributes":273,"../../plots/template_attributes":319,"../scatter/attributes":445}],386:[function(_dereq_,module,exports){
86962
+ },{"../../components/colorscale/attributes":112,"../../constants/docs":209,"../../lib/extend":227,"../../plots/attributes":275,"../../plots/template_attributes":321,"../scatter/attributes":447}],388:[function(_dereq_,module,exports){
86855
86963
  /**
86856
86964
  * Copyright 2012-2020, Plotly, Inc.
86857
86965
  * All rights reserved.
@@ -87060,7 +87168,7 @@ function dropZonBreaks(x, y, z) {
87060
87168
  return newZ;
87061
87169
  }
87062
87170
 
87063
- },{"../../components/colorscale/calc":112,"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/align_period":274,"../../plots/cartesian/axes":277,"../../registry":324,"../histogram2d/calc":414,"./clean_2d_array":387,"./convert_column_xyz":389,"./find_empties":391,"./interp2d":394,"./make_bound_array":395}],387:[function(_dereq_,module,exports){
87171
+ },{"../../components/colorscale/calc":113,"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/align_period":276,"../../plots/cartesian/axes":279,"../../registry":326,"../histogram2d/calc":416,"./clean_2d_array":389,"./convert_column_xyz":391,"./find_empties":393,"./interp2d":396,"./make_bound_array":397}],389:[function(_dereq_,module,exports){
87064
87172
  /**
87065
87173
  * Copyright 2012-2020, Plotly, Inc.
87066
87174
  * All rights reserved.
@@ -87137,7 +87245,7 @@ module.exports = function clean2dArray(zOld, trace, xa, ya) {
87137
87245
  return zNew;
87138
87246
  };
87139
87247
 
87140
- },{"../../constants/numerical":211,"../../lib":232,"fast-isnumeric":23}],388:[function(_dereq_,module,exports){
87248
+ },{"../../constants/numerical":212,"../../lib":233,"fast-isnumeric":23}],390:[function(_dereq_,module,exports){
87141
87249
  /**
87142
87250
  * Copyright 2012-2020, Plotly, Inc.
87143
87251
  * All rights reserved.
@@ -87153,7 +87261,7 @@ module.exports = {
87153
87261
  max: 'zmax'
87154
87262
  };
87155
87263
 
87156
- },{}],389:[function(_dereq_,module,exports){
87264
+ },{}],391:[function(_dereq_,module,exports){
87157
87265
  /**
87158
87266
  * Copyright 2012-2020, Plotly, Inc.
87159
87267
  * All rights reserved.
@@ -87243,7 +87351,7 @@ module.exports = function convertColumnData(trace, ax1, ax2, var1Name, var2Name,
87243
87351
  trace._after2before = after2before;
87244
87352
  };
87245
87353
 
87246
- },{"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/align_period":274}],390:[function(_dereq_,module,exports){
87354
+ },{"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/align_period":276}],392:[function(_dereq_,module,exports){
87247
87355
  /**
87248
87356
  * Copyright 2012-2020, Plotly, Inc.
87249
87357
  * All rights reserved.
@@ -87289,7 +87397,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
87289
87397
  colorscaleDefaults(traceIn, traceOut, layout, coerce, {prefix: '', cLetter: 'z'});
87290
87398
  };
87291
87399
 
87292
- },{"../../components/colorscale/defaults":114,"../../lib":232,"../scatter/period_defaults":465,"./attributes":385,"./style_defaults":398,"./xyz_defaults":399}],391:[function(_dereq_,module,exports){
87400
+ },{"../../components/colorscale/defaults":115,"../../lib":233,"../scatter/period_defaults":467,"./attributes":387,"./style_defaults":400,"./xyz_defaults":401}],393:[function(_dereq_,module,exports){
87293
87401
  /**
87294
87402
  * Copyright 2012-2020, Plotly, Inc.
87295
87403
  * All rights reserved.
@@ -87394,7 +87502,7 @@ module.exports = function findEmpties(z) {
87394
87502
  return empties.sort(function(a, b) { return b[2] - a[2]; });
87395
87503
  };
87396
87504
 
87397
- },{"../../lib":232}],392:[function(_dereq_,module,exports){
87505
+ },{"../../lib":233}],394:[function(_dereq_,module,exports){
87398
87506
  /**
87399
87507
  * Copyright 2012-2020, Plotly, Inc.
87400
87508
  * All rights reserved.
@@ -87532,7 +87640,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, hoverLay
87532
87640
  })];
87533
87641
  };
87534
87642
 
87535
- },{"../../components/colorscale":116,"../../components/fx":144,"../../lib":232,"../../plots/cartesian/axes":277}],393:[function(_dereq_,module,exports){
87643
+ },{"../../components/colorscale":117,"../../components/fx":145,"../../lib":233,"../../plots/cartesian/axes":279}],395:[function(_dereq_,module,exports){
87536
87644
  /**
87537
87645
  * Copyright 2012-2020, Plotly, Inc.
87538
87646
  * All rights reserved.
@@ -87561,7 +87669,7 @@ module.exports = {
87561
87669
  }
87562
87670
  };
87563
87671
 
87564
- },{"../../plots/cartesian":290,"./attributes":385,"./calc":386,"./colorbar":388,"./defaults":390,"./hover":392,"./plot":396,"./style":397}],394:[function(_dereq_,module,exports){
87672
+ },{"../../plots/cartesian":292,"./attributes":387,"./calc":388,"./colorbar":390,"./defaults":392,"./hover":394,"./plot":398,"./style":399}],396:[function(_dereq_,module,exports){
87565
87673
  /**
87566
87674
  * Copyright 2012-2020, Plotly, Inc.
87567
87675
  * All rights reserved.
@@ -87694,7 +87802,7 @@ function iterateInterp2d(z, emptyPoints, overshoot) {
87694
87802
  return maxFractionalChange;
87695
87803
  }
87696
87804
 
87697
- },{"../../lib":232}],395:[function(_dereq_,module,exports){
87805
+ },{"../../lib":233}],397:[function(_dereq_,module,exports){
87698
87806
  /**
87699
87807
  * Copyright 2012-2020, Plotly, Inc.
87700
87808
  * All rights reserved.
@@ -87782,7 +87890,7 @@ module.exports = function makeBoundArray(trace, arrayIn, v0In, dvIn, numbricks,
87782
87890
  return arrayOut;
87783
87891
  };
87784
87892
 
87785
- },{"../../lib":232,"../../registry":324}],396:[function(_dereq_,module,exports){
87893
+ },{"../../lib":233,"../../registry":326}],398:[function(_dereq_,module,exports){
87786
87894
  /**
87787
87895
  * Copyright 2012-2020, Plotly, Inc.
87788
87896
  * All rights reserved.
@@ -88187,7 +88295,7 @@ function putColor(pixels, pxIndex, c) {
88187
88295
  pixels[pxIndex + 3] = Math.round(c[3] * 255);
88188
88296
  }
88189
88297
 
88190
- },{"../../components/colorscale":116,"../../constants/xmlns_namespaces":212,"../../lib":232,"../../registry":324,"d3":21,"tinycolor2":87}],397:[function(_dereq_,module,exports){
88298
+ },{"../../components/colorscale":117,"../../constants/xmlns_namespaces":213,"../../lib":233,"../../registry":326,"d3":21,"tinycolor2":88}],399:[function(_dereq_,module,exports){
88191
88299
  /**
88192
88300
  * Copyright 2012-2020, Plotly, Inc.
88193
88301
  * All rights reserved.
@@ -88208,7 +88316,7 @@ module.exports = function style(gd) {
88208
88316
  });
88209
88317
  };
88210
88318
 
88211
- },{"d3":21}],398:[function(_dereq_,module,exports){
88319
+ },{"d3":21}],400:[function(_dereq_,module,exports){
88212
88320
  /**
88213
88321
  * Copyright 2012-2020, Plotly, Inc.
88214
88322
  * All rights reserved.
@@ -88231,7 +88339,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce) {
88231
88339
  coerce('zhoverformat');
88232
88340
  };
88233
88341
 
88234
- },{}],399:[function(_dereq_,module,exports){
88342
+ },{}],401:[function(_dereq_,module,exports){
88235
88343
  /**
88236
88344
  * Copyright 2012-2020, Plotly, Inc.
88237
88345
  * All rights reserved.
@@ -88333,7 +88441,7 @@ function isValidZ(z) {
88333
88441
  return (allRowsAreArrays && oneRowIsFilled && hasOneNumber);
88334
88442
  }
88335
88443
 
88336
- },{"../../lib":232,"../../registry":324,"fast-isnumeric":23}],400:[function(_dereq_,module,exports){
88444
+ },{"../../lib":233,"../../registry":326,"fast-isnumeric":23}],402:[function(_dereq_,module,exports){
88337
88445
  /**
88338
88446
  * Copyright 2012-2020, Plotly, Inc.
88339
88447
  * All rights reserved.
@@ -88474,7 +88582,7 @@ module.exports = {
88474
88582
  }
88475
88583
  };
88476
88584
 
88477
- },{"../../lib/extend":226,"../../plots/template_attributes":319,"../bar/attributes":334,"./bin_attributes":402,"./constants":406}],401:[function(_dereq_,module,exports){
88585
+ },{"../../lib/extend":227,"../../plots/template_attributes":321,"../bar/attributes":336,"./bin_attributes":404,"./constants":408}],403:[function(_dereq_,module,exports){
88478
88586
  /**
88479
88587
  * Copyright 2012-2020, Plotly, Inc.
88480
88588
  * All rights reserved.
@@ -88499,7 +88607,7 @@ module.exports = function doAvg(size, counts) {
88499
88607
  return total;
88500
88608
  };
88501
88609
 
88502
- },{}],402:[function(_dereq_,module,exports){
88610
+ },{}],404:[function(_dereq_,module,exports){
88503
88611
  /**
88504
88612
  * Copyright 2012-2020, Plotly, Inc.
88505
88613
  * All rights reserved.
@@ -88534,7 +88642,7 @@ module.exports = function makeBinAttrs(axLetter, match) {
88534
88642
  };
88535
88643
  };
88536
88644
 
88537
- },{}],403:[function(_dereq_,module,exports){
88645
+ },{}],405:[function(_dereq_,module,exports){
88538
88646
  /**
88539
88647
  * Copyright 2012-2020, Plotly, Inc.
88540
88648
  * All rights reserved.
@@ -88608,7 +88716,7 @@ module.exports = {
88608
88716
  }
88609
88717
  };
88610
88718
 
88611
- },{"fast-isnumeric":23}],404:[function(_dereq_,module,exports){
88719
+ },{"fast-isnumeric":23}],406:[function(_dereq_,module,exports){
88612
88720
  /**
88613
88721
  * Copyright 2012-2020, Plotly, Inc.
88614
88722
  * All rights reserved.
@@ -88784,7 +88892,7 @@ function dateParts(v, pa, calendar) {
88784
88892
  return parts;
88785
88893
  }
88786
88894
 
88787
- },{"../../constants/numerical":211,"../../plots/cartesian/axes":277}],405:[function(_dereq_,module,exports){
88895
+ },{"../../constants/numerical":212,"../../plots/cartesian/axes":279}],407:[function(_dereq_,module,exports){
88788
88896
  /**
88789
88897
  * Copyright 2012-2020, Plotly, Inc.
88790
88898
  * All rights reserved.
@@ -89363,7 +89471,7 @@ module.exports = {
89363
89471
  calcAllAutoBins: calcAllAutoBins
89364
89472
  };
89365
89473
 
89366
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../../registry":324,"../bar/arrays_to_calcdata":333,"./average":401,"./bin_functions":403,"./bin_label_vals":404,"./norm_functions":412,"fast-isnumeric":23}],406:[function(_dereq_,module,exports){
89474
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../../registry":326,"../bar/arrays_to_calcdata":335,"./average":403,"./bin_functions":405,"./bin_label_vals":406,"./norm_functions":414,"fast-isnumeric":23}],408:[function(_dereq_,module,exports){
89367
89475
  /**
89368
89476
  * Copyright 2012-2020, Plotly, Inc.
89369
89477
  * All rights reserved.
@@ -89379,7 +89487,7 @@ module.exports = {
89379
89487
  eventDataKeys: ['binNumber']
89380
89488
  };
89381
89489
 
89382
- },{}],407:[function(_dereq_,module,exports){
89490
+ },{}],409:[function(_dereq_,module,exports){
89383
89491
  /**
89384
89492
  * Copyright 2012-2020, Plotly, Inc.
89385
89493
  * All rights reserved.
@@ -89656,7 +89764,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
89656
89764
  }
89657
89765
  };
89658
89766
 
89659
- },{"../../lib":232,"../../plots/cartesian/axis_ids":280,"../../plots/cartesian/constraints":284,"../../registry":324,"../bar/defaults":338}],408:[function(_dereq_,module,exports){
89767
+ },{"../../lib":233,"../../plots/cartesian/axis_ids":282,"../../plots/cartesian/constraints":286,"../../registry":326,"../bar/defaults":340}],410:[function(_dereq_,module,exports){
89660
89768
  /**
89661
89769
  * Copyright 2012-2020, Plotly, Inc.
89662
89770
  * All rights reserved.
@@ -89730,7 +89838,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
89730
89838
  errorBarsSupplyDefaults(traceIn, traceOut, lineColor || Color.defaultLine, {axis: 'x', inherit: 'y'});
89731
89839
  };
89732
89840
 
89733
- },{"../../components/color":104,"../../lib":232,"../../registry":324,"../bar/style_defaults":349,"./attributes":400}],409:[function(_dereq_,module,exports){
89841
+ },{"../../components/color":105,"../../lib":233,"../../registry":326,"../bar/style_defaults":351,"./attributes":402}],411:[function(_dereq_,module,exports){
89734
89842
  /**
89735
89843
  * Copyright 2012-2020, Plotly, Inc.
89736
89844
  * All rights reserved.
@@ -89779,7 +89887,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
89779
89887
  return out;
89780
89888
  };
89781
89889
 
89782
- },{}],410:[function(_dereq_,module,exports){
89890
+ },{}],412:[function(_dereq_,module,exports){
89783
89891
  /**
89784
89892
  * Copyright 2012-2020, Plotly, Inc.
89785
89893
  * All rights reserved.
@@ -89812,7 +89920,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
89812
89920
  return pts;
89813
89921
  };
89814
89922
 
89815
- },{"../../plots/cartesian/axes":277,"../bar/hover":341}],411:[function(_dereq_,module,exports){
89923
+ },{"../../plots/cartesian/axes":279,"../bar/hover":343}],413:[function(_dereq_,module,exports){
89816
89924
  /**
89817
89925
  * Copyright 2012-2020, Plotly, Inc.
89818
89926
  * All rights reserved.
@@ -89862,7 +89970,7 @@ module.exports = {
89862
89970
  }
89863
89971
  };
89864
89972
 
89865
- },{"../../plots/cartesian":290,"../bar/cross_trace_calc":337,"../bar/layout_attributes":343,"../bar/layout_defaults":344,"../bar/plot":345,"../bar/select":346,"../bar/style":348,"../scatter/marker_colorbar":463,"./attributes":400,"./calc":405,"./cross_trace_defaults":407,"./defaults":408,"./event_data":409,"./hover":410}],412:[function(_dereq_,module,exports){
89973
+ },{"../../plots/cartesian":292,"../bar/cross_trace_calc":339,"../bar/layout_attributes":345,"../bar/layout_defaults":346,"../bar/plot":347,"../bar/select":348,"../bar/style":350,"../scatter/marker_colorbar":465,"./attributes":402,"./calc":407,"./cross_trace_defaults":409,"./defaults":410,"./event_data":411,"./hover":412}],414:[function(_dereq_,module,exports){
89866
89974
  /**
89867
89975
  * Copyright 2012-2020, Plotly, Inc.
89868
89976
  * All rights reserved.
@@ -89897,7 +90005,7 @@ module.exports = {
89897
90005
  }
89898
90006
  };
89899
90007
 
89900
- },{}],413:[function(_dereq_,module,exports){
90008
+ },{}],415:[function(_dereq_,module,exports){
89901
90009
  /**
89902
90010
  * Copyright 2012-2020, Plotly, Inc.
89903
90011
  * All rights reserved.
@@ -89965,7 +90073,7 @@ module.exports = extendFlat(
89965
90073
  colorScaleAttrs('', {cLetter: 'z', autoColorDflt: false})
89966
90074
  );
89967
90075
 
89968
- },{"../../components/colorscale/attributes":111,"../../lib/extend":226,"../../plots/attributes":273,"../../plots/template_attributes":319,"../heatmap/attributes":385,"../histogram/attributes":400,"../histogram/bin_attributes":402}],414:[function(_dereq_,module,exports){
90076
+ },{"../../components/colorscale/attributes":112,"../../lib/extend":227,"../../plots/attributes":275,"../../plots/template_attributes":321,"../heatmap/attributes":387,"../histogram/attributes":402,"../histogram/bin_attributes":404}],416:[function(_dereq_,module,exports){
89969
90077
  /**
89970
90078
  * Copyright 2012-2020, Plotly, Inc.
89971
90079
  * All rights reserved.
@@ -90184,7 +90292,7 @@ function getRanges(edges, uniqueVals, gapLow, gapHigh, ax, calendar) {
90184
90292
  return out;
90185
90293
  }
90186
90294
 
90187
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../histogram/average":401,"../histogram/bin_functions":403,"../histogram/bin_label_vals":404,"../histogram/calc":405,"../histogram/norm_functions":412}],415:[function(_dereq_,module,exports){
90295
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../histogram/average":403,"../histogram/bin_functions":405,"../histogram/bin_label_vals":406,"../histogram/calc":407,"../histogram/norm_functions":414}],417:[function(_dereq_,module,exports){
90188
90296
  /**
90189
90297
  * Copyright 2012-2020, Plotly, Inc.
90190
90298
  * All rights reserved.
@@ -90217,7 +90325,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
90217
90325
  coerce('hovertemplate');
90218
90326
  };
90219
90327
 
90220
- },{"../../components/colorscale/defaults":114,"../../lib":232,"../heatmap/style_defaults":398,"./attributes":413,"./sample_defaults":418}],416:[function(_dereq_,module,exports){
90328
+ },{"../../components/colorscale/defaults":115,"../../lib":233,"../heatmap/style_defaults":400,"./attributes":415,"./sample_defaults":420}],418:[function(_dereq_,module,exports){
90221
90329
  /**
90222
90330
  * Copyright 2012-2020, Plotly, Inc.
90223
90331
  * All rights reserved.
@@ -90251,7 +90359,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, hoverLay
90251
90359
  return pts;
90252
90360
  };
90253
90361
 
90254
- },{"../../plots/cartesian/axes":277,"../heatmap/hover":392}],417:[function(_dereq_,module,exports){
90362
+ },{"../../plots/cartesian/axes":279,"../heatmap/hover":394}],419:[function(_dereq_,module,exports){
90255
90363
  /**
90256
90364
  * Copyright 2012-2020, Plotly, Inc.
90257
90365
  * All rights reserved.
@@ -90284,7 +90392,7 @@ module.exports = {
90284
90392
  }
90285
90393
  };
90286
90394
 
90287
- },{"../../plots/cartesian":290,"../heatmap/calc":386,"../heatmap/colorbar":388,"../heatmap/plot":396,"../heatmap/style":397,"../histogram/cross_trace_defaults":407,"../histogram/event_data":409,"./attributes":413,"./defaults":415,"./hover":416}],418:[function(_dereq_,module,exports){
90395
+ },{"../../plots/cartesian":292,"../heatmap/calc":388,"../heatmap/colorbar":390,"../heatmap/plot":398,"../heatmap/style":399,"../histogram/cross_trace_defaults":409,"../histogram/event_data":411,"./attributes":415,"./defaults":417,"./hover":418}],420:[function(_dereq_,module,exports){
90288
90396
  /**
90289
90397
  * Copyright 2012-2020, Plotly, Inc.
90290
90398
  * All rights reserved.
@@ -90329,7 +90437,7 @@ module.exports = function handleSampleDefaults(traceIn, traceOut, coerce, layout
90329
90437
  coerce('autobiny');
90330
90438
  };
90331
90439
 
90332
- },{"../../lib":232,"../../registry":324}],419:[function(_dereq_,module,exports){
90440
+ },{"../../lib":233,"../../registry":326}],421:[function(_dereq_,module,exports){
90333
90441
  /**
90334
90442
  * Copyright 2012-2020, Plotly, Inc.
90335
90443
  * All rights reserved.
@@ -90387,7 +90495,7 @@ module.exports = extendFlat({
90387
90495
  })
90388
90496
  );
90389
90497
 
90390
- },{"../../components/colorscale/attributes":111,"../../lib/extend":226,"../contour/attributes":363,"../histogram2d/attributes":413}],420:[function(_dereq_,module,exports){
90498
+ },{"../../components/colorscale/attributes":112,"../../lib/extend":227,"../contour/attributes":365,"../histogram2d/attributes":415}],422:[function(_dereq_,module,exports){
90391
90499
  /**
90392
90500
  * Copyright 2012-2020, Plotly, Inc.
90393
90501
  * All rights reserved.
@@ -90424,7 +90532,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
90424
90532
  coerce('hovertemplate');
90425
90533
  };
90426
90534
 
90427
- },{"../../lib":232,"../contour/contours_defaults":370,"../contour/style_defaults":384,"../histogram2d/sample_defaults":418,"./attributes":419}],421:[function(_dereq_,module,exports){
90535
+ },{"../../lib":233,"../contour/contours_defaults":372,"../contour/style_defaults":386,"../histogram2d/sample_defaults":420,"./attributes":421}],423:[function(_dereq_,module,exports){
90428
90536
  /**
90429
90537
  * Copyright 2012-2020, Plotly, Inc.
90430
90538
  * All rights reserved.
@@ -90456,7 +90564,7 @@ module.exports = {
90456
90564
  }
90457
90565
  };
90458
90566
 
90459
- },{"../../plots/cartesian":290,"../contour/calc":364,"../contour/colorbar":366,"../contour/hover":376,"../contour/plot":381,"../contour/style":383,"../histogram/cross_trace_defaults":407,"./attributes":419,"./defaults":420}],422:[function(_dereq_,module,exports){
90567
+ },{"../../plots/cartesian":292,"../contour/calc":366,"../contour/colorbar":368,"../contour/hover":378,"../contour/plot":383,"../contour/style":385,"../histogram/cross_trace_defaults":409,"./attributes":421,"./defaults":422}],424:[function(_dereq_,module,exports){
90460
90568
  /**
90461
90569
  * Copyright 2012-2020, Plotly, Inc.
90462
90570
  * All rights reserved.
@@ -90574,7 +90682,7 @@ module.exports = extendFlat({
90574
90682
  transforms: undefined
90575
90683
  });
90576
90684
 
90577
- },{"../../lib/extend":226,"../../plots/attributes":273,"../../plots/template_attributes":319,"./constants":424}],423:[function(_dereq_,module,exports){
90685
+ },{"../../lib/extend":227,"../../plots/attributes":275,"../../plots/template_attributes":321,"./constants":426}],425:[function(_dereq_,module,exports){
90578
90686
  /**
90579
90687
  * Copyright 2012-2020, Plotly, Inc.
90580
90688
  * All rights reserved.
@@ -90672,7 +90780,7 @@ function makeScaler(trace) {
90672
90780
  };
90673
90781
  }
90674
90782
 
90675
- },{"../../lib":232,"../../plots/cartesian/axes":277,"./constants":424,"./helpers":427,"fast-isnumeric":23}],424:[function(_dereq_,module,exports){
90783
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"./constants":426,"./helpers":429,"fast-isnumeric":23}],426:[function(_dereq_,module,exports){
90676
90784
  /**
90677
90785
  * Copyright 2012-2020, Plotly, Inc.
90678
90786
  * All rights reserved.
@@ -90733,7 +90841,7 @@ module.exports = {
90733
90841
  }
90734
90842
  };
90735
90843
 
90736
- },{}],425:[function(_dereq_,module,exports){
90844
+ },{}],427:[function(_dereq_,module,exports){
90737
90845
  /**
90738
90846
  * Copyright 2012-2020, Plotly, Inc.
90739
90847
  * All rights reserved.
@@ -90790,7 +90898,7 @@ module.exports = function supplyDefaults(traceIn, traceOut) {
90790
90898
  traceOut._length = null;
90791
90899
  };
90792
90900
 
90793
- },{"../../lib":232,"../../snapshot/helpers":328,"./attributes":422,"./constants":424}],426:[function(_dereq_,module,exports){
90901
+ },{"../../lib":233,"../../snapshot/helpers":330,"./attributes":424,"./constants":426}],428:[function(_dereq_,module,exports){
90794
90902
  /**
90795
90903
  * Copyright 2012-2020, Plotly, Inc.
90796
90904
  * All rights reserved.
@@ -90812,7 +90920,7 @@ module.exports = function eventData(out, pt) {
90812
90920
  return out;
90813
90921
  };
90814
90922
 
90815
- },{}],427:[function(_dereq_,module,exports){
90923
+ },{}],429:[function(_dereq_,module,exports){
90816
90924
  /**
90817
90925
  * Copyright 2012-2020, Plotly, Inc.
90818
90926
  * All rights reserved.
@@ -90833,7 +90941,7 @@ exports.getImageSize = function(src) {
90833
90941
  return sizeOf(buff);
90834
90942
  };
90835
90943
 
90836
- },{"../../snapshot/helpers":328,"buffer/":18,"image-size":58}],428:[function(_dereq_,module,exports){
90944
+ },{"../../snapshot/helpers":330,"buffer/":18,"image-size":58}],430:[function(_dereq_,module,exports){
90837
90945
  /**
90838
90946
  * Copyright 2012-2020, Plotly, Inc.
90839
90947
  * All rights reserved.
@@ -90933,7 +91041,7 @@ module.exports = function hoverPoints(pointData, xval, yval) {
90933
91041
  })];
90934
91042
  };
90935
91043
 
90936
- },{"../../components/fx":144,"../../lib":232,"./constants":424}],429:[function(_dereq_,module,exports){
91044
+ },{"../../components/fx":145,"../../lib":233,"./constants":426}],431:[function(_dereq_,module,exports){
90937
91045
  /**
90938
91046
  * Copyright 2012-2020, Plotly, Inc.
90939
91047
  * All rights reserved.
@@ -90963,7 +91071,7 @@ module.exports = {
90963
91071
  }
90964
91072
  };
90965
91073
 
90966
- },{"../../plots/cartesian":290,"./attributes":422,"./calc":423,"./defaults":425,"./event_data":426,"./hover":428,"./plot":430,"./style":431}],430:[function(_dereq_,module,exports){
91074
+ },{"../../plots/cartesian":292,"./attributes":424,"./calc":425,"./defaults":427,"./event_data":428,"./hover":430,"./plot":432,"./style":433}],432:[function(_dereq_,module,exports){
90967
91075
  /**
90968
91076
  * Copyright 2012-2020, Plotly, Inc.
90969
91077
  * All rights reserved.
@@ -91193,7 +91301,7 @@ module.exports = function plot(gd, plotinfo, cdimage, imageLayer) {
91193
91301
  });
91194
91302
  };
91195
91303
 
91196
- },{"../../constants/xmlns_namespaces":212,"../../lib":232,"./constants":424,"d3":21}],431:[function(_dereq_,module,exports){
91304
+ },{"../../constants/xmlns_namespaces":213,"../../lib":233,"./constants":426,"d3":21}],433:[function(_dereq_,module,exports){
91197
91305
  /**
91198
91306
  * Copyright 2012-2020, Plotly, Inc.
91199
91307
  * All rights reserved.
@@ -91213,7 +91321,7 @@ module.exports = function style(gd) {
91213
91321
  });
91214
91322
  };
91215
91323
 
91216
- },{"d3":21}],432:[function(_dereq_,module,exports){
91324
+ },{"d3":21}],434:[function(_dereq_,module,exports){
91217
91325
  /**
91218
91326
  * Copyright 2012-2020, Plotly, Inc.
91219
91327
  * All rights reserved.
@@ -91484,7 +91592,7 @@ module.exports = {
91484
91592
  }
91485
91593
  };
91486
91594
 
91487
- },{"../../components/color/attributes":103,"../../lib/extend":226,"../../plots/attributes":273,"../../plots/domain":304,"../../plots/font_attributes":305,"../../plots/template_attributes":319}],433:[function(_dereq_,module,exports){
91595
+ },{"../../components/color/attributes":104,"../../lib/extend":227,"../../plots/attributes":275,"../../plots/domain":306,"../../plots/font_attributes":307,"../../plots/template_attributes":321}],435:[function(_dereq_,module,exports){
91488
91596
  /**
91489
91597
  * Copyright 2012-2020, Plotly, Inc.
91490
91598
  * All rights reserved.
@@ -91507,7 +91615,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
91507
91615
  plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
91508
91616
  };
91509
91617
 
91510
- },{"../../plots/plots":311}],434:[function(_dereq_,module,exports){
91618
+ },{"../../plots/plots":313}],436:[function(_dereq_,module,exports){
91511
91619
  /**
91512
91620
  * Copyright 2012-2020, Plotly, Inc.
91513
91621
  * All rights reserved.
@@ -91690,7 +91798,7 @@ module.exports = {
91690
91798
  generateExtendedColors: generateExtendedColors
91691
91799
  };
91692
91800
 
91693
- },{"../../components/color":104,"fast-isnumeric":23,"tinycolor2":87}],435:[function(_dereq_,module,exports){
91801
+ },{"../../components/color":105,"fast-isnumeric":23,"tinycolor2":88}],437:[function(_dereq_,module,exports){
91694
91802
  /**
91695
91803
  * Copyright 2012-2020, Plotly, Inc.
91696
91804
  * All rights reserved.
@@ -91821,7 +91929,7 @@ module.exports = {
91821
91929
  supplyDefaults: supplyDefaults
91822
91930
  };
91823
91931
 
91824
- },{"../../lib":232,"../../plots/domain":304,"../bar/defaults":338,"./attributes":432,"fast-isnumeric":23}],436:[function(_dereq_,module,exports){
91932
+ },{"../../lib":233,"../../plots/domain":306,"../bar/defaults":340,"./attributes":434,"fast-isnumeric":23}],438:[function(_dereq_,module,exports){
91825
91933
  /**
91826
91934
  * Copyright 2012-2020, Plotly, Inc.
91827
91935
  * All rights reserved.
@@ -91870,7 +91978,7 @@ module.exports = function eventData(pt, trace) {
91870
91978
  return out;
91871
91979
  };
91872
91980
 
91873
- },{"../../components/fx/helpers":140}],437:[function(_dereq_,module,exports){
91981
+ },{"../../components/fx/helpers":141}],439:[function(_dereq_,module,exports){
91874
91982
  /**
91875
91983
  * Copyright 2012-2020, Plotly, Inc.
91876
91984
  * All rights reserved.
@@ -91918,7 +92026,7 @@ exports.getRotationAngle = function(rotation) {
91918
92026
  return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
91919
92027
  };
91920
92028
 
91921
- },{"../../lib":232}],438:[function(_dereq_,module,exports){
92029
+ },{"../../lib":233}],440:[function(_dereq_,module,exports){
91922
92030
  /**
91923
92031
  * Copyright 2012-2020, Plotly, Inc.
91924
92032
  * All rights reserved.
@@ -91951,7 +92059,7 @@ module.exports = {
91951
92059
  }
91952
92060
  };
91953
92061
 
91954
- },{"./attributes":432,"./base_plot":433,"./calc":434,"./defaults":435,"./layout_attributes":439,"./layout_defaults":440,"./plot":441,"./style":442,"./style_one":443}],439:[function(_dereq_,module,exports){
92062
+ },{"./attributes":434,"./base_plot":435,"./calc":436,"./defaults":437,"./layout_attributes":441,"./layout_defaults":442,"./plot":443,"./style":444,"./style_one":445}],441:[function(_dereq_,module,exports){
91955
92063
  /**
91956
92064
  * Copyright 2012-2020, Plotly, Inc.
91957
92065
  * All rights reserved.
@@ -91984,7 +92092,7 @@ module.exports = {
91984
92092
  }
91985
92093
  };
91986
92094
 
91987
- },{}],440:[function(_dereq_,module,exports){
92095
+ },{}],442:[function(_dereq_,module,exports){
91988
92096
  /**
91989
92097
  * Copyright 2012-2020, Plotly, Inc.
91990
92098
  * All rights reserved.
@@ -92009,7 +92117,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
92009
92117
  coerce('extendpiecolors');
92010
92118
  };
92011
92119
 
92012
- },{"../../lib":232,"./layout_attributes":439}],441:[function(_dereq_,module,exports){
92120
+ },{"../../lib":233,"./layout_attributes":441}],443:[function(_dereq_,module,exports){
92013
92121
  /**
92014
92122
  * Copyright 2012-2020, Plotly, Inc.
92015
92123
  * All rights reserved.
@@ -93189,7 +93297,7 @@ module.exports = {
93189
93297
  computeTransform: computeTransform
93190
93298
  };
93191
93299
 
93192
- },{"../../components/color":104,"../../components/drawing":126,"../../components/fx":144,"../../lib":232,"../../lib/svg_text_utils":253,"../../plots/plots":311,"../bar/constants":336,"../bar/uniform_text":350,"./event_data":436,"./helpers":437,"d3":21}],442:[function(_dereq_,module,exports){
93300
+ },{"../../components/color":105,"../../components/drawing":127,"../../components/fx":145,"../../lib":233,"../../lib/svg_text_utils":255,"../../plots/plots":313,"../bar/constants":338,"../bar/uniform_text":352,"./event_data":438,"./helpers":439,"d3":21}],444:[function(_dereq_,module,exports){
93193
93301
  /**
93194
93302
  * Copyright 2012-2020, Plotly, Inc.
93195
93303
  * All rights reserved.
@@ -93222,7 +93330,7 @@ module.exports = function style(gd) {
93222
93330
  });
93223
93331
  };
93224
93332
 
93225
- },{"../bar/uniform_text":350,"./style_one":443,"d3":21}],443:[function(_dereq_,module,exports){
93333
+ },{"../bar/uniform_text":352,"./style_one":445,"d3":21}],445:[function(_dereq_,module,exports){
93226
93334
  /**
93227
93335
  * Copyright 2012-2020, Plotly, Inc.
93228
93336
  * All rights reserved.
@@ -93246,7 +93354,7 @@ module.exports = function styleOne(s, pt, trace) {
93246
93354
  .call(Color.stroke, lineColor);
93247
93355
  };
93248
93356
 
93249
- },{"../../components/color":104,"./helpers":437}],444:[function(_dereq_,module,exports){
93357
+ },{"../../components/color":105,"./helpers":439}],446:[function(_dereq_,module,exports){
93250
93358
  /**
93251
93359
  * Copyright 2012-2020, Plotly, Inc.
93252
93360
  * All rights reserved.
@@ -93298,7 +93406,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
93298
93406
  }
93299
93407
  };
93300
93408
 
93301
- },{"../../lib":232}],445:[function(_dereq_,module,exports){
93409
+ },{"../../lib":233}],447:[function(_dereq_,module,exports){
93302
93410
  /**
93303
93411
  * Copyright 2012-2020, Plotly, Inc.
93304
93412
  * All rights reserved.
@@ -93752,7 +93860,7 @@ module.exports = {
93752
93860
  }
93753
93861
  };
93754
93862
 
93755
- },{"../../components/colorscale/attributes":111,"../../components/drawing":126,"../../components/drawing/attributes":125,"../../lib/extend":226,"../../plots/font_attributes":305,"../../plots/template_attributes":319,"./constants":449}],446:[function(_dereq_,module,exports){
93863
+ },{"../../components/colorscale/attributes":112,"../../components/drawing":127,"../../components/drawing/attributes":126,"../../lib/extend":227,"../../plots/font_attributes":307,"../../plots/template_attributes":321,"./constants":451}],448:[function(_dereq_,module,exports){
93756
93864
  /**
93757
93865
  * Copyright 2012-2020, Plotly, Inc.
93758
93866
  * All rights reserved.
@@ -94051,7 +94159,7 @@ module.exports = {
94051
94159
  getStackOpts: getStackOpts
94052
94160
  };
94053
94161
 
94054
- },{"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/align_period":274,"../../plots/cartesian/axes":277,"./arrays_to_calcdata":444,"./calc_selection":447,"./colorscale_calc":448,"./subtypes":470,"fast-isnumeric":23}],447:[function(_dereq_,module,exports){
94162
+ },{"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/align_period":276,"../../plots/cartesian/axes":279,"./arrays_to_calcdata":446,"./calc_selection":449,"./colorscale_calc":450,"./subtypes":472,"fast-isnumeric":23}],449:[function(_dereq_,module,exports){
94055
94163
  /**
94056
94164
  * Copyright 2012-2020, Plotly, Inc.
94057
94165
  * All rights reserved.
@@ -94070,7 +94178,7 @@ module.exports = function calcSelection(cd, trace) {
94070
94178
  }
94071
94179
  };
94072
94180
 
94073
- },{"../../lib":232}],448:[function(_dereq_,module,exports){
94181
+ },{"../../lib":233}],450:[function(_dereq_,module,exports){
94074
94182
  /**
94075
94183
  * Copyright 2012-2020, Plotly, Inc.
94076
94184
  * All rights reserved.
@@ -94113,7 +94221,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
94113
94221
  }
94114
94222
  };
94115
94223
 
94116
- },{"../../components/colorscale/calc":112,"../../components/colorscale/helpers":115,"./subtypes":470}],449:[function(_dereq_,module,exports){
94224
+ },{"../../components/colorscale/calc":113,"../../components/colorscale/helpers":116,"./subtypes":472}],451:[function(_dereq_,module,exports){
94117
94225
  /**
94118
94226
  * Copyright 2012-2020, Plotly, Inc.
94119
94227
  * All rights reserved.
@@ -94142,7 +94250,7 @@ module.exports = {
94142
94250
  eventDataKeys: []
94143
94251
  };
94144
94252
 
94145
- },{}],450:[function(_dereq_,module,exports){
94253
+ },{}],452:[function(_dereq_,module,exports){
94146
94254
  /**
94147
94255
  * Copyright 2012-2020, Plotly, Inc.
94148
94256
  * All rights reserved.
@@ -94323,7 +94431,7 @@ function getInterp(calcTrace, index, position, posAttr) {
94323
94431
  return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
94324
94432
  }
94325
94433
 
94326
- },{"./calc":446}],451:[function(_dereq_,module,exports){
94434
+ },{"./calc":448}],453:[function(_dereq_,module,exports){
94327
94435
  /**
94328
94436
  * Copyright 2012-2020, Plotly, Inc.
94329
94437
  * All rights reserved.
@@ -94362,7 +94470,7 @@ module.exports = function crossTraceDefaults(fullData) {
94362
94470
  }
94363
94471
  };
94364
94472
 
94365
- },{}],452:[function(_dereq_,module,exports){
94473
+ },{}],454:[function(_dereq_,module,exports){
94366
94474
  /**
94367
94475
  * Copyright 2012-2020, Plotly, Inc.
94368
94476
  * All rights reserved.
@@ -94455,7 +94563,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
94455
94563
  Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
94456
94564
  };
94457
94565
 
94458
- },{"../../lib":232,"../../registry":324,"./attributes":445,"./constants":449,"./fillcolor_defaults":453,"./line_defaults":458,"./line_shape_defaults":460,"./marker_defaults":464,"./period_defaults":465,"./stack_defaults":468,"./subtypes":470,"./text_defaults":471,"./xy_defaults":472}],453:[function(_dereq_,module,exports){
94566
+ },{"../../lib":233,"../../registry":326,"./attributes":447,"./constants":451,"./fillcolor_defaults":455,"./line_defaults":460,"./line_shape_defaults":462,"./marker_defaults":466,"./period_defaults":467,"./stack_defaults":470,"./subtypes":472,"./text_defaults":473,"./xy_defaults":474}],455:[function(_dereq_,module,exports){
94459
94567
  /**
94460
94568
  * Copyright 2012-2020, Plotly, Inc.
94461
94569
  * All rights reserved.
@@ -94492,7 +94600,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
94492
94600
  ));
94493
94601
  };
94494
94602
 
94495
- },{"../../components/color":104,"../../lib":232}],454:[function(_dereq_,module,exports){
94603
+ },{"../../components/color":105,"../../lib":233}],456:[function(_dereq_,module,exports){
94496
94604
  /**
94497
94605
  * Copyright 2012-2020, Plotly, Inc.
94498
94606
  * All rights reserved.
@@ -94518,7 +94626,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
94518
94626
  return labels;
94519
94627
  };
94520
94628
 
94521
- },{"../../plots/cartesian/axes":277}],455:[function(_dereq_,module,exports){
94629
+ },{"../../plots/cartesian/axes":279}],457:[function(_dereq_,module,exports){
94522
94630
  /**
94523
94631
  * Copyright 2012-2020, Plotly, Inc.
94524
94632
  * All rights reserved.
@@ -94567,7 +94675,7 @@ module.exports = function getTraceColor(trace, di) {
94567
94675
  }
94568
94676
  };
94569
94677
 
94570
- },{"../../components/color":104,"./subtypes":470}],456:[function(_dereq_,module,exports){
94678
+ },{"../../components/color":105,"./subtypes":472}],458:[function(_dereq_,module,exports){
94571
94679
  /**
94572
94680
  * Copyright 2012-2020, Plotly, Inc.
94573
94681
  * All rights reserved.
@@ -94762,7 +94870,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
94762
94870
  }
94763
94871
  };
94764
94872
 
94765
- },{"../../components/color":104,"../../components/fx":144,"../../lib":232,"../../registry":324,"./get_trace_color":455}],457:[function(_dereq_,module,exports){
94873
+ },{"../../components/color":105,"../../components/fx":145,"../../lib":233,"../../registry":326,"./get_trace_color":457}],459:[function(_dereq_,module,exports){
94766
94874
  /**
94767
94875
  * Copyright 2012-2020, Plotly, Inc.
94768
94876
  * All rights reserved.
@@ -94808,7 +94916,7 @@ module.exports = {
94808
94916
  }
94809
94917
  };
94810
94918
 
94811
- },{"../../plots/cartesian":290,"./arrays_to_calcdata":444,"./attributes":445,"./calc":446,"./cross_trace_calc":450,"./cross_trace_defaults":451,"./defaults":452,"./format_labels":454,"./hover":456,"./marker_colorbar":463,"./plot":466,"./select":467,"./style":469,"./subtypes":470}],458:[function(_dereq_,module,exports){
94919
+ },{"../../plots/cartesian":292,"./arrays_to_calcdata":446,"./attributes":447,"./calc":448,"./cross_trace_calc":452,"./cross_trace_defaults":453,"./defaults":454,"./format_labels":456,"./hover":458,"./marker_colorbar":465,"./plot":468,"./select":469,"./style":471,"./subtypes":472}],460:[function(_dereq_,module,exports){
94812
94920
  /**
94813
94921
  * Copyright 2012-2020, Plotly, Inc.
94814
94922
  * All rights reserved.
@@ -94839,7 +94947,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
94839
94947
  if(!(opts || {}).noDash) coerce('line.dash');
94840
94948
  };
94841
94949
 
94842
- },{"../../components/colorscale/defaults":114,"../../components/colorscale/helpers":115,"../../lib":232}],459:[function(_dereq_,module,exports){
94950
+ },{"../../components/colorscale/defaults":115,"../../components/colorscale/helpers":116,"../../lib":233}],461:[function(_dereq_,module,exports){
94843
94951
  /**
94844
94952
  * Copyright 2012-2020, Plotly, Inc.
94845
94953
  * All rights reserved.
@@ -95300,7 +95408,7 @@ module.exports = function linePoints(d, opts) {
95300
95408
  return segments;
95301
95409
  };
95302
95410
 
95303
- },{"../../constants/numerical":211,"../../lib":232,"./constants":449}],460:[function(_dereq_,module,exports){
95411
+ },{"../../constants/numerical":212,"../../lib":233,"./constants":451}],462:[function(_dereq_,module,exports){
95304
95412
  /**
95305
95413
  * Copyright 2012-2020, Plotly, Inc.
95306
95414
  * All rights reserved.
@@ -95319,7 +95427,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
95319
95427
  if(shape === 'spline') coerce('line.smoothing');
95320
95428
  };
95321
95429
 
95322
- },{}],461:[function(_dereq_,module,exports){
95430
+ },{}],463:[function(_dereq_,module,exports){
95323
95431
  /**
95324
95432
  * Copyright 2012-2020, Plotly, Inc.
95325
95433
  * All rights reserved.
@@ -95409,7 +95517,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
95409
95517
  return cdscatterSorted;
95410
95518
  };
95411
95519
 
95412
- },{}],462:[function(_dereq_,module,exports){
95520
+ },{}],464:[function(_dereq_,module,exports){
95413
95521
  /**
95414
95522
  * Copyright 2012-2020, Plotly, Inc.
95415
95523
  * All rights reserved.
@@ -95451,7 +95559,7 @@ module.exports = function makeBubbleSizeFn(trace) {
95451
95559
  };
95452
95560
  };
95453
95561
 
95454
- },{"fast-isnumeric":23}],463:[function(_dereq_,module,exports){
95562
+ },{"fast-isnumeric":23}],465:[function(_dereq_,module,exports){
95455
95563
  /**
95456
95564
  * Copyright 2012-2020, Plotly, Inc.
95457
95565
  * All rights reserved.
@@ -95469,7 +95577,7 @@ module.exports = {
95469
95577
  max: 'cmax'
95470
95578
  };
95471
95579
 
95472
- },{}],464:[function(_dereq_,module,exports){
95580
+ },{}],466:[function(_dereq_,module,exports){
95473
95581
  /**
95474
95582
  * Copyright 2012-2020, Plotly, Inc.
95475
95583
  * All rights reserved.
@@ -95550,7 +95658,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
95550
95658
  }
95551
95659
  };
95552
95660
 
95553
- },{"../../components/color":104,"../../components/colorscale/defaults":114,"../../components/colorscale/helpers":115,"./subtypes":470}],465:[function(_dereq_,module,exports){
95661
+ },{"../../components/color":105,"../../components/colorscale/defaults":115,"../../components/colorscale/helpers":116,"./subtypes":472}],467:[function(_dereq_,module,exports){
95554
95662
  /**
95555
95663
  * Copyright 2012-2020, Plotly, Inc.
95556
95664
  * All rights reserved.
@@ -95597,7 +95705,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
95597
95705
  }
95598
95706
  };
95599
95707
 
95600
- },{"../../constants/numerical":211,"../../lib":232}],466:[function(_dereq_,module,exports){
95708
+ },{"../../constants/numerical":212,"../../lib":233}],468:[function(_dereq_,module,exports){
95601
95709
  /**
95602
95710
  * Copyright 2012-2020, Plotly, Inc.
95603
95711
  * All rights reserved.
@@ -96091,7 +96199,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
96091
96199
  join.selectAll('text')
96092
96200
  .call(Drawing.textPointStyle, trace, gd)
96093
96201
  .each(function(d) {
96094
- // This just *has* to be totally custom becuase of SVG text positioning :(
96202
+ // This just *has* to be totally custom because of SVG text positioning :(
96095
96203
  // It's obviously copied from translatePoint; we just can't use that
96096
96204
  var x = xa.c2p(d.x);
96097
96205
  var y = ya.c2p(d.y);
@@ -96158,7 +96266,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
96158
96266
  });
96159
96267
  }
96160
96268
 
96161
- },{"../../components/drawing":126,"../../lib":232,"../../lib/polygon":244,"../../registry":324,"./line_points":459,"./link_traces":461,"./subtypes":470,"d3":21}],467:[function(_dereq_,module,exports){
96269
+ },{"../../components/drawing":127,"../../lib":233,"../../lib/polygon":245,"../../registry":326,"./line_points":461,"./link_traces":463,"./subtypes":472,"d3":21}],469:[function(_dereq_,module,exports){
96162
96270
  /**
96163
96271
  * Copyright 2012-2020, Plotly, Inc.
96164
96272
  * All rights reserved.
@@ -96212,7 +96320,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
96212
96320
  return selection;
96213
96321
  };
96214
96322
 
96215
- },{"./subtypes":470}],468:[function(_dereq_,module,exports){
96323
+ },{"./subtypes":472}],470:[function(_dereq_,module,exports){
96216
96324
  /**
96217
96325
  * Copyright 2012-2020, Plotly, Inc.
96218
96326
  * All rights reserved.
@@ -96317,7 +96425,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
96317
96425
  }
96318
96426
  };
96319
96427
 
96320
- },{}],469:[function(_dereq_,module,exports){
96428
+ },{}],471:[function(_dereq_,module,exports){
96321
96429
  /**
96322
96430
  * Copyright 2012-2020, Plotly, Inc.
96323
96431
  * All rights reserved.
@@ -96388,7 +96496,7 @@ module.exports = {
96388
96496
  styleOnSelect: styleOnSelect
96389
96497
  };
96390
96498
 
96391
- },{"../../components/drawing":126,"../../registry":324,"d3":21}],470:[function(_dereq_,module,exports){
96499
+ },{"../../components/drawing":127,"../../registry":326,"d3":21}],472:[function(_dereq_,module,exports){
96392
96500
  /**
96393
96501
  * Copyright 2012-2020, Plotly, Inc.
96394
96502
  * All rights reserved.
@@ -96427,7 +96535,7 @@ module.exports = {
96427
96535
  }
96428
96536
  };
96429
96537
 
96430
- },{"../../lib":232}],471:[function(_dereq_,module,exports){
96538
+ },{"../../lib":233}],473:[function(_dereq_,module,exports){
96431
96539
  /**
96432
96540
  * Copyright 2012-2020, Plotly, Inc.
96433
96541
  * All rights reserved.
@@ -96457,7 +96565,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
96457
96565
  }
96458
96566
  };
96459
96567
 
96460
- },{"../../lib":232}],472:[function(_dereq_,module,exports){
96568
+ },{"../../lib":233}],474:[function(_dereq_,module,exports){
96461
96569
  /**
96462
96570
  * Copyright 2012-2020, Plotly, Inc.
96463
96571
  * All rights reserved.
@@ -96501,7 +96609,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
96501
96609
  return len;
96502
96610
  };
96503
96611
 
96504
- },{"../../lib":232,"../../registry":324}],473:[function(_dereq_,module,exports){
96612
+ },{"../../lib":233,"../../registry":326}],475:[function(_dereq_,module,exports){
96505
96613
  /**
96506
96614
  * Copyright 2012-2020, Plotly, Inc.
96507
96615
  * All rights reserved.
@@ -96609,7 +96717,7 @@ module.exports = {
96609
96717
  hovertemplate: hovertemplateAttrs(),
96610
96718
  };
96611
96719
 
96612
- },{"../../components/colorscale/attributes":111,"../../components/drawing/attributes":125,"../../lib/extend":226,"../../plots/attributes":273,"../../plots/template_attributes":319,"../scatter/attributes":445}],474:[function(_dereq_,module,exports){
96720
+ },{"../../components/colorscale/attributes":112,"../../components/drawing/attributes":126,"../../lib/extend":227,"../../plots/attributes":275,"../../plots/template_attributes":321,"../scatter/attributes":447}],476:[function(_dereq_,module,exports){
96613
96721
  /**
96614
96722
  * Copyright 2012-2020, Plotly, Inc.
96615
96723
  * All rights reserved.
@@ -96690,7 +96798,7 @@ module.exports = function calc(gd, trace) {
96690
96798
  return cd;
96691
96799
  };
96692
96800
 
96693
- },{"../scatter/arrays_to_calcdata":444,"../scatter/calc":446,"../scatter/calc_selection":447,"../scatter/colorscale_calc":448,"fast-isnumeric":23}],475:[function(_dereq_,module,exports){
96801
+ },{"../scatter/arrays_to_calcdata":446,"../scatter/calc":448,"../scatter/calc_selection":449,"../scatter/colorscale_calc":450,"fast-isnumeric":23}],477:[function(_dereq_,module,exports){
96694
96802
  /**
96695
96803
  * Copyright 2012-2020, Plotly, Inc.
96696
96804
  * All rights reserved.
@@ -96794,7 +96902,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
96794
96902
  Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
96795
96903
  };
96796
96904
 
96797
- },{"../../lib":232,"../scatter/constants":449,"../scatter/fillcolor_defaults":453,"../scatter/line_defaults":458,"../scatter/line_shape_defaults":460,"../scatter/marker_defaults":464,"../scatter/subtypes":470,"../scatter/text_defaults":471,"./attributes":473}],476:[function(_dereq_,module,exports){
96905
+ },{"../../lib":233,"../scatter/constants":451,"../scatter/fillcolor_defaults":455,"../scatter/line_defaults":460,"../scatter/line_shape_defaults":462,"../scatter/marker_defaults":466,"../scatter/subtypes":472,"../scatter/text_defaults":473,"./attributes":475}],478:[function(_dereq_,module,exports){
96798
96906
  /**
96799
96907
  * Copyright 2012-2020, Plotly, Inc.
96800
96908
  * All rights reserved.
@@ -96826,7 +96934,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
96826
96934
  return out;
96827
96935
  };
96828
96936
 
96829
- },{}],477:[function(_dereq_,module,exports){
96937
+ },{}],479:[function(_dereq_,module,exports){
96830
96938
  /**
96831
96939
  * Copyright 2012-2020, Plotly, Inc.
96832
96940
  * All rights reserved.
@@ -96850,7 +96958,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
96850
96958
  return labels;
96851
96959
  };
96852
96960
 
96853
- },{"../../plots/cartesian/axes":277}],478:[function(_dereq_,module,exports){
96961
+ },{"../../plots/cartesian/axes":279}],480:[function(_dereq_,module,exports){
96854
96962
  /**
96855
96963
  * Copyright 2012-2020, Plotly, Inc.
96856
96964
  * All rights reserved.
@@ -96924,7 +97032,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
96924
97032
  return scatterPointData;
96925
97033
  };
96926
97034
 
96927
- },{"../scatter/hover":456}],479:[function(_dereq_,module,exports){
97035
+ },{"../scatter/hover":458}],481:[function(_dereq_,module,exports){
96928
97036
  /**
96929
97037
  * Copyright 2012-2020, Plotly, Inc.
96930
97038
  * All rights reserved.
@@ -96958,7 +97066,7 @@ module.exports = {
96958
97066
  }
96959
97067
  };
96960
97068
 
96961
- },{"../../plots/ternary":320,"../scatter/marker_colorbar":463,"../scatter/select":467,"../scatter/style":469,"./attributes":473,"./calc":474,"./defaults":475,"./event_data":476,"./format_labels":477,"./hover":478,"./plot":480}],480:[function(_dereq_,module,exports){
97069
+ },{"../../plots/ternary":322,"../scatter/marker_colorbar":465,"../scatter/select":469,"../scatter/style":471,"./attributes":475,"./calc":476,"./defaults":477,"./event_data":478,"./format_labels":479,"./hover":480,"./plot":482}],482:[function(_dereq_,module,exports){
96962
97070
  /**
96963
97071
  * Copyright 2012-2020, Plotly, Inc.
96964
97072
  * All rights reserved.
@@ -96991,7 +97099,7 @@ module.exports = function plot(gd, ternary, moduleCalcData) {
96991
97099
  scatterPlot(gd, plotinfo, moduleCalcData, scatterLayer);
96992
97100
  };
96993
97101
 
96994
- },{"../scatter/plot":466}],481:[function(_dereq_,module,exports){
97102
+ },{"../scatter/plot":468}],483:[function(_dereq_,module,exports){
96995
97103
  /**
96996
97104
  * Copyright 2012-2020, Plotly, Inc.
96997
97105
  * All rights reserved.
@@ -97191,7 +97299,7 @@ module.exports = {
97191
97299
  }
97192
97300
  };
97193
97301
 
97194
- },{"../../lib/extend":226,"../box/attributes":351}],482:[function(_dereq_,module,exports){
97302
+ },{"../../lib/extend":227,"../box/attributes":353}],484:[function(_dereq_,module,exports){
97195
97303
  /**
97196
97304
  * Copyright 2012-2020, Plotly, Inc.
97197
97305
  * All rights reserved.
@@ -97367,7 +97475,7 @@ function calcSpan(trace, cdi, valAxis, bandwidth) {
97367
97475
  return spanOut;
97368
97476
  }
97369
97477
 
97370
- },{"../../constants/numerical":211,"../../lib":232,"../../plots/cartesian/axes":277,"../box/calc":352,"./helpers":485}],483:[function(_dereq_,module,exports){
97478
+ },{"../../constants/numerical":212,"../../lib":233,"../../plots/cartesian/axes":279,"../box/calc":354,"./helpers":487}],485:[function(_dereq_,module,exports){
97371
97479
  /**
97372
97480
  * Copyright 2012-2020, Plotly, Inc.
97373
97481
  * All rights reserved.
@@ -97410,7 +97518,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
97410
97518
  }
97411
97519
  };
97412
97520
 
97413
- },{"../box/cross_trace_calc":353}],484:[function(_dereq_,module,exports){
97521
+ },{"../box/cross_trace_calc":355}],486:[function(_dereq_,module,exports){
97414
97522
  /**
97415
97523
  * Copyright 2012-2020, Plotly, Inc.
97416
97524
  * All rights reserved.
@@ -97471,7 +97579,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
97471
97579
  if(!meanLineVisible) traceOut.meanline = {visible: false};
97472
97580
  };
97473
97581
 
97474
- },{"../../components/color":104,"../../lib":232,"../box/defaults":354,"./attributes":481}],485:[function(_dereq_,module,exports){
97582
+ },{"../../components/color":105,"../../lib":233,"../box/defaults":356,"./attributes":483}],487:[function(_dereq_,module,exports){
97475
97583
  /**
97476
97584
  * Copyright 2012-2020, Plotly, Inc.
97477
97585
  * All rights reserved.
@@ -97544,7 +97652,7 @@ exports.getKdeValue = function(calcItem, trace, valueDist) {
97544
97652
 
97545
97653
  exports.extractVal = function(o) { return o.v; };
97546
97654
 
97547
- },{"../../lib":232}],486:[function(_dereq_,module,exports){
97655
+ },{"../../lib":233}],488:[function(_dereq_,module,exports){
97548
97656
  /**
97549
97657
  * Copyright 2012-2020, Plotly, Inc.
97550
97658
  * All rights reserved.
@@ -97656,7 +97764,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, hoverLay
97656
97764
  return closeData;
97657
97765
  };
97658
97766
 
97659
- },{"../../lib":232,"../../plots/cartesian/axes":277,"../box/hover":356,"./helpers":485}],487:[function(_dereq_,module,exports){
97767
+ },{"../../lib":233,"../../plots/cartesian/axes":279,"../box/hover":358,"./helpers":487}],489:[function(_dereq_,module,exports){
97660
97768
  /**
97661
97769
  * Copyright 2012-2020, Plotly, Inc.
97662
97770
  * All rights reserved.
@@ -97690,7 +97798,7 @@ module.exports = {
97690
97798
  }
97691
97799
  };
97692
97800
 
97693
- },{"../../plots/cartesian":290,"../box/defaults":354,"../box/select":361,"../scatter/style":469,"./attributes":481,"./calc":482,"./cross_trace_calc":483,"./defaults":484,"./hover":486,"./layout_attributes":488,"./layout_defaults":489,"./plot":490,"./style":491}],488:[function(_dereq_,module,exports){
97801
+ },{"../../plots/cartesian":292,"../box/defaults":356,"../box/select":363,"../scatter/style":471,"./attributes":483,"./calc":484,"./cross_trace_calc":485,"./defaults":486,"./hover":488,"./layout_attributes":490,"./layout_defaults":491,"./plot":492,"./style":493}],490:[function(_dereq_,module,exports){
97694
97802
  /**
97695
97803
  * Copyright 2012-2020, Plotly, Inc.
97696
97804
  * All rights reserved.
@@ -97716,7 +97824,7 @@ module.exports = {
97716
97824
  })
97717
97825
  };
97718
97826
 
97719
- },{"../../lib":232,"../box/layout_attributes":358}],489:[function(_dereq_,module,exports){
97827
+ },{"../../lib":233,"../box/layout_attributes":360}],491:[function(_dereq_,module,exports){
97720
97828
  /**
97721
97829
  * Copyright 2012-2020, Plotly, Inc.
97722
97830
  * All rights reserved.
@@ -97738,7 +97846,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
97738
97846
  boxLayoutDefaults._supply(layoutIn, layoutOut, fullData, coerce, 'violin');
97739
97847
  };
97740
97848
 
97741
- },{"../../lib":232,"../box/layout_defaults":359,"./layout_attributes":488}],490:[function(_dereq_,module,exports){
97849
+ },{"../../lib":233,"../box/layout_defaults":361,"./layout_attributes":490}],492:[function(_dereq_,module,exports){
97742
97850
  /**
97743
97851
  * Copyright 2012-2020, Plotly, Inc.
97744
97852
  * All rights reserved.
@@ -97928,7 +98036,7 @@ module.exports = function plot(gd, plotinfo, cdViolins, violinLayer) {
97928
98036
  });
97929
98037
  };
97930
98038
 
97931
- },{"../../components/drawing":126,"../../lib":232,"../box/plot":360,"../scatter/line_points":459,"./helpers":485,"d3":21}],491:[function(_dereq_,module,exports){
98039
+ },{"../../components/drawing":127,"../../lib":233,"../box/plot":362,"../scatter/line_points":461,"./helpers":487,"d3":21}],493:[function(_dereq_,module,exports){
97932
98040
  /**
97933
98041
  * Copyright 2012-2020, Plotly, Inc.
97934
98042
  * All rights reserved.
@@ -97983,7 +98091,7 @@ module.exports = function style(gd) {
97983
98091
  });
97984
98092
  };
97985
98093
 
97986
- },{"../../components/color":104,"../scatter/style":469,"d3":21}],492:[function(_dereq_,module,exports){
98094
+ },{"../../components/color":105,"../scatter/style":471,"d3":21}],494:[function(_dereq_,module,exports){
97987
98095
  /**
97988
98096
  * Copyright 2012-2020, Plotly, Inc.
97989
98097
  * All rights reserved.
@@ -97995,7 +98103,7 @@ module.exports = function style(gd) {
97995
98103
  'use strict';
97996
98104
 
97997
98105
  // package version injected by `npm run preprocess`
97998
- exports.version = '1.58.3';
98106
+ exports.version = '1.58.4';
97999
98107
 
98000
98108
  },{}]},{},[11])(11)
98001
98109
  });