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 (mapbox) v1.58.3
2
+ * plotly.js (mapbox) 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":211}],2:[function(_dereq_,module,exports){
75
+ },{"../src/lib":212}],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/choroplethmapbox');
87
87
 
88
- },{"../src/traces/choroplethmapbox":323}],3:[function(_dereq_,module,exports){
88
+ },{"../src/traces/choroplethmapbox":325}],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/choroplethmapbox');
98
98
 
99
99
  module.exports = _dereq_('../src/core');
100
100
 
101
- },{"../src/core":190}],4:[function(_dereq_,module,exports){
101
+ },{"../src/core":191}],4:[function(_dereq_,module,exports){
102
102
  /**
103
103
  * Copyright 2012-2020, Plotly, Inc.
104
104
  * All rights reserved.
@@ -111,7 +111,7 @@ module.exports = _dereq_('../src/core');
111
111
 
112
112
  module.exports = _dereq_('../src/traces/densitymapbox');
113
113
 
114
- },{"../src/traces/densitymapbox":331}],5:[function(_dereq_,module,exports){
114
+ },{"../src/traces/densitymapbox":333}],5:[function(_dereq_,module,exports){
115
115
  /**
116
116
  * Copyright 2012-2020, Plotly, Inc.
117
117
  * All rights reserved.
@@ -145,7 +145,7 @@ module.exports = Plotly;
145
145
 
146
146
  module.exports = _dereq_('../src/traces/scattermapbox');
147
147
 
148
- },{"../src/traces/scattermapbox":373}],7:[function(_dereq_,module,exports){
148
+ },{"../src/traces/scattermapbox":375}],7:[function(_dereq_,module,exports){
149
149
  "use strict";
150
150
  Object.defineProperty(exports, "__esModule", { value: true });
151
151
  var meta_1 = _dereq_("@turf/meta");
@@ -14758,7 +14758,7 @@ return Promise$1;
14758
14758
 
14759
14759
 
14760
14760
  }).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
14761
- },{"_process":64}],18:[function(_dereq_,module,exports){
14761
+ },{"_process":65}],18:[function(_dereq_,module,exports){
14762
14762
  /**
14763
14763
  * inspired by is-number <https://github.com/jonschlinkert/is-number>
14764
14764
  * but significantly simplified and sped up by ignoring number and string constructors
@@ -14784,7 +14784,7 @@ module.exports = function(n) {
14784
14784
  return n - n < 1;
14785
14785
  };
14786
14786
 
14787
- },{"is-string-blank":52}],19:[function(_dereq_,module,exports){
14787
+ },{"is-string-blank":53}],19:[function(_dereq_,module,exports){
14788
14788
  module.exports = adjoint;
14789
14789
 
14790
14790
  /**
@@ -16054,6 +16054,43 @@ module.exports = isBrowser && detect()
16054
16054
  },{"is-browser":51}],51:[function(_dereq_,module,exports){
16055
16055
  module.exports = true;
16056
16056
  },{}],52:[function(_dereq_,module,exports){
16057
+ 'use strict'
16058
+
16059
+ module.exports = isMobile
16060
+ module.exports.isMobile = isMobile
16061
+ module.exports.default = isMobile
16062
+
16063
+ 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
16064
+
16065
+ 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
16066
+
16067
+ function isMobile (opts) {
16068
+ if (!opts) opts = {}
16069
+ var ua = opts.ua
16070
+ if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
16071
+ if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
16072
+ ua = ua.headers['user-agent']
16073
+ }
16074
+ if (typeof ua !== 'string') return false
16075
+
16076
+ var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
16077
+
16078
+ if (
16079
+ !result &&
16080
+ opts.tablet &&
16081
+ opts.featureDetect &&
16082
+ navigator &&
16083
+ navigator.maxTouchPoints > 1 &&
16084
+ ua.indexOf('Macintosh') !== -1 &&
16085
+ ua.indexOf('Safari') !== -1
16086
+ ) {
16087
+ result = true
16088
+ }
16089
+
16090
+ return result
16091
+ }
16092
+
16093
+ },{}],53:[function(_dereq_,module,exports){
16057
16094
  'use strict';
16058
16095
 
16059
16096
  /**
@@ -16090,7 +16127,7 @@ module.exports = function(str){
16090
16127
  return true;
16091
16128
  }
16092
16129
 
16093
- },{}],53:[function(_dereq_,module,exports){
16130
+ },{}],54:[function(_dereq_,module,exports){
16094
16131
  /* Mapbox GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/mapbox/mapbox-gl-js/blob/v1.10.1/LICENSE.txt */
16095
16132
  (function (global, factory) {
16096
16133
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -16132,7 +16169,7 @@ return mapboxgl;
16132
16169
  })));
16133
16170
 
16134
16171
 
16135
- },{}],54:[function(_dereq_,module,exports){
16172
+ },{}],55:[function(_dereq_,module,exports){
16136
16173
  var rootPosition = { left: 0, top: 0 }
16137
16174
 
16138
16175
  module.exports = mouseEventOffset
@@ -16159,7 +16196,7 @@ function getBoundingClientOffset (element) {
16159
16196
  }
16160
16197
  }
16161
16198
 
16162
- },{}],55:[function(_dereq_,module,exports){
16199
+ },{}],56:[function(_dereq_,module,exports){
16163
16200
 
16164
16201
  module.exports = parse
16165
16202
 
@@ -16218,7 +16255,7 @@ function parseValues(args) {
16218
16255
  return numbers ? numbers.map(Number) : []
16219
16256
  }
16220
16257
 
16221
- },{}],56:[function(_dereq_,module,exports){
16258
+ },{}],57:[function(_dereq_,module,exports){
16222
16259
  /*
16223
16260
  * @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
16224
16261
  * @license MIT
@@ -16346,7 +16383,7 @@ if (typeof window === 'object')
16346
16383
 
16347
16384
  module.exports = PolyBool;
16348
16385
 
16349
- },{"./lib/build-log":57,"./lib/epsilon":58,"./lib/geojson":59,"./lib/intersecter":60,"./lib/segment-chainer":62,"./lib/segment-selector":63}],57:[function(_dereq_,module,exports){
16386
+ },{"./lib/build-log":58,"./lib/epsilon":59,"./lib/geojson":60,"./lib/intersecter":61,"./lib/segment-chainer":63,"./lib/segment-selector":64}],58:[function(_dereq_,module,exports){
16350
16387
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
16351
16388
  // MIT License
16352
16389
  // Project Home: https://github.com/voidqk/polybooljs
@@ -16461,7 +16498,7 @@ function BuildLog(){
16461
16498
 
16462
16499
  module.exports = BuildLog;
16463
16500
 
16464
- },{}],58:[function(_dereq_,module,exports){
16501
+ },{}],59:[function(_dereq_,module,exports){
16465
16502
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
16466
16503
  // MIT License
16467
16504
  // Project Home: https://github.com/voidqk/polybooljs
@@ -16633,7 +16670,7 @@ function Epsilon(eps){
16633
16670
 
16634
16671
  module.exports = Epsilon;
16635
16672
 
16636
- },{}],59:[function(_dereq_,module,exports){
16673
+ },{}],60:[function(_dereq_,module,exports){
16637
16674
  // (c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
16638
16675
  // MIT License
16639
16676
  // Project Home: https://github.com/voidqk/polybooljs
@@ -16823,7 +16860,7 @@ var GeoJSON = {
16823
16860
 
16824
16861
  module.exports = GeoJSON;
16825
16862
 
16826
- },{}],60:[function(_dereq_,module,exports){
16863
+ },{}],61:[function(_dereq_,module,exports){
16827
16864
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
16828
16865
  // MIT License
16829
16866
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17330,7 +17367,7 @@ function Intersecter(selfIntersection, eps, buildLog){
17330
17367
 
17331
17368
  module.exports = Intersecter;
17332
17369
 
17333
- },{"./linked-list":61}],61:[function(_dereq_,module,exports){
17370
+ },{"./linked-list":62}],62:[function(_dereq_,module,exports){
17334
17371
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
17335
17372
  // MIT License
17336
17373
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17413,7 +17450,7 @@ var LinkedList = {
17413
17450
 
17414
17451
  module.exports = LinkedList;
17415
17452
 
17416
- },{}],62:[function(_dereq_,module,exports){
17453
+ },{}],63:[function(_dereq_,module,exports){
17417
17454
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
17418
17455
  // MIT License
17419
17456
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17667,7 +17704,7 @@ function SegmentChainer(segments, eps, buildLog){
17667
17704
 
17668
17705
  module.exports = SegmentChainer;
17669
17706
 
17670
- },{}],63:[function(_dereq_,module,exports){
17707
+ },{}],64:[function(_dereq_,module,exports){
17671
17708
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
17672
17709
  // MIT License
17673
17710
  // Project Home: https://github.com/voidqk/polybooljs
@@ -17835,7 +17872,7 @@ var SegmentSelector = {
17835
17872
 
17836
17873
  module.exports = SegmentSelector;
17837
17874
 
17838
- },{}],64:[function(_dereq_,module,exports){
17875
+ },{}],65:[function(_dereq_,module,exports){
17839
17876
  // shim for using process in browser
17840
17877
  var process = module.exports = {};
17841
17878
 
@@ -18021,7 +18058,7 @@ process.chdir = function (dir) {
18021
18058
  };
18022
18059
  process.umask = function() { return 0; };
18023
18060
 
18024
- },{}],65:[function(_dereq_,module,exports){
18061
+ },{}],66:[function(_dereq_,module,exports){
18025
18062
  // TinyColor v1.4.2
18026
18063
  // https://github.com/bgrins/TinyColor
18027
18064
  // Brian Grinstead, MIT License
@@ -19218,7 +19255,7 @@ else {
19218
19255
 
19219
19256
  })(Math);
19220
19257
 
19221
- },{}],66:[function(_dereq_,module,exports){
19258
+ },{}],67:[function(_dereq_,module,exports){
19222
19259
  /**
19223
19260
  * Copyright 2012-2020, Plotly, Inc.
19224
19261
  * All rights reserved.
@@ -19289,7 +19326,7 @@ module.exports = [
19289
19326
  }
19290
19327
  ];
19291
19328
 
19292
- },{}],67:[function(_dereq_,module,exports){
19329
+ },{}],68:[function(_dereq_,module,exports){
19293
19330
  /**
19294
19331
  * Copyright 2012-2020, Plotly, Inc.
19295
19332
  * All rights reserved.
@@ -19671,7 +19708,7 @@ module.exports = templatedArray('annotation', {
19671
19708
  }
19672
19709
  });
19673
19710
 
19674
- },{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/font_attributes":284,"./arrow_paths":66}],68:[function(_dereq_,module,exports){
19711
+ },{"../../constants/axis_placeable_objects":186,"../../plot_api/plot_template":247,"../../plots/cartesian/constants":264,"../../plots/font_attributes":286,"./arrow_paths":67}],69:[function(_dereq_,module,exports){
19675
19712
  /**
19676
19713
  * Copyright 2012-2020, Plotly, Inc.
19677
19714
  * All rights reserved.
@@ -19762,7 +19799,7 @@ function calcAxisExpansion(ann, ax) {
19762
19799
  ann._extremes[axId] = extremes;
19763
19800
  }
19764
19801
 
19765
- },{"../../lib":211,"../../plots/cartesian/axes":256,"./draw":73}],69:[function(_dereq_,module,exports){
19802
+ },{"../../lib":212,"../../plots/cartesian/axes":258,"./draw":74}],70:[function(_dereq_,module,exports){
19766
19803
  /**
19767
19804
  * Copyright 2012-2020, Plotly, Inc.
19768
19805
  * All rights reserved.
@@ -19900,7 +19937,7 @@ function clickData2r(d, ax) {
19900
19937
  return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
19901
19938
  }
19902
19939
 
19903
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../registry":306}],70:[function(_dereq_,module,exports){
19940
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../registry":308}],71:[function(_dereq_,module,exports){
19904
19941
  /**
19905
19942
  * Copyright 2012-2020, Plotly, Inc.
19906
19943
  * All rights reserved.
@@ -19979,7 +20016,7 @@ module.exports = function handleAnnotationCommonDefaults(annIn, annOut, fullLayo
19979
20016
  coerce('captureevents', !!hoverText);
19980
20017
  };
19981
20018
 
19982
- },{"../../lib":211,"../color":82}],71:[function(_dereq_,module,exports){
20019
+ },{"../../lib":212,"../color":83}],72:[function(_dereq_,module,exports){
19983
20020
  /**
19984
20021
  * Copyright 2012-2020, Plotly, Inc.
19985
20022
  * All rights reserved.
@@ -20042,7 +20079,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
20042
20079
  }
20043
20080
  };
20044
20081
 
20045
- },{"../../lib/to_log_range":234,"fast-isnumeric":18}],72:[function(_dereq_,module,exports){
20082
+ },{"../../lib/to_log_range":236,"fast-isnumeric":18}],73:[function(_dereq_,module,exports){
20046
20083
  /**
20047
20084
  * Copyright 2012-2020, Plotly, Inc.
20048
20085
  * All rights reserved.
@@ -20150,7 +20187,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
20150
20187
  }
20151
20188
  }
20152
20189
 
20153
- },{"../../lib":211,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":67,"./common_defaults":70}],73:[function(_dereq_,module,exports){
20190
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"../../plots/cartesian/axes":258,"./attributes":68,"./common_defaults":71}],74:[function(_dereq_,module,exports){
20154
20191
  /**
20155
20192
  * Copyright 2012-2020, Plotly, Inc.
20156
20193
  * All rights reserved.
@@ -20911,7 +20948,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
20911
20948
  } else annText.call(textLayout);
20912
20949
  }
20913
20950
 
20914
- },{"../../lib":211,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/plots":297,"../../registry":306,"../color":82,"../dragelement":101,"../drawing":104,"../fx":122,"./draw_arrow_head":74,"d3":16}],74:[function(_dereq_,module,exports){
20951
+ },{"../../lib":212,"../../lib/setcursor":232,"../../lib/svg_text_utils":234,"../../plot_api/plot_template":247,"../../plots/cartesian/axes":258,"../../plots/plots":299,"../../registry":308,"../color":83,"../dragelement":102,"../drawing":105,"../fx":123,"./draw_arrow_head":75,"d3":16}],75:[function(_dereq_,module,exports){
20915
20952
  /**
20916
20953
  * Copyright 2012-2020, Plotly, Inc.
20917
20954
  * All rights reserved.
@@ -21067,7 +21104,7 @@ module.exports = function drawArrowHead(el3, ends, options) {
21067
21104
  if(doEnd) drawhead(headStyle, end, endRot, scale);
21068
21105
  };
21069
21106
 
21070
- },{"../../lib":211,"../color":82,"./arrow_paths":66,"d3":16}],75:[function(_dereq_,module,exports){
21107
+ },{"../../lib":212,"../color":83,"./arrow_paths":67,"d3":16}],76:[function(_dereq_,module,exports){
21071
21108
  /**
21072
21109
  * Copyright 2012-2020, Plotly, Inc.
21073
21110
  * All rights reserved.
@@ -21101,7 +21138,7 @@ module.exports = {
21101
21138
  convertCoords: _dereq_('./convert_coords')
21102
21139
  };
21103
21140
 
21104
- },{"../../plots/cartesian/include_components":268,"./attributes":67,"./calc_autorange":68,"./click":69,"./convert_coords":71,"./defaults":72,"./draw":73}],76:[function(_dereq_,module,exports){
21141
+ },{"../../plots/cartesian/include_components":270,"./attributes":68,"./calc_autorange":69,"./click":70,"./convert_coords":72,"./defaults":73,"./draw":74}],77:[function(_dereq_,module,exports){
21105
21142
  /**
21106
21143
  * Copyright 2012-2020, Plotly, Inc.
21107
21144
  * All rights reserved.
@@ -21189,7 +21226,7 @@ module.exports = overrideAll(templatedArray('annotation', {
21189
21226
  // zref: 'z'
21190
21227
  }), 'calc', 'from-root');
21191
21228
 
21192
- },{"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../annotations/attributes":67}],77:[function(_dereq_,module,exports){
21229
+ },{"../../plot_api/edit_types":240,"../../plot_api/plot_template":247,"../annotations/attributes":68}],78:[function(_dereq_,module,exports){
21193
21230
  /**
21194
21231
  * Copyright 2012-2020, Plotly, Inc.
21195
21232
  * All rights reserved.
@@ -21254,7 +21291,7 @@ function mockAnnAxes(ann, scene) {
21254
21291
  };
21255
21292
  }
21256
21293
 
21257
- },{"../../lib":211,"../../plots/cartesian/axes":256}],78:[function(_dereq_,module,exports){
21294
+ },{"../../lib":212,"../../plots/cartesian/axes":258}],79:[function(_dereq_,module,exports){
21258
21295
  /**
21259
21296
  * Copyright 2012-2020, Plotly, Inc.
21260
21297
  * All rights reserved.
@@ -21330,7 +21367,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
21330
21367
  }
21331
21368
  }
21332
21369
 
21333
- },{"../../lib":211,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"../annotations/common_defaults":70,"./attributes":76}],79:[function(_dereq_,module,exports){
21370
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"../../plots/cartesian/axes":258,"../annotations/common_defaults":71,"./attributes":77}],80:[function(_dereq_,module,exports){
21334
21371
  /**
21335
21372
  * Copyright 2012-2020, Plotly, Inc.
21336
21373
  * All rights reserved.
@@ -21382,7 +21419,7 @@ module.exports = function draw(scene) {
21382
21419
  }
21383
21420
  };
21384
21421
 
21385
- },{"../../plots/gl3d/project":287,"../annotations/draw":73}],80:[function(_dereq_,module,exports){
21422
+ },{"../../plots/gl3d/project":289,"../annotations/draw":74}],81:[function(_dereq_,module,exports){
21386
21423
  /**
21387
21424
  * Copyright 2012-2020, Plotly, Inc.
21388
21425
  * All rights reserved.
@@ -21430,7 +21467,7 @@ function includeGL3D(layoutIn, layoutOut) {
21430
21467
  }
21431
21468
  }
21432
21469
 
21433
- },{"../../lib":211,"../../registry":306,"./attributes":76,"./convert":77,"./defaults":78,"./draw":79}],81:[function(_dereq_,module,exports){
21470
+ },{"../../lib":212,"../../registry":308,"./attributes":77,"./convert":78,"./defaults":79,"./draw":80}],82:[function(_dereq_,module,exports){
21434
21471
  /**
21435
21472
  * Copyright 2012-2020, Plotly, Inc.
21436
21473
  * All rights reserved.
@@ -21470,7 +21507,7 @@ exports.borderLine = '#BEC8D9';
21470
21507
  // gives back exactly lightLine if the other colors are defaults.
21471
21508
  exports.lightFraction = 100 * (0xe - 0x4) / (0xf - 0x4);
21472
21509
 
21473
- },{}],82:[function(_dereq_,module,exports){
21510
+ },{}],83:[function(_dereq_,module,exports){
21474
21511
  /**
21475
21512
  * Copyright 2012-2020, Plotly, Inc.
21476
21513
  * All rights reserved.
@@ -21644,7 +21681,7 @@ function cleanOne(val) {
21644
21681
  return 'rgb(' + rgbStr + ')';
21645
21682
  }
21646
21683
 
21647
- },{"./attributes":81,"fast-isnumeric":18,"tinycolor2":65}],83:[function(_dereq_,module,exports){
21684
+ },{"./attributes":82,"fast-isnumeric":18,"tinycolor2":66}],84:[function(_dereq_,module,exports){
21648
21685
  /**
21649
21686
  * Copyright 2012-2020, Plotly, Inc.
21650
21687
  * All rights reserved.
@@ -21835,7 +21872,7 @@ module.exports = overrideAll({
21835
21872
  }
21836
21873
  }, 'colorbars', 'from-root');
21837
21874
 
21838
- },{"../../lib/extend":203,"../../plot_api/edit_types":238,"../../plots/cartesian/layout_attributes":270,"../../plots/font_attributes":284}],84:[function(_dereq_,module,exports){
21875
+ },{"../../lib/extend":204,"../../plot_api/edit_types":240,"../../plots/cartesian/layout_attributes":272,"../../plots/font_attributes":286}],85:[function(_dereq_,module,exports){
21839
21876
  /**
21840
21877
  * Copyright 2012-2020, Plotly, Inc.
21841
21878
  * All rights reserved.
@@ -21863,7 +21900,7 @@ module.exports = {
21863
21900
  }
21864
21901
  };
21865
21902
 
21866
- },{}],85:[function(_dereq_,module,exports){
21903
+ },{}],86:[function(_dereq_,module,exports){
21867
21904
  /**
21868
21905
  * Copyright 2012-2020, Plotly, Inc.
21869
21906
  * All rights reserved.
@@ -21933,7 +21970,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
21933
21970
  coerce('title.side');
21934
21971
  };
21935
21972
 
21936
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../plots/cartesian/tick_label_defaults":277,"../../plots/cartesian/tick_mark_defaults":278,"../../plots/cartesian/tick_value_defaults":279,"./attributes":83}],86:[function(_dereq_,module,exports){
21973
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../plots/cartesian/tick_label_defaults":279,"../../plots/cartesian/tick_mark_defaults":280,"../../plots/cartesian/tick_value_defaults":281,"./attributes":84}],87:[function(_dereq_,module,exports){
21937
21974
  /**
21938
21975
  * Copyright 2012-2020, Plotly, Inc.
21939
21976
  * All rights reserved.
@@ -22667,7 +22704,7 @@ module.exports = {
22667
22704
  draw: draw
22668
22705
  };
22669
22706
 
22670
- },{"../../constants/alignment":184,"../../lib":211,"../../lib/extend":203,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_defaults":258,"../../plots/cartesian/layout_attributes":270,"../../plots/cartesian/position_defaults":273,"../../plots/plots":297,"../../registry":306,"../color":82,"../colorscale/helpers":93,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":84,"d3":16,"tinycolor2":65}],87:[function(_dereq_,module,exports){
22707
+ },{"../../constants/alignment":185,"../../lib":212,"../../lib/extend":204,"../../lib/setcursor":232,"../../lib/svg_text_utils":234,"../../plots/cartesian/axes":258,"../../plots/cartesian/axis_defaults":260,"../../plots/cartesian/layout_attributes":272,"../../plots/cartesian/position_defaults":275,"../../plots/plots":299,"../../registry":308,"../color":83,"../colorscale/helpers":94,"../dragelement":102,"../drawing":105,"../titles":178,"./constants":85,"d3":16,"tinycolor2":66}],88:[function(_dereq_,module,exports){
22671
22708
  /**
22672
22709
  * Copyright 2012-2020, Plotly, Inc.
22673
22710
  * All rights reserved.
@@ -22686,7 +22723,7 @@ module.exports = function hasColorbar(container) {
22686
22723
  return Lib.isPlainObject(container.colorbar);
22687
22724
  };
22688
22725
 
22689
- },{"../../lib":211}],88:[function(_dereq_,module,exports){
22726
+ },{"../../lib":212}],89:[function(_dereq_,module,exports){
22690
22727
  /**
22691
22728
  * Copyright 2012-2020, Plotly, Inc.
22692
22729
  * All rights reserved.
@@ -22708,7 +22745,7 @@ module.exports = {
22708
22745
  hasColorbar: _dereq_('./has_colorbar')
22709
22746
  };
22710
22747
 
22711
- },{"./attributes":83,"./defaults":85,"./draw":86,"./has_colorbar":87}],89:[function(_dereq_,module,exports){
22748
+ },{"./attributes":84,"./defaults":86,"./draw":87,"./has_colorbar":88}],90:[function(_dereq_,module,exports){
22712
22749
  /**
22713
22750
  * Copyright 2012-2020, Plotly, Inc.
22714
22751
  * All rights reserved.
@@ -22916,7 +22953,7 @@ module.exports = function colorScaleAttrs(context, opts) {
22916
22953
  return attrs;
22917
22954
  };
22918
22955
 
22919
- },{"../../lib/regex":226,"../colorbar/attributes":83,"./scales.js":97}],90:[function(_dereq_,module,exports){
22956
+ },{"../../lib/regex":228,"../colorbar/attributes":84,"./scales.js":98}],91:[function(_dereq_,module,exports){
22920
22957
  /**
22921
22958
  * Copyright 2012-2020, Plotly, Inc.
22922
22959
  * All rights reserved.
@@ -22995,7 +23032,7 @@ module.exports = function calc(gd, trace, opts) {
22995
23032
  }
22996
23033
  };
22997
23034
 
22998
- },{"../../lib":211,"./helpers":93,"fast-isnumeric":18}],91:[function(_dereq_,module,exports){
23035
+ },{"../../lib":212,"./helpers":94,"fast-isnumeric":18}],92:[function(_dereq_,module,exports){
22999
23036
  /**
23000
23037
  * Copyright 2012-2020, Plotly, Inc.
23001
23038
  * All rights reserved.
@@ -23072,7 +23109,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
23072
23109
  }
23073
23110
  };
23074
23111
 
23075
- },{"../../lib":211,"./helpers":93}],92:[function(_dereq_,module,exports){
23112
+ },{"../../lib":212,"./helpers":94}],93:[function(_dereq_,module,exports){
23076
23113
  /**
23077
23114
  * Copyright 2012-2020, Plotly, Inc.
23078
23115
  * All rights reserved.
@@ -23197,7 +23234,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
23197
23234
  }
23198
23235
  };
23199
23236
 
23200
- },{"../../lib":211,"../../registry":306,"../colorbar/defaults":85,"../colorbar/has_colorbar":87,"./scales":97,"fast-isnumeric":18}],93:[function(_dereq_,module,exports){
23237
+ },{"../../lib":212,"../../registry":308,"../colorbar/defaults":86,"../colorbar/has_colorbar":88,"./scales":98,"fast-isnumeric":18}],94:[function(_dereq_,module,exports){
23201
23238
  /**
23202
23239
  * Copyright 2012-2020, Plotly, Inc.
23203
23240
  * All rights reserved.
@@ -23437,7 +23474,7 @@ module.exports = {
23437
23474
  makeColorScaleFuncFromTrace: makeColorScaleFuncFromTrace
23438
23475
  };
23439
23476
 
23440
- },{"../../lib":211,"../color":82,"./scales":97,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],94:[function(_dereq_,module,exports){
23477
+ },{"../../lib":212,"../color":83,"./scales":98,"d3":16,"fast-isnumeric":18,"tinycolor2":66}],95:[function(_dereq_,module,exports){
23441
23478
  /**
23442
23479
  * Copyright 2012-2020, Plotly, Inc.
23443
23480
  * All rights reserved.
@@ -23465,7 +23502,7 @@ module.exports = {
23465
23502
  calc: _dereq_('./calc'),
23466
23503
 
23467
23504
  // ./scales.js is required in lib/coerce.js ;
23468
- // it needs to be a seperate module to avoid circular a dependency
23505
+ // it needs to be a separate module to avoid circular a dependency
23469
23506
  scales: scales.scales,
23470
23507
  defaultScale: scales.defaultScale,
23471
23508
  getScale: scales.get,
@@ -23479,7 +23516,7 @@ module.exports = {
23479
23516
  makeColorScaleFuncFromTrace: helpers.makeColorScaleFuncFromTrace
23480
23517
  };
23481
23518
 
23482
- },{"./attributes":89,"./calc":90,"./cross_trace_defaults":91,"./defaults":92,"./helpers":93,"./layout_attributes":95,"./layout_defaults":96,"./scales":97}],95:[function(_dereq_,module,exports){
23519
+ },{"./attributes":90,"./calc":91,"./cross_trace_defaults":92,"./defaults":93,"./helpers":94,"./layout_attributes":96,"./layout_defaults":97,"./scales":98}],96:[function(_dereq_,module,exports){
23483
23520
  /**
23484
23521
  * Copyright 2012-2020, Plotly, Inc.
23485
23522
  * All rights reserved.
@@ -23540,7 +23577,7 @@ module.exports = {
23540
23577
  }))
23541
23578
  };
23542
23579
 
23543
- },{"../../lib/extend":203,"./attributes":89,"./scales":97}],96:[function(_dereq_,module,exports){
23580
+ },{"../../lib/extend":204,"./attributes":90,"./scales":98}],97:[function(_dereq_,module,exports){
23544
23581
  /**
23545
23582
  * Copyright 2012-2020, Plotly, Inc.
23546
23583
  * All rights reserved.
@@ -23591,7 +23628,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
23591
23628
  }
23592
23629
  };
23593
23630
 
23594
- },{"../../lib":211,"../../plot_api/plot_template":245,"./defaults":92,"./layout_attributes":95}],97:[function(_dereq_,module,exports){
23631
+ },{"../../lib":212,"../../plot_api/plot_template":247,"./defaults":93,"./layout_attributes":96}],98:[function(_dereq_,module,exports){
23595
23632
  /**
23596
23633
  * Copyright 2012-2020, Plotly, Inc.
23597
23634
  * All rights reserved.
@@ -23795,7 +23832,7 @@ module.exports = {
23795
23832
  isValid: isValidScale
23796
23833
  };
23797
23834
 
23798
- },{"tinycolor2":65}],98:[function(_dereq_,module,exports){
23835
+ },{"tinycolor2":66}],99:[function(_dereq_,module,exports){
23799
23836
  /**
23800
23837
  * Copyright 2012-2020, Plotly, Inc.
23801
23838
  * All rights reserved.
@@ -23828,7 +23865,7 @@ module.exports = function align(v, dv, v0, v1, anchor) {
23828
23865
  return vc;
23829
23866
  };
23830
23867
 
23831
- },{}],99:[function(_dereq_,module,exports){
23868
+ },{}],100:[function(_dereq_,module,exports){
23832
23869
  /**
23833
23870
  * Copyright 2012-2020, Plotly, Inc.
23834
23871
  * All rights reserved.
@@ -23866,7 +23903,7 @@ module.exports = function getCursor(x, y, xanchor, yanchor) {
23866
23903
  return cursorset[y][x];
23867
23904
  };
23868
23905
 
23869
- },{"../../lib":211}],100:[function(_dereq_,module,exports){
23906
+ },{"../../lib":212}],101:[function(_dereq_,module,exports){
23870
23907
  /**
23871
23908
  * Copyright 2012-2020, Plotly, Inc.
23872
23909
  * All rights reserved.
@@ -23925,7 +23962,7 @@ exports.selectingOrDrawing = function(dragmode) {
23925
23962
  );
23926
23963
  };
23927
23964
 
23928
- },{}],101:[function(_dereq_,module,exports){
23965
+ },{}],102:[function(_dereq_,module,exports){
23929
23966
  /**
23930
23967
  * Copyright 2012-2020, Plotly, Inc.
23931
23968
  * All rights reserved.
@@ -24217,7 +24254,7 @@ function pointerOffset(e) {
24217
24254
  );
24218
24255
  }
24219
24256
 
24220
- },{"../../lib":211,"../../plots/cartesian/constants":262,"./align":98,"./cursor":99,"./unhover":102,"has-hover":49,"has-passive-events":50,"mouse-event-offset":54}],102:[function(_dereq_,module,exports){
24257
+ },{"../../lib":212,"../../plots/cartesian/constants":264,"./align":99,"./cursor":100,"./unhover":103,"has-hover":49,"has-passive-events":50,"mouse-event-offset":55}],103:[function(_dereq_,module,exports){
24221
24258
  /**
24222
24259
  * Copyright 2012-2020, Plotly, Inc.
24223
24260
  * All rights reserved.
@@ -24272,7 +24309,7 @@ unhover.raw = function raw(gd, evt) {
24272
24309
  }
24273
24310
  };
24274
24311
 
24275
- },{"../../lib/dom":201,"../../lib/events":202,"../../lib/throttle":233,"../fx/constants":116}],103:[function(_dereq_,module,exports){
24312
+ },{"../../lib/dom":202,"../../lib/events":203,"../../lib/throttle":235,"../fx/constants":117}],104:[function(_dereq_,module,exports){
24276
24313
  /**
24277
24314
  * Copyright 2012-2020, Plotly, Inc.
24278
24315
  * All rights reserved.
@@ -24297,7 +24334,7 @@ exports.dash = {
24297
24334
 
24298
24335
  };
24299
24336
 
24300
- },{}],104:[function(_dereq_,module,exports){
24337
+ },{}],105:[function(_dereq_,module,exports){
24301
24338
  /**
24302
24339
  * Copyright 2012-2020, Plotly, Inc.
24303
24340
  * All rights reserved.
@@ -25494,7 +25531,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
25494
25531
  });
25495
25532
  };
25496
25533
 
25497
- },{"../../components/fx/helpers":118,"../../constants/alignment":184,"../../constants/interactions":187,"../../constants/xmlns_namespaces":189,"../../lib":211,"../../lib/svg_text_utils":232,"../../registry":306,"../../traces/scatter/make_bubble_size_func":354,"../../traces/scatter/subtypes":362,"../color":82,"../colorscale":94,"./symbol_defs":105,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],105:[function(_dereq_,module,exports){
25534
+ },{"../../components/fx/helpers":119,"../../constants/alignment":185,"../../constants/interactions":188,"../../constants/xmlns_namespaces":190,"../../lib":212,"../../lib/svg_text_utils":234,"../../registry":308,"../../traces/scatter/make_bubble_size_func":356,"../../traces/scatter/subtypes":364,"../color":83,"../colorscale":95,"./symbol_defs":106,"d3":16,"fast-isnumeric":18,"tinycolor2":66}],106:[function(_dereq_,module,exports){
25498
25535
  /**
25499
25536
  * Copyright 2012-2020, Plotly, Inc.
25500
25537
  * All rights reserved.
@@ -26058,7 +26095,7 @@ module.exports = {
26058
26095
  }
26059
26096
  };
26060
26097
 
26061
- },{"d3":16}],106:[function(_dereq_,module,exports){
26098
+ },{"d3":16}],107:[function(_dereq_,module,exports){
26062
26099
  /**
26063
26100
  * Copyright 2012-2020, Plotly, Inc.
26064
26101
  * All rights reserved.
@@ -26173,7 +26210,7 @@ module.exports = {
26173
26210
  }
26174
26211
  };
26175
26212
 
26176
- },{}],107:[function(_dereq_,module,exports){
26213
+ },{}],108:[function(_dereq_,module,exports){
26177
26214
  /**
26178
26215
  * Copyright 2012-2020, Plotly, Inc.
26179
26216
  * All rights reserved.
@@ -26259,7 +26296,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
26259
26296
  baseExtremes.max = baseExtremes.max.concat(extremes.max);
26260
26297
  }
26261
26298
 
26262
- },{"../../lib":211,"../../plots/cartesian/axes":256,"../../registry":306,"./compute_error":108,"fast-isnumeric":18}],108:[function(_dereq_,module,exports){
26299
+ },{"../../lib":212,"../../plots/cartesian/axes":258,"../../registry":308,"./compute_error":109,"fast-isnumeric":18}],109:[function(_dereq_,module,exports){
26263
26300
  /**
26264
26301
  * Copyright 2012-2020, Plotly, Inc.
26265
26302
  * All rights reserved.
@@ -26360,7 +26397,7 @@ function makeComputeErrorValue(type, value) {
26360
26397
  }
26361
26398
  }
26362
26399
 
26363
- },{}],109:[function(_dereq_,module,exports){
26400
+ },{}],110:[function(_dereq_,module,exports){
26364
26401
  /**
26365
26402
  * Copyright 2012-2020, Plotly, Inc.
26366
26403
  * All rights reserved.
@@ -26435,7 +26472,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
26435
26472
  }
26436
26473
  };
26437
26474
 
26438
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../registry":306,"./attributes":106,"fast-isnumeric":18}],110:[function(_dereq_,module,exports){
26475
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../registry":308,"./attributes":107,"fast-isnumeric":18}],111:[function(_dereq_,module,exports){
26439
26476
  /**
26440
26477
  * Copyright 2012-2020, Plotly, Inc.
26441
26478
  * All rights reserved.
@@ -26504,7 +26541,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
26504
26541
  }
26505
26542
  }
26506
26543
 
26507
- },{"../../lib":211,"../../plot_api/edit_types":238,"./attributes":106,"./calc":107,"./compute_error":108,"./defaults":109,"./plot":111,"./style":112}],111:[function(_dereq_,module,exports){
26544
+ },{"../../lib":212,"../../plot_api/edit_types":240,"./attributes":107,"./calc":108,"./compute_error":109,"./defaults":110,"./plot":112,"./style":113}],112:[function(_dereq_,module,exports){
26508
26545
  /**
26509
26546
  * Copyright 2012-2020, Plotly, Inc.
26510
26547
  * All rights reserved.
@@ -26676,7 +26713,7 @@ function errorCoords(d, xa, ya) {
26676
26713
  return out;
26677
26714
  }
26678
26715
 
26679
- },{"../../traces/scatter/subtypes":362,"../drawing":104,"d3":16,"fast-isnumeric":18}],112:[function(_dereq_,module,exports){
26716
+ },{"../../traces/scatter/subtypes":364,"../drawing":105,"d3":16,"fast-isnumeric":18}],113:[function(_dereq_,module,exports){
26680
26717
  /**
26681
26718
  * Copyright 2012-2020, Plotly, Inc.
26682
26719
  * All rights reserved.
@@ -26713,7 +26750,7 @@ module.exports = function style(traces) {
26713
26750
  });
26714
26751
  };
26715
26752
 
26716
- },{"../color":82,"d3":16}],113:[function(_dereq_,module,exports){
26753
+ },{"../color":83,"d3":16}],114:[function(_dereq_,module,exports){
26717
26754
  /**
26718
26755
  * Copyright 2012-2020, Plotly, Inc.
26719
26756
  * All rights reserved.
@@ -26749,7 +26786,7 @@ module.exports = {
26749
26786
  }
26750
26787
  };
26751
26788
 
26752
- },{"../../lib/extend":203,"../../plots/font_attributes":284,"./layout_attributes":123}],114:[function(_dereq_,module,exports){
26789
+ },{"../../lib/extend":204,"../../plots/font_attributes":286,"./layout_attributes":124}],115:[function(_dereq_,module,exports){
26753
26790
  /**
26754
26791
  * Copyright 2012-2020, Plotly, Inc.
26755
26792
  * All rights reserved.
@@ -26808,7 +26845,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
26808
26845
  }
26809
26846
  }
26810
26847
 
26811
- },{"../../lib":211,"../../registry":306}],115:[function(_dereq_,module,exports){
26848
+ },{"../../lib":212,"../../registry":308}],116:[function(_dereq_,module,exports){
26812
26849
  /**
26813
26850
  * Copyright 2012-2020, Plotly, Inc.
26814
26851
  * All rights reserved.
@@ -26845,7 +26882,7 @@ module.exports = function click(gd, evt, subplot) {
26845
26882
  }
26846
26883
  };
26847
26884
 
26848
- },{"../../registry":306,"./hover":119}],116:[function(_dereq_,module,exports){
26885
+ },{"../../registry":308,"./hover":120}],117:[function(_dereq_,module,exports){
26849
26886
  /**
26850
26887
  * Copyright 2012-2020, Plotly, Inc.
26851
26888
  * All rights reserved.
@@ -26877,7 +26914,7 @@ module.exports = {
26877
26914
  HOVERID: '-hover'
26878
26915
  };
26879
26916
 
26880
- },{}],117:[function(_dereq_,module,exports){
26917
+ },{}],118:[function(_dereq_,module,exports){
26881
26918
  /**
26882
26919
  * Copyright 2012-2020, Plotly, Inc.
26883
26920
  * All rights reserved.
@@ -26903,7 +26940,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
26903
26940
  handleHoverLabelDefaults(traceIn, traceOut, coerce, opts);
26904
26941
  };
26905
26942
 
26906
- },{"../../lib":211,"./attributes":113,"./hoverlabel_defaults":120}],118:[function(_dereq_,module,exports){
26943
+ },{"../../lib":212,"./attributes":114,"./hoverlabel_defaults":121}],119:[function(_dereq_,module,exports){
26907
26944
  /**
26908
26945
  * Copyright 2012-2020, Plotly, Inc.
26909
26946
  * All rights reserved.
@@ -27165,7 +27202,7 @@ exports.isXYhover = function(hovermode) {
27165
27202
  return !!xyHoverMode[hovermode];
27166
27203
  };
27167
27204
 
27168
- },{"../../lib":211}],119:[function(_dereq_,module,exports){
27205
+ },{"../../lib":212}],120:[function(_dereq_,module,exports){
27169
27206
  /**
27170
27207
  * Copyright 2012-2020, Plotly, Inc.
27171
27208
  * All rights reserved.
@@ -28474,7 +28511,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
28474
28511
 
28475
28512
  // Make groups of touching points, and within each group
28476
28513
  // move each point so that no labels overlap, but the average
28477
- // label position is the same as it was before moving. Indicentally,
28514
+ // label position is the same as it was before moving. Incidentally,
28478
28515
  // this is equivalent to saying all the labels are on equal linear
28479
28516
  // springs about their initial position. Initially, each point is
28480
28517
  // its own group, but as we find overlaps we will clump the points.
@@ -29037,7 +29074,7 @@ function plainText(s, len) {
29037
29074
  });
29038
29075
  }
29039
29076
 
29040
- },{"../../lib":211,"../../lib/events":202,"../../lib/override_cursor":222,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../registry":306,"../color":82,"../dragelement":101,"../drawing":104,"../legend/defaults":134,"../legend/draw":135,"./constants":116,"./helpers":118,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],120:[function(_dereq_,module,exports){
29077
+ },{"../../lib":212,"../../lib/events":203,"../../lib/override_cursor":223,"../../lib/svg_text_utils":234,"../../plots/cartesian/axes":258,"../../registry":308,"../color":83,"../dragelement":102,"../drawing":105,"../legend/defaults":135,"../legend/draw":136,"./constants":117,"./helpers":119,"d3":16,"fast-isnumeric":18,"tinycolor2":66}],121:[function(_dereq_,module,exports){
29041
29078
  /**
29042
29079
  * Copyright 2012-2020, Plotly, Inc.
29043
29080
  * All rights reserved.
@@ -29083,7 +29120,7 @@ module.exports = function handleHoverLabelDefaults(contIn, contOut, coerce, opts
29083
29120
  coerce('hoverlabel.align', opts.align);
29084
29121
  };
29085
29122
 
29086
- },{"../../lib":211,"../color":82,"./helpers":118}],121:[function(_dereq_,module,exports){
29123
+ },{"../../lib":212,"../color":83,"./helpers":119}],122:[function(_dereq_,module,exports){
29087
29124
  /**
29088
29125
  * Copyright 2012-2020, Plotly, Inc.
29089
29126
  * All rights reserved.
@@ -29139,7 +29176,7 @@ function isHoriz(fullData, fullLayout) {
29139
29176
  return true;
29140
29177
  }
29141
29178
 
29142
- },{"../../lib":211,"./layout_attributes":123}],122:[function(_dereq_,module,exports){
29179
+ },{"../../lib":212,"./layout_attributes":124}],123:[function(_dereq_,module,exports){
29143
29180
  /**
29144
29181
  * Copyright 2012-2020, Plotly, Inc.
29145
29182
  * All rights reserved.
@@ -29218,7 +29255,7 @@ function castHoverinfo(trace, fullLayout, ptNumber) {
29218
29255
  return Lib.castOption(trace, ptNumber, 'hoverinfo', _coerce);
29219
29256
  }
29220
29257
 
29221
- },{"../../lib":211,"../dragelement":101,"./attributes":113,"./calc":114,"./click":115,"./constants":116,"./defaults":117,"./helpers":118,"./hover":119,"./layout_attributes":123,"./layout_defaults":124,"./layout_global_defaults":125,"d3":16}],123:[function(_dereq_,module,exports){
29258
+ },{"../../lib":212,"../dragelement":102,"./attributes":114,"./calc":115,"./click":116,"./constants":117,"./defaults":118,"./helpers":119,"./hover":120,"./layout_attributes":124,"./layout_defaults":125,"./layout_global_defaults":126,"d3":16}],124:[function(_dereq_,module,exports){
29222
29259
  /**
29223
29260
  * Copyright 2012-2020, Plotly, Inc.
29224
29261
  * All rights reserved.
@@ -29334,7 +29371,7 @@ module.exports = {
29334
29371
  }
29335
29372
  };
29336
29373
 
29337
- },{"../../plots/font_attributes":284,"./constants":116}],124:[function(_dereq_,module,exports){
29374
+ },{"../../plots/font_attributes":286,"./constants":117}],125:[function(_dereq_,module,exports){
29338
29375
  /**
29339
29376
  * Copyright 2012-2020, Plotly, Inc.
29340
29377
  * All rights reserved.
@@ -29382,7 +29419,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
29382
29419
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
29383
29420
  };
29384
29421
 
29385
- },{"../../lib":211,"./helpers":118,"./hoverlabel_defaults":120,"./hovermode_defaults":121,"./layout_attributes":123}],125:[function(_dereq_,module,exports){
29422
+ },{"../../lib":212,"./helpers":119,"./hoverlabel_defaults":121,"./hovermode_defaults":122,"./layout_attributes":124}],126:[function(_dereq_,module,exports){
29386
29423
  /**
29387
29424
  * Copyright 2012-2020, Plotly, Inc.
29388
29425
  * All rights reserved.
@@ -29405,7 +29442,7 @@ module.exports = function supplyLayoutGlobalDefaults(layoutIn, layoutOut) {
29405
29442
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
29406
29443
  };
29407
29444
 
29408
- },{"../../lib":211,"./hoverlabel_defaults":120,"./layout_attributes":123}],126:[function(_dereq_,module,exports){
29445
+ },{"../../lib":212,"./hoverlabel_defaults":121,"./layout_attributes":124}],127:[function(_dereq_,module,exports){
29409
29446
  /**
29410
29447
  * Copyright 2012-2020, Plotly, Inc.
29411
29448
  * All rights reserved.
@@ -29779,7 +29816,7 @@ module.exports = {
29779
29816
  contentDefaults: contentDefaults
29780
29817
  };
29781
29818
 
29782
- },{"../../lib":211,"../../lib/regex":226,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/domain":283}],127:[function(_dereq_,module,exports){
29819
+ },{"../../lib":212,"../../lib/regex":228,"../../plot_api/plot_template":247,"../../plots/cartesian/constants":264,"../../plots/domain":285}],128:[function(_dereq_,module,exports){
29783
29820
  /**
29784
29821
  * Copyright 2012-2020, Plotly, Inc.
29785
29822
  * All rights reserved.
@@ -29915,7 +29952,7 @@ module.exports = templatedArray('image', {
29915
29952
  editType: 'arraydraw'
29916
29953
  });
29917
29954
 
29918
- },{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262}],128:[function(_dereq_,module,exports){
29955
+ },{"../../constants/axis_placeable_objects":186,"../../plot_api/plot_template":247,"../../plots/cartesian/constants":264}],129:[function(_dereq_,module,exports){
29919
29956
  /**
29920
29957
  * Copyright 2012-2020, Plotly, Inc.
29921
29958
  * All rights reserved.
@@ -29996,7 +30033,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
29996
30033
  }
29997
30034
  };
29998
30035
 
29999
- },{"../../lib/to_log_range":234,"fast-isnumeric":18}],129:[function(_dereq_,module,exports){
30036
+ },{"../../lib/to_log_range":236,"fast-isnumeric":18}],130:[function(_dereq_,module,exports){
30000
30037
  /**
30001
30038
  * Copyright 2012-2020, Plotly, Inc.
30002
30039
  * All rights reserved.
@@ -30061,7 +30098,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
30061
30098
  return imageOut;
30062
30099
  }
30063
30100
 
30064
- },{"../../lib":211,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":127}],130:[function(_dereq_,module,exports){
30101
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"../../plots/cartesian/axes":258,"./attributes":128}],131:[function(_dereq_,module,exports){
30065
30102
  /**
30066
30103
  * Copyright 2012-2020, Plotly, Inc.
30067
30104
  * All rights reserved.
@@ -30319,7 +30356,7 @@ module.exports = function draw(gd) {
30319
30356
  }
30320
30357
  };
30321
30358
 
30322
- },{"../../constants/xmlns_namespaces":189,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_ids":259,"../drawing":104,"d3":16}],131:[function(_dereq_,module,exports){
30359
+ },{"../../constants/xmlns_namespaces":190,"../../plots/cartesian/axes":258,"../../plots/cartesian/axis_ids":261,"../drawing":105,"d3":16}],132:[function(_dereq_,module,exports){
30323
30360
  /**
30324
30361
  * Copyright 2012-2020, Plotly, Inc.
30325
30362
  * All rights reserved.
@@ -30343,7 +30380,7 @@ module.exports = {
30343
30380
  convertCoords: _dereq_('./convert_coords')
30344
30381
  };
30345
30382
 
30346
- },{"../../plots/cartesian/include_components":268,"./attributes":127,"./convert_coords":128,"./defaults":129,"./draw":130}],132:[function(_dereq_,module,exports){
30383
+ },{"../../plots/cartesian/include_components":270,"./attributes":128,"./convert_coords":129,"./defaults":130,"./draw":131}],133:[function(_dereq_,module,exports){
30347
30384
  /**
30348
30385
  * Copyright 2012-2020, Plotly, Inc.
30349
30386
  * All rights reserved.
@@ -30512,7 +30549,7 @@ module.exports = {
30512
30549
  editType: 'legend'
30513
30550
  };
30514
30551
 
30515
- },{"../../plots/font_attributes":284,"../color/attributes":81}],133:[function(_dereq_,module,exports){
30552
+ },{"../../plots/font_attributes":286,"../color/attributes":82}],134:[function(_dereq_,module,exports){
30516
30553
  /**
30517
30554
  * Copyright 2012-2020, Plotly, Inc.
30518
30555
  * All rights reserved.
@@ -30536,7 +30573,7 @@ module.exports = {
30536
30573
  itemGap: 5
30537
30574
  };
30538
30575
 
30539
- },{}],134:[function(_dereq_,module,exports){
30576
+ },{}],135:[function(_dereq_,module,exports){
30540
30577
  /**
30541
30578
  * Copyright 2012-2020, Plotly, Inc.
30542
30579
  * All rights reserved.
@@ -30671,7 +30708,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
30671
30708
  }
30672
30709
  };
30673
30710
 
30674
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../plots/layout_attributes":288,"../../registry":306,"./attributes":132,"./helpers":138}],135:[function(_dereq_,module,exports){
30711
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../plots/layout_attributes":290,"../../registry":308,"./attributes":133,"./helpers":139}],136:[function(_dereq_,module,exports){
30675
30712
  /**
30676
30713
  * Copyright 2012-2020, Plotly, Inc.
30677
30714
  * All rights reserved.
@@ -31468,7 +31505,7 @@ function getYanchor(opts) {
31468
31505
  'top';
31469
31506
  }
31470
31507
 
31471
- },{"../../constants/alignment":184,"../../lib":211,"../../lib/events":202,"../../lib/svg_text_utils":232,"../../plots/plots":297,"../../registry":306,"../color":82,"../dragelement":101,"../drawing":104,"./constants":133,"./get_legend_data":136,"./handle_click":137,"./helpers":138,"./style":140,"d3":16}],136:[function(_dereq_,module,exports){
31508
+ },{"../../constants/alignment":185,"../../lib":212,"../../lib/events":203,"../../lib/svg_text_utils":234,"../../plots/plots":299,"../../registry":308,"../color":83,"../dragelement":102,"../drawing":105,"./constants":134,"./get_legend_data":137,"./handle_click":138,"./helpers":139,"./style":141,"d3":16}],137:[function(_dereq_,module,exports){
31472
31509
  /**
31473
31510
  * Copyright 2012-2020, Plotly, Inc.
31474
31511
  * All rights reserved.
@@ -31577,7 +31614,7 @@ module.exports = function getLegendData(calcdata, opts) {
31577
31614
  return legendData;
31578
31615
  };
31579
31616
 
31580
- },{"../../registry":306,"./helpers":138}],137:[function(_dereq_,module,exports){
31617
+ },{"../../registry":308,"./helpers":139}],138:[function(_dereq_,module,exports){
31581
31618
  /**
31582
31619
  * Copyright 2012-2020, Plotly, Inc.
31583
31620
  * All rights reserved.
@@ -31816,7 +31853,7 @@ module.exports = function handleClick(g, gd, numClicks) {
31816
31853
  }
31817
31854
  };
31818
31855
 
31819
- },{"../../lib":211,"../../registry":306}],138:[function(_dereq_,module,exports){
31856
+ },{"../../lib":212,"../../registry":308}],139:[function(_dereq_,module,exports){
31820
31857
  /**
31821
31858
  * Copyright 2012-2020, Plotly, Inc.
31822
31859
  * All rights reserved.
@@ -31840,7 +31877,7 @@ exports.isReversed = function isReversed(legendLayout) {
31840
31877
  return (legendLayout.traceorder || '').indexOf('reversed') !== -1;
31841
31878
  };
31842
31879
 
31843
- },{}],139:[function(_dereq_,module,exports){
31880
+ },{}],140:[function(_dereq_,module,exports){
31844
31881
  /**
31845
31882
  * Copyright 2012-2020, Plotly, Inc.
31846
31883
  * All rights reserved.
@@ -31864,7 +31901,7 @@ module.exports = {
31864
31901
  style: _dereq_('./style')
31865
31902
  };
31866
31903
 
31867
- },{"./attributes":132,"./defaults":134,"./draw":135,"./style":140}],140:[function(_dereq_,module,exports){
31904
+ },{"./attributes":133,"./defaults":135,"./draw":136,"./style":141}],141:[function(_dereq_,module,exports){
31868
31905
  /**
31869
31906
  * Copyright 2012-2020, Plotly, Inc.
31870
31907
  * All rights reserved.
@@ -32497,7 +32534,7 @@ function getGradientDirection(reversescale, isRadial) {
32497
32534
  return str + (reversescale ? '' : 'reversed');
32498
32535
  }
32499
32536
 
32500
- },{"../../lib":211,"../../registry":306,"../../traces/pie/helpers":334,"../../traces/pie/style_one":335,"../../traces/scatter/subtypes":362,"../color":82,"../colorscale/helpers":93,"../drawing":104,"./constants":133,"d3":16}],141:[function(_dereq_,module,exports){
32537
+ },{"../../lib":212,"../../registry":308,"../../traces/pie/helpers":336,"../../traces/pie/style_one":337,"../../traces/scatter/subtypes":364,"../color":83,"../colorscale/helpers":94,"../drawing":105,"./constants":134,"d3":16}],142:[function(_dereq_,module,exports){
32501
32538
  /**
32502
32539
  * Copyright 2012-2020, Plotly, Inc.
32503
32540
  * All rights reserved.
@@ -33233,7 +33270,7 @@ function resetView(gd, subplotType) {
33233
33270
  Registry.call('_guiRelayout', gd, aObj);
33234
33271
  }
33235
33272
 
33236
- },{"../../fonts/ploticon":192,"../../lib":211,"../../plots/cartesian/axis_ids":259,"../../plots/plots":297,"../../registry":306,"../shapes/draw":163}],142:[function(_dereq_,module,exports){
33273
+ },{"../../fonts/ploticon":193,"../../lib":212,"../../plots/cartesian/axis_ids":261,"../../plots/plots":299,"../../registry":308,"../shapes/draw":164}],143:[function(_dereq_,module,exports){
33237
33274
  /**
33238
33275
  * Copyright 2012-2020, Plotly, Inc.
33239
33276
  * All rights reserved.
@@ -33247,7 +33284,7 @@ function resetView(gd, subplotType) {
33247
33284
 
33248
33285
  exports.manage = _dereq_('./manage');
33249
33286
 
33250
- },{"./manage":143}],143:[function(_dereq_,module,exports){
33287
+ },{"./manage":144}],144:[function(_dereq_,module,exports){
33251
33288
  /**
33252
33289
  * Copyright 2012-2020, Plotly, Inc.
33253
33290
  * All rights reserved.
@@ -33543,7 +33580,7 @@ function fillCustomButton(customButtons) {
33543
33580
  return customButtons;
33544
33581
  }
33545
33582
 
33546
- },{"../../plots/cartesian/axis_ids":259,"../../registry":306,"../../traces/scatter/subtypes":362,"../fx/helpers":118,"./buttons":141,"./modebar":144}],144:[function(_dereq_,module,exports){
33583
+ },{"../../plots/cartesian/axis_ids":261,"../../registry":308,"../../traces/scatter/subtypes":364,"../fx/helpers":119,"./buttons":142,"./modebar":145}],145:[function(_dereq_,module,exports){
33547
33584
  /**
33548
33585
  * Copyright 2012-2020, Plotly, Inc.
33549
33586
  * All rights reserved.
@@ -33889,7 +33926,7 @@ function createModeBar(gd, buttons) {
33889
33926
 
33890
33927
  module.exports = createModeBar;
33891
33928
 
33892
- },{"../../fonts/ploticon":192,"../../lib":211,"d3":16,"fast-isnumeric":18}],145:[function(_dereq_,module,exports){
33929
+ },{"../../fonts/ploticon":193,"../../lib":212,"d3":16,"fast-isnumeric":18}],146:[function(_dereq_,module,exports){
33893
33930
  /**
33894
33931
  * Copyright 2012-2020, Plotly, Inc.
33895
33932
  * All rights reserved.
@@ -34025,7 +34062,7 @@ module.exports = {
34025
34062
  editType: 'plot'
34026
34063
  };
34027
34064
 
34028
- },{"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../color/attributes":81}],146:[function(_dereq_,module,exports){
34065
+ },{"../../plot_api/plot_template":247,"../../plots/font_attributes":286,"../color/attributes":82}],147:[function(_dereq_,module,exports){
34029
34066
  /**
34030
34067
  * Copyright 2012-2020, Plotly, Inc.
34031
34068
  * All rights reserved.
@@ -34054,7 +34091,7 @@ module.exports = {
34054
34091
  darkAmount: 10
34055
34092
  };
34056
34093
 
34057
- },{}],147:[function(_dereq_,module,exports){
34094
+ },{}],148:[function(_dereq_,module,exports){
34058
34095
  /**
34059
34096
  * Copyright 2012-2020, Plotly, Inc.
34060
34097
  * All rights reserved.
@@ -34146,7 +34183,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
34146
34183
  return [containerOut.domain[0], posY + constants.yPad];
34147
34184
  }
34148
34185
 
34149
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../plots/array_container_defaults":251,"../color":82,"./attributes":145,"./constants":146}],148:[function(_dereq_,module,exports){
34186
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../plots/array_container_defaults":253,"../color":83,"./attributes":146,"./constants":147}],149:[function(_dereq_,module,exports){
34150
34187
  /**
34151
34188
  * Copyright 2012-2020, Plotly, Inc.
34152
34189
  * All rights reserved.
@@ -34401,7 +34438,7 @@ function reposition(gd, buttons, opts, axName, selector) {
34401
34438
  selector.attr('transform', strTranslate(lx, ly));
34402
34439
  }
34403
34440
 
34404
- },{"../../constants/alignment":184,"../../lib":211,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"../../plots/plots":297,"../../registry":306,"../color":82,"../drawing":104,"./constants":146,"./get_update_object":149,"d3":16}],149:[function(_dereq_,module,exports){
34441
+ },{"../../constants/alignment":185,"../../lib":212,"../../lib/svg_text_utils":234,"../../plots/cartesian/axis_ids":261,"../../plots/plots":299,"../../registry":308,"../color":83,"../drawing":105,"./constants":147,"./get_update_object":150,"d3":16}],150:[function(_dereq_,module,exports){
34405
34442
  /**
34406
34443
  * Copyright 2012-2020, Plotly, Inc.
34407
34444
  * All rights reserved.
@@ -34455,7 +34492,7 @@ function getXRange(axisLayout, buttonLayout) {
34455
34492
  return [range0, range1];
34456
34493
  }
34457
34494
 
34458
- },{"d3":16}],150:[function(_dereq_,module,exports){
34495
+ },{"d3":16}],151:[function(_dereq_,module,exports){
34459
34496
  /**
34460
34497
  * Copyright 2012-2020, Plotly, Inc.
34461
34498
  * All rights reserved.
@@ -34482,7 +34519,7 @@ module.exports = {
34482
34519
  draw: _dereq_('./draw')
34483
34520
  };
34484
34521
 
34485
- },{"./attributes":145,"./defaults":147,"./draw":148}],151:[function(_dereq_,module,exports){
34522
+ },{"./attributes":146,"./defaults":148,"./draw":149}],152:[function(_dereq_,module,exports){
34486
34523
  /**
34487
34524
  * Copyright 2012-2020, Plotly, Inc.
34488
34525
  * All rights reserved.
@@ -34556,7 +34593,7 @@ module.exports = {
34556
34593
  editType: 'calc'
34557
34594
  };
34558
34595
 
34559
- },{"../color/attributes":81}],152:[function(_dereq_,module,exports){
34596
+ },{"../color/attributes":82}],153:[function(_dereq_,module,exports){
34560
34597
  /**
34561
34598
  * Copyright 2012-2020, Plotly, Inc.
34562
34599
  * All rights reserved.
@@ -34590,7 +34627,7 @@ module.exports = function calcAutorange(gd) {
34590
34627
  }
34591
34628
  };
34592
34629
 
34593
- },{"../../plots/cartesian/autorange":255,"../../plots/cartesian/axis_ids":259,"./constants":153}],153:[function(_dereq_,module,exports){
34630
+ },{"../../plots/cartesian/autorange":257,"../../plots/cartesian/axis_ids":261,"./constants":154}],154:[function(_dereq_,module,exports){
34594
34631
  /**
34595
34632
  * Copyright 2012-2020, Plotly, Inc.
34596
34633
  * All rights reserved.
@@ -34646,7 +34683,7 @@ module.exports = {
34646
34683
  extraPad: 15
34647
34684
  };
34648
34685
 
34649
- },{}],154:[function(_dereq_,module,exports){
34686
+ },{}],155:[function(_dereq_,module,exports){
34650
34687
  /**
34651
34688
  * Copyright 2012-2020, Plotly, Inc.
34652
34689
  * All rights reserved.
@@ -34732,7 +34769,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
34732
34769
  containerOut._input = containerIn;
34733
34770
  };
34734
34771
 
34735
- },{"../../lib":211,"../../plot_api/plot_template":245,"../../plots/cartesian/axis_ids":259,"./attributes":151,"./oppaxis_attributes":158}],155:[function(_dereq_,module,exports){
34772
+ },{"../../lib":212,"../../plot_api/plot_template":247,"../../plots/cartesian/axis_ids":261,"./attributes":152,"./oppaxis_attributes":159}],156:[function(_dereq_,module,exports){
34736
34773
  /**
34737
34774
  * Copyright 2012-2020, Plotly, Inc.
34738
34775
  * All rights reserved.
@@ -35376,7 +35413,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
35376
35413
  grabAreaMax.attr('height', opts._height);
35377
35414
  }
35378
35415
 
35379
- },{"../../lib":211,"../../lib/setcursor":230,"../../plots/cartesian":269,"../../plots/cartesian/axis_ids":259,"../../plots/plots":297,"../../registry":306,"../color":82,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":153,"d3":16}],156:[function(_dereq_,module,exports){
35416
+ },{"../../lib":212,"../../lib/setcursor":232,"../../plots/cartesian":271,"../../plots/cartesian/axis_ids":261,"../../plots/plots":299,"../../registry":308,"../color":83,"../dragelement":102,"../drawing":105,"../titles":178,"./constants":154,"d3":16}],157:[function(_dereq_,module,exports){
35380
35417
  /**
35381
35418
  * Copyright 2012-2020, Plotly, Inc.
35382
35419
  * All rights reserved.
@@ -35451,7 +35488,7 @@ exports.autoMarginOpts = function(gd, ax) {
35451
35488
  };
35452
35489
  };
35453
35490
 
35454
- },{"../../constants/alignment":184,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"./constants":153}],157:[function(_dereq_,module,exports){
35491
+ },{"../../constants/alignment":185,"../../lib/svg_text_utils":234,"../../plots/cartesian/axis_ids":261,"./constants":154}],158:[function(_dereq_,module,exports){
35455
35492
  /**
35456
35493
  * Copyright 2012-2020, Plotly, Inc.
35457
35494
  * All rights reserved.
@@ -35490,7 +35527,7 @@ module.exports = {
35490
35527
  autoMarginOpts: helpers.autoMarginOpts
35491
35528
  };
35492
35529
 
35493
- },{"../../lib":211,"./attributes":151,"./calc_autorange":152,"./defaults":154,"./draw":155,"./helpers":156,"./oppaxis_attributes":158}],158:[function(_dereq_,module,exports){
35530
+ },{"../../lib":212,"./attributes":152,"./calc_autorange":153,"./defaults":155,"./draw":156,"./helpers":157,"./oppaxis_attributes":159}],159:[function(_dereq_,module,exports){
35494
35531
  /**
35495
35532
  * Copyright 2012-2020, Plotly, Inc.
35496
35533
  * All rights reserved.
@@ -35528,7 +35565,7 @@ module.exports = {
35528
35565
  editType: 'calc'
35529
35566
  };
35530
35567
 
35531
- },{}],159:[function(_dereq_,module,exports){
35568
+ },{}],160:[function(_dereq_,module,exports){
35532
35569
  /**
35533
35570
  * Copyright 2012-2020, Plotly, Inc.
35534
35571
  * All rights reserved.
@@ -35681,7 +35718,7 @@ module.exports = templatedArray('shape', {
35681
35718
  editType: 'arraydraw'
35682
35719
  });
35683
35720
 
35684
- },{"../../constants/axis_placeable_objects":185,"../../lib/extend":203,"../../plot_api/plot_template":245,"../../traces/scatter/attributes":337,"../annotations/attributes":67,"../drawing/attributes":103}],160:[function(_dereq_,module,exports){
35721
+ },{"../../constants/axis_placeable_objects":186,"../../lib/extend":204,"../../plot_api/plot_template":247,"../../traces/scatter/attributes":339,"../annotations/attributes":68,"../drawing/attributes":104}],161:[function(_dereq_,module,exports){
35685
35722
  /**
35686
35723
  * Copyright 2012-2020, Plotly, Inc.
35687
35724
  * All rights reserved.
@@ -35801,7 +35838,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
35801
35838
  if(max >= min) return [min, max];
35802
35839
  }
35803
35840
 
35804
- },{"../../lib":211,"../../plots/cartesian/axes":256,"./constants":161,"./helpers":170}],161:[function(_dereq_,module,exports){
35841
+ },{"../../lib":212,"../../plots/cartesian/axes":258,"./constants":162,"./helpers":171}],162:[function(_dereq_,module,exports){
35805
35842
  /**
35806
35843
  * Copyright 2012-2020, Plotly, Inc.
35807
35844
  * All rights reserved.
@@ -35865,7 +35902,7 @@ module.exports = {
35865
35902
  }
35866
35903
  };
35867
35904
 
35868
- },{}],162:[function(_dereq_,module,exports){
35905
+ },{}],163:[function(_dereq_,module,exports){
35869
35906
  /**
35870
35907
  * Copyright 2012-2020, Plotly, Inc.
35871
35908
  * All rights reserved.
@@ -35996,7 +36033,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
35996
36033
  }
35997
36034
  }
35998
36035
 
35999
- },{"../../lib":211,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":159,"./helpers":170}],163:[function(_dereq_,module,exports){
36036
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"../../plots/cartesian/axes":258,"./attributes":160,"./helpers":171}],164:[function(_dereq_,module,exports){
36000
36037
  /**
36001
36038
  * Copyright 2012-2020, Plotly, Inc.
36002
36039
  * All rights reserved.
@@ -36770,7 +36807,7 @@ function eraseActiveShape(gd) {
36770
36807
  }
36771
36808
  }
36772
36809
 
36773
- },{"../../lib":211,"../../lib/setcursor":230,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/cartesian/handle_outline":266,"../../registry":306,"../color":82,"../dragelement":101,"../drawing":104,"./constants":161,"./draw_newshape/display_outlines":167,"./draw_newshape/helpers":168,"./helpers":170}],164:[function(_dereq_,module,exports){
36810
+ },{"../../lib":212,"../../lib/setcursor":232,"../../plot_api/plot_template":247,"../../plots/cartesian/axes":258,"../../plots/cartesian/handle_outline":268,"../../registry":308,"../color":83,"../dragelement":102,"../drawing":105,"./constants":162,"./draw_newshape/display_outlines":168,"./draw_newshape/helpers":169,"./helpers":171}],165:[function(_dereq_,module,exports){
36774
36811
  /**
36775
36812
  * Copyright 2012-2020, Plotly, Inc.
36776
36813
  * All rights reserved.
@@ -36873,7 +36910,7 @@ module.exports = {
36873
36910
  }
36874
36911
  };
36875
36912
 
36876
- },{"../../../lib/extend":203,"../../drawing/attributes":103}],165:[function(_dereq_,module,exports){
36913
+ },{"../../../lib/extend":204,"../../drawing/attributes":104}],166:[function(_dereq_,module,exports){
36877
36914
  /**
36878
36915
  * Copyright 2012-2020, Plotly, Inc.
36879
36916
  * All rights reserved.
@@ -36897,7 +36934,7 @@ module.exports = {
36897
36934
  SQRT2: Math.sqrt(2)
36898
36935
  };
36899
36936
 
36900
- },{}],166:[function(_dereq_,module,exports){
36937
+ },{}],167:[function(_dereq_,module,exports){
36901
36938
  /**
36902
36939
  * Copyright 2012-2020, Plotly, Inc.
36903
36940
  * All rights reserved.
@@ -36929,7 +36966,7 @@ module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce
36929
36966
  coerce('activeshape.opacity');
36930
36967
  };
36931
36968
 
36932
- },{"../../color":82}],167:[function(_dereq_,module,exports){
36969
+ },{"../../color":83}],168:[function(_dereq_,module,exports){
36933
36970
  /**
36934
36971
  * Copyright 2012-2020, Plotly, Inc.
36935
36972
  * All rights reserved.
@@ -37224,7 +37261,7 @@ function recordPositions(polygonsOut, polygonsIn) {
37224
37261
  return polygonsOut;
37225
37262
  }
37226
37263
 
37227
- },{"../../../plots/cartesian/handle_outline":266,"../../../registry":306,"../../dragelement":101,"../../dragelement/helpers":100,"./constants":165,"./helpers":168,"./newshapes":169}],168:[function(_dereq_,module,exports){
37264
+ },{"../../../plots/cartesian/handle_outline":268,"../../../registry":308,"../../dragelement":102,"../../dragelement/helpers":101,"./constants":166,"./helpers":169,"./newshapes":170}],169:[function(_dereq_,module,exports){
37228
37265
  /**
37229
37266
  * Copyright 2012-2020, Plotly, Inc.
37230
37267
  * All rights reserved.
@@ -37562,7 +37599,7 @@ exports.ellipseOver = function(pos) {
37562
37599
  };
37563
37600
  };
37564
37601
 
37565
- },{"../../../plots/cartesian/helpers":267,"./constants":165,"parse-svg-path":55}],169:[function(_dereq_,module,exports){
37602
+ },{"../../../plots/cartesian/helpers":269,"./constants":166,"parse-svg-path":56}],170:[function(_dereq_,module,exports){
37566
37603
  /**
37567
37604
  * Copyright 2012-2020, Plotly, Inc.
37568
37605
  * All rights reserved.
@@ -37821,7 +37858,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
37821
37858
  return polygons;
37822
37859
  }
37823
37860
 
37824
- },{"../../../plots/cartesian/handle_outline":266,"../../../plots/cartesian/helpers":267,"../../dragelement/helpers":100,"./constants":165,"./helpers":168}],170:[function(_dereq_,module,exports){
37861
+ },{"../../../plots/cartesian/handle_outline":268,"../../../plots/cartesian/helpers":269,"../../dragelement/helpers":101,"./constants":166,"./helpers":169}],171:[function(_dereq_,module,exports){
37825
37862
  /**
37826
37863
  * Copyright 2012-2020, Plotly, Inc.
37827
37864
  * All rights reserved.
@@ -37979,7 +38016,7 @@ exports.makeOptionsAndPlotinfo = function(gd, index) {
37979
38016
  };
37980
38017
  };
37981
38018
 
37982
- },{"../../lib":211,"./constants":161}],171:[function(_dereq_,module,exports){
38019
+ },{"../../lib":212,"./constants":162}],172:[function(_dereq_,module,exports){
37983
38020
  /**
37984
38021
  * Copyright 2012-2020, Plotly, Inc.
37985
38022
  * All rights reserved.
@@ -38007,7 +38044,7 @@ module.exports = {
38007
38044
  drawOne: drawModule.drawOne
38008
38045
  };
38009
38046
 
38010
- },{"../../plots/cartesian/include_components":268,"./attributes":159,"./calc_autorange":160,"./defaults":162,"./draw":163,"./draw_newshape/defaults":166}],172:[function(_dereq_,module,exports){
38047
+ },{"../../plots/cartesian/include_components":270,"./attributes":160,"./calc_autorange":161,"./defaults":163,"./draw":164,"./draw_newshape/defaults":167}],173:[function(_dereq_,module,exports){
38011
38048
  /**
38012
38049
  * Copyright 2012-2020, Plotly, Inc.
38013
38050
  * All rights reserved.
@@ -38250,7 +38287,7 @@ module.exports = overrideAll(templatedArray('slider', {
38250
38287
  }
38251
38288
  }), 'arraydraw', 'from-root');
38252
38289
 
38253
- },{"../../lib/extend":203,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/animation_attributes":250,"../../plots/font_attributes":284,"../../plots/pad_attributes":296,"./constants":173}],173:[function(_dereq_,module,exports){
38290
+ },{"../../lib/extend":204,"../../plot_api/edit_types":240,"../../plot_api/plot_template":247,"../../plots/animation_attributes":252,"../../plots/font_attributes":286,"../../plots/pad_attributes":298,"./constants":174}],174:[function(_dereq_,module,exports){
38254
38291
  /**
38255
38292
  * Copyright 2012-2020, Plotly, Inc.
38256
38293
  * All rights reserved.
@@ -38344,7 +38381,7 @@ module.exports = {
38344
38381
  currentValueInset: 0,
38345
38382
  };
38346
38383
 
38347
- },{}],174:[function(_dereq_,module,exports){
38384
+ },{}],175:[function(_dereq_,module,exports){
38348
38385
  /**
38349
38386
  * Copyright 2012-2020, Plotly, Inc.
38350
38387
  * All rights reserved.
@@ -38459,7 +38496,7 @@ function stepDefaults(valueIn, valueOut) {
38459
38496
  }
38460
38497
  }
38461
38498
 
38462
- },{"../../lib":211,"../../plots/array_container_defaults":251,"./attributes":172,"./constants":173}],175:[function(_dereq_,module,exports){
38499
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"./attributes":173,"./constants":174}],176:[function(_dereq_,module,exports){
38463
38500
  /**
38464
38501
  * Copyright 2012-2020, Plotly, Inc.
38465
38502
  * All rights reserved.
@@ -39033,7 +39070,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
39033
39070
  .ease(sliderOpts.transition.easing);
39034
39071
  }
39035
39072
 
39036
- // Drawing.setTranslate doesn't work here becasue of the transition duck-typing.
39073
+ // Drawing.setTranslate doesn't work here because of the transition duck-typing.
39037
39074
  // It's also not necessary because there are no other transitions to preserve.
39038
39075
  el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
39039
39076
  }
@@ -39090,7 +39127,7 @@ function drawRail(sliderGroup, sliderOpts) {
39090
39127
  );
39091
39128
  }
39092
39129
 
39093
- },{"../../constants/alignment":184,"../../lib":211,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":297,"../color":82,"../drawing":104,"./constants":173,"d3":16}],176:[function(_dereq_,module,exports){
39130
+ },{"../../constants/alignment":185,"../../lib":212,"../../lib/svg_text_utils":234,"../../plot_api/plot_template":247,"../../plots/plots":299,"../color":83,"../drawing":105,"./constants":174,"d3":16}],177:[function(_dereq_,module,exports){
39094
39131
  /**
39095
39132
  * Copyright 2012-2020, Plotly, Inc.
39096
39133
  * All rights reserved.
@@ -39113,7 +39150,7 @@ module.exports = {
39113
39150
  draw: _dereq_('./draw')
39114
39151
  };
39115
39152
 
39116
- },{"./attributes":172,"./constants":173,"./defaults":174,"./draw":175}],177:[function(_dereq_,module,exports){
39153
+ },{"./attributes":173,"./constants":174,"./defaults":175,"./draw":176}],178:[function(_dereq_,module,exports){
39117
39154
  /**
39118
39155
  * Copyright 2012-2020, Plotly, Inc.
39119
39156
  * All rights reserved.
@@ -39381,7 +39418,7 @@ module.exports = {
39381
39418
  draw: draw
39382
39419
  };
39383
39420
 
39384
- },{"../../constants/alignment":184,"../../constants/interactions":187,"../../lib":211,"../../lib/svg_text_utils":232,"../../plots/plots":297,"../../registry":306,"../color":82,"../drawing":104,"d3":16,"fast-isnumeric":18}],178:[function(_dereq_,module,exports){
39421
+ },{"../../constants/alignment":185,"../../constants/interactions":188,"../../lib":212,"../../lib/svg_text_utils":234,"../../plots/plots":299,"../../registry":308,"../color":83,"../drawing":105,"d3":16,"fast-isnumeric":18}],179:[function(_dereq_,module,exports){
39385
39422
  /**
39386
39423
  * Copyright 2012-2020, Plotly, Inc.
39387
39424
  * All rights reserved.
@@ -39550,7 +39587,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
39550
39587
  }
39551
39588
  }), 'arraydraw', 'from-root');
39552
39589
 
39553
- },{"../../lib/extend":203,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../../plots/pad_attributes":296,"../color/attributes":81}],179:[function(_dereq_,module,exports){
39590
+ },{"../../lib/extend":204,"../../plot_api/edit_types":240,"../../plot_api/plot_template":247,"../../plots/font_attributes":286,"../../plots/pad_attributes":298,"../color/attributes":82}],180:[function(_dereq_,module,exports){
39554
39591
  /**
39555
39592
  * Copyright 2012-2020, Plotly, Inc.
39556
39593
  * All rights reserved.
@@ -39631,7 +39668,7 @@ module.exports = {
39631
39668
  }
39632
39669
  };
39633
39670
 
39634
- },{}],180:[function(_dereq_,module,exports){
39671
+ },{}],181:[function(_dereq_,module,exports){
39635
39672
  /**
39636
39673
  * Copyright 2012-2020, Plotly, Inc.
39637
39674
  * All rights reserved.
@@ -39714,7 +39751,7 @@ function buttonDefaults(buttonIn, buttonOut) {
39714
39751
  }
39715
39752
  }
39716
39753
 
39717
- },{"../../lib":211,"../../plots/array_container_defaults":251,"./attributes":178,"./constants":179}],181:[function(_dereq_,module,exports){
39754
+ },{"../../lib":212,"../../plots/array_container_defaults":253,"./attributes":179,"./constants":180}],182:[function(_dereq_,module,exports){
39718
39755
  /**
39719
39756
  * Copyright 2012-2020, Plotly, Inc.
39720
39757
  * All rights reserved.
@@ -40365,9 +40402,9 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
40365
40402
  .selectAll('g.' + constants.dropdownButtonClassName).remove();
40366
40403
  }
40367
40404
 
40368
- },{"../../constants/alignment":184,"../../lib":211,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":297,"../color":82,"../drawing":104,"./constants":179,"./scrollbox":183,"d3":16}],182:[function(_dereq_,module,exports){
40369
- arguments[4][176][0].apply(exports,arguments)
40370
- },{"./attributes":178,"./constants":179,"./defaults":180,"./draw":181,"dup":176}],183:[function(_dereq_,module,exports){
40405
+ },{"../../constants/alignment":185,"../../lib":212,"../../lib/svg_text_utils":234,"../../plot_api/plot_template":247,"../../plots/plots":299,"../color":83,"../drawing":105,"./constants":180,"./scrollbox":184,"d3":16}],183:[function(_dereq_,module,exports){
40406
+ arguments[4][177][0].apply(exports,arguments)
40407
+ },{"./attributes":179,"./constants":180,"./defaults":181,"./draw":182,"dup":177}],184:[function(_dereq_,module,exports){
40371
40408
  /**
40372
40409
  * Copyright 2012-2020, Plotly, Inc.
40373
40410
  * All rights reserved.
@@ -40832,7 +40869,7 @@ ScrollBox.prototype.setTranslate = function setTranslate(translateX, translateY)
40832
40869
  }
40833
40870
  };
40834
40871
 
40835
- },{"../../lib":211,"../color":82,"../drawing":104,"d3":16}],184:[function(_dereq_,module,exports){
40872
+ },{"../../lib":212,"../color":83,"../drawing":105,"d3":16}],185:[function(_dereq_,module,exports){
40836
40873
  /**
40837
40874
  * Copyright 2012-2020, Plotly, Inc.
40838
40875
  * All rights reserved.
@@ -40897,7 +40934,7 @@ module.exports = {
40897
40934
  }
40898
40935
  };
40899
40936
 
40900
- },{}],185:[function(_dereq_,module,exports){
40937
+ },{}],186:[function(_dereq_,module,exports){
40901
40938
  /**
40902
40939
  * Copyright 2012-2020, Plotly, Inc.
40903
40940
  * All rights reserved.
@@ -40929,7 +40966,7 @@ module.exports = {
40929
40966
  }
40930
40967
  };
40931
40968
 
40932
- },{}],186:[function(_dereq_,module,exports){
40969
+ },{}],187:[function(_dereq_,module,exports){
40933
40970
  /**
40934
40971
  * Copyright 2012-2020, Plotly, Inc.
40935
40972
  * All rights reserved.
@@ -40945,7 +40982,7 @@ module.exports = {
40945
40982
  DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
40946
40983
  };
40947
40984
 
40948
- },{}],187:[function(_dereq_,module,exports){
40985
+ },{}],188:[function(_dereq_,module,exports){
40949
40986
  /**
40950
40987
  * Copyright 2012-2020, Plotly, Inc.
40951
40988
  * All rights reserved.
@@ -40968,7 +41005,7 @@ module.exports = {
40968
41005
  DESELECTDIM: 0.2
40969
41006
  };
40970
41007
 
40971
- },{}],188:[function(_dereq_,module,exports){
41008
+ },{}],189:[function(_dereq_,module,exports){
40972
41009
  /**
40973
41010
  * Copyright 2012-2020, Plotly, Inc.
40974
41011
  * All rights reserved.
@@ -41041,7 +41078,7 @@ module.exports = {
41041
41078
  MINUS_SIGN: '\u2212'
41042
41079
  };
41043
41080
 
41044
- },{}],189:[function(_dereq_,module,exports){
41081
+ },{}],190:[function(_dereq_,module,exports){
41045
41082
  /**
41046
41083
  * Copyright 2012-2020, Plotly, Inc.
41047
41084
  * All rights reserved.
@@ -41065,7 +41102,7 @@ exports.svgAttrs = {
41065
41102
  'xmlns:xlink': exports.xlink
41066
41103
  };
41067
41104
 
41068
- },{}],190:[function(_dereq_,module,exports){
41105
+ },{}],191:[function(_dereq_,module,exports){
41069
41106
  /**
41070
41107
  * Copyright 2012-2020, Plotly, Inc.
41071
41108
  * All rights reserved.
@@ -41151,7 +41188,7 @@ exports.Queue = _dereq_('./lib/queue');
41151
41188
  // export d3 used in the bundle
41152
41189
  exports.d3 = _dereq_('d3');
41153
41190
 
41154
- },{"../build/plotcss":1,"./components/annotations":75,"./components/annotations3d":80,"./components/colorbar":88,"./components/colorscale":94,"./components/errorbars":110,"./components/fx":122,"./components/grid":126,"./components/images":131,"./components/legend":139,"./components/rangeselector":150,"./components/rangeslider":157,"./components/shapes":171,"./components/sliders":176,"./components/updatemenus":182,"./fonts/mathjax_config":191,"./fonts/ploticon":192,"./lib/queue":225,"./locale-en":236,"./locale-en-us":235,"./plot_api":240,"./plot_api/plot_schema":244,"./plots/plots":297,"./registry":306,"./snapshot":311,"./traces/scatter":349,"./version":376,"d3":16,"es6-promise":17}],191:[function(_dereq_,module,exports){
41191
+ },{"../build/plotcss":1,"./components/annotations":76,"./components/annotations3d":81,"./components/colorbar":89,"./components/colorscale":95,"./components/errorbars":111,"./components/fx":123,"./components/grid":127,"./components/images":132,"./components/legend":140,"./components/rangeselector":151,"./components/rangeslider":158,"./components/shapes":172,"./components/sliders":177,"./components/updatemenus":183,"./fonts/mathjax_config":192,"./fonts/ploticon":193,"./lib/queue":227,"./locale-en":238,"./locale-en-us":237,"./plot_api":242,"./plot_api/plot_schema":246,"./plots/plots":299,"./registry":308,"./snapshot":313,"./traces/scatter":351,"./version":378,"d3":16,"es6-promise":17}],192:[function(_dereq_,module,exports){
41155
41192
  /**
41156
41193
  * Copyright 2012-2020, Plotly, Inc.
41157
41194
  * All rights reserved.
@@ -41182,7 +41219,7 @@ module.exports = function() {
41182
41219
  }
41183
41220
  };
41184
41221
 
41185
- },{}],192:[function(_dereq_,module,exports){
41222
+ },{}],193:[function(_dereq_,module,exports){
41186
41223
  /**
41187
41224
  * Copyright 2012-2020, Plotly, Inc.
41188
41225
  * All rights reserved.
@@ -41362,7 +41399,7 @@ module.exports = {
41362
41399
  }
41363
41400
  };
41364
41401
 
41365
- },{}],193:[function(_dereq_,module,exports){
41402
+ },{}],194:[function(_dereq_,module,exports){
41366
41403
  /**
41367
41404
  * Copyright 2012-2020, Plotly, Inc.
41368
41405
  * All rights reserved.
@@ -41426,7 +41463,7 @@ exports.isBottomAnchor = function isBottomAnchor(opts) {
41426
41463
  );
41427
41464
  };
41428
41465
 
41429
- },{}],194:[function(_dereq_,module,exports){
41466
+ },{}],195:[function(_dereq_,module,exports){
41430
41467
  /**
41431
41468
  * Copyright 2012-2020, Plotly, Inc.
41432
41469
  * All rights reserved.
@@ -41667,7 +41704,7 @@ module.exports = {
41667
41704
  pathAnnulus: pathAnnulus
41668
41705
  };
41669
41706
 
41670
- },{"./mod":218}],195:[function(_dereq_,module,exports){
41707
+ },{"./mod":219}],196:[function(_dereq_,module,exports){
41671
41708
  /**
41672
41709
  * Copyright 2012-2020, Plotly, Inc.
41673
41710
  * All rights reserved.
@@ -41824,7 +41861,7 @@ function _rowLength(z, fn, len0) {
41824
41861
  return 0;
41825
41862
  }
41826
41863
 
41827
- },{}],196:[function(_dereq_,module,exports){
41864
+ },{}],197:[function(_dereq_,module,exports){
41828
41865
  /**
41829
41866
  * Copyright 2012-2020, Plotly, Inc.
41830
41867
  * All rights reserved.
@@ -41857,7 +41894,7 @@ module.exports = function cleanNumber(v) {
41857
41894
  return BADNUM;
41858
41895
  };
41859
41896
 
41860
- },{"../constants/numerical":188,"fast-isnumeric":18}],197:[function(_dereq_,module,exports){
41897
+ },{"../constants/numerical":189,"fast-isnumeric":18}],198:[function(_dereq_,module,exports){
41861
41898
  /**
41862
41899
  * Copyright 2012-2020, Plotly, Inc.
41863
41900
  * All rights reserved.
@@ -41885,7 +41922,7 @@ module.exports = function clearGlCanvases(gd) {
41885
41922
  }
41886
41923
  };
41887
41924
 
41888
- },{}],198:[function(_dereq_,module,exports){
41925
+ },{}],199:[function(_dereq_,module,exports){
41889
41926
  /**
41890
41927
  * Copyright 2012-2020, Plotly, Inc.
41891
41928
  * All rights reserved.
@@ -41908,7 +41945,7 @@ module.exports = function clearResponsive(gd) {
41908
41945
  }
41909
41946
  };
41910
41947
 
41911
- },{}],199:[function(_dereq_,module,exports){
41948
+ },{}],200:[function(_dereq_,module,exports){
41912
41949
  /**
41913
41950
  * Copyright 2012-2020, Plotly, Inc.
41914
41951
  * All rights reserved.
@@ -42372,7 +42409,7 @@ function validate(value, opts) {
42372
42409
  }
42373
42410
  exports.validate = validate;
42374
42411
 
42375
- },{"../components/colorscale/scales":97,"../constants/interactions":187,"../plots/attributes":252,"./array":195,"./mod":218,"./nested_property":219,"./regex":226,"fast-isnumeric":18,"tinycolor2":65}],200:[function(_dereq_,module,exports){
42412
+ },{"../components/colorscale/scales":98,"../constants/interactions":188,"../plots/attributes":254,"./array":196,"./mod":219,"./nested_property":220,"./regex":228,"fast-isnumeric":18,"tinycolor2":66}],201:[function(_dereq_,module,exports){
42376
42413
  /**
42377
42414
  * Copyright 2012-2020, Plotly, Inc.
42378
42415
  * All rights reserved.
@@ -42973,7 +43010,7 @@ exports.findExactDates = function(data, calendar) {
42973
43010
  };
42974
43011
  };
42975
43012
 
42976
- },{"../constants/numerical":188,"../registry":306,"./loggers":215,"./mod":218,"d3-time-format":14,"fast-isnumeric":18}],201:[function(_dereq_,module,exports){
43013
+ },{"../constants/numerical":189,"../registry":308,"./loggers":216,"./mod":219,"d3-time-format":14,"fast-isnumeric":18}],202:[function(_dereq_,module,exports){
42977
43014
  /**
42978
43015
  * Copyright 2012-2020, Plotly, Inc.
42979
43016
  * All rights reserved.
@@ -43151,7 +43188,7 @@ module.exports = {
43151
43188
  equalDomRects: equalDomRects
43152
43189
  };
43153
43190
 
43154
- },{"./loggers":215,"./matrix":217,"d3":16,"gl-mat4":34}],202:[function(_dereq_,module,exports){
43191
+ },{"./loggers":216,"./matrix":218,"d3":16,"gl-mat4":34}],203:[function(_dereq_,module,exports){
43155
43192
  /**
43156
43193
  * Copyright 2012-2020, Plotly, Inc.
43157
43194
  * All rights reserved.
@@ -43324,7 +43361,7 @@ var Events = {
43324
43361
 
43325
43362
  module.exports = Events;
43326
43363
 
43327
- },{"events":12}],203:[function(_dereq_,module,exports){
43364
+ },{"events":12}],204:[function(_dereq_,module,exports){
43328
43365
  /**
43329
43366
  * Copyright 2012-2020, Plotly, Inc.
43330
43367
  * All rights reserved.
@@ -43438,7 +43475,7 @@ function _extend(inputs, isDeep, keepAllKeys, noArrayCopies) {
43438
43475
  return target;
43439
43476
  }
43440
43477
 
43441
- },{"./is_plain_object.js":212}],204:[function(_dereq_,module,exports){
43478
+ },{"./is_plain_object.js":213}],205:[function(_dereq_,module,exports){
43442
43479
  /**
43443
43480
  * Copyright 2012-2020, Plotly, Inc.
43444
43481
  * All rights reserved.
@@ -43489,7 +43526,7 @@ module.exports = function filterUnique(array) {
43489
43526
  return out;
43490
43527
  };
43491
43528
 
43492
- },{}],205:[function(_dereq_,module,exports){
43529
+ },{}],206:[function(_dereq_,module,exports){
43493
43530
  /**
43494
43531
  * Copyright 2012-2020, Plotly, Inc.
43495
43532
  * All rights reserved.
@@ -43537,7 +43574,7 @@ function isCalcData(cont) {
43537
43574
  );
43538
43575
  }
43539
43576
 
43540
- },{}],206:[function(_dereq_,module,exports){
43577
+ },{}],207:[function(_dereq_,module,exports){
43541
43578
  /**
43542
43579
  * Copyright 2012-2020, Plotly, Inc.
43543
43580
  * All rights reserved.
@@ -43922,7 +43959,7 @@ module.exports = {
43922
43959
  computeBbox: computeBbox
43923
43960
  };
43924
43961
 
43925
- },{"./identity":209,"./is_plain_object":212,"./loggers":215,"./nested_property":219,"./polygon":223,"@turf/area":7,"@turf/bbox":8,"@turf/centroid":9,"country-regex":13,"d3":16}],207:[function(_dereq_,module,exports){
43962
+ },{"./identity":210,"./is_plain_object":213,"./loggers":216,"./nested_property":220,"./polygon":224,"@turf/area":7,"@turf/bbox":8,"@turf/centroid":9,"country-regex":13,"d3":16}],208:[function(_dereq_,module,exports){
43926
43963
  /**
43927
43964
  * Copyright 2012-2020, Plotly, Inc.
43928
43965
  * All rights reserved.
@@ -44039,7 +44076,7 @@ exports.makeBlank = function() {
44039
44076
  };
44040
44077
  };
44041
44078
 
44042
- },{"../constants/numerical":188}],208:[function(_dereq_,module,exports){
44079
+ },{"../constants/numerical":189}],209:[function(_dereq_,module,exports){
44043
44080
  /**
44044
44081
  * Copyright 2012-2020, Plotly, Inc.
44045
44082
  * All rights reserved.
@@ -44283,7 +44320,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
44283
44320
  return pt;
44284
44321
  };
44285
44322
 
44286
- },{"./mod":218}],209:[function(_dereq_,module,exports){
44323
+ },{"./mod":219}],210:[function(_dereq_,module,exports){
44287
44324
  /**
44288
44325
  * Copyright 2012-2020, Plotly, Inc.
44289
44326
  * All rights reserved.
@@ -44299,7 +44336,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
44299
44336
 
44300
44337
  module.exports = function identity(d) { return d; };
44301
44338
 
44302
- },{}],210:[function(_dereq_,module,exports){
44339
+ },{}],211:[function(_dereq_,module,exports){
44303
44340
  /**
44304
44341
  * Copyright 2012-2020, Plotly, Inc.
44305
44342
  * All rights reserved.
@@ -44341,7 +44378,7 @@ module.exports = function incrementNumeric(x, delta) {
44341
44378
  return newX;
44342
44379
  };
44343
44380
 
44344
- },{}],211:[function(_dereq_,module,exports){
44381
+ },{}],212:[function(_dereq_,module,exports){
44345
44382
  /**
44346
44383
  * Copyright 2012-2020, Plotly, Inc.
44347
44384
  * All rights reserved.
@@ -44498,6 +44535,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
44498
44535
  lib.equalDomRects = domModule.equalDomRects;
44499
44536
 
44500
44537
  lib.clearResponsive = _dereq_('./clear_responsive');
44538
+ lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
44501
44539
 
44502
44540
  lib.makeTraceGroups = _dereq_('./make_trace_groups');
44503
44541
 
@@ -45208,7 +45246,7 @@ lib.objectFromPath = function(path, value) {
45208
45246
  * lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
45209
45247
  * => { foo: [{bar: 10}, {bar: 20}] }
45210
45248
  *
45211
- * It does NOT, however, merge mulitple mutliply-nested arrays::
45249
+ * It does NOT, however, merge multiple multiply-nested arrays::
45212
45250
  *
45213
45251
  * lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
45214
45252
  * => { marker: [null, {range: 4}] }
@@ -45623,7 +45661,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
45623
45661
  return arr.join(mainSeparator);
45624
45662
  };
45625
45663
 
45626
- },{"../constants/numerical":188,"./anchor_utils":193,"./angles":194,"./array":195,"./clean_number":196,"./clear_responsive":198,"./coerce":199,"./dates":200,"./dom":201,"./extend":203,"./filter_unique":204,"./filter_visible":205,"./geometry2d":208,"./identity":209,"./increment":210,"./is_plain_object":212,"./keyed_container":213,"./localize":214,"./loggers":215,"./make_trace_groups":216,"./matrix":217,"./mod":218,"./nested_property":219,"./noop":220,"./notifier":221,"./push_unique":224,"./regex":226,"./relative_attr":227,"./relink_private":228,"./search":229,"./stats":231,"./throttle":233,"./to_log_range":234,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],212:[function(_dereq_,module,exports){
45664
+ },{"../constants/numerical":189,"./anchor_utils":194,"./angles":195,"./array":196,"./clean_number":197,"./clear_responsive":199,"./coerce":200,"./dates":201,"./dom":202,"./extend":204,"./filter_unique":205,"./filter_visible":206,"./geometry2d":209,"./identity":210,"./increment":211,"./is_plain_object":213,"./keyed_container":214,"./localize":215,"./loggers":216,"./make_trace_groups":217,"./matrix":218,"./mod":219,"./nested_property":220,"./noop":221,"./notifier":222,"./preserve_drawing_buffer":225,"./push_unique":226,"./regex":228,"./relative_attr":229,"./relink_private":230,"./search":231,"./stats":233,"./throttle":235,"./to_log_range":236,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],213:[function(_dereq_,module,exports){
45627
45665
  /**
45628
45666
  * Copyright 2012-2020, Plotly, Inc.
45629
45667
  * All rights reserved.
@@ -45651,7 +45689,7 @@ module.exports = function isPlainObject(obj) {
45651
45689
  );
45652
45690
  };
45653
45691
 
45654
- },{}],213:[function(_dereq_,module,exports){
45692
+ },{}],214:[function(_dereq_,module,exports){
45655
45693
  /**
45656
45694
  * Copyright 2012-2020, Plotly, Inc.
45657
45695
  * All rights reserved.
@@ -45844,7 +45882,7 @@ module.exports = function keyedContainer(baseObj, path, keyName, valueName) {
45844
45882
  return obj;
45845
45883
  };
45846
45884
 
45847
- },{"./nested_property":219}],214:[function(_dereq_,module,exports){
45885
+ },{"./nested_property":220}],215:[function(_dereq_,module,exports){
45848
45886
  /**
45849
45887
  * Copyright 2012-2020, Plotly, Inc.
45850
45888
  * All rights reserved.
@@ -45900,7 +45938,7 @@ module.exports = function localize(gd, s) {
45900
45938
  return s;
45901
45939
  };
45902
45940
 
45903
- },{"../registry":306}],215:[function(_dereq_,module,exports){
45941
+ },{"../registry":308}],216:[function(_dereq_,module,exports){
45904
45942
  /**
45905
45943
  * Copyright 2012-2020, Plotly, Inc.
45906
45944
  * All rights reserved.
@@ -46010,7 +46048,7 @@ function apply(f, args) {
46010
46048
  }
46011
46049
  }
46012
46050
 
46013
- },{"../plot_api/plot_config":243,"./notifier":221}],216:[function(_dereq_,module,exports){
46051
+ },{"../plot_api/plot_config":245,"./notifier":222}],217:[function(_dereq_,module,exports){
46014
46052
  /**
46015
46053
  * Copyright 2012-2020, Plotly, Inc.
46016
46054
  * All rights reserved.
@@ -46053,7 +46091,7 @@ module.exports = function makeTraceGroups(traceLayer, cdModule, cls) {
46053
46091
  return traces;
46054
46092
  };
46055
46093
 
46056
- },{"d3":16}],217:[function(_dereq_,module,exports){
46094
+ },{"d3":16}],218:[function(_dereq_,module,exports){
46057
46095
  /**
46058
46096
  * Copyright 2012-2020, Plotly, Inc.
46059
46097
  * All rights reserved.
@@ -46205,7 +46243,7 @@ exports.inverseTransformMatrix = function(m) {
46205
46243
  ];
46206
46244
  };
46207
46245
 
46208
- },{"gl-mat4":34}],218:[function(_dereq_,module,exports){
46246
+ },{"gl-mat4":34}],219:[function(_dereq_,module,exports){
46209
46247
  /**
46210
46248
  * Copyright 2012-2020, Plotly, Inc.
46211
46249
  * All rights reserved.
@@ -46240,7 +46278,7 @@ module.exports = {
46240
46278
  modHalf: modHalf
46241
46279
  };
46242
46280
 
46243
- },{}],219:[function(_dereq_,module,exports){
46281
+ },{}],220:[function(_dereq_,module,exports){
46244
46282
  /**
46245
46283
  * Copyright 2012-2020, Plotly, Inc.
46246
46284
  * All rights reserved.
@@ -46486,7 +46524,7 @@ function badContainer(container, propStr, propParts) {
46486
46524
  };
46487
46525
  }
46488
46526
 
46489
- },{"./array":195,"fast-isnumeric":18}],220:[function(_dereq_,module,exports){
46527
+ },{"./array":196,"fast-isnumeric":18}],221:[function(_dereq_,module,exports){
46490
46528
  /**
46491
46529
  * Copyright 2012-2020, Plotly, Inc.
46492
46530
  * All rights reserved.
@@ -46502,7 +46540,7 @@ function badContainer(container, propStr, propParts) {
46502
46540
 
46503
46541
  module.exports = function noop() {};
46504
46542
 
46505
- },{}],221:[function(_dereq_,module,exports){
46543
+ },{}],222:[function(_dereq_,module,exports){
46506
46544
  /**
46507
46545
  * Copyright 2012-2020, Plotly, Inc.
46508
46546
  * All rights reserved.
@@ -46590,7 +46628,7 @@ module.exports = function(text, displayLength) {
46590
46628
  });
46591
46629
  };
46592
46630
 
46593
- },{"d3":16,"fast-isnumeric":18}],222:[function(_dereq_,module,exports){
46631
+ },{"d3":16,"fast-isnumeric":18}],223:[function(_dereq_,module,exports){
46594
46632
  /**
46595
46633
  * Copyright 2012-2020, Plotly, Inc.
46596
46634
  * All rights reserved.
@@ -46638,7 +46676,7 @@ module.exports = function overrideCursor(el3, csr) {
46638
46676
  }
46639
46677
  };
46640
46678
 
46641
- },{"./setcursor":230}],223:[function(_dereq_,module,exports){
46679
+ },{"./setcursor":232}],224:[function(_dereq_,module,exports){
46642
46680
  /**
46643
46681
  * Copyright 2012-2020, Plotly, Inc.
46644
46682
  * All rights reserved.
@@ -46890,7 +46928,77 @@ polygon.filter = function filter(pts, tolerance) {
46890
46928
  };
46891
46929
  };
46892
46930
 
46893
- },{"../constants/numerical":188,"./matrix":217}],224:[function(_dereq_,module,exports){
46931
+ },{"../constants/numerical":189,"./matrix":218}],225:[function(_dereq_,module,exports){
46932
+ /**
46933
+ * Copyright 2012-2020, Plotly, Inc.
46934
+ * All rights reserved.
46935
+ *
46936
+ * This source code is licensed under the MIT license found in the
46937
+ * LICENSE file in the root directory of this source tree.
46938
+ */
46939
+
46940
+ 'use strict';
46941
+
46942
+ var isNumeric = _dereq_('fast-isnumeric');
46943
+ var isMobileOrTablet = _dereq_('is-mobile');
46944
+
46945
+ module.exports = function preserveDrawingBuffer(opts) {
46946
+ var ua;
46947
+
46948
+ if(opts && opts.hasOwnProperty('userAgent')) {
46949
+ ua = opts.userAgent;
46950
+ } else {
46951
+ ua = getUserAgent();
46952
+ }
46953
+
46954
+ if(typeof ua !== 'string') return true;
46955
+
46956
+ var enable = isMobileOrTablet({
46957
+ ua: { headers: {'user-agent': ua }},
46958
+ tablet: true,
46959
+ featureDetect: false
46960
+ });
46961
+
46962
+ if(!enable) {
46963
+ var allParts = ua.split(' ');
46964
+ for(var i = 1; i < allParts.length; i++) {
46965
+ var part = allParts[i];
46966
+ if(part.indexOf('Safari') !== -1) {
46967
+ // find Safari version
46968
+ for(var k = i - 1; k > -1; k--) {
46969
+ var prevPart = allParts[k];
46970
+ if(prevPart.substr(0, 8) === 'Version/') {
46971
+ var v = prevPart.substr(8).split('.')[0];
46972
+ if(isNumeric(v)) v = +v;
46973
+ if(v >= 13) return true;
46974
+ }
46975
+ }
46976
+ }
46977
+ }
46978
+ }
46979
+
46980
+ return enable;
46981
+ };
46982
+
46983
+ function getUserAgent() {
46984
+ // similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
46985
+ var ua;
46986
+ if(typeof navigator !== 'undefined') {
46987
+ ua = navigator.userAgent;
46988
+ }
46989
+
46990
+ if(
46991
+ ua &&
46992
+ ua.headers &&
46993
+ typeof ua.headers['user-agent'] === 'string'
46994
+ ) {
46995
+ ua = ua.headers['user-agent'];
46996
+ }
46997
+
46998
+ return ua;
46999
+ }
47000
+
47001
+ },{"fast-isnumeric":18,"is-mobile":52}],226:[function(_dereq_,module,exports){
46894
47002
  /**
46895
47003
  * Copyright 2012-2020, Plotly, Inc.
46896
47004
  * All rights reserved.
@@ -46928,7 +47036,7 @@ module.exports = function pushUnique(array, item) {
46928
47036
  return array;
46929
47037
  };
46930
47038
 
46931
- },{}],225:[function(_dereq_,module,exports){
47039
+ },{}],227:[function(_dereq_,module,exports){
46932
47040
  /**
46933
47041
  * Copyright 2012-2020, Plotly, Inc.
46934
47042
  * All rights reserved.
@@ -47136,7 +47244,7 @@ queue.plotDo = function(gd, func, args) {
47136
47244
 
47137
47245
  module.exports = queue;
47138
47246
 
47139
- },{"../lib":211,"../plot_api/plot_config":243}],226:[function(_dereq_,module,exports){
47247
+ },{"../lib":212,"../plot_api/plot_config":245}],228:[function(_dereq_,module,exports){
47140
47248
  /**
47141
47249
  * Copyright 2012-2020, Plotly, Inc.
47142
47250
  * All rights reserved.
@@ -47166,7 +47274,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
47166
47274
  return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
47167
47275
  };
47168
47276
 
47169
- },{}],227:[function(_dereq_,module,exports){
47277
+ },{}],229:[function(_dereq_,module,exports){
47170
47278
  /**
47171
47279
  * Copyright 2012-2020, Plotly, Inc.
47172
47280
  * All rights reserved.
@@ -47219,7 +47327,7 @@ module.exports = function(baseAttr, relativeAttr) {
47219
47327
  return baseAttr + relativeAttr;
47220
47328
  };
47221
47329
 
47222
- },{}],228:[function(_dereq_,module,exports){
47330
+ },{}],230:[function(_dereq_,module,exports){
47223
47331
  /**
47224
47332
  * Copyright 2012-2020, Plotly, Inc.
47225
47333
  * All rights reserved.
@@ -47276,7 +47384,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
47276
47384
  }
47277
47385
  };
47278
47386
 
47279
- },{"./array":195,"./is_plain_object":212}],229:[function(_dereq_,module,exports){
47387
+ },{"./array":196,"./is_plain_object":213}],231:[function(_dereq_,module,exports){
47280
47388
  /**
47281
47389
  * Copyright 2012-2020, Plotly, Inc.
47282
47390
  * All rights reserved.
@@ -47481,7 +47589,7 @@ exports.findIndexOfMin = function(arr, fn) {
47481
47589
  return ind;
47482
47590
  };
47483
47591
 
47484
- },{"../constants/numerical":188,"./identity":209,"./loggers":215,"fast-isnumeric":18}],230:[function(_dereq_,module,exports){
47592
+ },{"../constants/numerical":189,"./identity":210,"./loggers":216,"fast-isnumeric":18}],232:[function(_dereq_,module,exports){
47485
47593
  /**
47486
47594
  * Copyright 2012-2020, Plotly, Inc.
47487
47595
  * All rights reserved.
@@ -47504,7 +47612,7 @@ module.exports = function setCursor(el3, csr) {
47504
47612
  if(csr) el3.classed('cursor-' + csr, true);
47505
47613
  };
47506
47614
 
47507
- },{}],231:[function(_dereq_,module,exports){
47615
+ },{}],233:[function(_dereq_,module,exports){
47508
47616
  /**
47509
47617
  * Copyright 2012-2020, Plotly, Inc.
47510
47618
  * All rights reserved.
@@ -47614,7 +47722,7 @@ exports.interp = function(arr, n) {
47614
47722
  return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
47615
47723
  };
47616
47724
 
47617
- },{"./array":195,"fast-isnumeric":18}],232:[function(_dereq_,module,exports){
47725
+ },{"./array":196,"fast-isnumeric":18}],234:[function(_dereq_,module,exports){
47618
47726
  /**
47619
47727
  * Copyright 2012-2020, Plotly, Inc.
47620
47728
  * All rights reserved.
@@ -48505,7 +48613,7 @@ exports.makeEditable = function(context, options) {
48505
48613
  return d3.rebind(context, dispatch, 'on');
48506
48614
  };
48507
48615
 
48508
- },{"../constants/alignment":184,"../constants/xmlns_namespaces":189,"../lib":211,"d3":16}],233:[function(_dereq_,module,exports){
48616
+ },{"../constants/alignment":185,"../constants/xmlns_namespaces":190,"../lib":212,"d3":16}],235:[function(_dereq_,module,exports){
48509
48617
  /**
48510
48618
  * Copyright 2012-2020, Plotly, Inc.
48511
48619
  * All rights reserved.
@@ -48608,7 +48716,7 @@ function _clearTimeout(cache) {
48608
48716
  }
48609
48717
  }
48610
48718
 
48611
- },{}],234:[function(_dereq_,module,exports){
48719
+ },{}],236:[function(_dereq_,module,exports){
48612
48720
  /**
48613
48721
  * Copyright 2012-2020, Plotly, Inc.
48614
48722
  * All rights reserved.
@@ -48636,7 +48744,7 @@ module.exports = function toLogRange(val, range) {
48636
48744
  return newVal;
48637
48745
  };
48638
48746
 
48639
- },{"fast-isnumeric":18}],235:[function(_dereq_,module,exports){
48747
+ },{"fast-isnumeric":18}],237:[function(_dereq_,module,exports){
48640
48748
  /**
48641
48749
  * Copyright 2012-2020, Plotly, Inc.
48642
48750
  * All rights reserved.
@@ -48658,7 +48766,7 @@ module.exports = {
48658
48766
  }
48659
48767
  };
48660
48768
 
48661
- },{}],236:[function(_dereq_,module,exports){
48769
+ },{}],238:[function(_dereq_,module,exports){
48662
48770
  /**
48663
48771
  * Copyright 2012-2020, Plotly, Inc.
48664
48772
  * All rights reserved.
@@ -48701,7 +48809,7 @@ module.exports = {
48701
48809
  }
48702
48810
  };
48703
48811
 
48704
- },{}],237:[function(_dereq_,module,exports){
48812
+ },{}],239:[function(_dereq_,module,exports){
48705
48813
  /**
48706
48814
  * Copyright 2012-2020, Plotly, Inc.
48707
48815
  * All rights reserved.
@@ -48759,7 +48867,7 @@ module.exports = function containerArrayMatch(astr) {
48759
48867
  return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
48760
48868
  };
48761
48869
 
48762
- },{"../registry":306}],238:[function(_dereq_,module,exports){
48870
+ },{"../registry":308}],240:[function(_dereq_,module,exports){
48763
48871
  /**
48764
48872
  * Copyright 2012-2020, Plotly, Inc.
48765
48873
  * All rights reserved.
@@ -48884,7 +48992,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
48884
48992
  }
48885
48993
  }
48886
48994
 
48887
- },{"../lib":211}],239:[function(_dereq_,module,exports){
48995
+ },{"../lib":212}],241:[function(_dereq_,module,exports){
48888
48996
  /**
48889
48997
  * Copyright 2012-2020, Plotly, Inc.
48890
48998
  * All rights reserved.
@@ -49586,7 +49694,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
49586
49694
  }
49587
49695
  };
49588
49696
 
49589
- },{"../components/color":82,"../lib":211,"../plots/cartesian/axis_ids":259,"../plots/plots":297,"../registry":306,"fast-isnumeric":18,"gl-mat4/fromQuat":24}],240:[function(_dereq_,module,exports){
49697
+ },{"../components/color":83,"../lib":212,"../plots/cartesian/axis_ids":261,"../plots/plots":299,"../registry":308,"fast-isnumeric":18,"gl-mat4/fromQuat":24}],242:[function(_dereq_,module,exports){
49590
49698
  /**
49591
49699
  * Copyright 2012-2020, Plotly, Inc.
49592
49700
  * All rights reserved.
@@ -49629,7 +49737,7 @@ var templateApi = _dereq_('./template_api');
49629
49737
  exports.makeTemplate = templateApi.makeTemplate;
49630
49738
  exports.validateTemplate = templateApi.validateTemplate;
49631
49739
 
49632
- },{"../snapshot/download":308,"./plot_api":242,"./template_api":247,"./to_image":248,"./validate":249}],241:[function(_dereq_,module,exports){
49740
+ },{"../snapshot/download":310,"./plot_api":244,"./template_api":249,"./to_image":250,"./validate":251}],243:[function(_dereq_,module,exports){
49633
49741
  /**
49634
49742
  * Copyright 2012-2020, Plotly, Inc.
49635
49743
  * All rights reserved.
@@ -49842,7 +49950,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
49842
49950
  return true;
49843
49951
  };
49844
49952
 
49845
- },{"../lib/is_plain_object":212,"../lib/loggers":215,"../lib/noop":220,"../lib/search":229,"../registry":306,"./container_array_match":237}],242:[function(_dereq_,module,exports){
49953
+ },{"../lib/is_plain_object":213,"../lib/loggers":216,"../lib/noop":221,"../lib/search":231,"../registry":308,"./container_array_match":239}],244:[function(_dereq_,module,exports){
49846
49954
  /**
49847
49955
  * Copyright 2012-2020, Plotly, Inc.
49848
49956
  * All rights reserved.
@@ -53076,7 +53184,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
53076
53184
  }
53077
53185
 
53078
53186
  // Execute a callback after the wrapper function has been called n times.
53079
- // This is used to defer the resolution until a transition has resovled *and*
53187
+ // This is used to defer the resolution until a transition has resolved *and*
53080
53188
  // the frame has completed. If it's not done this way, then we get a race
53081
53189
  // condition in which the animation might resolve before a transition is complete
53082
53190
  // or vice versa.
@@ -53772,7 +53880,7 @@ exports._guiUpdate = guiEdit(update);
53772
53880
 
53773
53881
  exports._storeDirectGUIEdit = _storeDirectGUIEdit;
53774
53882
 
53775
- },{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":189,"../lib":211,"../lib/events":202,"../lib/queue":225,"../lib/svg_text_utils":232,"../plots/cartesian/axes":256,"../plots/cartesian/constants":262,"../plots/cartesian/graph_interact":265,"../plots/cartesian/select":275,"../plots/plots":297,"../plots/polar/legacy":300,"../registry":306,"./edit_types":238,"./helpers":239,"./manage_arrays":241,"./plot_config":243,"./plot_schema":244,"./subroutines":246,"d3":16,"fast-isnumeric":18,"has-hover":49}],243:[function(_dereq_,module,exports){
53883
+ },{"../components/color":83,"../components/drawing":105,"../constants/xmlns_namespaces":190,"../lib":212,"../lib/events":203,"../lib/queue":227,"../lib/svg_text_utils":234,"../plots/cartesian/axes":258,"../plots/cartesian/constants":264,"../plots/cartesian/graph_interact":267,"../plots/cartesian/select":277,"../plots/plots":299,"../plots/polar/legacy":302,"../registry":308,"./edit_types":240,"./helpers":241,"./manage_arrays":243,"./plot_config":245,"./plot_schema":246,"./subroutines":248,"d3":16,"fast-isnumeric":18,"has-hover":49}],245:[function(_dereq_,module,exports){
53776
53884
  /**
53777
53885
  * Copyright 2012-2020, Plotly, Inc.
53778
53886
  * All rights reserved.
@@ -54087,7 +54195,7 @@ module.exports = {
54087
54195
  dfltConfig: dfltConfig
54088
54196
  };
54089
54197
 
54090
- },{}],244:[function(_dereq_,module,exports){
54198
+ },{}],246:[function(_dereq_,module,exports){
54091
54199
  /**
54092
54200
  * Copyright 2012-2020, Plotly, Inc.
54093
54201
  * All rights reserved.
@@ -54798,7 +54906,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
54798
54906
  np.set(extendDeepAll(np.get() || {}, newAttrs));
54799
54907
  }
54800
54908
 
54801
- },{"../lib":211,"../plots/animation_attributes":250,"../plots/attributes":252,"../plots/frame_attributes":285,"../plots/layout_attributes":288,"../plots/polar/legacy/area_attributes":298,"../plots/polar/legacy/axis_attributes":299,"../registry":306,"./edit_types":238,"./plot_config":243}],245:[function(_dereq_,module,exports){
54909
+ },{"../lib":212,"../plots/animation_attributes":252,"../plots/attributes":254,"../plots/frame_attributes":287,"../plots/layout_attributes":290,"../plots/polar/legacy/area_attributes":300,"../plots/polar/legacy/axis_attributes":301,"../registry":308,"./edit_types":240,"./plot_config":245}],247:[function(_dereq_,module,exports){
54802
54910
  /**
54803
54911
  * Copyright 2012-2020, Plotly, Inc.
54804
54912
  * All rights reserved.
@@ -55110,7 +55218,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
55110
55218
  };
55111
55219
  };
55112
55220
 
55113
- },{"../lib":211,"../plots/attributes":252}],246:[function(_dereq_,module,exports){
55221
+ },{"../lib":212,"../plots/attributes":254}],248:[function(_dereq_,module,exports){
55114
55222
  /**
55115
55223
  * Copyright 2012-2020, Plotly, Inc.
55116
55224
  * All rights reserved.
@@ -55834,7 +55942,7 @@ exports.drawMarginPushers = function(gd) {
55834
55942
  Registry.getComponentMethod('colorbar', 'draw')(gd);
55835
55943
  };
55836
55944
 
55837
- },{"../components/color":82,"../components/drawing":104,"../components/modebar":142,"../components/titles":177,"../constants/alignment":184,"../lib":211,"../lib/clear_gl_canvases":197,"../plots/cartesian/autorange":255,"../plots/cartesian/axes":256,"../plots/cartesian/constraints":263,"../plots/plots":297,"../registry":306,"d3":16}],247:[function(_dereq_,module,exports){
55945
+ },{"../components/color":83,"../components/drawing":105,"../components/modebar":143,"../components/titles":178,"../constants/alignment":185,"../lib":212,"../lib/clear_gl_canvases":198,"../plots/cartesian/autorange":257,"../plots/cartesian/axes":258,"../plots/cartesian/constraints":265,"../plots/plots":299,"../registry":308,"d3":16}],249:[function(_dereq_,module,exports){
55838
55946
  /**
55839
55947
  * Copyright 2012-2020, Plotly, Inc.
55840
55948
  * All rights reserved.
@@ -56296,7 +56404,7 @@ function format(opts) {
56296
56404
  return opts;
56297
56405
  }
56298
56406
 
56299
- },{"../lib":211,"../plots/attributes":252,"../plots/plots":297,"./plot_config":243,"./plot_schema":244,"./plot_template":245}],248:[function(_dereq_,module,exports){
56407
+ },{"../lib":212,"../plots/attributes":254,"../plots/plots":299,"./plot_config":245,"./plot_schema":246,"./plot_template":247}],250:[function(_dereq_,module,exports){
56300
56408
  /**
56301
56409
  * Copyright 2012-2020, Plotly, Inc.
56302
56410
  * All rights reserved.
@@ -56517,7 +56625,7 @@ function toImage(gd, opts) {
56517
56625
 
56518
56626
  module.exports = toImage;
56519
56627
 
56520
- },{"../lib":211,"../plots/plots":297,"../snapshot/helpers":310,"../snapshot/svgtoimg":312,"../snapshot/tosvg":314,"../version":376,"./plot_api":242,"fast-isnumeric":18}],249:[function(_dereq_,module,exports){
56628
+ },{"../lib":212,"../plots/plots":299,"../snapshot/helpers":312,"../snapshot/svgtoimg":314,"../snapshot/tosvg":316,"../version":378,"./plot_api":244,"fast-isnumeric":18}],251:[function(_dereq_,module,exports){
56521
56629
  /**
56522
56630
  * Copyright 2012-2020, Plotly, Inc.
56523
56631
  * All rights reserved.
@@ -56948,7 +57056,7 @@ function convertPathToAttributeString(path) {
56948
57056
  return astr;
56949
57057
  }
56950
57058
 
56951
- },{"../lib":211,"../plots/plots":297,"./plot_config":243,"./plot_schema":244}],250:[function(_dereq_,module,exports){
57059
+ },{"../lib":212,"../plots/plots":299,"./plot_config":245,"./plot_schema":246}],252:[function(_dereq_,module,exports){
56952
57060
  /**
56953
57061
  * Copyright 2012-2020, Plotly, Inc.
56954
57062
  * All rights reserved.
@@ -57060,7 +57168,7 @@ module.exports = {
57060
57168
  }
57061
57169
  };
57062
57170
 
57063
- },{}],251:[function(_dereq_,module,exports){
57171
+ },{}],253:[function(_dereq_,module,exports){
57064
57172
  /**
57065
57173
  * Copyright 2012-2020, Plotly, Inc.
57066
57174
  * All rights reserved.
@@ -57155,7 +57263,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
57155
57263
  return contOut;
57156
57264
  };
57157
57265
 
57158
- },{"../lib":211,"../plot_api/plot_template":245}],252:[function(_dereq_,module,exports){
57266
+ },{"../lib":212,"../plot_api/plot_template":247}],254:[function(_dereq_,module,exports){
57159
57267
  /**
57160
57268
  * Copyright 2012-2020, Plotly, Inc.
57161
57269
  * All rights reserved.
@@ -57296,7 +57404,7 @@ module.exports = {
57296
57404
  }
57297
57405
  };
57298
57406
 
57299
- },{"../components/fx/attributes":113}],253:[function(_dereq_,module,exports){
57407
+ },{"../components/fx/attributes":114}],255:[function(_dereq_,module,exports){
57300
57408
  /**
57301
57409
  * Copyright 2012-2020, Plotly, Inc.
57302
57410
  * All rights reserved.
@@ -57388,7 +57496,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
57388
57496
  return newVals;
57389
57497
  };
57390
57498
 
57391
- },{"../../constants/numerical":188,"../../lib":211,"fast-isnumeric":18}],254:[function(_dereq_,module,exports){
57499
+ },{"../../constants/numerical":189,"../../lib":212,"fast-isnumeric":18}],256:[function(_dereq_,module,exports){
57392
57500
  /**
57393
57501
  * Copyright 2012-2020, Plotly, Inc.
57394
57502
  * All rights reserved.
@@ -57417,7 +57525,7 @@ module.exports = {
57417
57525
  }
57418
57526
  };
57419
57527
 
57420
- },{}],255:[function(_dereq_,module,exports){
57528
+ },{}],257:[function(_dereq_,module,exports){
57421
57529
  /**
57422
57530
  * Copyright 2012-2020, Plotly, Inc.
57423
57531
  * All rights reserved.
@@ -58026,7 +58134,7 @@ function goodNumber(v) {
58026
58134
  function lessOrEqual(v0, v1) { return v0 <= v1; }
58027
58135
  function greaterOrEqual(v0, v1) { return v0 >= v1; }
58028
58136
 
58029
- },{"../../constants/numerical":188,"../../lib":211,"../../registry":306,"./axis_ids":259,"fast-isnumeric":18}],256:[function(_dereq_,module,exports){
58137
+ },{"../../constants/numerical":189,"../../lib":212,"../../registry":308,"./axis_ids":261,"fast-isnumeric":18}],258:[function(_dereq_,module,exports){
58030
58138
  /**
58031
58139
  * Copyright 2012-2020, Plotly, Inc.
58032
58140
  * All rights reserved.
@@ -61746,7 +61854,7 @@ function moveOutsideBreak(v, ax) {
61746
61854
  return v;
61747
61855
  }
61748
61856
 
61749
- },{"../../components/color":82,"../../components/drawing":104,"../../components/titles":177,"../../constants/alignment":184,"../../constants/numerical":188,"../../lib":211,"../../lib/svg_text_utils":232,"../../plots/plots":297,"../../registry":306,"./autorange":255,"./axis_autotype":257,"./axis_ids":259,"./clean_ticks":261,"./layout_attributes":270,"./set_convert":276,"d3":16,"fast-isnumeric":18}],257:[function(_dereq_,module,exports){
61857
+ },{"../../components/color":83,"../../components/drawing":105,"../../components/titles":178,"../../constants/alignment":185,"../../constants/numerical":189,"../../lib":212,"../../lib/svg_text_utils":234,"../../plots/plots":299,"../../registry":308,"./autorange":257,"./axis_autotype":259,"./axis_ids":261,"./clean_ticks":263,"./layout_attributes":272,"./set_convert":278,"d3":16,"fast-isnumeric":18}],259:[function(_dereq_,module,exports){
61750
61858
  /**
61751
61859
  * Copyright 2012-2020, Plotly, Inc.
61752
61860
  * All rights reserved.
@@ -61877,7 +61985,7 @@ function multiCategory(a) {
61877
61985
  return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
61878
61986
  }
61879
61987
 
61880
- },{"../../constants/numerical":188,"../../lib":211,"fast-isnumeric":18}],258:[function(_dereq_,module,exports){
61988
+ },{"../../constants/numerical":189,"../../lib":212,"fast-isnumeric":18}],260:[function(_dereq_,module,exports){
61881
61989
  /**
61882
61990
  * Copyright 2012-2020, Plotly, Inc.
61883
61991
  * All rights reserved.
@@ -62185,7 +62293,7 @@ function indexOfDay(v) {
62185
62293
  ];
62186
62294
  }
62187
62295
 
62188
- },{"../../lib":211,"../../registry":306,"../array_container_defaults":251,"./category_order_defaults":260,"./constants":262,"./layout_attributes":270,"./line_grid_defaults":272,"./set_convert":276,"./tick_label_defaults":277,"./tick_mark_defaults":278,"./tick_value_defaults":279,"fast-isnumeric":18}],259:[function(_dereq_,module,exports){
62296
+ },{"../../lib":212,"../../registry":308,"../array_container_defaults":253,"./category_order_defaults":262,"./constants":264,"./layout_attributes":272,"./line_grid_defaults":274,"./set_convert":278,"./tick_label_defaults":279,"./tick_mark_defaults":280,"./tick_value_defaults":281,"fast-isnumeric":18}],261:[function(_dereq_,module,exports){
62189
62297
  /**
62190
62298
  * Copyright 2012-2020, Plotly, Inc.
62191
62299
  * All rights reserved.
@@ -62341,7 +62449,7 @@ exports.isLinked = function(fullLayout, axId) {
62341
62449
  );
62342
62450
  };
62343
62451
 
62344
- },{"../../registry":306,"./constants":262}],260:[function(_dereq_,module,exports){
62452
+ },{"../../registry":308,"./constants":264}],262:[function(_dereq_,module,exports){
62345
62453
  /**
62346
62454
  * Copyright 2012-2020, Plotly, Inc.
62347
62455
  * All rights reserved.
@@ -62435,7 +62543,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
62435
62543
  }
62436
62544
  };
62437
62545
 
62438
- },{}],261:[function(_dereq_,module,exports){
62546
+ },{}],263:[function(_dereq_,module,exports){
62439
62547
  /**
62440
62548
  * Copyright 2012-2020, Plotly, Inc.
62441
62549
  * All rights reserved.
@@ -62527,7 +62635,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
62527
62635
  return isNumeric(tick0) ? Number(tick0) : 0;
62528
62636
  };
62529
62637
 
62530
- },{"../../constants/numerical":188,"../../lib":211,"fast-isnumeric":18}],262:[function(_dereq_,module,exports){
62638
+ },{"../../constants/numerical":189,"../../lib":212,"fast-isnumeric":18}],264:[function(_dereq_,module,exports){
62531
62639
  /**
62532
62640
  * Copyright 2012-2020, Plotly, Inc.
62533
62641
  * All rights reserved.
@@ -62619,7 +62727,7 @@ module.exports = {
62619
62727
  }
62620
62728
  };
62621
62729
 
62622
- },{"../../lib/regex":226}],263:[function(_dereq_,module,exports){
62730
+ },{"../../lib/regex":228}],265:[function(_dereq_,module,exports){
62623
62731
  /**
62624
62732
  * Copyright 2012-2020, Plotly, Inc.
62625
62733
  * All rights reserved.
@@ -63270,7 +63378,7 @@ function updateDomain(ax, factor) {
63270
63378
  ax.setScale();
63271
63379
  }
63272
63380
 
63273
- },{"../../constants/alignment":184,"../../constants/numerical":188,"../../lib":211,"./autorange":255,"./axis_ids":259,"./layout_attributes":270,"./scale_zoom":274,"./set_convert":276}],264:[function(_dereq_,module,exports){
63381
+ },{"../../constants/alignment":185,"../../constants/numerical":189,"../../lib":212,"./autorange":257,"./axis_ids":261,"./layout_attributes":272,"./scale_zoom":276,"./set_convert":278}],266:[function(_dereq_,module,exports){
63274
63382
  /**
63275
63383
  * Copyright 2012-2020, Plotly, Inc.
63276
63384
  * All rights reserved.
@@ -64608,7 +64716,7 @@ module.exports = {
64608
64716
  attachWheelEventHandler: attachWheelEventHandler
64609
64717
  };
64610
64718
 
64611
- },{"../../components/color":82,"../../components/dragelement":101,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../constants/alignment":184,"../../lib":211,"../../lib/clear_gl_canvases":197,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/subroutines":246,"../../registry":306,"../plots":297,"./axes":256,"./axis_ids":259,"./constants":262,"./scale_zoom":274,"./select":275,"d3":16,"has-passive-events":50,"tinycolor2":65}],265:[function(_dereq_,module,exports){
64719
+ },{"../../components/color":83,"../../components/dragelement":102,"../../components/dragelement/helpers":101,"../../components/drawing":105,"../../components/fx":123,"../../constants/alignment":185,"../../lib":212,"../../lib/clear_gl_canvases":198,"../../lib/setcursor":232,"../../lib/svg_text_utils":234,"../../plot_api/subroutines":248,"../../registry":308,"../plots":299,"./axes":258,"./axis_ids":261,"./constants":264,"./scale_zoom":276,"./select":277,"d3":16,"has-passive-events":50,"tinycolor2":66}],267:[function(_dereq_,module,exports){
64612
64720
  /**
64613
64721
  * Copyright 2012-2020, Plotly, Inc.
64614
64722
  * All rights reserved.
@@ -64776,7 +64884,7 @@ exports.updateFx = function(gd) {
64776
64884
  setCursor(fullLayout._draggers, cursor);
64777
64885
  };
64778
64886
 
64779
- },{"../../components/dragelement":101,"../../components/fx":122,"../../lib/setcursor":230,"./constants":262,"./dragbox":264,"d3":16}],266:[function(_dereq_,module,exports){
64887
+ },{"../../components/dragelement":102,"../../components/fx":123,"../../lib/setcursor":232,"./constants":264,"./dragbox":266,"d3":16}],268:[function(_dereq_,module,exports){
64780
64888
  /**
64781
64889
  * Copyright 2012-2020, Plotly, Inc.
64782
64890
  * All rights reserved.
@@ -64812,7 +64920,7 @@ module.exports = {
64812
64920
  clearSelect: clearSelect
64813
64921
  };
64814
64922
 
64815
- },{}],267:[function(_dereq_,module,exports){
64923
+ },{}],269:[function(_dereq_,module,exports){
64816
64924
  /**
64817
64925
  * Copyright 2012-2020, Plotly, Inc.
64818
64926
  * All rights reserved.
@@ -64869,7 +64977,7 @@ module.exports = {
64869
64977
  getTransform: getTransform
64870
64978
  };
64871
64979
 
64872
- },{"../../lib":211}],268:[function(_dereq_,module,exports){
64980
+ },{"../../lib":212}],270:[function(_dereq_,module,exports){
64873
64981
  /**
64874
64982
  * Copyright 2012-2020, Plotly, Inc.
64875
64983
  * All rights reserved.
@@ -64947,7 +65055,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
64947
65055
  };
64948
65056
  };
64949
65057
 
64950
- },{"../../lib":211,"../../registry":306,"./axis_ids":259}],269:[function(_dereq_,module,exports){
65058
+ },{"../../lib":212,"../../registry":308,"./axis_ids":261}],271:[function(_dereq_,module,exports){
64951
65059
  /**
64952
65060
  * Copyright 2012-2020, Plotly, Inc.
64953
65061
  * All rights reserved.
@@ -65565,7 +65673,7 @@ exports.toSVG = function(gd) {
65565
65673
 
65566
65674
  exports.updateFx = _dereq_('./graph_interact').updateFx;
65567
65675
 
65568
- },{"../../components/drawing":104,"../../constants/xmlns_namespaces":189,"../../lib":211,"../../registry":306,"../get_data":286,"../plots":297,"./attributes":254,"./axis_ids":259,"./constants":262,"./graph_interact":265,"./layout_attributes":270,"./layout_defaults":271,"./transition_axes":280,"d3":16}],270:[function(_dereq_,module,exports){
65676
+ },{"../../components/drawing":105,"../../constants/xmlns_namespaces":190,"../../lib":212,"../../registry":308,"../get_data":288,"../plots":299,"./attributes":256,"./axis_ids":261,"./constants":264,"./graph_interact":267,"./layout_attributes":272,"./layout_defaults":273,"./transition_axes":282,"d3":16}],272:[function(_dereq_,module,exports){
65569
65677
  /**
65570
65678
  * Copyright 2012-2020, Plotly, Inc.
65571
65679
  * All rights reserved.
@@ -66285,7 +66393,7 @@ module.exports = {
66285
66393
  }
66286
66394
  };
66287
66395
 
66288
- },{"../../components/color/attributes":81,"../../components/drawing/attributes":103,"../../constants/docs":186,"../../constants/numerical":188,"../../lib/extend":203,"../../plot_api/plot_template":245,"../font_attributes":284,"./constants":262}],271:[function(_dereq_,module,exports){
66396
+ },{"../../components/color/attributes":82,"../../components/drawing/attributes":104,"../../constants/docs":187,"../../constants/numerical":189,"../../lib/extend":204,"../../plot_api/plot_template":247,"../font_attributes":286,"./constants":264}],273:[function(_dereq_,module,exports){
66289
66397
  /**
66290
66398
  * Copyright 2012-2020, Plotly, Inc.
66291
66399
  * All rights reserved.
@@ -66672,7 +66780,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
66672
66780
  });
66673
66781
  };
66674
66782
 
66675
- },{"../../components/color":82,"../../components/fx/helpers":118,"../../components/fx/hovermode_defaults":121,"../../lib":211,"../../plot_api/plot_template":245,"../../registry":306,"../layout_attributes":288,"./axis_defaults":258,"./axis_ids":259,"./constants":262,"./constraints":263,"./layout_attributes":270,"./position_defaults":273,"./type_defaults":281}],272:[function(_dereq_,module,exports){
66783
+ },{"../../components/color":83,"../../components/fx/helpers":119,"../../components/fx/hovermode_defaults":122,"../../lib":212,"../../plot_api/plot_template":247,"../../registry":308,"../layout_attributes":290,"./axis_defaults":260,"./axis_ids":261,"./constants":264,"./constraints":265,"./layout_attributes":272,"./position_defaults":275,"./type_defaults":283}],274:[function(_dereq_,module,exports){
66676
66784
  /**
66677
66785
  * Copyright 2012-2020, Plotly, Inc.
66678
66786
  * All rights reserved.
@@ -66737,7 +66845,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
66737
66845
  }
66738
66846
  };
66739
66847
 
66740
- },{"../../components/color/attributes":81,"../../lib":211,"tinycolor2":65}],273:[function(_dereq_,module,exports){
66848
+ },{"../../components/color/attributes":82,"../../lib":212,"tinycolor2":66}],275:[function(_dereq_,module,exports){
66741
66849
  /**
66742
66850
  * Copyright 2012-2020, Plotly, Inc.
66743
66851
  * All rights reserved.
@@ -66825,7 +66933,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
66825
66933
  return containerOut;
66826
66934
  };
66827
66935
 
66828
- },{"../../lib":211,"fast-isnumeric":18}],274:[function(_dereq_,module,exports){
66936
+ },{"../../lib":212,"fast-isnumeric":18}],276:[function(_dereq_,module,exports){
66829
66937
  /**
66830
66938
  * Copyright 2012-2020, Plotly, Inc.
66831
66939
  * All rights reserved.
@@ -66854,7 +66962,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
66854
66962
  ax.setScale();
66855
66963
  };
66856
66964
 
66857
- },{"../../constants/alignment":184}],275:[function(_dereq_,module,exports){
66965
+ },{"../../constants/alignment":185}],277:[function(_dereq_,module,exports){
66858
66966
  /**
66859
66967
  * Copyright 2012-2020, Plotly, Inc.
66860
66968
  * All rights reserved.
@@ -67797,7 +67905,7 @@ module.exports = {
67797
67905
  selectOnClick: selectOnClick
67798
67906
  };
67799
67907
 
67800
- },{"../../components/color":82,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../components/fx/helpers":118,"../../components/shapes/draw_newshape/display_outlines":167,"../../components/shapes/draw_newshape/helpers":168,"../../components/shapes/draw_newshape/newshapes":169,"../../lib":211,"../../lib/clear_gl_canvases":197,"../../lib/polygon":223,"../../lib/throttle":233,"../../plot_api/subroutines":246,"../../registry":306,"./axis_ids":259,"./constants":262,"./handle_outline":266,"./helpers":267,"polybooljs":56}],276:[function(_dereq_,module,exports){
67908
+ },{"../../components/color":83,"../../components/dragelement/helpers":101,"../../components/drawing":105,"../../components/fx":123,"../../components/fx/helpers":119,"../../components/shapes/draw_newshape/display_outlines":168,"../../components/shapes/draw_newshape/helpers":169,"../../components/shapes/draw_newshape/newshapes":170,"../../lib":212,"../../lib/clear_gl_canvases":198,"../../lib/polygon":224,"../../lib/throttle":235,"../../plot_api/subroutines":248,"../../registry":308,"./axis_ids":261,"./constants":264,"./handle_outline":268,"./helpers":269,"polybooljs":57}],278:[function(_dereq_,module,exports){
67801
67909
  /**
67802
67910
  * Copyright 2012-2020, Plotly, Inc.
67803
67911
  * All rights reserved.
@@ -68755,7 +68863,7 @@ module.exports = function setConvert(ax, fullLayout) {
68755
68863
  delete ax._forceTick0;
68756
68864
  };
68757
68865
 
68758
- },{"../../constants/numerical":188,"../../lib":211,"./axis_ids":259,"./constants":262,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],277:[function(_dereq_,module,exports){
68866
+ },{"../../constants/numerical":189,"../../lib":212,"./axis_ids":261,"./constants":264,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],279:[function(_dereq_,module,exports){
68759
68867
  /**
68760
68868
  * Copyright 2012-2020, Plotly, Inc.
68761
68869
  * All rights reserved.
@@ -68882,7 +68990,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
68882
68990
  }
68883
68991
  }
68884
68992
 
68885
- },{"../../components/color":82,"../../lib":211,"../array_container_defaults":251,"./layout_attributes":270}],278:[function(_dereq_,module,exports){
68993
+ },{"../../components/color":83,"../../lib":212,"../array_container_defaults":253,"./layout_attributes":272}],280:[function(_dereq_,module,exports){
68886
68994
  /**
68887
68995
  * Copyright 2012-2020, Plotly, Inc.
68888
68996
  * All rights reserved.
@@ -68915,7 +69023,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
68915
69023
  }
68916
69024
  };
68917
69025
 
68918
- },{"../../lib":211,"./layout_attributes":270}],279:[function(_dereq_,module,exports){
69026
+ },{"../../lib":212,"./layout_attributes":272}],281:[function(_dereq_,module,exports){
68919
69027
  /**
68920
69028
  * Copyright 2012-2020, Plotly, Inc.
68921
69029
  * All rights reserved.
@@ -68962,7 +69070,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
68962
69070
  }
68963
69071
  };
68964
69072
 
68965
- },{"../../lib":211,"./clean_ticks":261}],280:[function(_dereq_,module,exports){
69073
+ },{"../../lib":212,"./clean_ticks":263}],282:[function(_dereq_,module,exports){
68966
69074
  /**
68967
69075
  * Copyright 2012-2020, Plotly, Inc.
68968
69076
  * All rights reserved.
@@ -69175,7 +69283,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
69175
69283
  return Promise.resolve();
69176
69284
  };
69177
69285
 
69178
- },{"../../components/drawing":104,"../../lib":211,"../../registry":306,"./axes":256,"d3":16}],281:[function(_dereq_,module,exports){
69286
+ },{"../../components/drawing":105,"../../lib":212,"../../registry":308,"./axes":258,"d3":16}],283:[function(_dereq_,module,exports){
69179
69287
  /**
69180
69288
  * Copyright 2012-2020, Plotly, Inc.
69181
69289
  * All rights reserved.
@@ -69315,7 +69423,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
69315
69423
  );
69316
69424
  }
69317
69425
 
69318
- },{"../../registry":306,"./axis_autotype":257}],282:[function(_dereq_,module,exports){
69426
+ },{"../../registry":308,"./axis_autotype":259}],284:[function(_dereq_,module,exports){
69319
69427
  /**
69320
69428
  * Copyright 2012-2020, Plotly, Inc.
69321
69429
  * All rights reserved.
@@ -69742,7 +69850,7 @@ function crawl(attrs, callback, path, depth) {
69742
69850
  });
69743
69851
  }
69744
69852
 
69745
- },{"../lib":211,"../registry":306}],283:[function(_dereq_,module,exports){
69853
+ },{"../lib":212,"../registry":308}],285:[function(_dereq_,module,exports){
69746
69854
  /**
69747
69855
  * Copyright 2012-2020, Plotly, Inc.
69748
69856
  * All rights reserved.
@@ -69854,7 +69962,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
69854
69962
  if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
69855
69963
  };
69856
69964
 
69857
- },{"../lib/extend":203}],284:[function(_dereq_,module,exports){
69965
+ },{"../lib/extend":204}],286:[function(_dereq_,module,exports){
69858
69966
  /**
69859
69967
  * Copyright 2012-2020, Plotly, Inc.
69860
69968
  * All rights reserved.
@@ -69919,7 +70027,7 @@ module.exports = function(opts) {
69919
70027
  return attrs;
69920
70028
  };
69921
70029
 
69922
- },{}],285:[function(_dereq_,module,exports){
70030
+ },{}],287:[function(_dereq_,module,exports){
69923
70031
  /**
69924
70032
  * Copyright 2012-2020, Plotly, Inc.
69925
70033
  * All rights reserved.
@@ -69965,7 +70073,7 @@ module.exports = {
69965
70073
  }
69966
70074
  };
69967
70075
 
69968
- },{}],286:[function(_dereq_,module,exports){
70076
+ },{}],288:[function(_dereq_,module,exports){
69969
70077
  /**
69970
70078
  * Copyright 2012-2020, Plotly, Inc.
69971
70079
  * All rights reserved.
@@ -70094,7 +70202,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
70094
70202
  return subplotData;
70095
70203
  };
70096
70204
 
70097
- },{"../registry":306,"./cartesian/constants":262}],287:[function(_dereq_,module,exports){
70205
+ },{"../registry":308,"./cartesian/constants":264}],289:[function(_dereq_,module,exports){
70098
70206
  /**
70099
70207
  * Copyright 2012-2020, Plotly, Inc.
70100
70208
  * All rights reserved.
@@ -70128,7 +70236,7 @@ function project(camera, v) {
70128
70236
 
70129
70237
  module.exports = project;
70130
70238
 
70131
- },{}],288:[function(_dereq_,module,exports){
70239
+ },{}],290:[function(_dereq_,module,exports){
70132
70240
  /**
70133
70241
  * Copyright 2012-2020, Plotly, Inc.
70134
70242
  * All rights reserved.
@@ -70469,7 +70577,7 @@ module.exports = {
70469
70577
  }
70470
70578
  };
70471
70579
 
70472
- },{"../components/color/attributes":81,"../components/shapes/draw_newshape/attributes":164,"../lib/extend":203,"./animation_attributes":250,"./font_attributes":284,"./pad_attributes":296}],289:[function(_dereq_,module,exports){
70580
+ },{"../components/color/attributes":82,"../components/shapes/draw_newshape/attributes":165,"../lib/extend":204,"./animation_attributes":252,"./font_attributes":286,"./pad_attributes":298}],291:[function(_dereq_,module,exports){
70473
70581
  /**
70474
70582
  * Copyright 2012-2020, Plotly, Inc.
70475
70583
  * All rights reserved.
@@ -70703,7 +70811,7 @@ module.exports = {
70703
70811
  }
70704
70812
  };
70705
70813
 
70706
- },{}],290:[function(_dereq_,module,exports){
70814
+ },{}],292:[function(_dereq_,module,exports){
70707
70815
  /**
70708
70816
  * Copyright 2012-2020, Plotly, Inc.
70709
70817
  * All rights reserved.
@@ -70776,7 +70884,7 @@ module.exports = function convertTextOpts(textposition, iconSize) {
70776
70884
  return { anchor: anchor, offset: offset };
70777
70885
  };
70778
70886
 
70779
- },{"../../lib":211}],291:[function(_dereq_,module,exports){
70887
+ },{"../../lib":212}],293:[function(_dereq_,module,exports){
70780
70888
  /**
70781
70889
  * Copyright 2012-2020, Plotly, Inc.
70782
70890
  * All rights reserved.
@@ -71063,7 +71171,7 @@ exports.updateFx = function(gd) {
71063
71171
  }
71064
71172
  };
71065
71173
 
71066
- },{"../../components/drawing":104,"../../constants/xmlns_namespaces":189,"../../lib":211,"../../lib/svg_text_utils":232,"../../plots/get_data":286,"./constants":289,"./layout_attributes":293,"./layout_defaults":294,"./mapbox":295,"d3":16,"mapbox-gl":53}],292:[function(_dereq_,module,exports){
71174
+ },{"../../components/drawing":105,"../../constants/xmlns_namespaces":190,"../../lib":212,"../../lib/svg_text_utils":234,"../../plots/get_data":288,"./constants":291,"./layout_attributes":295,"./layout_defaults":296,"./mapbox":297,"d3":16,"mapbox-gl":54}],294:[function(_dereq_,module,exports){
71067
71175
  /**
71068
71176
  * Copyright 2012-2020, Plotly, Inc.
71069
71177
  * All rights reserved.
@@ -71372,7 +71480,7 @@ module.exports = function createMapboxLayer(subplot, index, opts) {
71372
71480
  return mapboxLayer;
71373
71481
  };
71374
71482
 
71375
- },{"../../lib":211,"../../lib/svg_text_utils":232,"./constants":289,"./convert_text_opts":290}],293:[function(_dereq_,module,exports){
71483
+ },{"../../lib":212,"../../lib/svg_text_utils":234,"./constants":291,"./convert_text_opts":292}],295:[function(_dereq_,module,exports){
71376
71484
  /**
71377
71485
  * Copyright 2012-2020, Plotly, Inc.
71378
71486
  * All rights reserved.
@@ -71609,7 +71717,7 @@ attrs.uirevision = {
71609
71717
 
71610
71718
  };
71611
71719
 
71612
- },{"../../components/color":82,"../../lib":211,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../traces/scatter/attributes":337,"../domain":283,"../font_attributes":284,"./constants":289}],294:[function(_dereq_,module,exports){
71720
+ },{"../../components/color":83,"../../lib":212,"../../plot_api/edit_types":240,"../../plot_api/plot_template":247,"../../traces/scatter/attributes":339,"../domain":285,"../font_attributes":286,"./constants":291}],296:[function(_dereq_,module,exports){
71613
71721
  /**
71614
71722
  * Copyright 2012-2020, Plotly, Inc.
71615
71723
  * All rights reserved.
@@ -71717,7 +71825,7 @@ function handleLayerDefaults(layerIn, layerOut) {
71717
71825
  }
71718
71826
  }
71719
71827
 
71720
- },{"../../lib":211,"../array_container_defaults":251,"../subplot_defaults":304,"./layout_attributes":293}],295:[function(_dereq_,module,exports){
71828
+ },{"../../lib":212,"../array_container_defaults":253,"../subplot_defaults":306,"./layout_attributes":295}],297:[function(_dereq_,module,exports){
71721
71829
  /**
71722
71830
  * Copyright 2012-2020, Plotly, Inc.
71723
71831
  * All rights reserved.
@@ -72528,7 +72636,7 @@ function convertCenter(center) {
72528
72636
 
72529
72637
  module.exports = Mapbox;
72530
72638
 
72531
- },{"../../components/dragelement":101,"../../components/dragelement/helpers":100,"../../components/fx":122,"../../lib":211,"../../lib/geo_location_utils":206,"../../registry":306,"../cartesian/axes":256,"../cartesian/select":275,"./constants":289,"./layers":292,"mapbox-gl":53}],296:[function(_dereq_,module,exports){
72639
+ },{"../../components/dragelement":102,"../../components/dragelement/helpers":101,"../../components/fx":123,"../../lib":212,"../../lib/geo_location_utils":207,"../../registry":308,"../cartesian/axes":258,"../cartesian/select":277,"./constants":291,"./layers":294,"mapbox-gl":54}],298:[function(_dereq_,module,exports){
72532
72640
  /**
72533
72641
  * Copyright 2012-2020, Plotly, Inc.
72534
72642
  * All rights reserved.
@@ -72583,7 +72691,7 @@ module.exports = function(opts) {
72583
72691
  };
72584
72692
  };
72585
72693
 
72586
- },{}],297:[function(_dereq_,module,exports){
72694
+ },{}],299:[function(_dereq_,module,exports){
72587
72695
  /**
72588
72696
  * Copyright 2012-2020, Plotly, Inc.
72589
72697
  * All rights reserved.
@@ -76010,7 +76118,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
76010
76118
  }
76011
76119
  };
76012
76120
 
76013
- },{"../components/color":82,"../constants/numerical":188,"../lib":211,"../plot_api/plot_schema":244,"../plot_api/plot_template":245,"../plots/get_data":286,"../registry":306,"./animation_attributes":250,"./attributes":252,"./cartesian/axis_ids":259,"./cartesian/handle_outline":266,"./command":282,"./font_attributes":284,"./frame_attributes":285,"./layout_attributes":288,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],298:[function(_dereq_,module,exports){
76121
+ },{"../components/color":83,"../constants/numerical":189,"../lib":212,"../plot_api/plot_schema":246,"../plot_api/plot_template":247,"../plots/get_data":288,"../registry":308,"./animation_attributes":252,"./attributes":254,"./cartesian/axis_ids":261,"./cartesian/handle_outline":268,"./command":284,"./font_attributes":286,"./frame_attributes":287,"./layout_attributes":290,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],300:[function(_dereq_,module,exports){
76014
76122
  /**
76015
76123
  * Copyright 2012-2020, Plotly, Inc.
76016
76124
  * All rights reserved.
@@ -76054,7 +76162,7 @@ module.exports = {
76054
76162
  }
76055
76163
  };
76056
76164
 
76057
- },{"../../../lib/extend":203,"../../../traces/scatter/attributes":337}],299:[function(_dereq_,module,exports){
76165
+ },{"../../../lib/extend":204,"../../../traces/scatter/attributes":339}],301:[function(_dereq_,module,exports){
76058
76166
  /**
76059
76167
  * Copyright 2012-2020, Plotly, Inc.
76060
76168
  * All rights reserved.
@@ -76176,7 +76284,7 @@ module.exports = overrideAll({
76176
76284
  }
76177
76285
  }, 'plot', 'nested');
76178
76286
 
76179
- },{"../../../lib/extend":203,"../../../plot_api/edit_types":238,"../../cartesian/layout_attributes":270}],300:[function(_dereq_,module,exports){
76287
+ },{"../../../lib/extend":204,"../../../plot_api/edit_types":240,"../../cartesian/layout_attributes":272}],302:[function(_dereq_,module,exports){
76180
76288
  /**
76181
76289
  * Copyright 2012-2020, Plotly, Inc.
76182
76290
  * All rights reserved.
@@ -76191,7 +76299,7 @@ var Polar = module.exports = _dereq_('./micropolar');
76191
76299
 
76192
76300
  Polar.manager = _dereq_('./micropolar_manager');
76193
76301
 
76194
- },{"./micropolar":301,"./micropolar_manager":302}],301:[function(_dereq_,module,exports){
76302
+ },{"./micropolar":303,"./micropolar_manager":304}],303:[function(_dereq_,module,exports){
76195
76303
  /**
76196
76304
  * Copyright 2012-2020, Plotly, Inc.
76197
76305
  * All rights reserved.
@@ -77611,7 +77719,7 @@ var µ = module.exports = { version: '0.2.2' };
77611
77719
  return exports;
77612
77720
  };
77613
77721
 
77614
- },{"../../../constants/alignment":184,"../../../lib":211,"d3":16}],302:[function(_dereq_,module,exports){
77722
+ },{"../../../constants/alignment":185,"../../../lib":212,"d3":16}],304:[function(_dereq_,module,exports){
77615
77723
  /**
77616
77724
  * Copyright 2012-2020, Plotly, Inc.
77617
77725
  * All rights reserved.
@@ -77697,7 +77805,7 @@ manager.fillLayout = function(_gd) {
77697
77805
  _gd._fullLayout = extendDeepAll(dflts, _gd.layout);
77698
77806
  };
77699
77807
 
77700
- },{"../../../components/color":82,"../../../lib":211,"./micropolar":301,"./undo_manager":303,"d3":16}],303:[function(_dereq_,module,exports){
77808
+ },{"../../../components/color":83,"../../../lib":212,"./micropolar":303,"./undo_manager":305,"d3":16}],305:[function(_dereq_,module,exports){
77701
77809
  /**
77702
77810
  * Copyright 2012-2020, Plotly, Inc.
77703
77811
  * All rights reserved.
@@ -77763,7 +77871,7 @@ module.exports = function UndoManager() {
77763
77871
  };
77764
77872
  };
77765
77873
 
77766
- },{}],304:[function(_dereq_,module,exports){
77874
+ },{}],306:[function(_dereq_,module,exports){
77767
77875
  /**
77768
77876
  * Copyright 2012-2020, Plotly, Inc.
77769
77877
  * All rights reserved.
@@ -77848,7 +77956,7 @@ module.exports = function handleSubplotDefaults(layoutIn, layoutOut, fullData, o
77848
77956
  }
77849
77957
  };
77850
77958
 
77851
- },{"../lib":211,"../plot_api/plot_template":245,"./domain":283}],305:[function(_dereq_,module,exports){
77959
+ },{"../lib":212,"../plot_api/plot_template":247,"./domain":285}],307:[function(_dereq_,module,exports){
77852
77960
  /**
77853
77961
  * Copyright 2012-2020, Plotly, Inc.
77854
77962
  * All rights reserved.
@@ -77931,7 +78039,7 @@ exports.texttemplateAttrs = function(opts, extra) {
77931
78039
  return texttemplate;
77932
78040
  };
77933
78041
 
77934
- },{"../constants/docs":186}],306:[function(_dereq_,module,exports){
78042
+ },{"../constants/docs":187}],308:[function(_dereq_,module,exports){
77935
78043
  /**
77936
78044
  * Copyright 2012-2020, Plotly, Inc.
77937
78045
  * All rights reserved.
@@ -78397,7 +78505,7 @@ function getTraceType(traceType) {
78397
78505
  return traceType;
78398
78506
  }
78399
78507
 
78400
- },{"./lib/dom":201,"./lib/extend":203,"./lib/is_plain_object":212,"./lib/loggers":215,"./lib/noop":220,"./lib/push_unique":224,"./plots/attributes":252,"./plots/layout_attributes":288}],307:[function(_dereq_,module,exports){
78508
+ },{"./lib/dom":202,"./lib/extend":204,"./lib/is_plain_object":213,"./lib/loggers":216,"./lib/noop":221,"./lib/push_unique":226,"./plots/attributes":254,"./plots/layout_attributes":290}],309:[function(_dereq_,module,exports){
78401
78509
  /**
78402
78510
  * Copyright 2012-2020, Plotly, Inc.
78403
78511
  * All rights reserved.
@@ -78570,7 +78678,7 @@ module.exports = function clonePlot(graphObj, options) {
78570
78678
  return plotTile;
78571
78679
  };
78572
78680
 
78573
- },{"../lib":211,"../registry":306}],308:[function(_dereq_,module,exports){
78681
+ },{"../lib":212,"../registry":308}],310:[function(_dereq_,module,exports){
78574
78682
  /**
78575
78683
  * Copyright 2012-2020, Plotly, Inc.
78576
78684
  * All rights reserved.
@@ -78642,7 +78750,7 @@ function downloadImage(gd, opts) {
78642
78750
 
78643
78751
  module.exports = downloadImage;
78644
78752
 
78645
- },{"../lib":211,"../plot_api/to_image":248,"./filesaver":309,"./helpers":310}],309:[function(_dereq_,module,exports){
78753
+ },{"../lib":212,"../plot_api/to_image":250,"./filesaver":311,"./helpers":312}],311:[function(_dereq_,module,exports){
78646
78754
  /**
78647
78755
  * Copyright 2012-2020, Plotly, Inc.
78648
78756
  * All rights reserved.
@@ -78722,7 +78830,7 @@ function fileSaver(url, name, format) {
78722
78830
 
78723
78831
  module.exports = fileSaver;
78724
78832
 
78725
- },{"../lib":211,"./helpers":310}],310:[function(_dereq_,module,exports){
78833
+ },{"../lib":212,"./helpers":312}],312:[function(_dereq_,module,exports){
78726
78834
  /**
78727
78835
  * Copyright 2012-2020, Plotly, Inc.
78728
78836
  * All rights reserved.
@@ -78805,7 +78913,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
78805
78913
 
78806
78914
  exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
78807
78915
 
78808
- },{"../registry":306}],311:[function(_dereq_,module,exports){
78916
+ },{"../registry":308}],313:[function(_dereq_,module,exports){
78809
78917
  /**
78810
78918
  * Copyright 2012-2020, Plotly, Inc.
78811
78919
  * All rights reserved.
@@ -78831,7 +78939,7 @@ var Snapshot = {
78831
78939
 
78832
78940
  module.exports = Snapshot;
78833
78941
 
78834
- },{"./cloneplot":307,"./download":308,"./helpers":310,"./svgtoimg":312,"./toimage":313,"./tosvg":314}],312:[function(_dereq_,module,exports){
78942
+ },{"./cloneplot":309,"./download":310,"./helpers":312,"./svgtoimg":314,"./toimage":315,"./tosvg":316}],314:[function(_dereq_,module,exports){
78835
78943
  /**
78836
78944
  * Copyright 2012-2020, Plotly, Inc.
78837
78945
  * All rights reserved.
@@ -78958,7 +79066,7 @@ function svgToImg(opts) {
78958
79066
 
78959
79067
  module.exports = svgToImg;
78960
79068
 
78961
- },{"../lib":211,"./helpers":310,"events":12}],313:[function(_dereq_,module,exports){
79069
+ },{"../lib":212,"./helpers":312,"events":12}],315:[function(_dereq_,module,exports){
78962
79070
  /**
78963
79071
  * Copyright 2012-2020, Plotly, Inc.
78964
79072
  * All rights reserved.
@@ -79035,7 +79143,7 @@ function toImage(gd, opts) {
79035
79143
 
79036
79144
  module.exports = toImage;
79037
79145
 
79038
- },{"../lib":211,"../registry":306,"./cloneplot":307,"./helpers":310,"./svgtoimg":312,"./tosvg":314,"events":12}],314:[function(_dereq_,module,exports){
79146
+ },{"../lib":212,"../registry":308,"./cloneplot":309,"./helpers":312,"./svgtoimg":314,"./tosvg":316,"events":12}],316:[function(_dereq_,module,exports){
79039
79147
  /**
79040
79148
  * Copyright 2012-2020, Plotly, Inc.
79041
79149
  * All rights reserved.
@@ -79224,7 +79332,7 @@ module.exports = function toSVG(gd, format, scale) {
79224
79332
  return s;
79225
79333
  };
79226
79334
 
79227
- },{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":189,"../lib":211,"d3":16}],315:[function(_dereq_,module,exports){
79335
+ },{"../components/color":83,"../components/drawing":105,"../constants/xmlns_namespaces":190,"../lib":212,"d3":16}],317:[function(_dereq_,module,exports){
79228
79336
  /**
79229
79337
  * Copyright 2012-2020, Plotly, Inc.
79230
79338
  * All rights reserved.
@@ -79316,7 +79424,7 @@ module.exports = extendFlat({
79316
79424
  })
79317
79425
  );
79318
79426
 
79319
- },{"../../components/color/attributes":81,"../../components/colorscale/attributes":89,"../../lib/extend":203,"../../plots/attributes":252,"../../plots/template_attributes":305,"../scattergeo/attributes":365}],316:[function(_dereq_,module,exports){
79427
+ },{"../../components/color/attributes":82,"../../components/colorscale/attributes":90,"../../lib/extend":204,"../../plots/attributes":254,"../../plots/template_attributes":307,"../scattergeo/attributes":367}],318:[function(_dereq_,module,exports){
79320
79428
  /**
79321
79429
  * Copyright 2012-2020, Plotly, Inc.
79322
79430
  * All rights reserved.
@@ -79377,7 +79485,7 @@ module.exports = function calc(gd, trace) {
79377
79485
  return calcTrace;
79378
79486
  };
79379
79487
 
79380
- },{"../../components/colorscale/calc":90,"../../constants/numerical":188,"../scatter/arrays_to_calcdata":336,"../scatter/calc_selection":339,"fast-isnumeric":18}],317:[function(_dereq_,module,exports){
79488
+ },{"../../components/colorscale/calc":91,"../../constants/numerical":189,"../scatter/arrays_to_calcdata":338,"../scatter/calc_selection":341,"fast-isnumeric":18}],319:[function(_dereq_,module,exports){
79381
79489
  /**
79382
79490
  * Copyright 2012-2020, Plotly, Inc.
79383
79491
  * All rights reserved.
@@ -79402,7 +79510,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
79402
79510
  return out;
79403
79511
  };
79404
79512
 
79405
- },{}],318:[function(_dereq_,module,exports){
79513
+ },{}],320:[function(_dereq_,module,exports){
79406
79514
  /**
79407
79515
  * Copyright 2012-2020, Plotly, Inc.
79408
79516
  * All rights reserved.
@@ -79497,7 +79605,7 @@ function makeHoverInfo(pointData, trace, pt) {
79497
79605
  pointData.extraText = text.join('<br>');
79498
79606
  }
79499
79607
 
79500
- },{"../../lib":211,"../../plots/cartesian/axes":256,"./attributes":315}],319:[function(_dereq_,module,exports){
79608
+ },{"../../lib":212,"../../plots/cartesian/axes":258,"./attributes":317}],321:[function(_dereq_,module,exports){
79501
79609
  /**
79502
79610
  * Copyright 2012-2020, Plotly, Inc.
79503
79611
  * All rights reserved.
@@ -79546,7 +79654,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
79546
79654
  return selection;
79547
79655
  };
79548
79656
 
79549
- },{}],320:[function(_dereq_,module,exports){
79657
+ },{}],322:[function(_dereq_,module,exports){
79550
79658
  /**
79551
79659
  * Copyright 2012-2020, Plotly, Inc.
79552
79660
  * All rights reserved.
@@ -79649,7 +79757,7 @@ module.exports = extendFlat({
79649
79757
  })
79650
79758
  );
79651
79759
 
79652
- },{"../../components/colorscale/attributes":89,"../../lib/extend":203,"../../plots/attributes":252,"../../plots/template_attributes":305,"../choropleth/attributes":315}],321:[function(_dereq_,module,exports){
79760
+ },{"../../components/colorscale/attributes":90,"../../lib/extend":204,"../../plots/attributes":254,"../../plots/template_attributes":307,"../choropleth/attributes":317}],323:[function(_dereq_,module,exports){
79653
79761
  /**
79654
79762
  * Copyright 2012-2020, Plotly, Inc.
79655
79763
  * All rights reserved.
@@ -79805,7 +79913,7 @@ module.exports = {
79805
79913
  convertOnSelect: convertOnSelect
79806
79914
  };
79807
79915
 
79808
- },{"../../components/colorscale":94,"../../components/drawing":104,"../../lib":211,"../../lib/geo_location_utils":206,"../../lib/geojson_utils":207,"fast-isnumeric":18}],322:[function(_dereq_,module,exports){
79916
+ },{"../../components/colorscale":95,"../../components/drawing":105,"../../lib":212,"../../lib/geo_location_utils":207,"../../lib/geojson_utils":208,"fast-isnumeric":18}],324:[function(_dereq_,module,exports){
79809
79917
  /**
79810
79918
  * Copyright 2012-2020, Plotly, Inc.
79811
79919
  * All rights reserved.
@@ -79856,7 +79964,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
79856
79964
  Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
79857
79965
  };
79858
79966
 
79859
- },{"../../components/colorscale/defaults":92,"../../lib":211,"./attributes":320}],323:[function(_dereq_,module,exports){
79967
+ },{"../../components/colorscale/defaults":93,"../../lib":212,"./attributes":322}],325:[function(_dereq_,module,exports){
79860
79968
  /**
79861
79969
  * Copyright 2012-2020, Plotly, Inc.
79862
79970
  * All rights reserved.
@@ -79918,7 +80026,7 @@ module.exports = {
79918
80026
  }
79919
80027
  };
79920
80028
 
79921
- },{"../../plots/mapbox":291,"../choropleth/calc":316,"../choropleth/event_data":317,"../choropleth/hover":318,"../choropleth/select":319,"../heatmap/colorbar":333,"./attributes":320,"./defaults":322,"./plot":324}],324:[function(_dereq_,module,exports){
80029
+ },{"../../plots/mapbox":293,"../choropleth/calc":318,"../choropleth/event_data":319,"../choropleth/hover":320,"../choropleth/select":321,"../heatmap/colorbar":335,"./attributes":322,"./defaults":324,"./plot":326}],326:[function(_dereq_,module,exports){
79922
80030
  /**
79923
80031
  * Copyright 2012-2020, Plotly, Inc.
79924
80032
  * All rights reserved.
@@ -80045,7 +80153,7 @@ module.exports = function createChoroplethMapbox(subplot, calcTrace) {
80045
80153
  return choroplethMapbox;
80046
80154
  };
80047
80155
 
80048
- },{"../../plots/mapbox/constants":289,"./convert":321}],325:[function(_dereq_,module,exports){
80156
+ },{"../../plots/mapbox/constants":291,"./convert":323}],327:[function(_dereq_,module,exports){
80049
80157
  /**
80050
80158
  * Copyright 2012-2020, Plotly, Inc.
80051
80159
  * All rights reserved.
@@ -80127,7 +80235,7 @@ module.exports = extendFlat({
80127
80235
  })
80128
80236
  );
80129
80237
 
80130
- },{"../../components/colorscale/attributes":89,"../../lib/extend":203,"../../plots/attributes":252,"../../plots/template_attributes":305,"../scattermapbox/attributes":367}],326:[function(_dereq_,module,exports){
80238
+ },{"../../components/colorscale/attributes":90,"../../lib/extend":204,"../../plots/attributes":254,"../../plots/template_attributes":307,"../scattermapbox/attributes":369}],328:[function(_dereq_,module,exports){
80131
80239
  /**
80132
80240
  * Copyright 2012-2020, Plotly, Inc.
80133
80241
  * All rights reserved.
@@ -80186,7 +80294,7 @@ module.exports = function calc(gd, trace) {
80186
80294
  return calcTrace;
80187
80295
  };
80188
80296
 
80189
- },{"../../components/colorscale/calc":90,"../../constants/numerical":188,"../../lib":211,"fast-isnumeric":18}],327:[function(_dereq_,module,exports){
80297
+ },{"../../components/colorscale/calc":91,"../../constants/numerical":189,"../../lib":212,"fast-isnumeric":18}],329:[function(_dereq_,module,exports){
80190
80298
  /**
80191
80299
  * Copyright 2012-2020, Plotly, Inc.
80192
80300
  * All rights reserved.
@@ -80302,7 +80410,7 @@ module.exports = function convert(calcTrace) {
80302
80410
  return opts;
80303
80411
  };
80304
80412
 
80305
- },{"../../components/color":82,"../../components/colorscale":94,"../../constants/numerical":188,"../../lib":211,"../../lib/geojson_utils":207,"fast-isnumeric":18}],328:[function(_dereq_,module,exports){
80413
+ },{"../../components/color":83,"../../components/colorscale":95,"../../constants/numerical":189,"../../lib":212,"../../lib/geojson_utils":208,"fast-isnumeric":18}],330:[function(_dereq_,module,exports){
80306
80414
  /**
80307
80415
  * Copyright 2012-2020, Plotly, Inc.
80308
80416
  * All rights reserved.
@@ -80344,7 +80452,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
80344
80452
  colorscaleDefaults(traceIn, traceOut, layout, coerce, {prefix: '', cLetter: 'z'});
80345
80453
  };
80346
80454
 
80347
- },{"../../components/colorscale/defaults":92,"../../lib":211,"./attributes":325}],329:[function(_dereq_,module,exports){
80455
+ },{"../../components/colorscale/defaults":93,"../../lib":212,"./attributes":327}],331:[function(_dereq_,module,exports){
80348
80456
  /**
80349
80457
  * Copyright 2012-2020, Plotly, Inc.
80350
80458
  * All rights reserved.
@@ -80362,7 +80470,7 @@ module.exports = function eventData(out, pt) {
80362
80470
  return out;
80363
80471
  };
80364
80472
 
80365
- },{}],330:[function(_dereq_,module,exports){
80473
+ },{}],332:[function(_dereq_,module,exports){
80366
80474
  /**
80367
80475
  * Copyright 2012-2020, Plotly, Inc.
80368
80476
  * All rights reserved.
@@ -80430,7 +80538,7 @@ function getExtraText(trace, di, labels) {
80430
80538
  return text.join('<br>');
80431
80539
  }
80432
80540
 
80433
- },{"../../lib":211,"../../plots/cartesian/axes":256,"../scattermapbox/hover":372}],331:[function(_dereq_,module,exports){
80541
+ },{"../../lib":212,"../../plots/cartesian/axes":258,"../scattermapbox/hover":374}],333:[function(_dereq_,module,exports){
80434
80542
  /**
80435
80543
  * Copyright 2012-2020, Plotly, Inc.
80436
80544
  * All rights reserved.
@@ -80477,7 +80585,7 @@ module.exports = {
80477
80585
  }
80478
80586
  };
80479
80587
 
80480
- },{"../../plots/mapbox":291,"../heatmap/colorbar":333,"../scattermapbox/format_labels":371,"./attributes":325,"./calc":326,"./defaults":328,"./event_data":329,"./hover":330,"./plot":332}],332:[function(_dereq_,module,exports){
80588
+ },{"../../plots/mapbox":293,"../heatmap/colorbar":335,"../scattermapbox/format_labels":373,"./attributes":327,"./calc":328,"./defaults":330,"./event_data":331,"./hover":332,"./plot":334}],334:[function(_dereq_,module,exports){
80481
80589
  /**
80482
80590
  * Copyright 2012-2020, Plotly, Inc.
80483
80591
  * All rights reserved.
@@ -80591,7 +80699,7 @@ module.exports = function createDensityMapbox(subplot, calcTrace) {
80591
80699
  return densityMapbox;
80592
80700
  };
80593
80701
 
80594
- },{"../../plots/mapbox/constants":289,"./convert":327}],333:[function(_dereq_,module,exports){
80702
+ },{"../../plots/mapbox/constants":291,"./convert":329}],335:[function(_dereq_,module,exports){
80595
80703
  /**
80596
80704
  * Copyright 2012-2020, Plotly, Inc.
80597
80705
  * All rights reserved.
@@ -80607,7 +80715,7 @@ module.exports = {
80607
80715
  max: 'zmax'
80608
80716
  };
80609
80717
 
80610
- },{}],334:[function(_dereq_,module,exports){
80718
+ },{}],336:[function(_dereq_,module,exports){
80611
80719
  /**
80612
80720
  * Copyright 2012-2020, Plotly, Inc.
80613
80721
  * All rights reserved.
@@ -80655,7 +80763,7 @@ exports.getRotationAngle = function(rotation) {
80655
80763
  return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
80656
80764
  };
80657
80765
 
80658
- },{"../../lib":211}],335:[function(_dereq_,module,exports){
80766
+ },{"../../lib":212}],337:[function(_dereq_,module,exports){
80659
80767
  /**
80660
80768
  * Copyright 2012-2020, Plotly, Inc.
80661
80769
  * All rights reserved.
@@ -80679,7 +80787,7 @@ module.exports = function styleOne(s, pt, trace) {
80679
80787
  .call(Color.stroke, lineColor);
80680
80788
  };
80681
80789
 
80682
- },{"../../components/color":82,"./helpers":334}],336:[function(_dereq_,module,exports){
80790
+ },{"../../components/color":83,"./helpers":336}],338:[function(_dereq_,module,exports){
80683
80791
  /**
80684
80792
  * Copyright 2012-2020, Plotly, Inc.
80685
80793
  * All rights reserved.
@@ -80731,7 +80839,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
80731
80839
  }
80732
80840
  };
80733
80841
 
80734
- },{"../../lib":211}],337:[function(_dereq_,module,exports){
80842
+ },{"../../lib":212}],339:[function(_dereq_,module,exports){
80735
80843
  /**
80736
80844
  * Copyright 2012-2020, Plotly, Inc.
80737
80845
  * All rights reserved.
@@ -81185,7 +81293,7 @@ module.exports = {
81185
81293
  }
81186
81294
  };
81187
81295
 
81188
- },{"../../components/colorscale/attributes":89,"../../components/drawing":104,"../../components/drawing/attributes":103,"../../lib/extend":203,"../../plots/font_attributes":284,"../../plots/template_attributes":305,"./constants":341}],338:[function(_dereq_,module,exports){
81296
+ },{"../../components/colorscale/attributes":90,"../../components/drawing":105,"../../components/drawing/attributes":104,"../../lib/extend":204,"../../plots/font_attributes":286,"../../plots/template_attributes":307,"./constants":343}],340:[function(_dereq_,module,exports){
81189
81297
  /**
81190
81298
  * Copyright 2012-2020, Plotly, Inc.
81191
81299
  * All rights reserved.
@@ -81484,7 +81592,7 @@ module.exports = {
81484
81592
  getStackOpts: getStackOpts
81485
81593
  };
81486
81594
 
81487
- },{"../../constants/numerical":188,"../../lib":211,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"./arrays_to_calcdata":336,"./calc_selection":339,"./colorscale_calc":340,"./subtypes":362,"fast-isnumeric":18}],339:[function(_dereq_,module,exports){
81595
+ },{"../../constants/numerical":189,"../../lib":212,"../../plots/cartesian/align_period":255,"../../plots/cartesian/axes":258,"./arrays_to_calcdata":338,"./calc_selection":341,"./colorscale_calc":342,"./subtypes":364,"fast-isnumeric":18}],341:[function(_dereq_,module,exports){
81488
81596
  /**
81489
81597
  * Copyright 2012-2020, Plotly, Inc.
81490
81598
  * All rights reserved.
@@ -81503,7 +81611,7 @@ module.exports = function calcSelection(cd, trace) {
81503
81611
  }
81504
81612
  };
81505
81613
 
81506
- },{"../../lib":211}],340:[function(_dereq_,module,exports){
81614
+ },{"../../lib":212}],342:[function(_dereq_,module,exports){
81507
81615
  /**
81508
81616
  * Copyright 2012-2020, Plotly, Inc.
81509
81617
  * All rights reserved.
@@ -81546,7 +81654,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
81546
81654
  }
81547
81655
  };
81548
81656
 
81549
- },{"../../components/colorscale/calc":90,"../../components/colorscale/helpers":93,"./subtypes":362}],341:[function(_dereq_,module,exports){
81657
+ },{"../../components/colorscale/calc":91,"../../components/colorscale/helpers":94,"./subtypes":364}],343:[function(_dereq_,module,exports){
81550
81658
  /**
81551
81659
  * Copyright 2012-2020, Plotly, Inc.
81552
81660
  * All rights reserved.
@@ -81575,7 +81683,7 @@ module.exports = {
81575
81683
  eventDataKeys: []
81576
81684
  };
81577
81685
 
81578
- },{}],342:[function(_dereq_,module,exports){
81686
+ },{}],344:[function(_dereq_,module,exports){
81579
81687
  /**
81580
81688
  * Copyright 2012-2020, Plotly, Inc.
81581
81689
  * All rights reserved.
@@ -81756,7 +81864,7 @@ function getInterp(calcTrace, index, position, posAttr) {
81756
81864
  return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
81757
81865
  }
81758
81866
 
81759
- },{"./calc":338}],343:[function(_dereq_,module,exports){
81867
+ },{"./calc":340}],345:[function(_dereq_,module,exports){
81760
81868
  /**
81761
81869
  * Copyright 2012-2020, Plotly, Inc.
81762
81870
  * All rights reserved.
@@ -81795,7 +81903,7 @@ module.exports = function crossTraceDefaults(fullData) {
81795
81903
  }
81796
81904
  };
81797
81905
 
81798
- },{}],344:[function(_dereq_,module,exports){
81906
+ },{}],346:[function(_dereq_,module,exports){
81799
81907
  /**
81800
81908
  * Copyright 2012-2020, Plotly, Inc.
81801
81909
  * All rights reserved.
@@ -81888,7 +81996,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
81888
81996
  Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
81889
81997
  };
81890
81998
 
81891
- },{"../../lib":211,"../../registry":306,"./attributes":337,"./constants":341,"./fillcolor_defaults":345,"./line_defaults":350,"./line_shape_defaults":352,"./marker_defaults":356,"./period_defaults":357,"./stack_defaults":360,"./subtypes":362,"./text_defaults":363,"./xy_defaults":364}],345:[function(_dereq_,module,exports){
81999
+ },{"../../lib":212,"../../registry":308,"./attributes":339,"./constants":343,"./fillcolor_defaults":347,"./line_defaults":352,"./line_shape_defaults":354,"./marker_defaults":358,"./period_defaults":359,"./stack_defaults":362,"./subtypes":364,"./text_defaults":365,"./xy_defaults":366}],347:[function(_dereq_,module,exports){
81892
82000
  /**
81893
82001
  * Copyright 2012-2020, Plotly, Inc.
81894
82002
  * All rights reserved.
@@ -81925,7 +82033,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
81925
82033
  ));
81926
82034
  };
81927
82035
 
81928
- },{"../../components/color":82,"../../lib":211}],346:[function(_dereq_,module,exports){
82036
+ },{"../../components/color":83,"../../lib":212}],348:[function(_dereq_,module,exports){
81929
82037
  /**
81930
82038
  * Copyright 2012-2020, Plotly, Inc.
81931
82039
  * All rights reserved.
@@ -81951,7 +82059,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
81951
82059
  return labels;
81952
82060
  };
81953
82061
 
81954
- },{"../../plots/cartesian/axes":256}],347:[function(_dereq_,module,exports){
82062
+ },{"../../plots/cartesian/axes":258}],349:[function(_dereq_,module,exports){
81955
82063
  /**
81956
82064
  * Copyright 2012-2020, Plotly, Inc.
81957
82065
  * All rights reserved.
@@ -82000,7 +82108,7 @@ module.exports = function getTraceColor(trace, di) {
82000
82108
  }
82001
82109
  };
82002
82110
 
82003
- },{"../../components/color":82,"./subtypes":362}],348:[function(_dereq_,module,exports){
82111
+ },{"../../components/color":83,"./subtypes":364}],350:[function(_dereq_,module,exports){
82004
82112
  /**
82005
82113
  * Copyright 2012-2020, Plotly, Inc.
82006
82114
  * All rights reserved.
@@ -82195,7 +82303,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
82195
82303
  }
82196
82304
  };
82197
82305
 
82198
- },{"../../components/color":82,"../../components/fx":122,"../../lib":211,"../../registry":306,"./get_trace_color":347}],349:[function(_dereq_,module,exports){
82306
+ },{"../../components/color":83,"../../components/fx":123,"../../lib":212,"../../registry":308,"./get_trace_color":349}],351:[function(_dereq_,module,exports){
82199
82307
  /**
82200
82308
  * Copyright 2012-2020, Plotly, Inc.
82201
82309
  * All rights reserved.
@@ -82241,7 +82349,7 @@ module.exports = {
82241
82349
  }
82242
82350
  };
82243
82351
 
82244
- },{"../../plots/cartesian":269,"./arrays_to_calcdata":336,"./attributes":337,"./calc":338,"./cross_trace_calc":342,"./cross_trace_defaults":343,"./defaults":344,"./format_labels":346,"./hover":348,"./marker_colorbar":355,"./plot":358,"./select":359,"./style":361,"./subtypes":362}],350:[function(_dereq_,module,exports){
82352
+ },{"../../plots/cartesian":271,"./arrays_to_calcdata":338,"./attributes":339,"./calc":340,"./cross_trace_calc":344,"./cross_trace_defaults":345,"./defaults":346,"./format_labels":348,"./hover":350,"./marker_colorbar":357,"./plot":360,"./select":361,"./style":363,"./subtypes":364}],352:[function(_dereq_,module,exports){
82245
82353
  /**
82246
82354
  * Copyright 2012-2020, Plotly, Inc.
82247
82355
  * All rights reserved.
@@ -82272,7 +82380,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
82272
82380
  if(!(opts || {}).noDash) coerce('line.dash');
82273
82381
  };
82274
82382
 
82275
- },{"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"../../lib":211}],351:[function(_dereq_,module,exports){
82383
+ },{"../../components/colorscale/defaults":93,"../../components/colorscale/helpers":94,"../../lib":212}],353:[function(_dereq_,module,exports){
82276
82384
  /**
82277
82385
  * Copyright 2012-2020, Plotly, Inc.
82278
82386
  * All rights reserved.
@@ -82733,7 +82841,7 @@ module.exports = function linePoints(d, opts) {
82733
82841
  return segments;
82734
82842
  };
82735
82843
 
82736
- },{"../../constants/numerical":188,"../../lib":211,"./constants":341}],352:[function(_dereq_,module,exports){
82844
+ },{"../../constants/numerical":189,"../../lib":212,"./constants":343}],354:[function(_dereq_,module,exports){
82737
82845
  /**
82738
82846
  * Copyright 2012-2020, Plotly, Inc.
82739
82847
  * All rights reserved.
@@ -82752,7 +82860,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
82752
82860
  if(shape === 'spline') coerce('line.smoothing');
82753
82861
  };
82754
82862
 
82755
- },{}],353:[function(_dereq_,module,exports){
82863
+ },{}],355:[function(_dereq_,module,exports){
82756
82864
  /**
82757
82865
  * Copyright 2012-2020, Plotly, Inc.
82758
82866
  * All rights reserved.
@@ -82842,7 +82950,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
82842
82950
  return cdscatterSorted;
82843
82951
  };
82844
82952
 
82845
- },{}],354:[function(_dereq_,module,exports){
82953
+ },{}],356:[function(_dereq_,module,exports){
82846
82954
  /**
82847
82955
  * Copyright 2012-2020, Plotly, Inc.
82848
82956
  * All rights reserved.
@@ -82884,7 +82992,7 @@ module.exports = function makeBubbleSizeFn(trace) {
82884
82992
  };
82885
82993
  };
82886
82994
 
82887
- },{"fast-isnumeric":18}],355:[function(_dereq_,module,exports){
82995
+ },{"fast-isnumeric":18}],357:[function(_dereq_,module,exports){
82888
82996
  /**
82889
82997
  * Copyright 2012-2020, Plotly, Inc.
82890
82998
  * All rights reserved.
@@ -82902,7 +83010,7 @@ module.exports = {
82902
83010
  max: 'cmax'
82903
83011
  };
82904
83012
 
82905
- },{}],356:[function(_dereq_,module,exports){
83013
+ },{}],358:[function(_dereq_,module,exports){
82906
83014
  /**
82907
83015
  * Copyright 2012-2020, Plotly, Inc.
82908
83016
  * All rights reserved.
@@ -82983,7 +83091,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
82983
83091
  }
82984
83092
  };
82985
83093
 
82986
- },{"../../components/color":82,"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"./subtypes":362}],357:[function(_dereq_,module,exports){
83094
+ },{"../../components/color":83,"../../components/colorscale/defaults":93,"../../components/colorscale/helpers":94,"./subtypes":364}],359:[function(_dereq_,module,exports){
82987
83095
  /**
82988
83096
  * Copyright 2012-2020, Plotly, Inc.
82989
83097
  * All rights reserved.
@@ -83030,7 +83138,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
83030
83138
  }
83031
83139
  };
83032
83140
 
83033
- },{"../../constants/numerical":188,"../../lib":211}],358:[function(_dereq_,module,exports){
83141
+ },{"../../constants/numerical":189,"../../lib":212}],360:[function(_dereq_,module,exports){
83034
83142
  /**
83035
83143
  * Copyright 2012-2020, Plotly, Inc.
83036
83144
  * All rights reserved.
@@ -83524,7 +83632,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
83524
83632
  join.selectAll('text')
83525
83633
  .call(Drawing.textPointStyle, trace, gd)
83526
83634
  .each(function(d) {
83527
- // This just *has* to be totally custom becuase of SVG text positioning :(
83635
+ // This just *has* to be totally custom because of SVG text positioning :(
83528
83636
  // It's obviously copied from translatePoint; we just can't use that
83529
83637
  var x = xa.c2p(d.x);
83530
83638
  var y = ya.c2p(d.y);
@@ -83591,7 +83699,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
83591
83699
  });
83592
83700
  }
83593
83701
 
83594
- },{"../../components/drawing":104,"../../lib":211,"../../lib/polygon":223,"../../registry":306,"./line_points":351,"./link_traces":353,"./subtypes":362,"d3":16}],359:[function(_dereq_,module,exports){
83702
+ },{"../../components/drawing":105,"../../lib":212,"../../lib/polygon":224,"../../registry":308,"./line_points":353,"./link_traces":355,"./subtypes":364,"d3":16}],361:[function(_dereq_,module,exports){
83595
83703
  /**
83596
83704
  * Copyright 2012-2020, Plotly, Inc.
83597
83705
  * All rights reserved.
@@ -83645,7 +83753,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
83645
83753
  return selection;
83646
83754
  };
83647
83755
 
83648
- },{"./subtypes":362}],360:[function(_dereq_,module,exports){
83756
+ },{"./subtypes":364}],362:[function(_dereq_,module,exports){
83649
83757
  /**
83650
83758
  * Copyright 2012-2020, Plotly, Inc.
83651
83759
  * All rights reserved.
@@ -83750,7 +83858,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
83750
83858
  }
83751
83859
  };
83752
83860
 
83753
- },{}],361:[function(_dereq_,module,exports){
83861
+ },{}],363:[function(_dereq_,module,exports){
83754
83862
  /**
83755
83863
  * Copyright 2012-2020, Plotly, Inc.
83756
83864
  * All rights reserved.
@@ -83821,7 +83929,7 @@ module.exports = {
83821
83929
  styleOnSelect: styleOnSelect
83822
83930
  };
83823
83931
 
83824
- },{"../../components/drawing":104,"../../registry":306,"d3":16}],362:[function(_dereq_,module,exports){
83932
+ },{"../../components/drawing":105,"../../registry":308,"d3":16}],364:[function(_dereq_,module,exports){
83825
83933
  /**
83826
83934
  * Copyright 2012-2020, Plotly, Inc.
83827
83935
  * All rights reserved.
@@ -83860,7 +83968,7 @@ module.exports = {
83860
83968
  }
83861
83969
  };
83862
83970
 
83863
- },{"../../lib":211}],363:[function(_dereq_,module,exports){
83971
+ },{"../../lib":212}],365:[function(_dereq_,module,exports){
83864
83972
  /**
83865
83973
  * Copyright 2012-2020, Plotly, Inc.
83866
83974
  * All rights reserved.
@@ -83890,7 +83998,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
83890
83998
  }
83891
83999
  };
83892
84000
 
83893
- },{"../../lib":211}],364:[function(_dereq_,module,exports){
84001
+ },{"../../lib":212}],366:[function(_dereq_,module,exports){
83894
84002
  /**
83895
84003
  * Copyright 2012-2020, Plotly, Inc.
83896
84004
  * All rights reserved.
@@ -83934,7 +84042,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
83934
84042
  return len;
83935
84043
  };
83936
84044
 
83937
- },{"../../lib":211,"../../registry":306}],365:[function(_dereq_,module,exports){
84045
+ },{"../../lib":212,"../../registry":308}],367:[function(_dereq_,module,exports){
83938
84046
  /**
83939
84047
  * Copyright 2012-2020, Plotly, Inc.
83940
84048
  * All rights reserved.
@@ -84053,7 +84161,7 @@ module.exports = overrideAll({
84053
84161
  hovertemplate: hovertemplateAttrs(),
84054
84162
  }, 'calc', 'nested');
84055
84163
 
84056
- },{"../../components/colorscale/attributes":89,"../../components/drawing/attributes":103,"../../lib/extend":203,"../../plot_api/edit_types":238,"../../plots/attributes":252,"../../plots/template_attributes":305,"../scatter/attributes":337}],366:[function(_dereq_,module,exports){
84164
+ },{"../../components/colorscale/attributes":90,"../../components/drawing/attributes":104,"../../lib/extend":204,"../../plot_api/edit_types":240,"../../plots/attributes":254,"../../plots/template_attributes":307,"../scatter/attributes":339}],368:[function(_dereq_,module,exports){
84057
84165
  /**
84058
84166
  * Copyright 2012-2020, Plotly, Inc.
84059
84167
  * All rights reserved.
@@ -84121,7 +84229,7 @@ module.exports = function calc(gd, trace) {
84121
84229
  return calcTrace;
84122
84230
  };
84123
84231
 
84124
- },{"../../constants/numerical":188,"../../lib":211,"../scatter/arrays_to_calcdata":336,"../scatter/calc_selection":339,"../scatter/colorscale_calc":340,"fast-isnumeric":18}],367:[function(_dereq_,module,exports){
84232
+ },{"../../constants/numerical":189,"../../lib":212,"../scatter/arrays_to_calcdata":338,"../scatter/calc_selection":341,"../scatter/colorscale_calc":342,"fast-isnumeric":18}],369:[function(_dereq_,module,exports){
84125
84233
  /**
84126
84234
  * Copyright 2012-2020, Plotly, Inc.
84127
84235
  * All rights reserved.
@@ -84234,7 +84342,7 @@ module.exports = overrideAll({
84234
84342
  hovertemplate: hovertemplateAttrs(),
84235
84343
  }, 'calc', 'nested');
84236
84344
 
84237
- },{"../../components/colorscale/attributes":89,"../../lib/extend":203,"../../plot_api/edit_types":238,"../../plots/attributes":252,"../../plots/mapbox/layout_attributes":293,"../../plots/template_attributes":305,"../scatter/attributes":337,"../scattergeo/attributes":365}],368:[function(_dereq_,module,exports){
84345
+ },{"../../components/colorscale/attributes":90,"../../lib/extend":204,"../../plot_api/edit_types":240,"../../plots/attributes":254,"../../plots/mapbox/layout_attributes":295,"../../plots/template_attributes":307,"../scatter/attributes":339,"../scattergeo/attributes":367}],370:[function(_dereq_,module,exports){
84238
84346
  /**
84239
84347
  * Copyright 2012-2020, Plotly, Inc.
84240
84348
  * All rights reserved.
@@ -84569,7 +84677,7 @@ function isBADNUM(lonlat) {
84569
84677
  return lonlat[0] === BADNUM;
84570
84678
  }
84571
84679
 
84572
- },{"../../components/colorscale":94,"../../components/drawing":104,"../../components/fx/helpers":118,"../../constants/numerical":188,"../../lib":211,"../../lib/geojson_utils":207,"../../lib/svg_text_utils":232,"../../plots/mapbox/convert_text_opts":290,"../scatter/make_bubble_size_func":354,"../scatter/subtypes":362,"fast-isnumeric":18}],369:[function(_dereq_,module,exports){
84680
+ },{"../../components/colorscale":95,"../../components/drawing":105,"../../components/fx/helpers":119,"../../constants/numerical":189,"../../lib":212,"../../lib/geojson_utils":208,"../../lib/svg_text_utils":234,"../../plots/mapbox/convert_text_opts":292,"../scatter/make_bubble_size_func":356,"../scatter/subtypes":364,"fast-isnumeric":18}],371:[function(_dereq_,module,exports){
84573
84681
  /**
84574
84682
  * Copyright 2012-2020, Plotly, Inc.
84575
84683
  * All rights reserved.
@@ -84647,7 +84755,7 @@ function handleLonLatDefaults(traceIn, traceOut, coerce) {
84647
84755
  return len;
84648
84756
  }
84649
84757
 
84650
- },{"../../lib":211,"../scatter/fillcolor_defaults":345,"../scatter/line_defaults":350,"../scatter/marker_defaults":356,"../scatter/subtypes":362,"../scatter/text_defaults":363,"./attributes":367}],370:[function(_dereq_,module,exports){
84758
+ },{"../../lib":212,"../scatter/fillcolor_defaults":347,"../scatter/line_defaults":352,"../scatter/marker_defaults":358,"../scatter/subtypes":364,"../scatter/text_defaults":365,"./attributes":369}],372:[function(_dereq_,module,exports){
84651
84759
  /**
84652
84760
  * Copyright 2012-2020, Plotly, Inc.
84653
84761
  * All rights reserved.
@@ -84667,7 +84775,7 @@ module.exports = function eventData(out, pt) {
84667
84775
  return out;
84668
84776
  };
84669
84777
 
84670
- },{}],371:[function(_dereq_,module,exports){
84778
+ },{}],373:[function(_dereq_,module,exports){
84671
84779
  /**
84672
84780
  * Copyright 2012-2020, Plotly, Inc.
84673
84781
  * All rights reserved.
@@ -84693,7 +84801,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
84693
84801
  return labels;
84694
84802
  };
84695
84803
 
84696
- },{"../../plots/cartesian/axes":256}],372:[function(_dereq_,module,exports){
84804
+ },{"../../plots/cartesian/axes":258}],374:[function(_dereq_,module,exports){
84697
84805
  /**
84698
84806
  * Copyright 2012-2020, Plotly, Inc.
84699
84807
  * All rights reserved.
@@ -84805,7 +84913,7 @@ function getExtraText(trace, di, labels) {
84805
84913
  return text.join('<br>');
84806
84914
  }
84807
84915
 
84808
- },{"../../components/fx":122,"../../constants/numerical":188,"../../lib":211,"../scatter/get_trace_color":347}],373:[function(_dereq_,module,exports){
84916
+ },{"../../components/fx":123,"../../constants/numerical":189,"../../lib":212,"../scatter/get_trace_color":349}],375:[function(_dereq_,module,exports){
84809
84917
  /**
84810
84918
  * Copyright 2012-2020, Plotly, Inc.
84811
84919
  * All rights reserved.
@@ -84844,7 +84952,7 @@ module.exports = {
84844
84952
  }
84845
84953
  };
84846
84954
 
84847
- },{"../../plots/mapbox":291,"../scatter/marker_colorbar":355,"../scattergeo/calc":366,"./attributes":367,"./defaults":369,"./event_data":370,"./format_labels":371,"./hover":372,"./plot":374,"./select":375}],374:[function(_dereq_,module,exports){
84955
+ },{"../../plots/mapbox":293,"../scatter/marker_colorbar":357,"../scattergeo/calc":368,"./attributes":369,"./defaults":371,"./event_data":372,"./format_labels":373,"./hover":374,"./plot":376,"./select":377}],376:[function(_dereq_,module,exports){
84848
84956
  /**
84849
84957
  * Copyright 2012-2020, Plotly, Inc.
84850
84958
  * All rights reserved.
@@ -84977,7 +85085,7 @@ module.exports = function createScatterMapbox(subplot, calcTrace) {
84977
85085
  return scatterMapbox;
84978
85086
  };
84979
85087
 
84980
- },{"../../plots/mapbox/constants":289,"./convert":368}],375:[function(_dereq_,module,exports){
85088
+ },{"../../plots/mapbox/constants":291,"./convert":370}],377:[function(_dereq_,module,exports){
84981
85089
  /**
84982
85090
  * Copyright 2012-2020, Plotly, Inc.
84983
85091
  * All rights reserved.
@@ -85032,7 +85140,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
85032
85140
  return selection;
85033
85141
  };
85034
85142
 
85035
- },{"../../constants/numerical":188,"../../lib":211,"../scatter/subtypes":362}],376:[function(_dereq_,module,exports){
85143
+ },{"../../constants/numerical":189,"../../lib":212,"../scatter/subtypes":364}],378:[function(_dereq_,module,exports){
85036
85144
  /**
85037
85145
  * Copyright 2012-2020, Plotly, Inc.
85038
85146
  * All rights reserved.
@@ -85044,7 +85152,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
85044
85152
  'use strict';
85045
85153
 
85046
85154
  // package version injected by `npm run preprocess`
85047
- exports.version = '1.58.3';
85155
+ exports.version = '1.58.4';
85048
85156
 
85049
85157
  },{}]},{},[5])(5)
85050
85158
  });