plotly.js 1.58.0 → 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 (48) hide show
  1. package/CHANGELOG.md +42 -1
  2. package/dist/README.md +25 -25
  3. package/dist/plot-schema.json +15 -15
  4. package/dist/plotly-basic.js +608 -444
  5. package/dist/plotly-basic.min.js +4 -4
  6. package/dist/plotly-cartesian.js +725 -561
  7. package/dist/plotly-cartesian.min.js +4 -4
  8. package/dist/plotly-finance.js +689 -525
  9. package/dist/plotly-finance.min.js +4 -4
  10. package/dist/plotly-geo-assets.js +2 -2
  11. package/dist/plotly-geo.js +612 -448
  12. package/dist/plotly-geo.min.js +4 -4
  13. package/dist/plotly-gl2d.js +790 -626
  14. package/dist/plotly-gl2d.min.js +10 -10
  15. package/dist/plotly-gl3d.js +514 -389
  16. package/dist/plotly-gl3d.min.js +3 -3
  17. package/dist/plotly-mapbox.js +622 -458
  18. package/dist/plotly-mapbox.min.js +4 -4
  19. package/dist/plotly-with-meta.js +988 -856
  20. package/dist/plotly.js +980 -851
  21. package/dist/plotly.min.js +3 -3
  22. package/dist/translation-keys.txt +1 -1
  23. package/package.json +1 -1
  24. package/src/components/colorscale/index.js +1 -1
  25. package/src/components/errorbars/attributes.js +1 -1
  26. package/src/components/fx/hover.js +1 -1
  27. package/src/components/sliders/draw.js +1 -1
  28. package/src/lib/index.js +2 -1
  29. package/src/lib/preserve_drawing_buffer.js +68 -0
  30. package/src/plot_api/plot_api.js +19 -15
  31. package/src/plots/cartesian/autorange.js +33 -64
  32. package/src/plots/cartesian/axes.js +44 -16
  33. package/src/plots/cartesian/axis_ids.js +16 -0
  34. package/src/plots/cartesian/constraints.js +2 -2
  35. package/src/plots/cartesian/layout_attributes.js +4 -1
  36. package/src/plots/gl3d/scene.js +16 -18
  37. package/src/plots/plots.js +61 -22
  38. package/src/plots/polar/polar.js +2 -0
  39. package/src/traces/carpet/attributes.js +2 -2
  40. package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
  41. package/src/traces/carpet/plot.js +1 -1
  42. package/src/traces/carpet/set_convert.js +2 -2
  43. package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
  44. package/src/traces/parcats/attributes.js +1 -1
  45. package/src/traces/scatter/plot.js +1 -1
  46. package/src/traces/scattercarpet/plot.js +1 -1
  47. package/src/traces/sunburst/calc.js +3 -1
  48. package/src/version.js +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * plotly.js (finance) v1.58.0
2
+ * plotly.js (finance) v1.58.4
3
3
  * Copyright 2012-2020, Plotly, Inc.
4
4
  * All rights reserved.
5
5
  * Licensed under the MIT license
@@ -72,7 +72,7 @@ for(var selector in rules) {
72
72
  Lib.addStyleRule(fullSelector, rules[selector]);
73
73
  }
74
74
 
75
- },{"../src/lib":209}],2:[function(_dereq_,module,exports){
75
+ },{"../src/lib":210}],2:[function(_dereq_,module,exports){
76
76
  /**
77
77
  * Copyright 2012-2020, Plotly, Inc.
78
78
  * All rights reserved.
@@ -85,7 +85,7 @@ for(var selector in rules) {
85
85
 
86
86
  module.exports = _dereq_('../src/traces/bar');
87
87
 
88
- },{"../src/traces/bar":314}],3:[function(_dereq_,module,exports){
88
+ },{"../src/traces/bar":316}],3:[function(_dereq_,module,exports){
89
89
  /**
90
90
  * Copyright 2012-2020, Plotly, Inc.
91
91
  * All rights reserved.
@@ -98,7 +98,7 @@ module.exports = _dereq_('../src/traces/bar');
98
98
 
99
99
  module.exports = _dereq_('../src/traces/candlestick');
100
100
 
101
- },{"../src/traces/candlestick":332}],4:[function(_dereq_,module,exports){
101
+ },{"../src/traces/candlestick":334}],4:[function(_dereq_,module,exports){
102
102
  /**
103
103
  * Copyright 2012-2020, Plotly, Inc.
104
104
  * All rights reserved.
@@ -111,7 +111,7 @@ module.exports = _dereq_('../src/traces/candlestick');
111
111
 
112
112
  module.exports = _dereq_('../src/core');
113
113
 
114
- },{"../src/core":190}],5:[function(_dereq_,module,exports){
114
+ },{"../src/core":191}],5:[function(_dereq_,module,exports){
115
115
  /**
116
116
  * Copyright 2012-2020, Plotly, Inc.
117
117
  * All rights reserved.
@@ -124,7 +124,7 @@ module.exports = _dereq_('../src/core');
124
124
 
125
125
  module.exports = _dereq_('../src/traces/funnel');
126
126
 
127
- },{"../src/traces/funnel":341}],6:[function(_dereq_,module,exports){
127
+ },{"../src/traces/funnel":343}],6:[function(_dereq_,module,exports){
128
128
  /**
129
129
  * Copyright 2012-2020, Plotly, Inc.
130
130
  * All rights reserved.
@@ -137,7 +137,7 @@ module.exports = _dereq_('../src/traces/funnel');
137
137
 
138
138
  module.exports = _dereq_('../src/traces/funnelarea');
139
139
 
140
- },{"../src/traces/funnelarea":350}],7:[function(_dereq_,module,exports){
140
+ },{"../src/traces/funnelarea":352}],7:[function(_dereq_,module,exports){
141
141
  /**
142
142
  * Copyright 2012-2020, Plotly, Inc.
143
143
  * All rights reserved.
@@ -150,7 +150,7 @@ module.exports = _dereq_('../src/traces/funnelarea');
150
150
 
151
151
  module.exports = _dereq_('../src/traces/histogram');
152
152
 
153
- },{"../src/traces/histogram":366}],8:[function(_dereq_,module,exports){
153
+ },{"../src/traces/histogram":368}],8:[function(_dereq_,module,exports){
154
154
  /**
155
155
  * Copyright 2012-2020, Plotly, Inc.
156
156
  * All rights reserved.
@@ -190,7 +190,7 @@ module.exports = Plotly;
190
190
 
191
191
  module.exports = _dereq_('../src/traces/indicator');
192
192
 
193
- },{"../src/traces/indicator":373}],10:[function(_dereq_,module,exports){
193
+ },{"../src/traces/indicator":375}],10:[function(_dereq_,module,exports){
194
194
  /**
195
195
  * Copyright 2012-2020, Plotly, Inc.
196
196
  * All rights reserved.
@@ -203,7 +203,7 @@ module.exports = _dereq_('../src/traces/indicator');
203
203
 
204
204
  module.exports = _dereq_('../src/traces/ohlc');
205
205
 
206
- },{"../src/traces/ohlc":379}],11:[function(_dereq_,module,exports){
206
+ },{"../src/traces/ohlc":381}],11:[function(_dereq_,module,exports){
207
207
  /**
208
208
  * Copyright 2012-2020, Plotly, Inc.
209
209
  * All rights reserved.
@@ -216,7 +216,7 @@ module.exports = _dereq_('../src/traces/ohlc');
216
216
 
217
217
  module.exports = _dereq_('../src/traces/pie');
218
218
 
219
- },{"../src/traces/pie":390}],12:[function(_dereq_,module,exports){
219
+ },{"../src/traces/pie":392}],12:[function(_dereq_,module,exports){
220
220
  /**
221
221
  * Copyright 2012-2020, Plotly, Inc.
222
222
  * All rights reserved.
@@ -229,7 +229,7 @@ module.exports = _dereq_('../src/traces/pie');
229
229
 
230
230
  module.exports = _dereq_('../src/traces/waterfall');
231
231
 
232
- },{"../src/traces/waterfall":432}],13:[function(_dereq_,module,exports){
232
+ },{"../src/traces/waterfall":434}],13:[function(_dereq_,module,exports){
233
233
  // Copyright Joyent, Inc. and other Node contributors.
234
234
  //
235
235
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -12524,7 +12524,7 @@ return Promise$1;
12524
12524
 
12525
12525
 
12526
12526
  }).call(this)}).call(this,_dereq_('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
12527
- },{"_process":63}],18:[function(_dereq_,module,exports){
12527
+ },{"_process":64}],18:[function(_dereq_,module,exports){
12528
12528
  /**
12529
12529
  * inspired by is-number <https://github.com/jonschlinkert/is-number>
12530
12530
  * but significantly simplified and sped up by ignoring number and string constructors
@@ -12550,7 +12550,7 @@ module.exports = function(n) {
12550
12550
  return n - n < 1;
12551
12551
  };
12552
12552
 
12553
- },{"is-string-blank":52}],19:[function(_dereq_,module,exports){
12553
+ },{"is-string-blank":53}],19:[function(_dereq_,module,exports){
12554
12554
  module.exports = adjoint;
12555
12555
 
12556
12556
  /**
@@ -13820,6 +13820,43 @@ module.exports = isBrowser && detect()
13820
13820
  },{"is-browser":51}],51:[function(_dereq_,module,exports){
13821
13821
  module.exports = true;
13822
13822
  },{}],52:[function(_dereq_,module,exports){
13823
+ 'use strict'
13824
+
13825
+ module.exports = isMobile
13826
+ module.exports.isMobile = isMobile
13827
+ module.exports.default = isMobile
13828
+
13829
+ var mobileRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i
13830
+
13831
+ var tabletRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i
13832
+
13833
+ function isMobile (opts) {
13834
+ if (!opts) opts = {}
13835
+ var ua = opts.ua
13836
+ if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
13837
+ if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
13838
+ ua = ua.headers['user-agent']
13839
+ }
13840
+ if (typeof ua !== 'string') return false
13841
+
13842
+ var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
13843
+
13844
+ if (
13845
+ !result &&
13846
+ opts.tablet &&
13847
+ opts.featureDetect &&
13848
+ navigator &&
13849
+ navigator.maxTouchPoints > 1 &&
13850
+ ua.indexOf('Macintosh') !== -1 &&
13851
+ ua.indexOf('Safari') !== -1
13852
+ ) {
13853
+ result = true
13854
+ }
13855
+
13856
+ return result
13857
+ }
13858
+
13859
+ },{}],53:[function(_dereq_,module,exports){
13823
13860
  'use strict';
13824
13861
 
13825
13862
  /**
@@ -13856,7 +13893,7 @@ module.exports = function(str){
13856
13893
  return true;
13857
13894
  }
13858
13895
 
13859
- },{}],53:[function(_dereq_,module,exports){
13896
+ },{}],54:[function(_dereq_,module,exports){
13860
13897
  var rootPosition = { left: 0, top: 0 }
13861
13898
 
13862
13899
  module.exports = mouseEventOffset
@@ -13883,7 +13920,7 @@ function getBoundingClientOffset (element) {
13883
13920
  }
13884
13921
  }
13885
13922
 
13886
- },{}],54:[function(_dereq_,module,exports){
13923
+ },{}],55:[function(_dereq_,module,exports){
13887
13924
 
13888
13925
  module.exports = parse
13889
13926
 
@@ -13942,7 +13979,7 @@ function parseValues(args) {
13942
13979
  return numbers ? numbers.map(Number) : []
13943
13980
  }
13944
13981
 
13945
- },{}],55:[function(_dereq_,module,exports){
13982
+ },{}],56:[function(_dereq_,module,exports){
13946
13983
  /*
13947
13984
  * @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
13948
13985
  * @license MIT
@@ -14070,7 +14107,7 @@ if (typeof window === 'object')
14070
14107
 
14071
14108
  module.exports = PolyBool;
14072
14109
 
14073
- },{"./lib/build-log":56,"./lib/epsilon":57,"./lib/geojson":58,"./lib/intersecter":59,"./lib/segment-chainer":61,"./lib/segment-selector":62}],56:[function(_dereq_,module,exports){
14110
+ },{"./lib/build-log":57,"./lib/epsilon":58,"./lib/geojson":59,"./lib/intersecter":60,"./lib/segment-chainer":62,"./lib/segment-selector":63}],57:[function(_dereq_,module,exports){
14074
14111
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
14075
14112
  // MIT License
14076
14113
  // Project Home: https://github.com/voidqk/polybooljs
@@ -14185,7 +14222,7 @@ function BuildLog(){
14185
14222
 
14186
14223
  module.exports = BuildLog;
14187
14224
 
14188
- },{}],57:[function(_dereq_,module,exports){
14225
+ },{}],58:[function(_dereq_,module,exports){
14189
14226
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
14190
14227
  // MIT License
14191
14228
  // Project Home: https://github.com/voidqk/polybooljs
@@ -14357,7 +14394,7 @@ function Epsilon(eps){
14357
14394
 
14358
14395
  module.exports = Epsilon;
14359
14396
 
14360
- },{}],58:[function(_dereq_,module,exports){
14397
+ },{}],59:[function(_dereq_,module,exports){
14361
14398
  // (c) Copyright 2017, Sean Connelly (@voidqk), http://syntheti.cc
14362
14399
  // MIT License
14363
14400
  // Project Home: https://github.com/voidqk/polybooljs
@@ -14547,7 +14584,7 @@ var GeoJSON = {
14547
14584
 
14548
14585
  module.exports = GeoJSON;
14549
14586
 
14550
- },{}],59:[function(_dereq_,module,exports){
14587
+ },{}],60:[function(_dereq_,module,exports){
14551
14588
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
14552
14589
  // MIT License
14553
14590
  // Project Home: https://github.com/voidqk/polybooljs
@@ -15054,7 +15091,7 @@ function Intersecter(selfIntersection, eps, buildLog){
15054
15091
 
15055
15092
  module.exports = Intersecter;
15056
15093
 
15057
- },{"./linked-list":60}],60:[function(_dereq_,module,exports){
15094
+ },{"./linked-list":61}],61:[function(_dereq_,module,exports){
15058
15095
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
15059
15096
  // MIT License
15060
15097
  // Project Home: https://github.com/voidqk/polybooljs
@@ -15137,7 +15174,7 @@ var LinkedList = {
15137
15174
 
15138
15175
  module.exports = LinkedList;
15139
15176
 
15140
- },{}],61:[function(_dereq_,module,exports){
15177
+ },{}],62:[function(_dereq_,module,exports){
15141
15178
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
15142
15179
  // MIT License
15143
15180
  // Project Home: https://github.com/voidqk/polybooljs
@@ -15391,7 +15428,7 @@ function SegmentChainer(segments, eps, buildLog){
15391
15428
 
15392
15429
  module.exports = SegmentChainer;
15393
15430
 
15394
- },{}],62:[function(_dereq_,module,exports){
15431
+ },{}],63:[function(_dereq_,module,exports){
15395
15432
  // (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc
15396
15433
  // MIT License
15397
15434
  // Project Home: https://github.com/voidqk/polybooljs
@@ -15559,7 +15596,7 @@ var SegmentSelector = {
15559
15596
 
15560
15597
  module.exports = SegmentSelector;
15561
15598
 
15562
- },{}],63:[function(_dereq_,module,exports){
15599
+ },{}],64:[function(_dereq_,module,exports){
15563
15600
  // shim for using process in browser
15564
15601
  var process = module.exports = {};
15565
15602
 
@@ -15745,7 +15782,7 @@ process.chdir = function (dir) {
15745
15782
  };
15746
15783
  process.umask = function() { return 0; };
15747
15784
 
15748
- },{}],64:[function(_dereq_,module,exports){
15785
+ },{}],65:[function(_dereq_,module,exports){
15749
15786
  // TinyColor v1.4.2
15750
15787
  // https://github.com/bgrins/TinyColor
15751
15788
  // Brian Grinstead, MIT License
@@ -16942,7 +16979,7 @@ else {
16942
16979
 
16943
16980
  })(Math);
16944
16981
 
16945
- },{}],65:[function(_dereq_,module,exports){
16982
+ },{}],66:[function(_dereq_,module,exports){
16946
16983
  /**
16947
16984
  * Copyright 2012-2020, Plotly, Inc.
16948
16985
  * All rights reserved.
@@ -17013,7 +17050,7 @@ module.exports = [
17013
17050
  }
17014
17051
  ];
17015
17052
 
17016
- },{}],66:[function(_dereq_,module,exports){
17053
+ },{}],67:[function(_dereq_,module,exports){
17017
17054
  /**
17018
17055
  * Copyright 2012-2020, Plotly, Inc.
17019
17056
  * All rights reserved.
@@ -17395,7 +17432,7 @@ module.exports = templatedArray('annotation', {
17395
17432
  }
17396
17433
  });
17397
17434
 
17398
- },{"../../constants/axis_placeable_objects":184,"../../plot_api/plot_template":243,"../../plots/cartesian/constants":260,"../../plots/font_attributes":282,"./arrow_paths":65}],67:[function(_dereq_,module,exports){
17435
+ },{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/font_attributes":284,"./arrow_paths":66}],68:[function(_dereq_,module,exports){
17399
17436
  /**
17400
17437
  * Copyright 2012-2020, Plotly, Inc.
17401
17438
  * All rights reserved.
@@ -17486,7 +17523,7 @@ function calcAxisExpansion(ann, ax) {
17486
17523
  ann._extremes[axId] = extremes;
17487
17524
  }
17488
17525
 
17489
- },{"../../lib":209,"../../plots/cartesian/axes":254,"./draw":72}],68:[function(_dereq_,module,exports){
17526
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"./draw":73}],69:[function(_dereq_,module,exports){
17490
17527
  /**
17491
17528
  * Copyright 2012-2020, Plotly, Inc.
17492
17529
  * All rights reserved.
@@ -17624,7 +17661,7 @@ function clickData2r(d, ax) {
17624
17661
  return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
17625
17662
  }
17626
17663
 
17627
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../registry":296}],69:[function(_dereq_,module,exports){
17664
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298}],70:[function(_dereq_,module,exports){
17628
17665
  /**
17629
17666
  * Copyright 2012-2020, Plotly, Inc.
17630
17667
  * All rights reserved.
@@ -17703,7 +17740,7 @@ module.exports = function handleAnnotationCommonDefaults(annIn, annOut, fullLayo
17703
17740
  coerce('captureevents', !!hoverText);
17704
17741
  };
17705
17742
 
17706
- },{"../../lib":209,"../color":81}],70:[function(_dereq_,module,exports){
17743
+ },{"../../lib":210,"../color":82}],71:[function(_dereq_,module,exports){
17707
17744
  /**
17708
17745
  * Copyright 2012-2020, Plotly, Inc.
17709
17746
  * All rights reserved.
@@ -17766,7 +17803,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
17766
17803
  }
17767
17804
  };
17768
17805
 
17769
- },{"../../lib/to_log_range":232,"fast-isnumeric":18}],71:[function(_dereq_,module,exports){
17806
+ },{"../../lib/to_log_range":234,"fast-isnumeric":18}],72:[function(_dereq_,module,exports){
17770
17807
  /**
17771
17808
  * Copyright 2012-2020, Plotly, Inc.
17772
17809
  * All rights reserved.
@@ -17874,7 +17911,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
17874
17911
  }
17875
17912
  }
17876
17913
 
17877
- },{"../../lib":209,"../../plots/array_container_defaults":249,"../../plots/cartesian/axes":254,"./attributes":66,"./common_defaults":69}],72:[function(_dereq_,module,exports){
17914
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":67,"./common_defaults":70}],73:[function(_dereq_,module,exports){
17878
17915
  /**
17879
17916
  * Copyright 2012-2020, Plotly, Inc.
17880
17917
  * All rights reserved.
@@ -18635,7 +18672,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
18635
18672
  } else annText.call(textLayout);
18636
18673
  }
18637
18674
 
18638
- },{"../../lib":209,"../../lib/setcursor":228,"../../lib/svg_text_utils":230,"../../plot_api/plot_template":243,"../../plots/cartesian/axes":254,"../../plots/plots":288,"../../registry":296,"../color":81,"../dragelement":100,"../drawing":103,"../fx":121,"./draw_arrow_head":73,"d3":16}],73:[function(_dereq_,module,exports){
18675
+ },{"../../lib":210,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../fx":122,"./draw_arrow_head":74,"d3":16}],74:[function(_dereq_,module,exports){
18639
18676
  /**
18640
18677
  * Copyright 2012-2020, Plotly, Inc.
18641
18678
  * All rights reserved.
@@ -18791,7 +18828,7 @@ module.exports = function drawArrowHead(el3, ends, options) {
18791
18828
  if(doEnd) drawhead(headStyle, end, endRot, scale);
18792
18829
  };
18793
18830
 
18794
- },{"../../lib":209,"../color":81,"./arrow_paths":65,"d3":16}],74:[function(_dereq_,module,exports){
18831
+ },{"../../lib":210,"../color":82,"./arrow_paths":66,"d3":16}],75:[function(_dereq_,module,exports){
18795
18832
  /**
18796
18833
  * Copyright 2012-2020, Plotly, Inc.
18797
18834
  * All rights reserved.
@@ -18825,7 +18862,7 @@ module.exports = {
18825
18862
  convertCoords: _dereq_('./convert_coords')
18826
18863
  };
18827
18864
 
18828
- },{"../../plots/cartesian/include_components":266,"./attributes":66,"./calc_autorange":67,"./click":68,"./convert_coords":70,"./defaults":71,"./draw":72}],75:[function(_dereq_,module,exports){
18865
+ },{"../../plots/cartesian/include_components":268,"./attributes":67,"./calc_autorange":68,"./click":69,"./convert_coords":71,"./defaults":72,"./draw":73}],76:[function(_dereq_,module,exports){
18829
18866
  /**
18830
18867
  * Copyright 2012-2020, Plotly, Inc.
18831
18868
  * All rights reserved.
@@ -18913,7 +18950,7 @@ module.exports = overrideAll(templatedArray('annotation', {
18913
18950
  // zref: 'z'
18914
18951
  }), 'calc', 'from-root');
18915
18952
 
18916
- },{"../../plot_api/edit_types":236,"../../plot_api/plot_template":243,"../annotations/attributes":66}],76:[function(_dereq_,module,exports){
18953
+ },{"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../annotations/attributes":67}],77:[function(_dereq_,module,exports){
18917
18954
  /**
18918
18955
  * Copyright 2012-2020, Plotly, Inc.
18919
18956
  * All rights reserved.
@@ -18978,7 +19015,7 @@ function mockAnnAxes(ann, scene) {
18978
19015
  };
18979
19016
  }
18980
19017
 
18981
- },{"../../lib":209,"../../plots/cartesian/axes":254}],77:[function(_dereq_,module,exports){
19018
+ },{"../../lib":210,"../../plots/cartesian/axes":256}],78:[function(_dereq_,module,exports){
18982
19019
  /**
18983
19020
  * Copyright 2012-2020, Plotly, Inc.
18984
19021
  * All rights reserved.
@@ -19054,7 +19091,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
19054
19091
  }
19055
19092
  }
19056
19093
 
19057
- },{"../../lib":209,"../../plots/array_container_defaults":249,"../../plots/cartesian/axes":254,"../annotations/common_defaults":69,"./attributes":75}],78:[function(_dereq_,module,exports){
19094
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"../annotations/common_defaults":70,"./attributes":76}],79:[function(_dereq_,module,exports){
19058
19095
  /**
19059
19096
  * Copyright 2012-2020, Plotly, Inc.
19060
19097
  * All rights reserved.
@@ -19106,7 +19143,7 @@ module.exports = function draw(scene) {
19106
19143
  }
19107
19144
  };
19108
19145
 
19109
- },{"../../plots/gl3d/project":285,"../annotations/draw":72}],79:[function(_dereq_,module,exports){
19146
+ },{"../../plots/gl3d/project":287,"../annotations/draw":73}],80:[function(_dereq_,module,exports){
19110
19147
  /**
19111
19148
  * Copyright 2012-2020, Plotly, Inc.
19112
19149
  * All rights reserved.
@@ -19154,7 +19191,7 @@ function includeGL3D(layoutIn, layoutOut) {
19154
19191
  }
19155
19192
  }
19156
19193
 
19157
- },{"../../lib":209,"../../registry":296,"./attributes":75,"./convert":76,"./defaults":77,"./draw":78}],80:[function(_dereq_,module,exports){
19194
+ },{"../../lib":210,"../../registry":298,"./attributes":76,"./convert":77,"./defaults":78,"./draw":79}],81:[function(_dereq_,module,exports){
19158
19195
  /**
19159
19196
  * Copyright 2012-2020, Plotly, Inc.
19160
19197
  * All rights reserved.
@@ -19194,7 +19231,7 @@ exports.borderLine = '#BEC8D9';
19194
19231
  // gives back exactly lightLine if the other colors are defaults.
19195
19232
  exports.lightFraction = 100 * (0xe - 0x4) / (0xf - 0x4);
19196
19233
 
19197
- },{}],81:[function(_dereq_,module,exports){
19234
+ },{}],82:[function(_dereq_,module,exports){
19198
19235
  /**
19199
19236
  * Copyright 2012-2020, Plotly, Inc.
19200
19237
  * All rights reserved.
@@ -19368,7 +19405,7 @@ function cleanOne(val) {
19368
19405
  return 'rgb(' + rgbStr + ')';
19369
19406
  }
19370
19407
 
19371
- },{"./attributes":80,"fast-isnumeric":18,"tinycolor2":64}],82:[function(_dereq_,module,exports){
19408
+ },{"./attributes":81,"fast-isnumeric":18,"tinycolor2":65}],83:[function(_dereq_,module,exports){
19372
19409
  /**
19373
19410
  * Copyright 2012-2020, Plotly, Inc.
19374
19411
  * All rights reserved.
@@ -19559,7 +19596,7 @@ module.exports = overrideAll({
19559
19596
  }
19560
19597
  }, 'colorbars', 'from-root');
19561
19598
 
19562
- },{"../../lib/extend":203,"../../plot_api/edit_types":236,"../../plots/cartesian/layout_attributes":268,"../../plots/font_attributes":282}],83:[function(_dereq_,module,exports){
19599
+ },{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plots/cartesian/layout_attributes":270,"../../plots/font_attributes":284}],84:[function(_dereq_,module,exports){
19563
19600
  /**
19564
19601
  * Copyright 2012-2020, Plotly, Inc.
19565
19602
  * All rights reserved.
@@ -19587,7 +19624,7 @@ module.exports = {
19587
19624
  }
19588
19625
  };
19589
19626
 
19590
- },{}],84:[function(_dereq_,module,exports){
19627
+ },{}],85:[function(_dereq_,module,exports){
19591
19628
  /**
19592
19629
  * Copyright 2012-2020, Plotly, Inc.
19593
19630
  * All rights reserved.
@@ -19657,7 +19694,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
19657
19694
  coerce('title.side');
19658
19695
  };
19659
19696
 
19660
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../plots/cartesian/tick_label_defaults":275,"../../plots/cartesian/tick_mark_defaults":276,"../../plots/cartesian/tick_value_defaults":277,"./attributes":82}],85:[function(_dereq_,module,exports){
19697
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/cartesian/tick_label_defaults":277,"../../plots/cartesian/tick_mark_defaults":278,"../../plots/cartesian/tick_value_defaults":279,"./attributes":83}],86:[function(_dereq_,module,exports){
19661
19698
  /**
19662
19699
  * Copyright 2012-2020, Plotly, Inc.
19663
19700
  * All rights reserved.
@@ -20391,7 +20428,7 @@ module.exports = {
20391
20428
  draw: draw
20392
20429
  };
20393
20430
 
20394
- },{"../../constants/alignment":183,"../../lib":209,"../../lib/extend":203,"../../lib/setcursor":228,"../../lib/svg_text_utils":230,"../../plots/cartesian/axes":254,"../../plots/cartesian/axis_defaults":256,"../../plots/cartesian/layout_attributes":268,"../../plots/cartesian/position_defaults":271,"../../plots/plots":288,"../../registry":296,"../color":81,"../colorscale/helpers":92,"../dragelement":100,"../drawing":103,"../titles":176,"./constants":83,"d3":16,"tinycolor2":64}],86:[function(_dereq_,module,exports){
20431
+ },{"../../constants/alignment":184,"../../lib":210,"../../lib/extend":204,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_defaults":258,"../../plots/cartesian/layout_attributes":270,"../../plots/cartesian/position_defaults":273,"../../plots/plots":290,"../../registry":298,"../color":82,"../colorscale/helpers":93,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":84,"d3":16,"tinycolor2":65}],87:[function(_dereq_,module,exports){
20395
20432
  /**
20396
20433
  * Copyright 2012-2020, Plotly, Inc.
20397
20434
  * All rights reserved.
@@ -20410,7 +20447,7 @@ module.exports = function hasColorbar(container) {
20410
20447
  return Lib.isPlainObject(container.colorbar);
20411
20448
  };
20412
20449
 
20413
- },{"../../lib":209}],87:[function(_dereq_,module,exports){
20450
+ },{"../../lib":210}],88:[function(_dereq_,module,exports){
20414
20451
  /**
20415
20452
  * Copyright 2012-2020, Plotly, Inc.
20416
20453
  * All rights reserved.
@@ -20432,7 +20469,7 @@ module.exports = {
20432
20469
  hasColorbar: _dereq_('./has_colorbar')
20433
20470
  };
20434
20471
 
20435
- },{"./attributes":82,"./defaults":84,"./draw":85,"./has_colorbar":86}],88:[function(_dereq_,module,exports){
20472
+ },{"./attributes":83,"./defaults":85,"./draw":86,"./has_colorbar":87}],89:[function(_dereq_,module,exports){
20436
20473
  /**
20437
20474
  * Copyright 2012-2020, Plotly, Inc.
20438
20475
  * All rights reserved.
@@ -20640,7 +20677,7 @@ module.exports = function colorScaleAttrs(context, opts) {
20640
20677
  return attrs;
20641
20678
  };
20642
20679
 
20643
- },{"../../lib/regex":224,"../colorbar/attributes":82,"./scales.js":96}],89:[function(_dereq_,module,exports){
20680
+ },{"../../lib/regex":226,"../colorbar/attributes":83,"./scales.js":97}],90:[function(_dereq_,module,exports){
20644
20681
  /**
20645
20682
  * Copyright 2012-2020, Plotly, Inc.
20646
20683
  * All rights reserved.
@@ -20719,7 +20756,7 @@ module.exports = function calc(gd, trace, opts) {
20719
20756
  }
20720
20757
  };
20721
20758
 
20722
- },{"../../lib":209,"./helpers":92,"fast-isnumeric":18}],90:[function(_dereq_,module,exports){
20759
+ },{"../../lib":210,"./helpers":93,"fast-isnumeric":18}],91:[function(_dereq_,module,exports){
20723
20760
  /**
20724
20761
  * Copyright 2012-2020, Plotly, Inc.
20725
20762
  * All rights reserved.
@@ -20796,7 +20833,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
20796
20833
  }
20797
20834
  };
20798
20835
 
20799
- },{"../../lib":209,"./helpers":92}],91:[function(_dereq_,module,exports){
20836
+ },{"../../lib":210,"./helpers":93}],92:[function(_dereq_,module,exports){
20800
20837
  /**
20801
20838
  * Copyright 2012-2020, Plotly, Inc.
20802
20839
  * All rights reserved.
@@ -20921,7 +20958,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
20921
20958
  }
20922
20959
  };
20923
20960
 
20924
- },{"../../lib":209,"../../registry":296,"../colorbar/defaults":84,"../colorbar/has_colorbar":86,"./scales":96,"fast-isnumeric":18}],92:[function(_dereq_,module,exports){
20961
+ },{"../../lib":210,"../../registry":298,"../colorbar/defaults":85,"../colorbar/has_colorbar":87,"./scales":97,"fast-isnumeric":18}],93:[function(_dereq_,module,exports){
20925
20962
  /**
20926
20963
  * Copyright 2012-2020, Plotly, Inc.
20927
20964
  * All rights reserved.
@@ -21161,7 +21198,7 @@ module.exports = {
21161
21198
  makeColorScaleFuncFromTrace: makeColorScaleFuncFromTrace
21162
21199
  };
21163
21200
 
21164
- },{"../../lib":209,"../color":81,"./scales":96,"d3":16,"fast-isnumeric":18,"tinycolor2":64}],93:[function(_dereq_,module,exports){
21201
+ },{"../../lib":210,"../color":82,"./scales":97,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],94:[function(_dereq_,module,exports){
21165
21202
  /**
21166
21203
  * Copyright 2012-2020, Plotly, Inc.
21167
21204
  * All rights reserved.
@@ -21189,7 +21226,7 @@ module.exports = {
21189
21226
  calc: _dereq_('./calc'),
21190
21227
 
21191
21228
  // ./scales.js is required in lib/coerce.js ;
21192
- // it needs to be a seperate module to avoid circular a dependency
21229
+ // it needs to be a separate module to avoid circular a dependency
21193
21230
  scales: scales.scales,
21194
21231
  defaultScale: scales.defaultScale,
21195
21232
  getScale: scales.get,
@@ -21203,7 +21240,7 @@ module.exports = {
21203
21240
  makeColorScaleFuncFromTrace: helpers.makeColorScaleFuncFromTrace
21204
21241
  };
21205
21242
 
21206
- },{"./attributes":88,"./calc":89,"./cross_trace_defaults":90,"./defaults":91,"./helpers":92,"./layout_attributes":94,"./layout_defaults":95,"./scales":96}],94:[function(_dereq_,module,exports){
21243
+ },{"./attributes":89,"./calc":90,"./cross_trace_defaults":91,"./defaults":92,"./helpers":93,"./layout_attributes":95,"./layout_defaults":96,"./scales":97}],95:[function(_dereq_,module,exports){
21207
21244
  /**
21208
21245
  * Copyright 2012-2020, Plotly, Inc.
21209
21246
  * All rights reserved.
@@ -21264,7 +21301,7 @@ module.exports = {
21264
21301
  }))
21265
21302
  };
21266
21303
 
21267
- },{"../../lib/extend":203,"./attributes":88,"./scales":96}],95:[function(_dereq_,module,exports){
21304
+ },{"../../lib/extend":204,"./attributes":89,"./scales":97}],96:[function(_dereq_,module,exports){
21268
21305
  /**
21269
21306
  * Copyright 2012-2020, Plotly, Inc.
21270
21307
  * All rights reserved.
@@ -21315,7 +21352,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
21315
21352
  }
21316
21353
  };
21317
21354
 
21318
- },{"../../lib":209,"../../plot_api/plot_template":243,"./defaults":91,"./layout_attributes":94}],96:[function(_dereq_,module,exports){
21355
+ },{"../../lib":210,"../../plot_api/plot_template":245,"./defaults":92,"./layout_attributes":95}],97:[function(_dereq_,module,exports){
21319
21356
  /**
21320
21357
  * Copyright 2012-2020, Plotly, Inc.
21321
21358
  * All rights reserved.
@@ -21519,7 +21556,7 @@ module.exports = {
21519
21556
  isValid: isValidScale
21520
21557
  };
21521
21558
 
21522
- },{"tinycolor2":64}],97:[function(_dereq_,module,exports){
21559
+ },{"tinycolor2":65}],98:[function(_dereq_,module,exports){
21523
21560
  /**
21524
21561
  * Copyright 2012-2020, Plotly, Inc.
21525
21562
  * All rights reserved.
@@ -21552,7 +21589,7 @@ module.exports = function align(v, dv, v0, v1, anchor) {
21552
21589
  return vc;
21553
21590
  };
21554
21591
 
21555
- },{}],98:[function(_dereq_,module,exports){
21592
+ },{}],99:[function(_dereq_,module,exports){
21556
21593
  /**
21557
21594
  * Copyright 2012-2020, Plotly, Inc.
21558
21595
  * All rights reserved.
@@ -21590,7 +21627,7 @@ module.exports = function getCursor(x, y, xanchor, yanchor) {
21590
21627
  return cursorset[y][x];
21591
21628
  };
21592
21629
 
21593
- },{"../../lib":209}],99:[function(_dereq_,module,exports){
21630
+ },{"../../lib":210}],100:[function(_dereq_,module,exports){
21594
21631
  /**
21595
21632
  * Copyright 2012-2020, Plotly, Inc.
21596
21633
  * All rights reserved.
@@ -21649,7 +21686,7 @@ exports.selectingOrDrawing = function(dragmode) {
21649
21686
  );
21650
21687
  };
21651
21688
 
21652
- },{}],100:[function(_dereq_,module,exports){
21689
+ },{}],101:[function(_dereq_,module,exports){
21653
21690
  /**
21654
21691
  * Copyright 2012-2020, Plotly, Inc.
21655
21692
  * All rights reserved.
@@ -21941,7 +21978,7 @@ function pointerOffset(e) {
21941
21978
  );
21942
21979
  }
21943
21980
 
21944
- },{"../../lib":209,"../../plots/cartesian/constants":260,"./align":97,"./cursor":98,"./unhover":101,"has-hover":49,"has-passive-events":50,"mouse-event-offset":53}],101:[function(_dereq_,module,exports){
21981
+ },{"../../lib":210,"../../plots/cartesian/constants":262,"./align":98,"./cursor":99,"./unhover":102,"has-hover":49,"has-passive-events":50,"mouse-event-offset":54}],102:[function(_dereq_,module,exports){
21945
21982
  /**
21946
21983
  * Copyright 2012-2020, Plotly, Inc.
21947
21984
  * All rights reserved.
@@ -21996,7 +22033,7 @@ unhover.raw = function raw(gd, evt) {
21996
22033
  }
21997
22034
  };
21998
22035
 
21999
- },{"../../lib/dom":201,"../../lib/events":202,"../../lib/throttle":231,"../fx/constants":115}],102:[function(_dereq_,module,exports){
22036
+ },{"../../lib/dom":202,"../../lib/events":203,"../../lib/throttle":233,"../fx/constants":116}],103:[function(_dereq_,module,exports){
22000
22037
  /**
22001
22038
  * Copyright 2012-2020, Plotly, Inc.
22002
22039
  * All rights reserved.
@@ -22021,7 +22058,7 @@ exports.dash = {
22021
22058
 
22022
22059
  };
22023
22060
 
22024
- },{}],103:[function(_dereq_,module,exports){
22061
+ },{}],104:[function(_dereq_,module,exports){
22025
22062
  /**
22026
22063
  * Copyright 2012-2020, Plotly, Inc.
22027
22064
  * All rights reserved.
@@ -23218,7 +23255,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
23218
23255
  });
23219
23256
  };
23220
23257
 
23221
- },{"../../components/fx/helpers":117,"../../constants/alignment":183,"../../constants/interactions":187,"../../constants/xmlns_namespaces":189,"../../lib":209,"../../lib/svg_text_utils":230,"../../registry":296,"../../traces/scatter/make_bubble_size_func":414,"../../traces/scatter/subtypes":422,"../color":81,"../colorscale":93,"./symbol_defs":104,"d3":16,"fast-isnumeric":18,"tinycolor2":64}],104:[function(_dereq_,module,exports){
23258
+ },{"../../components/fx/helpers":118,"../../constants/alignment":184,"../../constants/interactions":188,"../../constants/xmlns_namespaces":190,"../../lib":210,"../../lib/svg_text_utils":232,"../../registry":298,"../../traces/scatter/make_bubble_size_func":416,"../../traces/scatter/subtypes":424,"../color":82,"../colorscale":94,"./symbol_defs":105,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],105:[function(_dereq_,module,exports){
23222
23259
  /**
23223
23260
  * Copyright 2012-2020, Plotly, Inc.
23224
23261
  * All rights reserved.
@@ -23782,7 +23819,7 @@ module.exports = {
23782
23819
  }
23783
23820
  };
23784
23821
 
23785
- },{"d3":16}],105:[function(_dereq_,module,exports){
23822
+ },{"d3":16}],106:[function(_dereq_,module,exports){
23786
23823
  /**
23787
23824
  * Copyright 2012-2020, Plotly, Inc.
23788
23825
  * All rights reserved.
@@ -23897,7 +23934,7 @@ module.exports = {
23897
23934
  }
23898
23935
  };
23899
23936
 
23900
- },{}],106:[function(_dereq_,module,exports){
23937
+ },{}],107:[function(_dereq_,module,exports){
23901
23938
  /**
23902
23939
  * Copyright 2012-2020, Plotly, Inc.
23903
23940
  * All rights reserved.
@@ -23983,7 +24020,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
23983
24020
  baseExtremes.max = baseExtremes.max.concat(extremes.max);
23984
24021
  }
23985
24022
 
23986
- },{"../../lib":209,"../../plots/cartesian/axes":254,"../../registry":296,"./compute_error":107,"fast-isnumeric":18}],107:[function(_dereq_,module,exports){
24023
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./compute_error":108,"fast-isnumeric":18}],108:[function(_dereq_,module,exports){
23987
24024
  /**
23988
24025
  * Copyright 2012-2020, Plotly, Inc.
23989
24026
  * All rights reserved.
@@ -24084,7 +24121,7 @@ function makeComputeErrorValue(type, value) {
24084
24121
  }
24085
24122
  }
24086
24123
 
24087
- },{}],108:[function(_dereq_,module,exports){
24124
+ },{}],109:[function(_dereq_,module,exports){
24088
24125
  /**
24089
24126
  * Copyright 2012-2020, Plotly, Inc.
24090
24127
  * All rights reserved.
@@ -24159,7 +24196,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
24159
24196
  }
24160
24197
  };
24161
24198
 
24162
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../registry":296,"./attributes":105,"fast-isnumeric":18}],109:[function(_dereq_,module,exports){
24199
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298,"./attributes":106,"fast-isnumeric":18}],110:[function(_dereq_,module,exports){
24163
24200
  /**
24164
24201
  * Copyright 2012-2020, Plotly, Inc.
24165
24202
  * All rights reserved.
@@ -24228,7 +24265,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
24228
24265
  }
24229
24266
  }
24230
24267
 
24231
- },{"../../lib":209,"../../plot_api/edit_types":236,"./attributes":105,"./calc":106,"./compute_error":107,"./defaults":108,"./plot":110,"./style":111}],110:[function(_dereq_,module,exports){
24268
+ },{"../../lib":210,"../../plot_api/edit_types":238,"./attributes":106,"./calc":107,"./compute_error":108,"./defaults":109,"./plot":111,"./style":112}],111:[function(_dereq_,module,exports){
24232
24269
  /**
24233
24270
  * Copyright 2012-2020, Plotly, Inc.
24234
24271
  * All rights reserved.
@@ -24400,7 +24437,7 @@ function errorCoords(d, xa, ya) {
24400
24437
  return out;
24401
24438
  }
24402
24439
 
24403
- },{"../../traces/scatter/subtypes":422,"../drawing":103,"d3":16,"fast-isnumeric":18}],111:[function(_dereq_,module,exports){
24440
+ },{"../../traces/scatter/subtypes":424,"../drawing":104,"d3":16,"fast-isnumeric":18}],112:[function(_dereq_,module,exports){
24404
24441
  /**
24405
24442
  * Copyright 2012-2020, Plotly, Inc.
24406
24443
  * All rights reserved.
@@ -24437,7 +24474,7 @@ module.exports = function style(traces) {
24437
24474
  });
24438
24475
  };
24439
24476
 
24440
- },{"../color":81,"d3":16}],112:[function(_dereq_,module,exports){
24477
+ },{"../color":82,"d3":16}],113:[function(_dereq_,module,exports){
24441
24478
  /**
24442
24479
  * Copyright 2012-2020, Plotly, Inc.
24443
24480
  * All rights reserved.
@@ -24473,7 +24510,7 @@ module.exports = {
24473
24510
  }
24474
24511
  };
24475
24512
 
24476
- },{"../../lib/extend":203,"../../plots/font_attributes":282,"./layout_attributes":122}],113:[function(_dereq_,module,exports){
24513
+ },{"../../lib/extend":204,"../../plots/font_attributes":284,"./layout_attributes":123}],114:[function(_dereq_,module,exports){
24477
24514
  /**
24478
24515
  * Copyright 2012-2020, Plotly, Inc.
24479
24516
  * All rights reserved.
@@ -24532,7 +24569,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
24532
24569
  }
24533
24570
  }
24534
24571
 
24535
- },{"../../lib":209,"../../registry":296}],114:[function(_dereq_,module,exports){
24572
+ },{"../../lib":210,"../../registry":298}],115:[function(_dereq_,module,exports){
24536
24573
  /**
24537
24574
  * Copyright 2012-2020, Plotly, Inc.
24538
24575
  * All rights reserved.
@@ -24569,7 +24606,7 @@ module.exports = function click(gd, evt, subplot) {
24569
24606
  }
24570
24607
  };
24571
24608
 
24572
- },{"../../registry":296,"./hover":118}],115:[function(_dereq_,module,exports){
24609
+ },{"../../registry":298,"./hover":119}],116:[function(_dereq_,module,exports){
24573
24610
  /**
24574
24611
  * Copyright 2012-2020, Plotly, Inc.
24575
24612
  * All rights reserved.
@@ -24601,7 +24638,7 @@ module.exports = {
24601
24638
  HOVERID: '-hover'
24602
24639
  };
24603
24640
 
24604
- },{}],116:[function(_dereq_,module,exports){
24641
+ },{}],117:[function(_dereq_,module,exports){
24605
24642
  /**
24606
24643
  * Copyright 2012-2020, Plotly, Inc.
24607
24644
  * All rights reserved.
@@ -24627,7 +24664,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
24627
24664
  handleHoverLabelDefaults(traceIn, traceOut, coerce, opts);
24628
24665
  };
24629
24666
 
24630
- },{"../../lib":209,"./attributes":112,"./hoverlabel_defaults":119}],117:[function(_dereq_,module,exports){
24667
+ },{"../../lib":210,"./attributes":113,"./hoverlabel_defaults":120}],118:[function(_dereq_,module,exports){
24631
24668
  /**
24632
24669
  * Copyright 2012-2020, Plotly, Inc.
24633
24670
  * All rights reserved.
@@ -24889,7 +24926,7 @@ exports.isXYhover = function(hovermode) {
24889
24926
  return !!xyHoverMode[hovermode];
24890
24927
  };
24891
24928
 
24892
- },{"../../lib":209}],118:[function(_dereq_,module,exports){
24929
+ },{"../../lib":210}],119:[function(_dereq_,module,exports){
24893
24930
  /**
24894
24931
  * Copyright 2012-2020, Plotly, Inc.
24895
24932
  * All rights reserved.
@@ -26198,7 +26235,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
26198
26235
 
26199
26236
  // Make groups of touching points, and within each group
26200
26237
  // move each point so that no labels overlap, but the average
26201
- // label position is the same as it was before moving. Indicentally,
26238
+ // label position is the same as it was before moving. Incidentally,
26202
26239
  // this is equivalent to saying all the labels are on equal linear
26203
26240
  // springs about their initial position. Initially, each point is
26204
26241
  // its own group, but as we find overlaps we will clump the points.
@@ -26761,7 +26798,7 @@ function plainText(s, len) {
26761
26798
  });
26762
26799
  }
26763
26800
 
26764
- },{"../../lib":209,"../../lib/events":202,"../../lib/override_cursor":220,"../../lib/svg_text_utils":230,"../../plots/cartesian/axes":254,"../../registry":296,"../color":81,"../dragelement":100,"../drawing":103,"../legend/defaults":133,"../legend/draw":134,"./constants":115,"./helpers":117,"d3":16,"fast-isnumeric":18,"tinycolor2":64}],119:[function(_dereq_,module,exports){
26801
+ },{"../../lib":210,"../../lib/events":203,"../../lib/override_cursor":221,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../legend/defaults":134,"../legend/draw":135,"./constants":116,"./helpers":118,"d3":16,"fast-isnumeric":18,"tinycolor2":65}],120:[function(_dereq_,module,exports){
26765
26802
  /**
26766
26803
  * Copyright 2012-2020, Plotly, Inc.
26767
26804
  * All rights reserved.
@@ -26807,7 +26844,7 @@ module.exports = function handleHoverLabelDefaults(contIn, contOut, coerce, opts
26807
26844
  coerce('hoverlabel.align', opts.align);
26808
26845
  };
26809
26846
 
26810
- },{"../../lib":209,"../color":81,"./helpers":117}],120:[function(_dereq_,module,exports){
26847
+ },{"../../lib":210,"../color":82,"./helpers":118}],121:[function(_dereq_,module,exports){
26811
26848
  /**
26812
26849
  * Copyright 2012-2020, Plotly, Inc.
26813
26850
  * All rights reserved.
@@ -26863,7 +26900,7 @@ function isHoriz(fullData, fullLayout) {
26863
26900
  return true;
26864
26901
  }
26865
26902
 
26866
- },{"../../lib":209,"./layout_attributes":122}],121:[function(_dereq_,module,exports){
26903
+ },{"../../lib":210,"./layout_attributes":123}],122:[function(_dereq_,module,exports){
26867
26904
  /**
26868
26905
  * Copyright 2012-2020, Plotly, Inc.
26869
26906
  * All rights reserved.
@@ -26942,7 +26979,7 @@ function castHoverinfo(trace, fullLayout, ptNumber) {
26942
26979
  return Lib.castOption(trace, ptNumber, 'hoverinfo', _coerce);
26943
26980
  }
26944
26981
 
26945
- },{"../../lib":209,"../dragelement":100,"./attributes":112,"./calc":113,"./click":114,"./constants":115,"./defaults":116,"./helpers":117,"./hover":118,"./layout_attributes":122,"./layout_defaults":123,"./layout_global_defaults":124,"d3":16}],122:[function(_dereq_,module,exports){
26982
+ },{"../../lib":210,"../dragelement":101,"./attributes":113,"./calc":114,"./click":115,"./constants":116,"./defaults":117,"./helpers":118,"./hover":119,"./layout_attributes":123,"./layout_defaults":124,"./layout_global_defaults":125,"d3":16}],123:[function(_dereq_,module,exports){
26946
26983
  /**
26947
26984
  * Copyright 2012-2020, Plotly, Inc.
26948
26985
  * All rights reserved.
@@ -27058,7 +27095,7 @@ module.exports = {
27058
27095
  }
27059
27096
  };
27060
27097
 
27061
- },{"../../plots/font_attributes":282,"./constants":115}],123:[function(_dereq_,module,exports){
27098
+ },{"../../plots/font_attributes":284,"./constants":116}],124:[function(_dereq_,module,exports){
27062
27099
  /**
27063
27100
  * Copyright 2012-2020, Plotly, Inc.
27064
27101
  * All rights reserved.
@@ -27106,7 +27143,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
27106
27143
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
27107
27144
  };
27108
27145
 
27109
- },{"../../lib":209,"./helpers":117,"./hoverlabel_defaults":119,"./hovermode_defaults":120,"./layout_attributes":122}],124:[function(_dereq_,module,exports){
27146
+ },{"../../lib":210,"./helpers":118,"./hoverlabel_defaults":120,"./hovermode_defaults":121,"./layout_attributes":123}],125:[function(_dereq_,module,exports){
27110
27147
  /**
27111
27148
  * Copyright 2012-2020, Plotly, Inc.
27112
27149
  * All rights reserved.
@@ -27129,7 +27166,7 @@ module.exports = function supplyLayoutGlobalDefaults(layoutIn, layoutOut) {
27129
27166
  handleHoverLabelDefaults(layoutIn, layoutOut, coerce);
27130
27167
  };
27131
27168
 
27132
- },{"../../lib":209,"./hoverlabel_defaults":119,"./layout_attributes":122}],125:[function(_dereq_,module,exports){
27169
+ },{"../../lib":210,"./hoverlabel_defaults":120,"./layout_attributes":123}],126:[function(_dereq_,module,exports){
27133
27170
  /**
27134
27171
  * Copyright 2012-2020, Plotly, Inc.
27135
27172
  * All rights reserved.
@@ -27503,7 +27540,7 @@ module.exports = {
27503
27540
  contentDefaults: contentDefaults
27504
27541
  };
27505
27542
 
27506
- },{"../../lib":209,"../../lib/regex":224,"../../plot_api/plot_template":243,"../../plots/cartesian/constants":260,"../../plots/domain":281}],126:[function(_dereq_,module,exports){
27543
+ },{"../../lib":210,"../../lib/regex":226,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262,"../../plots/domain":283}],127:[function(_dereq_,module,exports){
27507
27544
  /**
27508
27545
  * Copyright 2012-2020, Plotly, Inc.
27509
27546
  * All rights reserved.
@@ -27639,7 +27676,7 @@ module.exports = templatedArray('image', {
27639
27676
  editType: 'arraydraw'
27640
27677
  });
27641
27678
 
27642
- },{"../../constants/axis_placeable_objects":184,"../../plot_api/plot_template":243,"../../plots/cartesian/constants":260}],127:[function(_dereq_,module,exports){
27679
+ },{"../../constants/axis_placeable_objects":185,"../../plot_api/plot_template":245,"../../plots/cartesian/constants":262}],128:[function(_dereq_,module,exports){
27643
27680
  /**
27644
27681
  * Copyright 2012-2020, Plotly, Inc.
27645
27682
  * All rights reserved.
@@ -27720,7 +27757,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
27720
27757
  }
27721
27758
  };
27722
27759
 
27723
- },{"../../lib/to_log_range":232,"fast-isnumeric":18}],128:[function(_dereq_,module,exports){
27760
+ },{"../../lib/to_log_range":234,"fast-isnumeric":18}],129:[function(_dereq_,module,exports){
27724
27761
  /**
27725
27762
  * Copyright 2012-2020, Plotly, Inc.
27726
27763
  * All rights reserved.
@@ -27785,7 +27822,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
27785
27822
  return imageOut;
27786
27823
  }
27787
27824
 
27788
- },{"../../lib":209,"../../plots/array_container_defaults":249,"../../plots/cartesian/axes":254,"./attributes":126}],129:[function(_dereq_,module,exports){
27825
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":127}],130:[function(_dereq_,module,exports){
27789
27826
  /**
27790
27827
  * Copyright 2012-2020, Plotly, Inc.
27791
27828
  * All rights reserved.
@@ -28043,7 +28080,7 @@ module.exports = function draw(gd) {
28043
28080
  }
28044
28081
  };
28045
28082
 
28046
- },{"../../constants/xmlns_namespaces":189,"../../plots/cartesian/axes":254,"../../plots/cartesian/axis_ids":257,"../drawing":103,"d3":16}],130:[function(_dereq_,module,exports){
28083
+ },{"../../constants/xmlns_namespaces":190,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_ids":259,"../drawing":104,"d3":16}],131:[function(_dereq_,module,exports){
28047
28084
  /**
28048
28085
  * Copyright 2012-2020, Plotly, Inc.
28049
28086
  * All rights reserved.
@@ -28067,7 +28104,7 @@ module.exports = {
28067
28104
  convertCoords: _dereq_('./convert_coords')
28068
28105
  };
28069
28106
 
28070
- },{"../../plots/cartesian/include_components":266,"./attributes":126,"./convert_coords":127,"./defaults":128,"./draw":129}],131:[function(_dereq_,module,exports){
28107
+ },{"../../plots/cartesian/include_components":268,"./attributes":127,"./convert_coords":128,"./defaults":129,"./draw":130}],132:[function(_dereq_,module,exports){
28071
28108
  /**
28072
28109
  * Copyright 2012-2020, Plotly, Inc.
28073
28110
  * All rights reserved.
@@ -28236,7 +28273,7 @@ module.exports = {
28236
28273
  editType: 'legend'
28237
28274
  };
28238
28275
 
28239
- },{"../../plots/font_attributes":282,"../color/attributes":80}],132:[function(_dereq_,module,exports){
28276
+ },{"../../plots/font_attributes":284,"../color/attributes":81}],133:[function(_dereq_,module,exports){
28240
28277
  /**
28241
28278
  * Copyright 2012-2020, Plotly, Inc.
28242
28279
  * All rights reserved.
@@ -28260,7 +28297,7 @@ module.exports = {
28260
28297
  itemGap: 5
28261
28298
  };
28262
28299
 
28263
- },{}],133:[function(_dereq_,module,exports){
28300
+ },{}],134:[function(_dereq_,module,exports){
28264
28301
  /**
28265
28302
  * Copyright 2012-2020, Plotly, Inc.
28266
28303
  * All rights reserved.
@@ -28395,7 +28432,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
28395
28432
  }
28396
28433
  };
28397
28434
 
28398
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../plots/layout_attributes":286,"../../registry":296,"./attributes":131,"./helpers":137}],134:[function(_dereq_,module,exports){
28435
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/layout_attributes":288,"../../registry":298,"./attributes":132,"./helpers":138}],135:[function(_dereq_,module,exports){
28399
28436
  /**
28400
28437
  * Copyright 2012-2020, Plotly, Inc.
28401
28438
  * All rights reserved.
@@ -29192,7 +29229,7 @@ function getYanchor(opts) {
29192
29229
  'top';
29193
29230
  }
29194
29231
 
29195
- },{"../../constants/alignment":183,"../../lib":209,"../../lib/events":202,"../../lib/svg_text_utils":230,"../../plots/plots":288,"../../registry":296,"../color":81,"../dragelement":100,"../drawing":103,"./constants":132,"./get_legend_data":135,"./handle_click":136,"./helpers":137,"./style":139,"d3":16}],135:[function(_dereq_,module,exports){
29232
+ },{"../../constants/alignment":184,"../../lib":210,"../../lib/events":203,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"./constants":133,"./get_legend_data":136,"./handle_click":137,"./helpers":138,"./style":140,"d3":16}],136:[function(_dereq_,module,exports){
29196
29233
  /**
29197
29234
  * Copyright 2012-2020, Plotly, Inc.
29198
29235
  * All rights reserved.
@@ -29301,7 +29338,7 @@ module.exports = function getLegendData(calcdata, opts) {
29301
29338
  return legendData;
29302
29339
  };
29303
29340
 
29304
- },{"../../registry":296,"./helpers":137}],136:[function(_dereq_,module,exports){
29341
+ },{"../../registry":298,"./helpers":138}],137:[function(_dereq_,module,exports){
29305
29342
  /**
29306
29343
  * Copyright 2012-2020, Plotly, Inc.
29307
29344
  * All rights reserved.
@@ -29540,7 +29577,7 @@ module.exports = function handleClick(g, gd, numClicks) {
29540
29577
  }
29541
29578
  };
29542
29579
 
29543
- },{"../../lib":209,"../../registry":296}],137:[function(_dereq_,module,exports){
29580
+ },{"../../lib":210,"../../registry":298}],138:[function(_dereq_,module,exports){
29544
29581
  /**
29545
29582
  * Copyright 2012-2020, Plotly, Inc.
29546
29583
  * All rights reserved.
@@ -29564,7 +29601,7 @@ exports.isReversed = function isReversed(legendLayout) {
29564
29601
  return (legendLayout.traceorder || '').indexOf('reversed') !== -1;
29565
29602
  };
29566
29603
 
29567
- },{}],138:[function(_dereq_,module,exports){
29604
+ },{}],139:[function(_dereq_,module,exports){
29568
29605
  /**
29569
29606
  * Copyright 2012-2020, Plotly, Inc.
29570
29607
  * All rights reserved.
@@ -29588,7 +29625,7 @@ module.exports = {
29588
29625
  style: _dereq_('./style')
29589
29626
  };
29590
29627
 
29591
- },{"./attributes":131,"./defaults":133,"./draw":134,"./style":139}],139:[function(_dereq_,module,exports){
29628
+ },{"./attributes":132,"./defaults":134,"./draw":135,"./style":140}],140:[function(_dereq_,module,exports){
29592
29629
  /**
29593
29630
  * Copyright 2012-2020, Plotly, Inc.
29594
29631
  * All rights reserved.
@@ -30221,7 +30258,7 @@ function getGradientDirection(reversescale, isRadial) {
30221
30258
  return str + (reversescale ? '' : 'reversed');
30222
30259
  }
30223
30260
 
30224
- },{"../../lib":209,"../../registry":296,"../../traces/pie/helpers":389,"../../traces/pie/style_one":395,"../../traces/scatter/subtypes":422,"../color":81,"../colorscale/helpers":92,"../drawing":103,"./constants":132,"d3":16}],140:[function(_dereq_,module,exports){
30261
+ },{"../../lib":210,"../../registry":298,"../../traces/pie/helpers":391,"../../traces/pie/style_one":397,"../../traces/scatter/subtypes":424,"../color":82,"../colorscale/helpers":93,"../drawing":104,"./constants":133,"d3":16}],141:[function(_dereq_,module,exports){
30225
30262
  /**
30226
30263
  * Copyright 2012-2020, Plotly, Inc.
30227
30264
  * All rights reserved.
@@ -30957,7 +30994,7 @@ function resetView(gd, subplotType) {
30957
30994
  Registry.call('_guiRelayout', gd, aObj);
30958
30995
  }
30959
30996
 
30960
- },{"../../fonts/ploticon":192,"../../lib":209,"../../plots/cartesian/axis_ids":257,"../../plots/plots":288,"../../registry":296,"../shapes/draw":162}],141:[function(_dereq_,module,exports){
30997
+ },{"../../fonts/ploticon":193,"../../lib":210,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../shapes/draw":163}],142:[function(_dereq_,module,exports){
30961
30998
  /**
30962
30999
  * Copyright 2012-2020, Plotly, Inc.
30963
31000
  * All rights reserved.
@@ -30971,7 +31008,7 @@ function resetView(gd, subplotType) {
30971
31008
 
30972
31009
  exports.manage = _dereq_('./manage');
30973
31010
 
30974
- },{"./manage":142}],142:[function(_dereq_,module,exports){
31011
+ },{"./manage":143}],143:[function(_dereq_,module,exports){
30975
31012
  /**
30976
31013
  * Copyright 2012-2020, Plotly, Inc.
30977
31014
  * All rights reserved.
@@ -31267,7 +31304,7 @@ function fillCustomButton(customButtons) {
31267
31304
  return customButtons;
31268
31305
  }
31269
31306
 
31270
- },{"../../plots/cartesian/axis_ids":257,"../../registry":296,"../../traces/scatter/subtypes":422,"../fx/helpers":117,"./buttons":140,"./modebar":143}],143:[function(_dereq_,module,exports){
31307
+ },{"../../plots/cartesian/axis_ids":259,"../../registry":298,"../../traces/scatter/subtypes":424,"../fx/helpers":118,"./buttons":141,"./modebar":144}],144:[function(_dereq_,module,exports){
31271
31308
  /**
31272
31309
  * Copyright 2012-2020, Plotly, Inc.
31273
31310
  * All rights reserved.
@@ -31613,7 +31650,7 @@ function createModeBar(gd, buttons) {
31613
31650
 
31614
31651
  module.exports = createModeBar;
31615
31652
 
31616
- },{"../../fonts/ploticon":192,"../../lib":209,"d3":16,"fast-isnumeric":18}],144:[function(_dereq_,module,exports){
31653
+ },{"../../fonts/ploticon":193,"../../lib":210,"d3":16,"fast-isnumeric":18}],145:[function(_dereq_,module,exports){
31617
31654
  /**
31618
31655
  * Copyright 2012-2020, Plotly, Inc.
31619
31656
  * All rights reserved.
@@ -31749,7 +31786,7 @@ module.exports = {
31749
31786
  editType: 'plot'
31750
31787
  };
31751
31788
 
31752
- },{"../../plot_api/plot_template":243,"../../plots/font_attributes":282,"../color/attributes":80}],145:[function(_dereq_,module,exports){
31789
+ },{"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../color/attributes":81}],146:[function(_dereq_,module,exports){
31753
31790
  /**
31754
31791
  * Copyright 2012-2020, Plotly, Inc.
31755
31792
  * All rights reserved.
@@ -31778,7 +31815,7 @@ module.exports = {
31778
31815
  darkAmount: 10
31779
31816
  };
31780
31817
 
31781
- },{}],146:[function(_dereq_,module,exports){
31818
+ },{}],147:[function(_dereq_,module,exports){
31782
31819
  /**
31783
31820
  * Copyright 2012-2020, Plotly, Inc.
31784
31821
  * All rights reserved.
@@ -31870,7 +31907,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
31870
31907
  return [containerOut.domain[0], posY + constants.yPad];
31871
31908
  }
31872
31909
 
31873
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../plots/array_container_defaults":249,"../color":81,"./attributes":144,"./constants":145}],147:[function(_dereq_,module,exports){
31910
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/array_container_defaults":251,"../color":82,"./attributes":145,"./constants":146}],148:[function(_dereq_,module,exports){
31874
31911
  /**
31875
31912
  * Copyright 2012-2020, Plotly, Inc.
31876
31913
  * All rights reserved.
@@ -32125,7 +32162,7 @@ function reposition(gd, buttons, opts, axName, selector) {
32125
32162
  selector.attr('transform', strTranslate(lx, ly));
32126
32163
  }
32127
32164
 
32128
- },{"../../constants/alignment":183,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/cartesian/axis_ids":257,"../../plots/plots":288,"../../registry":296,"../color":81,"../drawing":103,"./constants":145,"./get_update_object":148,"d3":16}],148:[function(_dereq_,module,exports){
32165
+ },{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../color":82,"../drawing":104,"./constants":146,"./get_update_object":149,"d3":16}],149:[function(_dereq_,module,exports){
32129
32166
  /**
32130
32167
  * Copyright 2012-2020, Plotly, Inc.
32131
32168
  * All rights reserved.
@@ -32179,7 +32216,7 @@ function getXRange(axisLayout, buttonLayout) {
32179
32216
  return [range0, range1];
32180
32217
  }
32181
32218
 
32182
- },{"d3":16}],149:[function(_dereq_,module,exports){
32219
+ },{"d3":16}],150:[function(_dereq_,module,exports){
32183
32220
  /**
32184
32221
  * Copyright 2012-2020, Plotly, Inc.
32185
32222
  * All rights reserved.
@@ -32206,7 +32243,7 @@ module.exports = {
32206
32243
  draw: _dereq_('./draw')
32207
32244
  };
32208
32245
 
32209
- },{"./attributes":144,"./defaults":146,"./draw":147}],150:[function(_dereq_,module,exports){
32246
+ },{"./attributes":145,"./defaults":147,"./draw":148}],151:[function(_dereq_,module,exports){
32210
32247
  /**
32211
32248
  * Copyright 2012-2020, Plotly, Inc.
32212
32249
  * All rights reserved.
@@ -32280,7 +32317,7 @@ module.exports = {
32280
32317
  editType: 'calc'
32281
32318
  };
32282
32319
 
32283
- },{"../color/attributes":80}],151:[function(_dereq_,module,exports){
32320
+ },{"../color/attributes":81}],152:[function(_dereq_,module,exports){
32284
32321
  /**
32285
32322
  * Copyright 2012-2020, Plotly, Inc.
32286
32323
  * All rights reserved.
@@ -32314,7 +32351,7 @@ module.exports = function calcAutorange(gd) {
32314
32351
  }
32315
32352
  };
32316
32353
 
32317
- },{"../../plots/cartesian/autorange":253,"../../plots/cartesian/axis_ids":257,"./constants":152}],152:[function(_dereq_,module,exports){
32354
+ },{"../../plots/cartesian/autorange":255,"../../plots/cartesian/axis_ids":259,"./constants":153}],153:[function(_dereq_,module,exports){
32318
32355
  /**
32319
32356
  * Copyright 2012-2020, Plotly, Inc.
32320
32357
  * All rights reserved.
@@ -32370,7 +32407,7 @@ module.exports = {
32370
32407
  extraPad: 15
32371
32408
  };
32372
32409
 
32373
- },{}],153:[function(_dereq_,module,exports){
32410
+ },{}],154:[function(_dereq_,module,exports){
32374
32411
  /**
32375
32412
  * Copyright 2012-2020, Plotly, Inc.
32376
32413
  * All rights reserved.
@@ -32456,7 +32493,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
32456
32493
  containerOut._input = containerIn;
32457
32494
  };
32458
32495
 
32459
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../plots/cartesian/axis_ids":257,"./attributes":150,"./oppaxis_attributes":157}],154:[function(_dereq_,module,exports){
32496
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/cartesian/axis_ids":259,"./attributes":151,"./oppaxis_attributes":158}],155:[function(_dereq_,module,exports){
32460
32497
  /**
32461
32498
  * Copyright 2012-2020, Plotly, Inc.
32462
32499
  * All rights reserved.
@@ -33100,7 +33137,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
33100
33137
  grabAreaMax.attr('height', opts._height);
33101
33138
  }
33102
33139
 
33103
- },{"../../lib":209,"../../lib/setcursor":228,"../../plots/cartesian":267,"../../plots/cartesian/axis_ids":257,"../../plots/plots":288,"../../registry":296,"../color":81,"../dragelement":100,"../drawing":103,"../titles":176,"./constants":152,"d3":16}],155:[function(_dereq_,module,exports){
33140
+ },{"../../lib":210,"../../lib/setcursor":230,"../../plots/cartesian":269,"../../plots/cartesian/axis_ids":259,"../../plots/plots":290,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"../titles":177,"./constants":153,"d3":16}],156:[function(_dereq_,module,exports){
33104
33141
  /**
33105
33142
  * Copyright 2012-2020, Plotly, Inc.
33106
33143
  * All rights reserved.
@@ -33175,7 +33212,7 @@ exports.autoMarginOpts = function(gd, ax) {
33175
33212
  };
33176
33213
  };
33177
33214
 
33178
- },{"../../constants/alignment":183,"../../lib/svg_text_utils":230,"../../plots/cartesian/axis_ids":257,"./constants":152}],156:[function(_dereq_,module,exports){
33215
+ },{"../../constants/alignment":184,"../../lib/svg_text_utils":232,"../../plots/cartesian/axis_ids":259,"./constants":153}],157:[function(_dereq_,module,exports){
33179
33216
  /**
33180
33217
  * Copyright 2012-2020, Plotly, Inc.
33181
33218
  * All rights reserved.
@@ -33214,7 +33251,7 @@ module.exports = {
33214
33251
  autoMarginOpts: helpers.autoMarginOpts
33215
33252
  };
33216
33253
 
33217
- },{"../../lib":209,"./attributes":150,"./calc_autorange":151,"./defaults":153,"./draw":154,"./helpers":155,"./oppaxis_attributes":157}],157:[function(_dereq_,module,exports){
33254
+ },{"../../lib":210,"./attributes":151,"./calc_autorange":152,"./defaults":154,"./draw":155,"./helpers":156,"./oppaxis_attributes":158}],158:[function(_dereq_,module,exports){
33218
33255
  /**
33219
33256
  * Copyright 2012-2020, Plotly, Inc.
33220
33257
  * All rights reserved.
@@ -33252,7 +33289,7 @@ module.exports = {
33252
33289
  editType: 'calc'
33253
33290
  };
33254
33291
 
33255
- },{}],158:[function(_dereq_,module,exports){
33292
+ },{}],159:[function(_dereq_,module,exports){
33256
33293
  /**
33257
33294
  * Copyright 2012-2020, Plotly, Inc.
33258
33295
  * All rights reserved.
@@ -33405,7 +33442,7 @@ module.exports = templatedArray('shape', {
33405
33442
  editType: 'arraydraw'
33406
33443
  });
33407
33444
 
33408
- },{"../../constants/axis_placeable_objects":184,"../../lib/extend":203,"../../plot_api/plot_template":243,"../../traces/scatter/attributes":397,"../annotations/attributes":66,"../drawing/attributes":102}],159:[function(_dereq_,module,exports){
33445
+ },{"../../constants/axis_placeable_objects":185,"../../lib/extend":204,"../../plot_api/plot_template":245,"../../traces/scatter/attributes":399,"../annotations/attributes":67,"../drawing/attributes":103}],160:[function(_dereq_,module,exports){
33409
33446
  /**
33410
33447
  * Copyright 2012-2020, Plotly, Inc.
33411
33448
  * All rights reserved.
@@ -33525,7 +33562,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
33525
33562
  if(max >= min) return [min, max];
33526
33563
  }
33527
33564
 
33528
- },{"../../lib":209,"../../plots/cartesian/axes":254,"./constants":160,"./helpers":169}],160:[function(_dereq_,module,exports){
33565
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"./constants":161,"./helpers":170}],161:[function(_dereq_,module,exports){
33529
33566
  /**
33530
33567
  * Copyright 2012-2020, Plotly, Inc.
33531
33568
  * All rights reserved.
@@ -33589,7 +33626,7 @@ module.exports = {
33589
33626
  }
33590
33627
  };
33591
33628
 
33592
- },{}],161:[function(_dereq_,module,exports){
33629
+ },{}],162:[function(_dereq_,module,exports){
33593
33630
  /**
33594
33631
  * Copyright 2012-2020, Plotly, Inc.
33595
33632
  * All rights reserved.
@@ -33720,7 +33757,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
33720
33757
  }
33721
33758
  }
33722
33759
 
33723
- },{"../../lib":209,"../../plots/array_container_defaults":249,"../../plots/cartesian/axes":254,"./attributes":158,"./helpers":169}],162:[function(_dereq_,module,exports){
33760
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"../../plots/cartesian/axes":256,"./attributes":159,"./helpers":170}],163:[function(_dereq_,module,exports){
33724
33761
  /**
33725
33762
  * Copyright 2012-2020, Plotly, Inc.
33726
33763
  * All rights reserved.
@@ -34494,7 +34531,7 @@ function eraseActiveShape(gd) {
34494
34531
  }
34495
34532
  }
34496
34533
 
34497
- },{"../../lib":209,"../../lib/setcursor":228,"../../plot_api/plot_template":243,"../../plots/cartesian/axes":254,"../../plots/cartesian/handle_outline":264,"../../registry":296,"../color":81,"../dragelement":100,"../drawing":103,"./constants":160,"./draw_newshape/display_outlines":166,"./draw_newshape/helpers":167,"./helpers":169}],163:[function(_dereq_,module,exports){
34534
+ },{"../../lib":210,"../../lib/setcursor":230,"../../plot_api/plot_template":245,"../../plots/cartesian/axes":256,"../../plots/cartesian/handle_outline":266,"../../registry":298,"../color":82,"../dragelement":101,"../drawing":104,"./constants":161,"./draw_newshape/display_outlines":167,"./draw_newshape/helpers":168,"./helpers":170}],164:[function(_dereq_,module,exports){
34498
34535
  /**
34499
34536
  * Copyright 2012-2020, Plotly, Inc.
34500
34537
  * All rights reserved.
@@ -34597,7 +34634,7 @@ module.exports = {
34597
34634
  }
34598
34635
  };
34599
34636
 
34600
- },{"../../../lib/extend":203,"../../drawing/attributes":102}],164:[function(_dereq_,module,exports){
34637
+ },{"../../../lib/extend":204,"../../drawing/attributes":103}],165:[function(_dereq_,module,exports){
34601
34638
  /**
34602
34639
  * Copyright 2012-2020, Plotly, Inc.
34603
34640
  * All rights reserved.
@@ -34621,7 +34658,7 @@ module.exports = {
34621
34658
  SQRT2: Math.sqrt(2)
34622
34659
  };
34623
34660
 
34624
- },{}],165:[function(_dereq_,module,exports){
34661
+ },{}],166:[function(_dereq_,module,exports){
34625
34662
  /**
34626
34663
  * Copyright 2012-2020, Plotly, Inc.
34627
34664
  * All rights reserved.
@@ -34653,7 +34690,7 @@ module.exports = function supplyDrawNewShapeDefaults(layoutIn, layoutOut, coerce
34653
34690
  coerce('activeshape.opacity');
34654
34691
  };
34655
34692
 
34656
- },{"../../color":81}],166:[function(_dereq_,module,exports){
34693
+ },{"../../color":82}],167:[function(_dereq_,module,exports){
34657
34694
  /**
34658
34695
  * Copyright 2012-2020, Plotly, Inc.
34659
34696
  * All rights reserved.
@@ -34948,7 +34985,7 @@ function recordPositions(polygonsOut, polygonsIn) {
34948
34985
  return polygonsOut;
34949
34986
  }
34950
34987
 
34951
- },{"../../../plots/cartesian/handle_outline":264,"../../../registry":296,"../../dragelement":100,"../../dragelement/helpers":99,"./constants":164,"./helpers":167,"./newshapes":168}],167:[function(_dereq_,module,exports){
34988
+ },{"../../../plots/cartesian/handle_outline":266,"../../../registry":298,"../../dragelement":101,"../../dragelement/helpers":100,"./constants":165,"./helpers":168,"./newshapes":169}],168:[function(_dereq_,module,exports){
34952
34989
  /**
34953
34990
  * Copyright 2012-2020, Plotly, Inc.
34954
34991
  * All rights reserved.
@@ -35286,7 +35323,7 @@ exports.ellipseOver = function(pos) {
35286
35323
  };
35287
35324
  };
35288
35325
 
35289
- },{"../../../plots/cartesian/helpers":265,"./constants":164,"parse-svg-path":54}],168:[function(_dereq_,module,exports){
35326
+ },{"../../../plots/cartesian/helpers":267,"./constants":165,"parse-svg-path":55}],169:[function(_dereq_,module,exports){
35290
35327
  /**
35291
35328
  * Copyright 2012-2020, Plotly, Inc.
35292
35329
  * All rights reserved.
@@ -35545,7 +35582,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
35545
35582
  return polygons;
35546
35583
  }
35547
35584
 
35548
- },{"../../../plots/cartesian/handle_outline":264,"../../../plots/cartesian/helpers":265,"../../dragelement/helpers":99,"./constants":164,"./helpers":167}],169:[function(_dereq_,module,exports){
35585
+ },{"../../../plots/cartesian/handle_outline":266,"../../../plots/cartesian/helpers":267,"../../dragelement/helpers":100,"./constants":165,"./helpers":168}],170:[function(_dereq_,module,exports){
35549
35586
  /**
35550
35587
  * Copyright 2012-2020, Plotly, Inc.
35551
35588
  * All rights reserved.
@@ -35703,7 +35740,7 @@ exports.makeOptionsAndPlotinfo = function(gd, index) {
35703
35740
  };
35704
35741
  };
35705
35742
 
35706
- },{"../../lib":209,"./constants":160}],170:[function(_dereq_,module,exports){
35743
+ },{"../../lib":210,"./constants":161}],171:[function(_dereq_,module,exports){
35707
35744
  /**
35708
35745
  * Copyright 2012-2020, Plotly, Inc.
35709
35746
  * All rights reserved.
@@ -35731,7 +35768,7 @@ module.exports = {
35731
35768
  drawOne: drawModule.drawOne
35732
35769
  };
35733
35770
 
35734
- },{"../../plots/cartesian/include_components":266,"./attributes":158,"./calc_autorange":159,"./defaults":161,"./draw":162,"./draw_newshape/defaults":165}],171:[function(_dereq_,module,exports){
35771
+ },{"../../plots/cartesian/include_components":268,"./attributes":159,"./calc_autorange":160,"./defaults":162,"./draw":163,"./draw_newshape/defaults":166}],172:[function(_dereq_,module,exports){
35735
35772
  /**
35736
35773
  * Copyright 2012-2020, Plotly, Inc.
35737
35774
  * All rights reserved.
@@ -35974,7 +36011,7 @@ module.exports = overrideAll(templatedArray('slider', {
35974
36011
  }
35975
36012
  }), 'arraydraw', 'from-root');
35976
36013
 
35977
- },{"../../lib/extend":203,"../../plot_api/edit_types":236,"../../plot_api/plot_template":243,"../../plots/animation_attributes":248,"../../plots/font_attributes":282,"../../plots/pad_attributes":287,"./constants":172}],172:[function(_dereq_,module,exports){
36014
+ },{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/animation_attributes":250,"../../plots/font_attributes":284,"../../plots/pad_attributes":289,"./constants":173}],173:[function(_dereq_,module,exports){
35978
36015
  /**
35979
36016
  * Copyright 2012-2020, Plotly, Inc.
35980
36017
  * All rights reserved.
@@ -36068,7 +36105,7 @@ module.exports = {
36068
36105
  currentValueInset: 0,
36069
36106
  };
36070
36107
 
36071
- },{}],173:[function(_dereq_,module,exports){
36108
+ },{}],174:[function(_dereq_,module,exports){
36072
36109
  /**
36073
36110
  * Copyright 2012-2020, Plotly, Inc.
36074
36111
  * All rights reserved.
@@ -36183,7 +36220,7 @@ function stepDefaults(valueIn, valueOut) {
36183
36220
  }
36184
36221
  }
36185
36222
 
36186
- },{"../../lib":209,"../../plots/array_container_defaults":249,"./attributes":171,"./constants":172}],174:[function(_dereq_,module,exports){
36223
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"./attributes":172,"./constants":173}],175:[function(_dereq_,module,exports){
36187
36224
  /**
36188
36225
  * Copyright 2012-2020, Plotly, Inc.
36189
36226
  * All rights reserved.
@@ -36757,7 +36794,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
36757
36794
  .ease(sliderOpts.transition.easing);
36758
36795
  }
36759
36796
 
36760
- // Drawing.setTranslate doesn't work here becasue of the transition duck-typing.
36797
+ // Drawing.setTranslate doesn't work here because of the transition duck-typing.
36761
36798
  // It's also not necessary because there are no other transitions to preserve.
36762
36799
  el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
36763
36800
  }
@@ -36814,7 +36851,7 @@ function drawRail(sliderGroup, sliderOpts) {
36814
36851
  );
36815
36852
  }
36816
36853
 
36817
- },{"../../constants/alignment":183,"../../lib":209,"../../lib/svg_text_utils":230,"../../plot_api/plot_template":243,"../../plots/plots":288,"../color":81,"../drawing":103,"./constants":172,"d3":16}],175:[function(_dereq_,module,exports){
36854
+ },{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":290,"../color":82,"../drawing":104,"./constants":173,"d3":16}],176:[function(_dereq_,module,exports){
36818
36855
  /**
36819
36856
  * Copyright 2012-2020, Plotly, Inc.
36820
36857
  * All rights reserved.
@@ -36837,7 +36874,7 @@ module.exports = {
36837
36874
  draw: _dereq_('./draw')
36838
36875
  };
36839
36876
 
36840
- },{"./attributes":171,"./constants":172,"./defaults":173,"./draw":174}],176:[function(_dereq_,module,exports){
36877
+ },{"./attributes":172,"./constants":173,"./defaults":174,"./draw":175}],177:[function(_dereq_,module,exports){
36841
36878
  /**
36842
36879
  * Copyright 2012-2020, Plotly, Inc.
36843
36880
  * All rights reserved.
@@ -37105,7 +37142,7 @@ module.exports = {
37105
37142
  draw: draw
37106
37143
  };
37107
37144
 
37108
- },{"../../constants/alignment":183,"../../constants/interactions":187,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/plots":288,"../../registry":296,"../color":81,"../drawing":103,"d3":16,"fast-isnumeric":18}],177:[function(_dereq_,module,exports){
37145
+ },{"../../constants/alignment":184,"../../constants/interactions":188,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"../color":82,"../drawing":104,"d3":16,"fast-isnumeric":18}],178:[function(_dereq_,module,exports){
37109
37146
  /**
37110
37147
  * Copyright 2012-2020, Plotly, Inc.
37111
37148
  * All rights reserved.
@@ -37274,7 +37311,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
37274
37311
  }
37275
37312
  }), 'arraydraw', 'from-root');
37276
37313
 
37277
- },{"../../lib/extend":203,"../../plot_api/edit_types":236,"../../plot_api/plot_template":243,"../../plots/font_attributes":282,"../../plots/pad_attributes":287,"../color/attributes":80}],178:[function(_dereq_,module,exports){
37314
+ },{"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/font_attributes":284,"../../plots/pad_attributes":289,"../color/attributes":81}],179:[function(_dereq_,module,exports){
37278
37315
  /**
37279
37316
  * Copyright 2012-2020, Plotly, Inc.
37280
37317
  * All rights reserved.
@@ -37355,7 +37392,7 @@ module.exports = {
37355
37392
  }
37356
37393
  };
37357
37394
 
37358
- },{}],179:[function(_dereq_,module,exports){
37395
+ },{}],180:[function(_dereq_,module,exports){
37359
37396
  /**
37360
37397
  * Copyright 2012-2020, Plotly, Inc.
37361
37398
  * All rights reserved.
@@ -37438,7 +37475,7 @@ function buttonDefaults(buttonIn, buttonOut) {
37438
37475
  }
37439
37476
  }
37440
37477
 
37441
- },{"../../lib":209,"../../plots/array_container_defaults":249,"./attributes":177,"./constants":178}],180:[function(_dereq_,module,exports){
37478
+ },{"../../lib":210,"../../plots/array_container_defaults":251,"./attributes":178,"./constants":179}],181:[function(_dereq_,module,exports){
37442
37479
  /**
37443
37480
  * Copyright 2012-2020, Plotly, Inc.
37444
37481
  * All rights reserved.
@@ -38089,9 +38126,9 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
38089
38126
  .selectAll('g.' + constants.dropdownButtonClassName).remove();
38090
38127
  }
38091
38128
 
38092
- },{"../../constants/alignment":183,"../../lib":209,"../../lib/svg_text_utils":230,"../../plot_api/plot_template":243,"../../plots/plots":288,"../color":81,"../drawing":103,"./constants":178,"./scrollbox":182,"d3":16}],181:[function(_dereq_,module,exports){
38093
- arguments[4][175][0].apply(exports,arguments)
38094
- },{"./attributes":177,"./constants":178,"./defaults":179,"./draw":180,"dup":175}],182:[function(_dereq_,module,exports){
38129
+ },{"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plot_api/plot_template":245,"../../plots/plots":290,"../color":82,"../drawing":104,"./constants":179,"./scrollbox":183,"d3":16}],182:[function(_dereq_,module,exports){
38130
+ arguments[4][176][0].apply(exports,arguments)
38131
+ },{"./attributes":178,"./constants":179,"./defaults":180,"./draw":181,"dup":176}],183:[function(_dereq_,module,exports){
38095
38132
  /**
38096
38133
  * Copyright 2012-2020, Plotly, Inc.
38097
38134
  * All rights reserved.
@@ -38556,7 +38593,7 @@ ScrollBox.prototype.setTranslate = function setTranslate(translateX, translateY)
38556
38593
  }
38557
38594
  };
38558
38595
 
38559
- },{"../../lib":209,"../color":81,"../drawing":103,"d3":16}],183:[function(_dereq_,module,exports){
38596
+ },{"../../lib":210,"../color":82,"../drawing":104,"d3":16}],184:[function(_dereq_,module,exports){
38560
38597
  /**
38561
38598
  * Copyright 2012-2020, Plotly, Inc.
38562
38599
  * All rights reserved.
@@ -38621,7 +38658,7 @@ module.exports = {
38621
38658
  }
38622
38659
  };
38623
38660
 
38624
- },{}],184:[function(_dereq_,module,exports){
38661
+ },{}],185:[function(_dereq_,module,exports){
38625
38662
  /**
38626
38663
  * Copyright 2012-2020, Plotly, Inc.
38627
38664
  * All rights reserved.
@@ -38653,7 +38690,7 @@ module.exports = {
38653
38690
  }
38654
38691
  };
38655
38692
 
38656
- },{}],185:[function(_dereq_,module,exports){
38693
+ },{}],186:[function(_dereq_,module,exports){
38657
38694
  /**
38658
38695
  * Copyright 2012-2020, Plotly, Inc.
38659
38696
  * All rights reserved.
@@ -38675,7 +38712,7 @@ module.exports = {
38675
38712
  }
38676
38713
  };
38677
38714
 
38678
- },{}],186:[function(_dereq_,module,exports){
38715
+ },{}],187:[function(_dereq_,module,exports){
38679
38716
  /**
38680
38717
  * Copyright 2012-2020, Plotly, Inc.
38681
38718
  * All rights reserved.
@@ -38691,7 +38728,7 @@ module.exports = {
38691
38728
  DATE_FORMAT_LINK: 'https://github.com/d3/d3-time-format#locale_format'
38692
38729
  };
38693
38730
 
38694
- },{}],187:[function(_dereq_,module,exports){
38731
+ },{}],188:[function(_dereq_,module,exports){
38695
38732
  /**
38696
38733
  * Copyright 2012-2020, Plotly, Inc.
38697
38734
  * All rights reserved.
@@ -38714,7 +38751,7 @@ module.exports = {
38714
38751
  DESELECTDIM: 0.2
38715
38752
  };
38716
38753
 
38717
- },{}],188:[function(_dereq_,module,exports){
38754
+ },{}],189:[function(_dereq_,module,exports){
38718
38755
  /**
38719
38756
  * Copyright 2012-2020, Plotly, Inc.
38720
38757
  * All rights reserved.
@@ -38787,7 +38824,7 @@ module.exports = {
38787
38824
  MINUS_SIGN: '\u2212'
38788
38825
  };
38789
38826
 
38790
- },{}],189:[function(_dereq_,module,exports){
38827
+ },{}],190:[function(_dereq_,module,exports){
38791
38828
  /**
38792
38829
  * Copyright 2012-2020, Plotly, Inc.
38793
38830
  * All rights reserved.
@@ -38811,7 +38848,7 @@ exports.svgAttrs = {
38811
38848
  'xmlns:xlink': exports.xlink
38812
38849
  };
38813
38850
 
38814
- },{}],190:[function(_dereq_,module,exports){
38851
+ },{}],191:[function(_dereq_,module,exports){
38815
38852
  /**
38816
38853
  * Copyright 2012-2020, Plotly, Inc.
38817
38854
  * All rights reserved.
@@ -38897,7 +38934,7 @@ exports.Queue = _dereq_('./lib/queue');
38897
38934
  // export d3 used in the bundle
38898
38935
  exports.d3 = _dereq_('d3');
38899
38936
 
38900
- },{"../build/plotcss":1,"./components/annotations":74,"./components/annotations3d":79,"./components/colorbar":87,"./components/colorscale":93,"./components/errorbars":109,"./components/fx":121,"./components/grid":125,"./components/images":130,"./components/legend":138,"./components/rangeselector":149,"./components/rangeslider":156,"./components/shapes":170,"./components/sliders":175,"./components/updatemenus":181,"./fonts/mathjax_config":191,"./fonts/ploticon":192,"./lib/queue":223,"./locale-en":234,"./locale-en-us":233,"./plot_api":238,"./plot_api/plot_schema":242,"./plots/plots":288,"./registry":296,"./snapshot":301,"./traces/scatter":409,"./version":437,"d3":16,"es6-promise":17}],191:[function(_dereq_,module,exports){
38937
+ },{"../build/plotcss":1,"./components/annotations":75,"./components/annotations3d":80,"./components/colorbar":88,"./components/colorscale":94,"./components/errorbars":110,"./components/fx":122,"./components/grid":126,"./components/images":131,"./components/legend":139,"./components/rangeselector":150,"./components/rangeslider":157,"./components/shapes":171,"./components/sliders":176,"./components/updatemenus":182,"./fonts/mathjax_config":192,"./fonts/ploticon":193,"./lib/queue":225,"./locale-en":236,"./locale-en-us":235,"./plot_api":240,"./plot_api/plot_schema":244,"./plots/plots":290,"./registry":298,"./snapshot":303,"./traces/scatter":411,"./version":439,"d3":16,"es6-promise":17}],192:[function(_dereq_,module,exports){
38901
38938
  /**
38902
38939
  * Copyright 2012-2020, Plotly, Inc.
38903
38940
  * All rights reserved.
@@ -38928,7 +38965,7 @@ module.exports = function() {
38928
38965
  }
38929
38966
  };
38930
38967
 
38931
- },{}],192:[function(_dereq_,module,exports){
38968
+ },{}],193:[function(_dereq_,module,exports){
38932
38969
  /**
38933
38970
  * Copyright 2012-2020, Plotly, Inc.
38934
38971
  * All rights reserved.
@@ -39108,7 +39145,7 @@ module.exports = {
39108
39145
  }
39109
39146
  };
39110
39147
 
39111
- },{}],193:[function(_dereq_,module,exports){
39148
+ },{}],194:[function(_dereq_,module,exports){
39112
39149
  /**
39113
39150
  * Copyright 2012-2020, Plotly, Inc.
39114
39151
  * All rights reserved.
@@ -39172,7 +39209,7 @@ exports.isBottomAnchor = function isBottomAnchor(opts) {
39172
39209
  );
39173
39210
  };
39174
39211
 
39175
- },{}],194:[function(_dereq_,module,exports){
39212
+ },{}],195:[function(_dereq_,module,exports){
39176
39213
  /**
39177
39214
  * Copyright 2012-2020, Plotly, Inc.
39178
39215
  * All rights reserved.
@@ -39413,7 +39450,7 @@ module.exports = {
39413
39450
  pathAnnulus: pathAnnulus
39414
39451
  };
39415
39452
 
39416
- },{"./mod":216}],195:[function(_dereq_,module,exports){
39453
+ },{"./mod":217}],196:[function(_dereq_,module,exports){
39417
39454
  /**
39418
39455
  * Copyright 2012-2020, Plotly, Inc.
39419
39456
  * All rights reserved.
@@ -39570,7 +39607,7 @@ function _rowLength(z, fn, len0) {
39570
39607
  return 0;
39571
39608
  }
39572
39609
 
39573
- },{}],196:[function(_dereq_,module,exports){
39610
+ },{}],197:[function(_dereq_,module,exports){
39574
39611
  /**
39575
39612
  * Copyright 2012-2020, Plotly, Inc.
39576
39613
  * All rights reserved.
@@ -39603,7 +39640,7 @@ module.exports = function cleanNumber(v) {
39603
39640
  return BADNUM;
39604
39641
  };
39605
39642
 
39606
- },{"../constants/numerical":188,"fast-isnumeric":18}],197:[function(_dereq_,module,exports){
39643
+ },{"../constants/numerical":189,"fast-isnumeric":18}],198:[function(_dereq_,module,exports){
39607
39644
  /**
39608
39645
  * Copyright 2012-2020, Plotly, Inc.
39609
39646
  * All rights reserved.
@@ -39631,7 +39668,7 @@ module.exports = function clearGlCanvases(gd) {
39631
39668
  }
39632
39669
  };
39633
39670
 
39634
- },{}],198:[function(_dereq_,module,exports){
39671
+ },{}],199:[function(_dereq_,module,exports){
39635
39672
  /**
39636
39673
  * Copyright 2012-2020, Plotly, Inc.
39637
39674
  * All rights reserved.
@@ -39654,7 +39691,7 @@ module.exports = function clearResponsive(gd) {
39654
39691
  }
39655
39692
  };
39656
39693
 
39657
- },{}],199:[function(_dereq_,module,exports){
39694
+ },{}],200:[function(_dereq_,module,exports){
39658
39695
  /**
39659
39696
  * Copyright 2012-2020, Plotly, Inc.
39660
39697
  * All rights reserved.
@@ -40118,7 +40155,7 @@ function validate(value, opts) {
40118
40155
  }
40119
40156
  exports.validate = validate;
40120
40157
 
40121
- },{"../components/colorscale/scales":96,"../constants/interactions":187,"../plots/attributes":250,"./array":195,"./mod":216,"./nested_property":217,"./regex":224,"fast-isnumeric":18,"tinycolor2":64}],200:[function(_dereq_,module,exports){
40158
+ },{"../components/colorscale/scales":97,"../constants/interactions":188,"../plots/attributes":252,"./array":196,"./mod":217,"./nested_property":218,"./regex":226,"fast-isnumeric":18,"tinycolor2":65}],201:[function(_dereq_,module,exports){
40122
40159
  /**
40123
40160
  * Copyright 2012-2020, Plotly, Inc.
40124
40161
  * All rights reserved.
@@ -40719,7 +40756,7 @@ exports.findExactDates = function(data, calendar) {
40719
40756
  };
40720
40757
  };
40721
40758
 
40722
- },{"../constants/numerical":188,"../registry":296,"./loggers":213,"./mod":216,"d3-time-format":14,"fast-isnumeric":18}],201:[function(_dereq_,module,exports){
40759
+ },{"../constants/numerical":189,"../registry":298,"./loggers":214,"./mod":217,"d3-time-format":14,"fast-isnumeric":18}],202:[function(_dereq_,module,exports){
40723
40760
  /**
40724
40761
  * Copyright 2012-2020, Plotly, Inc.
40725
40762
  * All rights reserved.
@@ -40897,7 +40934,7 @@ module.exports = {
40897
40934
  equalDomRects: equalDomRects
40898
40935
  };
40899
40936
 
40900
- },{"./loggers":213,"./matrix":215,"d3":16,"gl-mat4":34}],202:[function(_dereq_,module,exports){
40937
+ },{"./loggers":214,"./matrix":216,"d3":16,"gl-mat4":34}],203:[function(_dereq_,module,exports){
40901
40938
  /**
40902
40939
  * Copyright 2012-2020, Plotly, Inc.
40903
40940
  * All rights reserved.
@@ -41070,7 +41107,7 @@ var Events = {
41070
41107
 
41071
41108
  module.exports = Events;
41072
41109
 
41073
- },{"events":13}],203:[function(_dereq_,module,exports){
41110
+ },{"events":13}],204:[function(_dereq_,module,exports){
41074
41111
  /**
41075
41112
  * Copyright 2012-2020, Plotly, Inc.
41076
41113
  * All rights reserved.
@@ -41184,7 +41221,7 @@ function _extend(inputs, isDeep, keepAllKeys, noArrayCopies) {
41184
41221
  return target;
41185
41222
  }
41186
41223
 
41187
- },{"./is_plain_object.js":210}],204:[function(_dereq_,module,exports){
41224
+ },{"./is_plain_object.js":211}],205:[function(_dereq_,module,exports){
41188
41225
  /**
41189
41226
  * Copyright 2012-2020, Plotly, Inc.
41190
41227
  * All rights reserved.
@@ -41235,7 +41272,7 @@ module.exports = function filterUnique(array) {
41235
41272
  return out;
41236
41273
  };
41237
41274
 
41238
- },{}],205:[function(_dereq_,module,exports){
41275
+ },{}],206:[function(_dereq_,module,exports){
41239
41276
  /**
41240
41277
  * Copyright 2012-2020, Plotly, Inc.
41241
41278
  * All rights reserved.
@@ -41283,7 +41320,7 @@ function isCalcData(cont) {
41283
41320
  );
41284
41321
  }
41285
41322
 
41286
- },{}],206:[function(_dereq_,module,exports){
41323
+ },{}],207:[function(_dereq_,module,exports){
41287
41324
  /**
41288
41325
  * Copyright 2012-2020, Plotly, Inc.
41289
41326
  * All rights reserved.
@@ -41527,7 +41564,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
41527
41564
  return pt;
41528
41565
  };
41529
41566
 
41530
- },{"./mod":216}],207:[function(_dereq_,module,exports){
41567
+ },{"./mod":217}],208:[function(_dereq_,module,exports){
41531
41568
  /**
41532
41569
  * Copyright 2012-2020, Plotly, Inc.
41533
41570
  * All rights reserved.
@@ -41543,7 +41580,7 @@ exports.findPointOnPath = function findPointOnPath(path, val, coord, opts) {
41543
41580
 
41544
41581
  module.exports = function identity(d) { return d; };
41545
41582
 
41546
- },{}],208:[function(_dereq_,module,exports){
41583
+ },{}],209:[function(_dereq_,module,exports){
41547
41584
  /**
41548
41585
  * Copyright 2012-2020, Plotly, Inc.
41549
41586
  * All rights reserved.
@@ -41585,7 +41622,7 @@ module.exports = function incrementNumeric(x, delta) {
41585
41622
  return newX;
41586
41623
  };
41587
41624
 
41588
- },{}],209:[function(_dereq_,module,exports){
41625
+ },{}],210:[function(_dereq_,module,exports){
41589
41626
  /**
41590
41627
  * Copyright 2012-2020, Plotly, Inc.
41591
41628
  * All rights reserved.
@@ -41742,6 +41779,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
41742
41779
  lib.equalDomRects = domModule.equalDomRects;
41743
41780
 
41744
41781
  lib.clearResponsive = _dereq_('./clear_responsive');
41782
+ lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
41745
41783
 
41746
41784
  lib.makeTraceGroups = _dereq_('./make_trace_groups');
41747
41785
 
@@ -42452,7 +42490,7 @@ lib.objectFromPath = function(path, value) {
42452
42490
  * lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
42453
42491
  * => { foo: [{bar: 10}, {bar: 20}] }
42454
42492
  *
42455
- * It does NOT, however, merge mulitple mutliply-nested arrays::
42493
+ * It does NOT, however, merge multiple multiply-nested arrays::
42456
42494
  *
42457
42495
  * lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
42458
42496
  * => { marker: [null, {range: 4}] }
@@ -42867,7 +42905,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
42867
42905
  return arr.join(mainSeparator);
42868
42906
  };
42869
42907
 
42870
- },{"../constants/numerical":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":206,"./identity":207,"./increment":208,"./is_plain_object":210,"./keyed_container":211,"./localize":212,"./loggers":213,"./make_trace_groups":214,"./matrix":215,"./mod":216,"./nested_property":217,"./noop":218,"./notifier":219,"./push_unique":222,"./regex":224,"./relative_attr":225,"./relink_private":226,"./search":227,"./stats":229,"./throttle":231,"./to_log_range":232,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],210:[function(_dereq_,module,exports){
42908
+ },{"../constants/numerical":189,"./anchor_utils":194,"./angles":195,"./array":196,"./clean_number":197,"./clear_responsive":199,"./coerce":200,"./dates":201,"./dom":202,"./extend":204,"./filter_unique":205,"./filter_visible":206,"./geometry2d":207,"./identity":208,"./increment":209,"./is_plain_object":211,"./keyed_container":212,"./localize":213,"./loggers":214,"./make_trace_groups":215,"./matrix":216,"./mod":217,"./nested_property":218,"./noop":219,"./notifier":220,"./preserve_drawing_buffer":223,"./push_unique":224,"./regex":226,"./relative_attr":227,"./relink_private":228,"./search":229,"./stats":231,"./throttle":233,"./to_log_range":234,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],211:[function(_dereq_,module,exports){
42871
42909
  /**
42872
42910
  * Copyright 2012-2020, Plotly, Inc.
42873
42911
  * All rights reserved.
@@ -42895,7 +42933,7 @@ module.exports = function isPlainObject(obj) {
42895
42933
  );
42896
42934
  };
42897
42935
 
42898
- },{}],211:[function(_dereq_,module,exports){
42936
+ },{}],212:[function(_dereq_,module,exports){
42899
42937
  /**
42900
42938
  * Copyright 2012-2020, Plotly, Inc.
42901
42939
  * All rights reserved.
@@ -43088,7 +43126,7 @@ module.exports = function keyedContainer(baseObj, path, keyName, valueName) {
43088
43126
  return obj;
43089
43127
  };
43090
43128
 
43091
- },{"./nested_property":217}],212:[function(_dereq_,module,exports){
43129
+ },{"./nested_property":218}],213:[function(_dereq_,module,exports){
43092
43130
  /**
43093
43131
  * Copyright 2012-2020, Plotly, Inc.
43094
43132
  * All rights reserved.
@@ -43144,7 +43182,7 @@ module.exports = function localize(gd, s) {
43144
43182
  return s;
43145
43183
  };
43146
43184
 
43147
- },{"../registry":296}],213:[function(_dereq_,module,exports){
43185
+ },{"../registry":298}],214:[function(_dereq_,module,exports){
43148
43186
  /**
43149
43187
  * Copyright 2012-2020, Plotly, Inc.
43150
43188
  * All rights reserved.
@@ -43254,7 +43292,7 @@ function apply(f, args) {
43254
43292
  }
43255
43293
  }
43256
43294
 
43257
- },{"../plot_api/plot_config":241,"./notifier":219}],214:[function(_dereq_,module,exports){
43295
+ },{"../plot_api/plot_config":243,"./notifier":220}],215:[function(_dereq_,module,exports){
43258
43296
  /**
43259
43297
  * Copyright 2012-2020, Plotly, Inc.
43260
43298
  * All rights reserved.
@@ -43297,7 +43335,7 @@ module.exports = function makeTraceGroups(traceLayer, cdModule, cls) {
43297
43335
  return traces;
43298
43336
  };
43299
43337
 
43300
- },{"d3":16}],215:[function(_dereq_,module,exports){
43338
+ },{"d3":16}],216:[function(_dereq_,module,exports){
43301
43339
  /**
43302
43340
  * Copyright 2012-2020, Plotly, Inc.
43303
43341
  * All rights reserved.
@@ -43449,7 +43487,7 @@ exports.inverseTransformMatrix = function(m) {
43449
43487
  ];
43450
43488
  };
43451
43489
 
43452
- },{"gl-mat4":34}],216:[function(_dereq_,module,exports){
43490
+ },{"gl-mat4":34}],217:[function(_dereq_,module,exports){
43453
43491
  /**
43454
43492
  * Copyright 2012-2020, Plotly, Inc.
43455
43493
  * All rights reserved.
@@ -43484,7 +43522,7 @@ module.exports = {
43484
43522
  modHalf: modHalf
43485
43523
  };
43486
43524
 
43487
- },{}],217:[function(_dereq_,module,exports){
43525
+ },{}],218:[function(_dereq_,module,exports){
43488
43526
  /**
43489
43527
  * Copyright 2012-2020, Plotly, Inc.
43490
43528
  * All rights reserved.
@@ -43730,7 +43768,7 @@ function badContainer(container, propStr, propParts) {
43730
43768
  };
43731
43769
  }
43732
43770
 
43733
- },{"./array":195,"fast-isnumeric":18}],218:[function(_dereq_,module,exports){
43771
+ },{"./array":196,"fast-isnumeric":18}],219:[function(_dereq_,module,exports){
43734
43772
  /**
43735
43773
  * Copyright 2012-2020, Plotly, Inc.
43736
43774
  * All rights reserved.
@@ -43746,7 +43784,7 @@ function badContainer(container, propStr, propParts) {
43746
43784
 
43747
43785
  module.exports = function noop() {};
43748
43786
 
43749
- },{}],219:[function(_dereq_,module,exports){
43787
+ },{}],220:[function(_dereq_,module,exports){
43750
43788
  /**
43751
43789
  * Copyright 2012-2020, Plotly, Inc.
43752
43790
  * All rights reserved.
@@ -43834,7 +43872,7 @@ module.exports = function(text, displayLength) {
43834
43872
  });
43835
43873
  };
43836
43874
 
43837
- },{"d3":16,"fast-isnumeric":18}],220:[function(_dereq_,module,exports){
43875
+ },{"d3":16,"fast-isnumeric":18}],221:[function(_dereq_,module,exports){
43838
43876
  /**
43839
43877
  * Copyright 2012-2020, Plotly, Inc.
43840
43878
  * All rights reserved.
@@ -43882,7 +43920,7 @@ module.exports = function overrideCursor(el3, csr) {
43882
43920
  }
43883
43921
  };
43884
43922
 
43885
- },{"./setcursor":228}],221:[function(_dereq_,module,exports){
43923
+ },{"./setcursor":230}],222:[function(_dereq_,module,exports){
43886
43924
  /**
43887
43925
  * Copyright 2012-2020, Plotly, Inc.
43888
43926
  * All rights reserved.
@@ -44134,7 +44172,77 @@ polygon.filter = function filter(pts, tolerance) {
44134
44172
  };
44135
44173
  };
44136
44174
 
44137
- },{"../constants/numerical":188,"./matrix":215}],222:[function(_dereq_,module,exports){
44175
+ },{"../constants/numerical":189,"./matrix":216}],223:[function(_dereq_,module,exports){
44176
+ /**
44177
+ * Copyright 2012-2020, Plotly, Inc.
44178
+ * All rights reserved.
44179
+ *
44180
+ * This source code is licensed under the MIT license found in the
44181
+ * LICENSE file in the root directory of this source tree.
44182
+ */
44183
+
44184
+ 'use strict';
44185
+
44186
+ var isNumeric = _dereq_('fast-isnumeric');
44187
+ var isMobileOrTablet = _dereq_('is-mobile');
44188
+
44189
+ module.exports = function preserveDrawingBuffer(opts) {
44190
+ var ua;
44191
+
44192
+ if(opts && opts.hasOwnProperty('userAgent')) {
44193
+ ua = opts.userAgent;
44194
+ } else {
44195
+ ua = getUserAgent();
44196
+ }
44197
+
44198
+ if(typeof ua !== 'string') return true;
44199
+
44200
+ var enable = isMobileOrTablet({
44201
+ ua: { headers: {'user-agent': ua }},
44202
+ tablet: true,
44203
+ featureDetect: false
44204
+ });
44205
+
44206
+ if(!enable) {
44207
+ var allParts = ua.split(' ');
44208
+ for(var i = 1; i < allParts.length; i++) {
44209
+ var part = allParts[i];
44210
+ if(part.indexOf('Safari') !== -1) {
44211
+ // find Safari version
44212
+ for(var k = i - 1; k > -1; k--) {
44213
+ var prevPart = allParts[k];
44214
+ if(prevPart.substr(0, 8) === 'Version/') {
44215
+ var v = prevPart.substr(8).split('.')[0];
44216
+ if(isNumeric(v)) v = +v;
44217
+ if(v >= 13) return true;
44218
+ }
44219
+ }
44220
+ }
44221
+ }
44222
+ }
44223
+
44224
+ return enable;
44225
+ };
44226
+
44227
+ function getUserAgent() {
44228
+ // similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
44229
+ var ua;
44230
+ if(typeof navigator !== 'undefined') {
44231
+ ua = navigator.userAgent;
44232
+ }
44233
+
44234
+ if(
44235
+ ua &&
44236
+ ua.headers &&
44237
+ typeof ua.headers['user-agent'] === 'string'
44238
+ ) {
44239
+ ua = ua.headers['user-agent'];
44240
+ }
44241
+
44242
+ return ua;
44243
+ }
44244
+
44245
+ },{"fast-isnumeric":18,"is-mobile":52}],224:[function(_dereq_,module,exports){
44138
44246
  /**
44139
44247
  * Copyright 2012-2020, Plotly, Inc.
44140
44248
  * All rights reserved.
@@ -44172,7 +44280,7 @@ module.exports = function pushUnique(array, item) {
44172
44280
  return array;
44173
44281
  };
44174
44282
 
44175
- },{}],223:[function(_dereq_,module,exports){
44283
+ },{}],225:[function(_dereq_,module,exports){
44176
44284
  /**
44177
44285
  * Copyright 2012-2020, Plotly, Inc.
44178
44286
  * All rights reserved.
@@ -44380,7 +44488,7 @@ queue.plotDo = function(gd, func, args) {
44380
44488
 
44381
44489
  module.exports = queue;
44382
44490
 
44383
- },{"../lib":209,"../plot_api/plot_config":241}],224:[function(_dereq_,module,exports){
44491
+ },{"../lib":210,"../plot_api/plot_config":243}],226:[function(_dereq_,module,exports){
44384
44492
  /**
44385
44493
  * Copyright 2012-2020, Plotly, Inc.
44386
44494
  * All rights reserved.
@@ -44410,7 +44518,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
44410
44518
  return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
44411
44519
  };
44412
44520
 
44413
- },{}],225:[function(_dereq_,module,exports){
44521
+ },{}],227:[function(_dereq_,module,exports){
44414
44522
  /**
44415
44523
  * Copyright 2012-2020, Plotly, Inc.
44416
44524
  * All rights reserved.
@@ -44463,7 +44571,7 @@ module.exports = function(baseAttr, relativeAttr) {
44463
44571
  return baseAttr + relativeAttr;
44464
44572
  };
44465
44573
 
44466
- },{}],226:[function(_dereq_,module,exports){
44574
+ },{}],228:[function(_dereq_,module,exports){
44467
44575
  /**
44468
44576
  * Copyright 2012-2020, Plotly, Inc.
44469
44577
  * All rights reserved.
@@ -44520,7 +44628,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
44520
44628
  }
44521
44629
  };
44522
44630
 
44523
- },{"./array":195,"./is_plain_object":210}],227:[function(_dereq_,module,exports){
44631
+ },{"./array":196,"./is_plain_object":211}],229:[function(_dereq_,module,exports){
44524
44632
  /**
44525
44633
  * Copyright 2012-2020, Plotly, Inc.
44526
44634
  * All rights reserved.
@@ -44725,7 +44833,7 @@ exports.findIndexOfMin = function(arr, fn) {
44725
44833
  return ind;
44726
44834
  };
44727
44835
 
44728
- },{"../constants/numerical":188,"./identity":207,"./loggers":213,"fast-isnumeric":18}],228:[function(_dereq_,module,exports){
44836
+ },{"../constants/numerical":189,"./identity":208,"./loggers":214,"fast-isnumeric":18}],230:[function(_dereq_,module,exports){
44729
44837
  /**
44730
44838
  * Copyright 2012-2020, Plotly, Inc.
44731
44839
  * All rights reserved.
@@ -44748,7 +44856,7 @@ module.exports = function setCursor(el3, csr) {
44748
44856
  if(csr) el3.classed('cursor-' + csr, true);
44749
44857
  };
44750
44858
 
44751
- },{}],229:[function(_dereq_,module,exports){
44859
+ },{}],231:[function(_dereq_,module,exports){
44752
44860
  /**
44753
44861
  * Copyright 2012-2020, Plotly, Inc.
44754
44862
  * All rights reserved.
@@ -44858,7 +44966,7 @@ exports.interp = function(arr, n) {
44858
44966
  return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
44859
44967
  };
44860
44968
 
44861
- },{"./array":195,"fast-isnumeric":18}],230:[function(_dereq_,module,exports){
44969
+ },{"./array":196,"fast-isnumeric":18}],232:[function(_dereq_,module,exports){
44862
44970
  /**
44863
44971
  * Copyright 2012-2020, Plotly, Inc.
44864
44972
  * All rights reserved.
@@ -45749,7 +45857,7 @@ exports.makeEditable = function(context, options) {
45749
45857
  return d3.rebind(context, dispatch, 'on');
45750
45858
  };
45751
45859
 
45752
- },{"../constants/alignment":183,"../constants/xmlns_namespaces":189,"../lib":209,"d3":16}],231:[function(_dereq_,module,exports){
45860
+ },{"../constants/alignment":184,"../constants/xmlns_namespaces":190,"../lib":210,"d3":16}],233:[function(_dereq_,module,exports){
45753
45861
  /**
45754
45862
  * Copyright 2012-2020, Plotly, Inc.
45755
45863
  * All rights reserved.
@@ -45852,7 +45960,7 @@ function _clearTimeout(cache) {
45852
45960
  }
45853
45961
  }
45854
45962
 
45855
- },{}],232:[function(_dereq_,module,exports){
45963
+ },{}],234:[function(_dereq_,module,exports){
45856
45964
  /**
45857
45965
  * Copyright 2012-2020, Plotly, Inc.
45858
45966
  * All rights reserved.
@@ -45880,7 +45988,7 @@ module.exports = function toLogRange(val, range) {
45880
45988
  return newVal;
45881
45989
  };
45882
45990
 
45883
- },{"fast-isnumeric":18}],233:[function(_dereq_,module,exports){
45991
+ },{"fast-isnumeric":18}],235:[function(_dereq_,module,exports){
45884
45992
  /**
45885
45993
  * Copyright 2012-2020, Plotly, Inc.
45886
45994
  * All rights reserved.
@@ -45902,7 +46010,7 @@ module.exports = {
45902
46010
  }
45903
46011
  };
45904
46012
 
45905
- },{}],234:[function(_dereq_,module,exports){
46013
+ },{}],236:[function(_dereq_,module,exports){
45906
46014
  /**
45907
46015
  * Copyright 2012-2020, Plotly, Inc.
45908
46016
  * All rights reserved.
@@ -45945,7 +46053,7 @@ module.exports = {
45945
46053
  }
45946
46054
  };
45947
46055
 
45948
- },{}],235:[function(_dereq_,module,exports){
46056
+ },{}],237:[function(_dereq_,module,exports){
45949
46057
  /**
45950
46058
  * Copyright 2012-2020, Plotly, Inc.
45951
46059
  * All rights reserved.
@@ -46003,7 +46111,7 @@ module.exports = function containerArrayMatch(astr) {
46003
46111
  return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
46004
46112
  };
46005
46113
 
46006
- },{"../registry":296}],236:[function(_dereq_,module,exports){
46114
+ },{"../registry":298}],238:[function(_dereq_,module,exports){
46007
46115
  /**
46008
46116
  * Copyright 2012-2020, Plotly, Inc.
46009
46117
  * All rights reserved.
@@ -46128,7 +46236,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
46128
46236
  }
46129
46237
  }
46130
46238
 
46131
- },{"../lib":209}],237:[function(_dereq_,module,exports){
46239
+ },{"../lib":210}],239:[function(_dereq_,module,exports){
46132
46240
  /**
46133
46241
  * Copyright 2012-2020, Plotly, Inc.
46134
46242
  * All rights reserved.
@@ -46830,7 +46938,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
46830
46938
  }
46831
46939
  };
46832
46940
 
46833
- },{"../components/color":81,"../lib":209,"../plots/cartesian/axis_ids":257,"../plots/plots":288,"../registry":296,"fast-isnumeric":18,"gl-mat4/fromQuat":24}],238:[function(_dereq_,module,exports){
46941
+ },{"../components/color":82,"../lib":210,"../plots/cartesian/axis_ids":259,"../plots/plots":290,"../registry":298,"fast-isnumeric":18,"gl-mat4/fromQuat":24}],240:[function(_dereq_,module,exports){
46834
46942
  /**
46835
46943
  * Copyright 2012-2020, Plotly, Inc.
46836
46944
  * All rights reserved.
@@ -46873,7 +46981,7 @@ var templateApi = _dereq_('./template_api');
46873
46981
  exports.makeTemplate = templateApi.makeTemplate;
46874
46982
  exports.validateTemplate = templateApi.validateTemplate;
46875
46983
 
46876
- },{"../snapshot/download":298,"./plot_api":240,"./template_api":245,"./to_image":246,"./validate":247}],239:[function(_dereq_,module,exports){
46984
+ },{"../snapshot/download":300,"./plot_api":242,"./template_api":247,"./to_image":248,"./validate":249}],241:[function(_dereq_,module,exports){
46877
46985
  /**
46878
46986
  * Copyright 2012-2020, Plotly, Inc.
46879
46987
  * All rights reserved.
@@ -47086,7 +47194,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
47086
47194
  return true;
47087
47195
  };
47088
47196
 
47089
- },{"../lib/is_plain_object":210,"../lib/loggers":213,"../lib/noop":218,"../lib/search":227,"../registry":296,"./container_array_match":235}],240:[function(_dereq_,module,exports){
47197
+ },{"../lib/is_plain_object":211,"../lib/loggers":214,"../lib/noop":219,"../lib/search":229,"../registry":298,"./container_array_match":237}],242:[function(_dereq_,module,exports){
47090
47198
  /**
47091
47199
  * Copyright 2012-2020, Plotly, Inc.
47092
47200
  * All rights reserved.
@@ -49037,7 +49145,9 @@ function axRangeSupplyDefaultsByPass(gd, flags, specs) {
49037
49145
  var axIn = gd.layout[axName];
49038
49146
  var axOut = fullLayout[axName];
49039
49147
  axOut.autorange = axIn.autorange;
49040
- axOut.range = axIn.range.slice();
49148
+ if(axIn.range) {
49149
+ axOut.range = axIn.range.slice();
49150
+ }
49041
49151
  axOut.cleanRange();
49042
49152
 
49043
49153
  if(axOut._matchGroup) {
@@ -49824,16 +49934,6 @@ function react(gd, data, layout, config) {
49824
49934
 
49825
49935
  applyUIRevisions(gd.data, gd.layout, oldFullData, oldFullLayout);
49826
49936
 
49827
- var allNames = Object.getOwnPropertyNames(oldFullLayout);
49828
- for(var q = 0; q < allNames.length; q++) {
49829
- var name = allNames[q];
49830
- var start = name.substring(0, 5);
49831
- if(start === 'xaxis' || start === 'yaxis') {
49832
- var emptyCategories = oldFullLayout[name]._emptyCategories;
49833
- if(emptyCategories) emptyCategories();
49834
- }
49835
- }
49836
-
49837
49937
  // "true" skips updating calcdata and remapping arrays from calcTransforms,
49838
49938
  // which supplyDefaults usually does at the end, but we may need to NOT do
49839
49939
  // if the diff (which we haven't determined yet) says we'll recalc
@@ -49859,10 +49959,22 @@ function react(gd, data, layout, config) {
49859
49959
 
49860
49960
  if(updateAutosize(gd)) relayoutFlags.layoutReplot = true;
49861
49961
 
49862
- // clear calcdata if required
49863
- if(restyleFlags.calc || relayoutFlags.calc) gd.calcdata = undefined;
49962
+ // clear calcdata and empty categories if required
49963
+ if(restyleFlags.calc || relayoutFlags.calc) {
49964
+ gd.calcdata = undefined;
49965
+ var allNames = Object.getOwnPropertyNames(newFullLayout);
49966
+ for(var q = 0; q < allNames.length; q++) {
49967
+ var name = allNames[q];
49968
+ var start = name.substring(0, 5);
49969
+ if(start === 'xaxis' || start === 'yaxis') {
49970
+ var emptyCategories = newFullLayout[name]._emptyCategories;
49971
+ if(emptyCategories) emptyCategories();
49972
+ }
49973
+ }
49864
49974
  // otherwise do the calcdata updates and calcTransform array remaps that we skipped earlier
49865
- else Plots.supplyDefaultsUpdateCalc(gd.calcdata, newFullData);
49975
+ } else {
49976
+ Plots.supplyDefaultsUpdateCalc(gd.calcdata, newFullData);
49977
+ }
49866
49978
 
49867
49979
  // Note: what restyle/relayout use impliedEdits and clearAxisTypes for
49868
49980
  // must be handled by the user when using Plotly.react.
@@ -50316,7 +50428,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
50316
50428
  }
50317
50429
 
50318
50430
  // Execute a callback after the wrapper function has been called n times.
50319
- // This is used to defer the resolution until a transition has resovled *and*
50431
+ // This is used to defer the resolution until a transition has resolved *and*
50320
50432
  // the frame has completed. If it's not done this way, then we get a race
50321
50433
  // condition in which the animation might resolve before a transition is complete
50322
50434
  // or vice versa.
@@ -51012,7 +51124,7 @@ exports._guiUpdate = guiEdit(update);
51012
51124
 
51013
51125
  exports._storeDirectGUIEdit = _storeDirectGUIEdit;
51014
51126
 
51015
- },{"../components/color":81,"../components/drawing":103,"../constants/xmlns_namespaces":189,"../lib":209,"../lib/events":202,"../lib/queue":223,"../lib/svg_text_utils":230,"../plots/cartesian/axes":254,"../plots/cartesian/constants":260,"../plots/cartesian/graph_interact":263,"../plots/cartesian/select":273,"../plots/plots":288,"../plots/polar/legacy":291,"../registry":296,"./edit_types":236,"./helpers":237,"./manage_arrays":239,"./plot_config":241,"./plot_schema":242,"./subroutines":244,"d3":16,"fast-isnumeric":18,"has-hover":49}],241:[function(_dereq_,module,exports){
51127
+ },{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":190,"../lib":210,"../lib/events":203,"../lib/queue":225,"../lib/svg_text_utils":232,"../plots/cartesian/axes":256,"../plots/cartesian/constants":262,"../plots/cartesian/graph_interact":265,"../plots/cartesian/select":275,"../plots/plots":290,"../plots/polar/legacy":293,"../registry":298,"./edit_types":238,"./helpers":239,"./manage_arrays":241,"./plot_config":243,"./plot_schema":244,"./subroutines":246,"d3":16,"fast-isnumeric":18,"has-hover":49}],243:[function(_dereq_,module,exports){
51016
51128
  /**
51017
51129
  * Copyright 2012-2020, Plotly, Inc.
51018
51130
  * All rights reserved.
@@ -51327,7 +51439,7 @@ module.exports = {
51327
51439
  dfltConfig: dfltConfig
51328
51440
  };
51329
51441
 
51330
- },{}],242:[function(_dereq_,module,exports){
51442
+ },{}],244:[function(_dereq_,module,exports){
51331
51443
  /**
51332
51444
  * Copyright 2012-2020, Plotly, Inc.
51333
51445
  * All rights reserved.
@@ -52038,7 +52150,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
52038
52150
  np.set(extendDeepAll(np.get() || {}, newAttrs));
52039
52151
  }
52040
52152
 
52041
- },{"../lib":209,"../plots/animation_attributes":248,"../plots/attributes":250,"../plots/frame_attributes":283,"../plots/layout_attributes":286,"../plots/polar/legacy/area_attributes":289,"../plots/polar/legacy/axis_attributes":290,"../registry":296,"./edit_types":236,"./plot_config":241}],243:[function(_dereq_,module,exports){
52153
+ },{"../lib":210,"../plots/animation_attributes":250,"../plots/attributes":252,"../plots/frame_attributes":285,"../plots/layout_attributes":288,"../plots/polar/legacy/area_attributes":291,"../plots/polar/legacy/axis_attributes":292,"../registry":298,"./edit_types":238,"./plot_config":243}],245:[function(_dereq_,module,exports){
52042
52154
  /**
52043
52155
  * Copyright 2012-2020, Plotly, Inc.
52044
52156
  * All rights reserved.
@@ -52350,7 +52462,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
52350
52462
  };
52351
52463
  };
52352
52464
 
52353
- },{"../lib":209,"../plots/attributes":250}],244:[function(_dereq_,module,exports){
52465
+ },{"../lib":210,"../plots/attributes":252}],246:[function(_dereq_,module,exports){
52354
52466
  /**
52355
52467
  * Copyright 2012-2020, Plotly, Inc.
52356
52468
  * All rights reserved.
@@ -53074,7 +53186,7 @@ exports.drawMarginPushers = function(gd) {
53074
53186
  Registry.getComponentMethod('colorbar', 'draw')(gd);
53075
53187
  };
53076
53188
 
53077
- },{"../components/color":81,"../components/drawing":103,"../components/modebar":141,"../components/titles":176,"../constants/alignment":183,"../lib":209,"../lib/clear_gl_canvases":197,"../plots/cartesian/autorange":253,"../plots/cartesian/axes":254,"../plots/cartesian/constraints":261,"../plots/plots":288,"../registry":296,"d3":16}],245:[function(_dereq_,module,exports){
53189
+ },{"../components/color":82,"../components/drawing":104,"../components/modebar":142,"../components/titles":177,"../constants/alignment":184,"../lib":210,"../lib/clear_gl_canvases":198,"../plots/cartesian/autorange":255,"../plots/cartesian/axes":256,"../plots/cartesian/constraints":263,"../plots/plots":290,"../registry":298,"d3":16}],247:[function(_dereq_,module,exports){
53078
53190
  /**
53079
53191
  * Copyright 2012-2020, Plotly, Inc.
53080
53192
  * All rights reserved.
@@ -53536,7 +53648,7 @@ function format(opts) {
53536
53648
  return opts;
53537
53649
  }
53538
53650
 
53539
- },{"../lib":209,"../plots/attributes":250,"../plots/plots":288,"./plot_config":241,"./plot_schema":242,"./plot_template":243}],246:[function(_dereq_,module,exports){
53651
+ },{"../lib":210,"../plots/attributes":252,"../plots/plots":290,"./plot_config":243,"./plot_schema":244,"./plot_template":245}],248:[function(_dereq_,module,exports){
53540
53652
  /**
53541
53653
  * Copyright 2012-2020, Plotly, Inc.
53542
53654
  * All rights reserved.
@@ -53757,7 +53869,7 @@ function toImage(gd, opts) {
53757
53869
 
53758
53870
  module.exports = toImage;
53759
53871
 
53760
- },{"../lib":209,"../plots/plots":288,"../snapshot/helpers":300,"../snapshot/svgtoimg":302,"../snapshot/tosvg":304,"../version":437,"./plot_api":240,"fast-isnumeric":18}],247:[function(_dereq_,module,exports){
53872
+ },{"../lib":210,"../plots/plots":290,"../snapshot/helpers":302,"../snapshot/svgtoimg":304,"../snapshot/tosvg":306,"../version":439,"./plot_api":242,"fast-isnumeric":18}],249:[function(_dereq_,module,exports){
53761
53873
  /**
53762
53874
  * Copyright 2012-2020, Plotly, Inc.
53763
53875
  * All rights reserved.
@@ -54188,7 +54300,7 @@ function convertPathToAttributeString(path) {
54188
54300
  return astr;
54189
54301
  }
54190
54302
 
54191
- },{"../lib":209,"../plots/plots":288,"./plot_config":241,"./plot_schema":242}],248:[function(_dereq_,module,exports){
54303
+ },{"../lib":210,"../plots/plots":290,"./plot_config":243,"./plot_schema":244}],250:[function(_dereq_,module,exports){
54192
54304
  /**
54193
54305
  * Copyright 2012-2020, Plotly, Inc.
54194
54306
  * All rights reserved.
@@ -54300,7 +54412,7 @@ module.exports = {
54300
54412
  }
54301
54413
  };
54302
54414
 
54303
- },{}],249:[function(_dereq_,module,exports){
54415
+ },{}],251:[function(_dereq_,module,exports){
54304
54416
  /**
54305
54417
  * Copyright 2012-2020, Plotly, Inc.
54306
54418
  * All rights reserved.
@@ -54395,7 +54507,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
54395
54507
  return contOut;
54396
54508
  };
54397
54509
 
54398
- },{"../lib":209,"../plot_api/plot_template":243}],250:[function(_dereq_,module,exports){
54510
+ },{"../lib":210,"../plot_api/plot_template":245}],252:[function(_dereq_,module,exports){
54399
54511
  /**
54400
54512
  * Copyright 2012-2020, Plotly, Inc.
54401
54513
  * All rights reserved.
@@ -54536,7 +54648,7 @@ module.exports = {
54536
54648
  }
54537
54649
  };
54538
54650
 
54539
- },{"../components/fx/attributes":112}],251:[function(_dereq_,module,exports){
54651
+ },{"../components/fx/attributes":113}],253:[function(_dereq_,module,exports){
54540
54652
  /**
54541
54653
  * Copyright 2012-2020, Plotly, Inc.
54542
54654
  * All rights reserved.
@@ -54628,7 +54740,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
54628
54740
  return newVals;
54629
54741
  };
54630
54742
 
54631
- },{"../../constants/numerical":188,"../../lib":209,"fast-isnumeric":18}],252:[function(_dereq_,module,exports){
54743
+ },{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],254:[function(_dereq_,module,exports){
54632
54744
  /**
54633
54745
  * Copyright 2012-2020, Plotly, Inc.
54634
54746
  * All rights reserved.
@@ -54657,7 +54769,7 @@ module.exports = {
54657
54769
  }
54658
54770
  };
54659
54771
 
54660
- },{}],253:[function(_dereq_,module,exports){
54772
+ },{}],255:[function(_dereq_,module,exports){
54661
54773
  /**
54662
54774
  * Copyright 2012-2020, Plotly, Inc.
54663
54775
  * All rights reserved.
@@ -54674,7 +54786,9 @@ var Lib = _dereq_('../../lib');
54674
54786
  var FP_SAFE = _dereq_('../../constants/numerical').FP_SAFE;
54675
54787
  var Registry = _dereq_('../../registry');
54676
54788
 
54677
- var getFromId = _dereq_('./axis_ids').getFromId;
54789
+ var axIds = _dereq_('./axis_ids');
54790
+ var getFromId = axIds.getFromId;
54791
+ var isLinked = axIds.isLinked;
54678
54792
 
54679
54793
  module.exports = {
54680
54794
  getAutoRange: getAutoRange,
@@ -54716,8 +54830,9 @@ function getAutoRange(gd, ax) {
54716
54830
  var i, j;
54717
54831
  var newRange = [];
54718
54832
 
54719
- var getPadMin = makePadFn(ax, 0);
54720
- var getPadMax = makePadFn(ax, 1);
54833
+ var fullLayout = gd._fullLayout;
54834
+ var getPadMin = makePadFn(fullLayout, ax, 0);
54835
+ var getPadMax = makePadFn(fullLayout, ax, 1);
54721
54836
  var extremes = concatExtremes(gd, ax);
54722
54837
  var minArray = extremes.min;
54723
54838
  var maxArray = extremes.max;
@@ -54777,8 +54892,8 @@ function getAutoRange(gd, ax) {
54777
54892
  } else if(dv / axLen > mbest) {
54778
54893
  // in case of padding longer than the axis
54779
54894
  // at least include the unpadded data values.
54780
- minbest = {val: minpt.val, pad: 0};
54781
- maxbest = {val: maxpt.val, pad: 0};
54895
+ minbest = {val: minpt.val, nopad: 1};
54896
+ maxbest = {val: maxpt.val, nopad: 1};
54782
54897
  mbest = dv / axLen;
54783
54898
  }
54784
54899
  }
@@ -54815,17 +54930,17 @@ function getAutoRange(gd, ax) {
54815
54930
  } else {
54816
54931
  if(toZero) {
54817
54932
  if(minbest.val >= 0) {
54818
- minbest = {val: 0, pad: 0};
54933
+ minbest = {val: 0, nopad: 1};
54819
54934
  }
54820
54935
  if(maxbest.val <= 0) {
54821
- maxbest = {val: 0, pad: 0};
54936
+ maxbest = {val: 0, nopad: 1};
54822
54937
  }
54823
54938
  } else if(nonNegative) {
54824
54939
  if(minbest.val - mbest * getPadMin(minbest) < 0) {
54825
- minbest = {val: 0, pad: 0};
54940
+ minbest = {val: 0, nopad: 1};
54826
54941
  }
54827
54942
  if(maxbest.val <= 0) {
54828
- maxbest = {val: 1, pad: 0};
54943
+ maxbest = {val: 1, nopad: 1};
54829
54944
  }
54830
54945
  }
54831
54946
 
@@ -54862,13 +54977,15 @@ function calcBreaksLength(ax, v0, v1) {
54862
54977
  * calculate the pixel padding for ax._min and ax._max entries with
54863
54978
  * optional extrapad as 5% of the total axis length
54864
54979
  */
54865
- function makePadFn(ax, max) {
54980
+ function makePadFn(fullLayout, ax, max) {
54866
54981
  // 5% padding for points that specify extrapad: true
54867
54982
  var extrappad = 0.05 * ax._length;
54868
54983
 
54984
+ var anchorAxis = ax._anchorAxis || {};
54985
+
54869
54986
  if(
54870
54987
  (ax.ticklabelposition || '').indexOf('inside') !== -1 ||
54871
- ((ax._anchorAxis || {}).ticklabelposition || '').indexOf('inside') !== -1
54988
+ (anchorAxis.ticklabelposition || '').indexOf('inside') !== -1
54872
54989
  ) {
54873
54990
  var axReverse = ax.autorange === 'reversed';
54874
54991
  if(!axReverse) {
@@ -54878,8 +54995,11 @@ function makePadFn(ax, max) {
54878
54995
  if(axReverse) max = !max;
54879
54996
  }
54880
54997
 
54881
- extrappad = adjustPadForInsideLabelsOnAnchorAxis(extrappad, ax, max);
54882
- extrappad = adjustPadForInsideLabelsOnThisAxis(extrappad, ax, max);
54998
+ var zero = 0;
54999
+ if(!isLinked(fullLayout, ax._id)) {
55000
+ zero = padInsideLabelsOnAnchorAxis(ax, max);
55001
+ }
55002
+ extrappad = Math.max(zero, extrappad);
54883
55003
 
54884
55004
  // domain-constrained axes: base extrappad on the unconstrained
54885
55005
  // domain so it's consistent as the domain changes
@@ -54888,50 +55008,17 @@ function makePadFn(ax, max) {
54888
55008
  (ax.domain[1] - ax.domain[0]);
54889
55009
  }
54890
55010
 
54891
- return function getPad(pt) { return pt.pad + (pt.extrapad ? extrappad : 0); };
55011
+ return function getPad(pt) {
55012
+ if(pt.nopad) return 0;
55013
+ return pt.pad + (pt.extrapad ? extrappad : zero);
55014
+ };
54892
55015
  }
54893
55016
 
54894
55017
  var TEXTPAD = 3;
54895
55018
 
54896
- function adjustPadForInsideLabelsOnThisAxis(extrappad, ax, max) {
54897
- var ticklabelposition = ax.ticklabelposition || '';
54898
- var has = function(str) {
54899
- return ticklabelposition.indexOf(str) !== -1;
54900
- };
54901
-
54902
- if(!has('inside')) return extrappad;
54903
- var isTop = has('top');
54904
- var isLeft = has('left');
54905
- var isRight = has('right');
54906
- var isBottom = has('bottom');
54907
- var isAligned = isBottom || isLeft || isTop || isRight;
54908
-
54909
- if(
54910
- (max && (isLeft || isBottom)) ||
54911
- (!max && (isRight || isTop))
54912
- ) {
54913
- return extrappad;
54914
- }
54915
-
54916
- // increase padding to make more room for inside tick labels of the axis
54917
- var fontSize = ax.tickfont ? ax.tickfont.size : 12;
54918
- var isX = ax._id.charAt(0) === 'x';
54919
- var morePad = (isX ? 1.2 : 0.6) * fontSize;
54920
-
54921
- if(isAligned) {
54922
- morePad *= 2;
54923
- morePad += (ax.tickwidth || 0) / 2;
54924
- }
54925
-
54926
- morePad += TEXTPAD;
54927
-
54928
- extrappad = Math.max(extrappad, morePad);
54929
-
54930
- return extrappad;
54931
- }
54932
-
54933
- function adjustPadForInsideLabelsOnAnchorAxis(extrappad, ax, max) {
54934
- var anchorAxis = (ax._anchorAxis || {});
55019
+ function padInsideLabelsOnAnchorAxis(ax, max) {
55020
+ var pad = 0;
55021
+ var anchorAxis = ax._anchorAxis || {};
54935
55022
  if((anchorAxis.ticklabelposition || '').indexOf('inside') !== -1) {
54936
55023
  // increase padding to make more room for inside tick labels of the counter axis
54937
55024
  if((
@@ -54947,7 +55034,6 @@ function adjustPadForInsideLabelsOnAnchorAxis(extrappad, ax, max) {
54947
55034
  )) {
54948
55035
  var isX = ax._id.charAt(0) === 'x';
54949
55036
 
54950
- var morePad = 0;
54951
55037
  if(anchorAxis._vals) {
54952
55038
  var rad = Lib.deg2rad(anchorAxis._tickAngles[anchorAxis._id + 'tick'] || 0);
54953
55039
  var cosA = Math.abs(Math.cos(rad));
@@ -54956,29 +55042,24 @@ function adjustPadForInsideLabelsOnAnchorAxis(extrappad, ax, max) {
54956
55042
  // use bounding boxes
54957
55043
  anchorAxis._vals.forEach(function(t) {
54958
55044
  if(t.bb) {
54959
- var w = t.bb.width;
54960
- var h = t.bb.height;
55045
+ var w = 2 * TEXTPAD + t.bb.width;
55046
+ var h = 2 * TEXTPAD + t.bb.height;
54961
55047
 
54962
- morePad = Math.max(morePad, isX ?
55048
+ pad = Math.max(pad, isX ?
54963
55049
  Math.max(w * cosA, h * sinA) :
54964
55050
  Math.max(h * cosA, w * sinA)
54965
55051
  );
54966
-
54967
- // add extra pad around label
54968
- morePad += 3;
54969
55052
  }
54970
55053
  });
54971
55054
  }
54972
55055
 
54973
55056
  if(anchorAxis.ticks === 'inside' && anchorAxis.ticklabelposition === 'inside') {
54974
- morePad += anchorAxis.ticklen || 0;
55057
+ pad += anchorAxis.ticklen || 0;
54975
55058
  }
54976
-
54977
- extrappad = Math.max(extrappad, morePad);
54978
55059
  }
54979
55060
  }
54980
55061
 
54981
- return extrappad;
55062
+ return pad;
54982
55063
  }
54983
55064
 
54984
55065
  function concatExtremes(gd, ax, noMatch) {
@@ -55297,7 +55378,7 @@ function goodNumber(v) {
55297
55378
  function lessOrEqual(v0, v1) { return v0 <= v1; }
55298
55379
  function greaterOrEqual(v0, v1) { return v0 >= v1; }
55299
55380
 
55300
- },{"../../constants/numerical":188,"../../lib":209,"../../registry":296,"./axis_ids":257,"fast-isnumeric":18}],254:[function(_dereq_,module,exports){
55381
+ },{"../../constants/numerical":189,"../../lib":210,"../../registry":298,"./axis_ids":259,"fast-isnumeric":18}],256:[function(_dereq_,module,exports){
55301
55382
  /**
55302
55383
  * Copyright 2012-2020, Plotly, Inc.
55303
55384
  * All rights reserved.
@@ -55356,6 +55437,10 @@ axes.setConvert = _dereq_('./set_convert');
55356
55437
  var autoType = _dereq_('./axis_autotype');
55357
55438
 
55358
55439
  var axisIds = _dereq_('./axis_ids');
55440
+ var idSort = axisIds.idSort;
55441
+ var isLinked = axisIds.isLinked;
55442
+
55443
+ // tight coupling to chart studio
55359
55444
  axes.id2name = axisIds.id2name;
55360
55445
  axes.name2id = axisIds.name2id;
55361
55446
  axes.cleanId = axisIds.cleanId;
@@ -56745,9 +56830,23 @@ function formatDate(ax, out, hover, extraPrecision) {
56745
56830
  // except for year headPart: turn this into "Jan 1, 2000" etc.
56746
56831
  if(tr === 'd') dateStr += ', ' + headStr;
56747
56832
  else dateStr = headStr + (dateStr ? ', ' + dateStr : '');
56748
- } else if(!ax._inCalcTicks || (headStr !== ax._prevDateHead)) {
56749
- dateStr += '<br>' + headStr;
56750
- ax._prevDateHead = headStr;
56833
+ } else {
56834
+ if(
56835
+ !ax._inCalcTicks ||
56836
+ ax._prevDateHead !== headStr
56837
+ ) {
56838
+ ax._prevDateHead = headStr;
56839
+ dateStr += '<br>' + headStr;
56840
+ } else {
56841
+ var isInside = (ax.ticklabelposition || '').indexOf('inside') !== -1;
56842
+ var side = ax._realSide || ax.side; // polar mocks the side of the radial axis
56843
+ if(
56844
+ (!isInside && side === 'top') ||
56845
+ (isInside && side === 'bottom')
56846
+ ) {
56847
+ dateStr += '<br> ';
56848
+ }
56849
+ }
56751
56850
  }
56752
56851
  }
56753
56852
 
@@ -58193,7 +58292,7 @@ axes.drawZeroLine = function(gd, ax, opts) {
58193
58292
  // If several zerolines enter at the same time we will sort once per,
58194
58293
  // but generally this should be a minimal overhead.
58195
58294
  opts.layer.selectAll('path').sort(function(da, db) {
58196
- return axisIds.idSort(da.id, db.id);
58295
+ return idSort(da.id, db.id);
58197
58296
  });
58198
58297
  });
58199
58298
 
@@ -58491,7 +58590,8 @@ axes.drawLabels = function(gd, ax, opts) {
58491
58590
  var anchorAx = ax._anchorAxis;
58492
58591
  if(
58493
58592
  anchorAx && anchorAx.autorange &&
58494
- (ax.ticklabelposition || '').indexOf('inside') !== -1
58593
+ (ax.ticklabelposition || '').indexOf('inside') !== -1 &&
58594
+ !isLinked(fullLayout, ax._id)
58495
58595
  ) {
58496
58596
  if(!fullLayout._insideTickLabelsAutorange) {
58497
58597
  fullLayout._insideTickLabelsAutorange = {};
@@ -58634,27 +58734,36 @@ function drawTitle(gd, ax) {
58634
58734
  var axId = ax._id;
58635
58735
  var axLetter = axId.charAt(0);
58636
58736
  var fontSize = ax.title.font.size;
58637
-
58638
58737
  var titleStandoff;
58639
58738
 
58640
58739
  if(ax.title.hasOwnProperty('standoff')) {
58641
58740
  titleStandoff = ax._depth + ax.title.standoff + approxTitleDepth(ax);
58642
58741
  } else {
58742
+ var isInside = (ax.ticklabelposition || '').indexOf('inside') !== -1;
58743
+
58643
58744
  if(ax.type === 'multicategory') {
58644
58745
  titleStandoff = ax._depth;
58645
58746
  } else {
58646
- var offsetBase = 1.5;
58647
- titleStandoff = 10 + fontSize * offsetBase + (ax.linewidth ? ax.linewidth - 1 : 0);
58747
+ var offsetBase = 1.5 * fontSize;
58748
+ if(isInside) {
58749
+ offsetBase = 0.5 * fontSize;
58750
+ if(ax.ticks === 'outside') {
58751
+ offsetBase += ax.ticklen;
58752
+ }
58753
+ }
58754
+ titleStandoff = 10 + offsetBase + (ax.linewidth ? ax.linewidth - 1 : 0);
58648
58755
  }
58649
58756
 
58650
- if(axLetter === 'x') {
58651
- titleStandoff += ax.side === 'top' ?
58652
- fontSize * (ax.showticklabels ? 1 : 0) :
58653
- fontSize * (ax.showticklabels ? 1.5 : 0.5);
58654
- } else {
58655
- titleStandoff += ax.side === 'right' ?
58656
- fontSize * (ax.showticklabels ? 1 : 0.5) :
58657
- fontSize * (ax.showticklabels ? 0.5 : 0);
58757
+ if(!isInside) {
58758
+ if(axLetter === 'x') {
58759
+ titleStandoff += ax.side === 'top' ?
58760
+ fontSize * (ax.showticklabels ? 1 : 0) :
58761
+ fontSize * (ax.showticklabels ? 1.5 : 0.5);
58762
+ } else {
58763
+ titleStandoff += ax.side === 'right' ?
58764
+ fontSize * (ax.showticklabels ? 1 : 0.5) :
58765
+ fontSize * (ax.showticklabels ? 0.5 : 0);
58766
+ }
58658
58767
  }
58659
58768
  }
58660
58769
 
@@ -58989,7 +59098,7 @@ function moveOutsideBreak(v, ax) {
58989
59098
  return v;
58990
59099
  }
58991
59100
 
58992
- },{"../../components/color":81,"../../components/drawing":103,"../../components/titles":176,"../../constants/alignment":183,"../../constants/numerical":188,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/plots":288,"../../registry":296,"./autorange":253,"./axis_autotype":255,"./axis_ids":257,"./clean_ticks":259,"./layout_attributes":268,"./set_convert":274,"d3":16,"fast-isnumeric":18}],255:[function(_dereq_,module,exports){
59101
+ },{"../../components/color":82,"../../components/drawing":104,"../../components/titles":177,"../../constants/alignment":184,"../../constants/numerical":189,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../../registry":298,"./autorange":255,"./axis_autotype":257,"./axis_ids":259,"./clean_ticks":261,"./layout_attributes":270,"./set_convert":276,"d3":16,"fast-isnumeric":18}],257:[function(_dereq_,module,exports){
58993
59102
  /**
58994
59103
  * Copyright 2012-2020, Plotly, Inc.
58995
59104
  * All rights reserved.
@@ -59120,7 +59229,7 @@ function multiCategory(a) {
59120
59229
  return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
59121
59230
  }
59122
59231
 
59123
- },{"../../constants/numerical":188,"../../lib":209,"fast-isnumeric":18}],256:[function(_dereq_,module,exports){
59232
+ },{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],258:[function(_dereq_,module,exports){
59124
59233
  /**
59125
59234
  * Copyright 2012-2020, Plotly, Inc.
59126
59235
  * All rights reserved.
@@ -59428,7 +59537,7 @@ function indexOfDay(v) {
59428
59537
  ];
59429
59538
  }
59430
59539
 
59431
- },{"../../lib":209,"../../registry":296,"../array_container_defaults":249,"./category_order_defaults":258,"./constants":260,"./layout_attributes":268,"./line_grid_defaults":270,"./set_convert":274,"./tick_label_defaults":275,"./tick_mark_defaults":276,"./tick_value_defaults":277,"fast-isnumeric":18}],257:[function(_dereq_,module,exports){
59540
+ },{"../../lib":210,"../../registry":298,"../array_container_defaults":251,"./category_order_defaults":260,"./constants":262,"./layout_attributes":270,"./line_grid_defaults":272,"./set_convert":276,"./tick_label_defaults":277,"./tick_mark_defaults":278,"./tick_value_defaults":279,"fast-isnumeric":18}],259:[function(_dereq_,module,exports){
59432
59541
  /**
59433
59542
  * Copyright 2012-2020, Plotly, Inc.
59434
59543
  * All rights reserved.
@@ -59568,7 +59677,23 @@ exports.ref2id = function(ar) {
59568
59677
  return (/^[xyz]/.test(ar)) ? ar.split(' ')[0] : false;
59569
59678
  };
59570
59679
 
59571
- },{"../../registry":296,"./constants":260}],258:[function(_dereq_,module,exports){
59680
+ function isFound(axId, list) {
59681
+ if(list && list.length) {
59682
+ for(var i = 0; i < list.length; i++) {
59683
+ if(list[i][axId]) return true;
59684
+ }
59685
+ }
59686
+ return false;
59687
+ }
59688
+
59689
+ exports.isLinked = function(fullLayout, axId) {
59690
+ return (
59691
+ isFound(axId, fullLayout._axisMatchGroups) ||
59692
+ isFound(axId, fullLayout._axisConstraintGroups)
59693
+ );
59694
+ };
59695
+
59696
+ },{"../../registry":298,"./constants":262}],260:[function(_dereq_,module,exports){
59572
59697
  /**
59573
59698
  * Copyright 2012-2020, Plotly, Inc.
59574
59699
  * All rights reserved.
@@ -59662,7 +59787,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
59662
59787
  }
59663
59788
  };
59664
59789
 
59665
- },{}],259:[function(_dereq_,module,exports){
59790
+ },{}],261:[function(_dereq_,module,exports){
59666
59791
  /**
59667
59792
  * Copyright 2012-2020, Plotly, Inc.
59668
59793
  * All rights reserved.
@@ -59754,7 +59879,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
59754
59879
  return isNumeric(tick0) ? Number(tick0) : 0;
59755
59880
  };
59756
59881
 
59757
- },{"../../constants/numerical":188,"../../lib":209,"fast-isnumeric":18}],260:[function(_dereq_,module,exports){
59882
+ },{"../../constants/numerical":189,"../../lib":210,"fast-isnumeric":18}],262:[function(_dereq_,module,exports){
59758
59883
  /**
59759
59884
  * Copyright 2012-2020, Plotly, Inc.
59760
59885
  * All rights reserved.
@@ -59846,7 +59971,7 @@ module.exports = {
59846
59971
  }
59847
59972
  };
59848
59973
 
59849
- },{"../../lib/regex":224}],261:[function(_dereq_,module,exports){
59974
+ },{"../../lib/regex":226}],263:[function(_dereq_,module,exports){
59850
59975
  /**
59851
59976
  * Copyright 2012-2020, Plotly, Inc.
59852
59977
  * All rights reserved.
@@ -60414,8 +60539,8 @@ exports.enforce = function enforce(gd) {
60414
60539
  // *are* expanding to the full domain
60415
60540
  var outerMin = rangeCenter - halfRange * factor * 1.0001;
60416
60541
  var outerMax = rangeCenter + halfRange * factor * 1.0001;
60417
- var getPadMin = autorange.makePadFn(ax, 0);
60418
- var getPadMax = autorange.makePadFn(ax, 1);
60542
+ var getPadMin = autorange.makePadFn(fullLayout, ax, 0);
60543
+ var getPadMax = autorange.makePadFn(fullLayout, ax, 1);
60419
60544
 
60420
60545
  updateDomain(ax, factor);
60421
60546
  var m = Math.abs(ax._m);
@@ -60497,7 +60622,7 @@ function updateDomain(ax, factor) {
60497
60622
  ax.setScale();
60498
60623
  }
60499
60624
 
60500
- },{"../../constants/alignment":183,"../../constants/numerical":188,"../../lib":209,"./autorange":253,"./axis_ids":257,"./layout_attributes":268,"./scale_zoom":272,"./set_convert":274}],262:[function(_dereq_,module,exports){
60625
+ },{"../../constants/alignment":184,"../../constants/numerical":189,"../../lib":210,"./autorange":255,"./axis_ids":259,"./layout_attributes":270,"./scale_zoom":274,"./set_convert":276}],264:[function(_dereq_,module,exports){
60501
60626
  /**
60502
60627
  * Copyright 2012-2020, Plotly, Inc.
60503
60628
  * All rights reserved.
@@ -61835,7 +61960,7 @@ module.exports = {
61835
61960
  attachWheelEventHandler: attachWheelEventHandler
61836
61961
  };
61837
61962
 
61838
- },{"../../components/color":81,"../../components/dragelement":100,"../../components/dragelement/helpers":99,"../../components/drawing":103,"../../components/fx":121,"../../constants/alignment":183,"../../lib":209,"../../lib/clear_gl_canvases":197,"../../lib/setcursor":228,"../../lib/svg_text_utils":230,"../../plot_api/subroutines":244,"../../registry":296,"../plots":288,"./axes":254,"./axis_ids":257,"./constants":260,"./scale_zoom":272,"./select":273,"d3":16,"has-passive-events":50,"tinycolor2":64}],263:[function(_dereq_,module,exports){
61963
+ },{"../../components/color":82,"../../components/dragelement":101,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../constants/alignment":184,"../../lib":210,"../../lib/clear_gl_canvases":198,"../../lib/setcursor":230,"../../lib/svg_text_utils":232,"../../plot_api/subroutines":246,"../../registry":298,"../plots":290,"./axes":256,"./axis_ids":259,"./constants":262,"./scale_zoom":274,"./select":275,"d3":16,"has-passive-events":50,"tinycolor2":65}],265:[function(_dereq_,module,exports){
61839
61964
  /**
61840
61965
  * Copyright 2012-2020, Plotly, Inc.
61841
61966
  * All rights reserved.
@@ -62003,7 +62128,7 @@ exports.updateFx = function(gd) {
62003
62128
  setCursor(fullLayout._draggers, cursor);
62004
62129
  };
62005
62130
 
62006
- },{"../../components/dragelement":100,"../../components/fx":121,"../../lib/setcursor":228,"./constants":260,"./dragbox":262,"d3":16}],264:[function(_dereq_,module,exports){
62131
+ },{"../../components/dragelement":101,"../../components/fx":122,"../../lib/setcursor":230,"./constants":262,"./dragbox":264,"d3":16}],266:[function(_dereq_,module,exports){
62007
62132
  /**
62008
62133
  * Copyright 2012-2020, Plotly, Inc.
62009
62134
  * All rights reserved.
@@ -62039,7 +62164,7 @@ module.exports = {
62039
62164
  clearSelect: clearSelect
62040
62165
  };
62041
62166
 
62042
- },{}],265:[function(_dereq_,module,exports){
62167
+ },{}],267:[function(_dereq_,module,exports){
62043
62168
  /**
62044
62169
  * Copyright 2012-2020, Plotly, Inc.
62045
62170
  * All rights reserved.
@@ -62096,7 +62221,7 @@ module.exports = {
62096
62221
  getTransform: getTransform
62097
62222
  };
62098
62223
 
62099
- },{"../../lib":209}],266:[function(_dereq_,module,exports){
62224
+ },{"../../lib":210}],268:[function(_dereq_,module,exports){
62100
62225
  /**
62101
62226
  * Copyright 2012-2020, Plotly, Inc.
62102
62227
  * All rights reserved.
@@ -62174,7 +62299,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
62174
62299
  };
62175
62300
  };
62176
62301
 
62177
- },{"../../lib":209,"../../registry":296,"./axis_ids":257}],267:[function(_dereq_,module,exports){
62302
+ },{"../../lib":210,"../../registry":298,"./axis_ids":259}],269:[function(_dereq_,module,exports){
62178
62303
  /**
62179
62304
  * Copyright 2012-2020, Plotly, Inc.
62180
62305
  * All rights reserved.
@@ -62792,7 +62917,7 @@ exports.toSVG = function(gd) {
62792
62917
 
62793
62918
  exports.updateFx = _dereq_('./graph_interact').updateFx;
62794
62919
 
62795
- },{"../../components/drawing":103,"../../constants/xmlns_namespaces":189,"../../lib":209,"../../registry":296,"../get_data":284,"../plots":288,"./attributes":252,"./axis_ids":257,"./constants":260,"./graph_interact":263,"./layout_attributes":268,"./layout_defaults":269,"./transition_axes":278,"d3":16}],268:[function(_dereq_,module,exports){
62920
+ },{"../../components/drawing":104,"../../constants/xmlns_namespaces":190,"../../lib":210,"../../registry":298,"../get_data":286,"../plots":290,"./attributes":254,"./axis_ids":259,"./constants":262,"./graph_interact":265,"./layout_attributes":270,"./layout_defaults":271,"./transition_axes":280,"d3":16}],270:[function(_dereq_,module,exports){
62796
62921
  /**
62797
62922
  * Copyright 2012-2020, Plotly, Inc.
62798
62923
  * All rights reserved.
@@ -63512,7 +63637,7 @@ module.exports = {
63512
63637
  }
63513
63638
  };
63514
63639
 
63515
- },{"../../components/color/attributes":80,"../../components/drawing/attributes":102,"../../constants/docs":186,"../../constants/numerical":188,"../../lib/extend":203,"../../plot_api/plot_template":243,"../font_attributes":282,"./constants":260}],269:[function(_dereq_,module,exports){
63640
+ },{"../../components/color/attributes":81,"../../components/drawing/attributes":103,"../../constants/docs":187,"../../constants/numerical":189,"../../lib/extend":204,"../../plot_api/plot_template":245,"../font_attributes":284,"./constants":262}],271:[function(_dereq_,module,exports){
63516
63641
  /**
63517
63642
  * Copyright 2012-2020, Plotly, Inc.
63518
63643
  * All rights reserved.
@@ -63899,7 +64024,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
63899
64024
  });
63900
64025
  };
63901
64026
 
63902
- },{"../../components/color":81,"../../components/fx/helpers":117,"../../components/fx/hovermode_defaults":120,"../../lib":209,"../../plot_api/plot_template":243,"../../registry":296,"../layout_attributes":286,"./axis_defaults":256,"./axis_ids":257,"./constants":260,"./constraints":261,"./layout_attributes":268,"./position_defaults":271,"./type_defaults":279}],270:[function(_dereq_,module,exports){
64027
+ },{"../../components/color":82,"../../components/fx/helpers":118,"../../components/fx/hovermode_defaults":121,"../../lib":210,"../../plot_api/plot_template":245,"../../registry":298,"../layout_attributes":288,"./axis_defaults":258,"./axis_ids":259,"./constants":262,"./constraints":263,"./layout_attributes":270,"./position_defaults":273,"./type_defaults":281}],272:[function(_dereq_,module,exports){
63903
64028
  /**
63904
64029
  * Copyright 2012-2020, Plotly, Inc.
63905
64030
  * All rights reserved.
@@ -63964,7 +64089,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
63964
64089
  }
63965
64090
  };
63966
64091
 
63967
- },{"../../components/color/attributes":80,"../../lib":209,"tinycolor2":64}],271:[function(_dereq_,module,exports){
64092
+ },{"../../components/color/attributes":81,"../../lib":210,"tinycolor2":65}],273:[function(_dereq_,module,exports){
63968
64093
  /**
63969
64094
  * Copyright 2012-2020, Plotly, Inc.
63970
64095
  * All rights reserved.
@@ -64052,7 +64177,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
64052
64177
  return containerOut;
64053
64178
  };
64054
64179
 
64055
- },{"../../lib":209,"fast-isnumeric":18}],272:[function(_dereq_,module,exports){
64180
+ },{"../../lib":210,"fast-isnumeric":18}],274:[function(_dereq_,module,exports){
64056
64181
  /**
64057
64182
  * Copyright 2012-2020, Plotly, Inc.
64058
64183
  * All rights reserved.
@@ -64081,7 +64206,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
64081
64206
  ax.setScale();
64082
64207
  };
64083
64208
 
64084
- },{"../../constants/alignment":183}],273:[function(_dereq_,module,exports){
64209
+ },{"../../constants/alignment":184}],275:[function(_dereq_,module,exports){
64085
64210
  /**
64086
64211
  * Copyright 2012-2020, Plotly, Inc.
64087
64212
  * All rights reserved.
@@ -65024,7 +65149,7 @@ module.exports = {
65024
65149
  selectOnClick: selectOnClick
65025
65150
  };
65026
65151
 
65027
- },{"../../components/color":81,"../../components/dragelement/helpers":99,"../../components/drawing":103,"../../components/fx":121,"../../components/fx/helpers":117,"../../components/shapes/draw_newshape/display_outlines":166,"../../components/shapes/draw_newshape/helpers":167,"../../components/shapes/draw_newshape/newshapes":168,"../../lib":209,"../../lib/clear_gl_canvases":197,"../../lib/polygon":221,"../../lib/throttle":231,"../../plot_api/subroutines":244,"../../registry":296,"./axis_ids":257,"./constants":260,"./handle_outline":264,"./helpers":265,"polybooljs":55}],274:[function(_dereq_,module,exports){
65152
+ },{"../../components/color":82,"../../components/dragelement/helpers":100,"../../components/drawing":104,"../../components/fx":122,"../../components/fx/helpers":118,"../../components/shapes/draw_newshape/display_outlines":167,"../../components/shapes/draw_newshape/helpers":168,"../../components/shapes/draw_newshape/newshapes":169,"../../lib":210,"../../lib/clear_gl_canvases":198,"../../lib/polygon":222,"../../lib/throttle":233,"../../plot_api/subroutines":246,"../../registry":298,"./axis_ids":259,"./constants":262,"./handle_outline":266,"./helpers":267,"polybooljs":56}],276:[function(_dereq_,module,exports){
65028
65153
  /**
65029
65154
  * Copyright 2012-2020, Plotly, Inc.
65030
65155
  * All rights reserved.
@@ -65982,7 +66107,7 @@ module.exports = function setConvert(ax, fullLayout) {
65982
66107
  delete ax._forceTick0;
65983
66108
  };
65984
66109
 
65985
- },{"../../constants/numerical":188,"../../lib":209,"./axis_ids":257,"./constants":260,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],275:[function(_dereq_,module,exports){
66110
+ },{"../../constants/numerical":189,"../../lib":210,"./axis_ids":259,"./constants":262,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],277:[function(_dereq_,module,exports){
65986
66111
  /**
65987
66112
  * Copyright 2012-2020, Plotly, Inc.
65988
66113
  * All rights reserved.
@@ -66109,7 +66234,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
66109
66234
  }
66110
66235
  }
66111
66236
 
66112
- },{"../../components/color":81,"../../lib":209,"../array_container_defaults":249,"./layout_attributes":268}],276:[function(_dereq_,module,exports){
66237
+ },{"../../components/color":82,"../../lib":210,"../array_container_defaults":251,"./layout_attributes":270}],278:[function(_dereq_,module,exports){
66113
66238
  /**
66114
66239
  * Copyright 2012-2020, Plotly, Inc.
66115
66240
  * All rights reserved.
@@ -66142,7 +66267,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
66142
66267
  }
66143
66268
  };
66144
66269
 
66145
- },{"../../lib":209,"./layout_attributes":268}],277:[function(_dereq_,module,exports){
66270
+ },{"../../lib":210,"./layout_attributes":270}],279:[function(_dereq_,module,exports){
66146
66271
  /**
66147
66272
  * Copyright 2012-2020, Plotly, Inc.
66148
66273
  * All rights reserved.
@@ -66189,7 +66314,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
66189
66314
  }
66190
66315
  };
66191
66316
 
66192
- },{"../../lib":209,"./clean_ticks":259}],278:[function(_dereq_,module,exports){
66317
+ },{"../../lib":210,"./clean_ticks":261}],280:[function(_dereq_,module,exports){
66193
66318
  /**
66194
66319
  * Copyright 2012-2020, Plotly, Inc.
66195
66320
  * All rights reserved.
@@ -66402,7 +66527,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
66402
66527
  return Promise.resolve();
66403
66528
  };
66404
66529
 
66405
- },{"../../components/drawing":103,"../../lib":209,"../../registry":296,"./axes":254,"d3":16}],279:[function(_dereq_,module,exports){
66530
+ },{"../../components/drawing":104,"../../lib":210,"../../registry":298,"./axes":256,"d3":16}],281:[function(_dereq_,module,exports){
66406
66531
  /**
66407
66532
  * Copyright 2012-2020, Plotly, Inc.
66408
66533
  * All rights reserved.
@@ -66542,7 +66667,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
66542
66667
  );
66543
66668
  }
66544
66669
 
66545
- },{"../../registry":296,"./axis_autotype":255}],280:[function(_dereq_,module,exports){
66670
+ },{"../../registry":298,"./axis_autotype":257}],282:[function(_dereq_,module,exports){
66546
66671
  /**
66547
66672
  * Copyright 2012-2020, Plotly, Inc.
66548
66673
  * All rights reserved.
@@ -66969,7 +67094,7 @@ function crawl(attrs, callback, path, depth) {
66969
67094
  });
66970
67095
  }
66971
67096
 
66972
- },{"../lib":209,"../registry":296}],281:[function(_dereq_,module,exports){
67097
+ },{"../lib":210,"../registry":298}],283:[function(_dereq_,module,exports){
66973
67098
  /**
66974
67099
  * Copyright 2012-2020, Plotly, Inc.
66975
67100
  * All rights reserved.
@@ -67081,7 +67206,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
67081
67206
  if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
67082
67207
  };
67083
67208
 
67084
- },{"../lib/extend":203}],282:[function(_dereq_,module,exports){
67209
+ },{"../lib/extend":204}],284:[function(_dereq_,module,exports){
67085
67210
  /**
67086
67211
  * Copyright 2012-2020, Plotly, Inc.
67087
67212
  * All rights reserved.
@@ -67146,7 +67271,7 @@ module.exports = function(opts) {
67146
67271
  return attrs;
67147
67272
  };
67148
67273
 
67149
- },{}],283:[function(_dereq_,module,exports){
67274
+ },{}],285:[function(_dereq_,module,exports){
67150
67275
  /**
67151
67276
  * Copyright 2012-2020, Plotly, Inc.
67152
67277
  * All rights reserved.
@@ -67192,7 +67317,7 @@ module.exports = {
67192
67317
  }
67193
67318
  };
67194
67319
 
67195
- },{}],284:[function(_dereq_,module,exports){
67320
+ },{}],286:[function(_dereq_,module,exports){
67196
67321
  /**
67197
67322
  * Copyright 2012-2020, Plotly, Inc.
67198
67323
  * All rights reserved.
@@ -67321,7 +67446,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
67321
67446
  return subplotData;
67322
67447
  };
67323
67448
 
67324
- },{"../registry":296,"./cartesian/constants":260}],285:[function(_dereq_,module,exports){
67449
+ },{"../registry":298,"./cartesian/constants":262}],287:[function(_dereq_,module,exports){
67325
67450
  /**
67326
67451
  * Copyright 2012-2020, Plotly, Inc.
67327
67452
  * All rights reserved.
@@ -67355,7 +67480,7 @@ function project(camera, v) {
67355
67480
 
67356
67481
  module.exports = project;
67357
67482
 
67358
- },{}],286:[function(_dereq_,module,exports){
67483
+ },{}],288:[function(_dereq_,module,exports){
67359
67484
  /**
67360
67485
  * Copyright 2012-2020, Plotly, Inc.
67361
67486
  * All rights reserved.
@@ -67696,7 +67821,7 @@ module.exports = {
67696
67821
  }
67697
67822
  };
67698
67823
 
67699
- },{"../components/color/attributes":80,"../components/shapes/draw_newshape/attributes":163,"../lib/extend":203,"./animation_attributes":248,"./font_attributes":282,"./pad_attributes":287}],287:[function(_dereq_,module,exports){
67824
+ },{"../components/color/attributes":81,"../components/shapes/draw_newshape/attributes":164,"../lib/extend":204,"./animation_attributes":250,"./font_attributes":284,"./pad_attributes":289}],289:[function(_dereq_,module,exports){
67700
67825
  /**
67701
67826
  * Copyright 2012-2020, Plotly, Inc.
67702
67827
  * All rights reserved.
@@ -67751,7 +67876,7 @@ module.exports = function(opts) {
67751
67876
  };
67752
67877
  };
67753
67878
 
67754
- },{}],288:[function(_dereq_,module,exports){
67879
+ },{}],290:[function(_dereq_,module,exports){
67755
67880
  /**
67756
67881
  * Copyright 2012-2020, Plotly, Inc.
67757
67882
  * All rights reserved.
@@ -69620,8 +69745,13 @@ function initMargins(fullLayout) {
69620
69745
  if(!fullLayout._pushmarginIds) fullLayout._pushmarginIds = {};
69621
69746
  }
69622
69747
 
69623
- var minFinalWidth = 64; // could possibly be exposed as layout.margin.minfinalwidth
69624
- var minFinalHeight = 64; // could possibly be exposed as layout.margin.minfinalheight
69748
+ // non-negotiable - this is the smallest height we will allow users to specify via explicit margins
69749
+ var MIN_SPECIFIED_WIDTH = 2;
69750
+ var MIN_SPECIFIED_HEIGHT = 2;
69751
+
69752
+ // could be exposed as an option - the smallest we will allow automargin to shrink a larger plot
69753
+ var MIN_REDUCED_WIDTH = 64;
69754
+ var MIN_REDUCED_HEIGHT = 64;
69625
69755
 
69626
69756
  /**
69627
69757
  * autoMargin: called by components that may need to expand the margins to
@@ -69642,20 +69772,33 @@ plots.autoMargin = function(gd, id, o) {
69642
69772
  var fullLayout = gd._fullLayout;
69643
69773
  var width = fullLayout.width;
69644
69774
  var height = fullLayout.height;
69775
+ var margin = fullLayout.margin;
69776
+
69777
+ var minFinalWidth = Lib.constrain(
69778
+ width - margin.l - margin.r,
69779
+ MIN_SPECIFIED_WIDTH,
69780
+ MIN_REDUCED_WIDTH
69781
+ );
69782
+
69783
+ var minFinalHeight = Lib.constrain(
69784
+ height - margin.t - margin.b,
69785
+ MIN_SPECIFIED_HEIGHT,
69786
+ MIN_REDUCED_HEIGHT
69787
+ );
69788
+
69645
69789
  var maxSpaceW = Math.max(0, width - minFinalWidth);
69646
69790
  var maxSpaceH = Math.max(0, height - minFinalHeight);
69647
69791
 
69648
69792
  var pushMargin = fullLayout._pushmargin;
69649
69793
  var pushMarginIds = fullLayout._pushmarginIds;
69650
69794
 
69651
- if(fullLayout.margin.autoexpand !== false) {
69795
+ if(margin.autoexpand !== false) {
69652
69796
  if(!o) {
69653
69797
  delete pushMargin[id];
69654
69798
  delete pushMarginIds[id];
69655
69799
  } else {
69656
69800
  var pad = o.pad;
69657
69801
  if(pad === undefined) {
69658
- var margin = fullLayout.margin;
69659
69802
  // if no explicit pad is given, use 12px unless there's a
69660
69803
  // specified margin that's smaller than that
69661
69804
  pad = Math.min(12, margin.l, margin.r, margin.t, margin.b);
@@ -69663,15 +69806,19 @@ plots.autoMargin = function(gd, id, o) {
69663
69806
 
69664
69807
  // if the item is too big, just give it enough automargin to
69665
69808
  // make sure you can still grab it and bring it back
69666
- var rW = (o.l + o.r) / maxSpaceW;
69667
- if(rW > 1) {
69668
- o.l /= rW;
69669
- o.r /= rW;
69809
+ if(maxSpaceW) {
69810
+ var rW = (o.l + o.r) / maxSpaceW;
69811
+ if(rW > 1) {
69812
+ o.l /= rW;
69813
+ o.r /= rW;
69814
+ }
69670
69815
  }
69671
- var rH = (o.t + o.b) / maxSpaceH;
69672
- if(rH > 1) {
69673
- o.t /= rH;
69674
- o.b /= rH;
69816
+ if(maxSpaceH) {
69817
+ var rH = (o.t + o.b) / maxSpaceH;
69818
+ if(rH > 1) {
69819
+ o.t /= rH;
69820
+ o.b /= rH;
69821
+ }
69675
69822
  }
69676
69823
 
69677
69824
  var xl = o.xl !== undefined ? o.xl : o.x;
@@ -69698,8 +69845,6 @@ plots.doAutoMargin = function(gd) {
69698
69845
  var fullLayout = gd._fullLayout;
69699
69846
  var width = fullLayout.width;
69700
69847
  var height = fullLayout.height;
69701
- var maxSpaceW = Math.max(0, width - minFinalWidth);
69702
- var maxSpaceH = Math.max(0, height - minFinalHeight);
69703
69848
 
69704
69849
  if(!fullLayout._size) fullLayout._size = {};
69705
69850
  initMargins(fullLayout);
@@ -69772,16 +69917,35 @@ plots.doAutoMargin = function(gd) {
69772
69917
  }
69773
69918
  }
69774
69919
 
69775
- var rW = (ml + mr) / maxSpaceW;
69776
- if(rW > 1) {
69777
- ml /= rW;
69778
- mr /= rW;
69920
+ var minFinalWidth = Lib.constrain(
69921
+ width - margin.l - margin.r,
69922
+ MIN_SPECIFIED_WIDTH,
69923
+ MIN_REDUCED_WIDTH
69924
+ );
69925
+
69926
+ var minFinalHeight = Lib.constrain(
69927
+ height - margin.t - margin.b,
69928
+ MIN_SPECIFIED_HEIGHT,
69929
+ MIN_REDUCED_HEIGHT
69930
+ );
69931
+
69932
+ var maxSpaceW = Math.max(0, width - minFinalWidth);
69933
+ var maxSpaceH = Math.max(0, height - minFinalHeight);
69934
+
69935
+ if(maxSpaceW) {
69936
+ var rW = (ml + mr) / maxSpaceW;
69937
+ if(rW > 1) {
69938
+ ml /= rW;
69939
+ mr /= rW;
69940
+ }
69779
69941
  }
69780
69942
 
69781
- var rH = (mb + mt) / maxSpaceH;
69782
- if(rH > 1) {
69783
- mb /= rH;
69784
- mt /= rH;
69943
+ if(maxSpaceH) {
69944
+ var rH = (mb + mt) / maxSpaceH;
69945
+ if(rH > 1) {
69946
+ mb /= rH;
69947
+ mt /= rH;
69948
+ }
69785
69949
  }
69786
69950
 
69787
69951
  gs.l = Math.round(ml);
@@ -71139,7 +71303,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
71139
71303
  }
71140
71304
  };
71141
71305
 
71142
- },{"../components/color":81,"../constants/numerical":188,"../lib":209,"../plot_api/plot_schema":242,"../plot_api/plot_template":243,"../plots/get_data":284,"../registry":296,"./animation_attributes":248,"./attributes":250,"./cartesian/axis_ids":257,"./cartesian/handle_outline":264,"./command":280,"./font_attributes":282,"./frame_attributes":283,"./layout_attributes":286,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],289:[function(_dereq_,module,exports){
71306
+ },{"../components/color":82,"../constants/numerical":189,"../lib":210,"../plot_api/plot_schema":244,"../plot_api/plot_template":245,"../plots/get_data":286,"../registry":298,"./animation_attributes":250,"./attributes":252,"./cartesian/axis_ids":259,"./cartesian/handle_outline":266,"./command":282,"./font_attributes":284,"./frame_attributes":285,"./layout_attributes":288,"d3":16,"d3-time-format":14,"fast-isnumeric":18}],291:[function(_dereq_,module,exports){
71143
71307
  /**
71144
71308
  * Copyright 2012-2020, Plotly, Inc.
71145
71309
  * All rights reserved.
@@ -71183,7 +71347,7 @@ module.exports = {
71183
71347
  }
71184
71348
  };
71185
71349
 
71186
- },{"../../../lib/extend":203,"../../../traces/scatter/attributes":397}],290:[function(_dereq_,module,exports){
71350
+ },{"../../../lib/extend":204,"../../../traces/scatter/attributes":399}],292:[function(_dereq_,module,exports){
71187
71351
  /**
71188
71352
  * Copyright 2012-2020, Plotly, Inc.
71189
71353
  * All rights reserved.
@@ -71305,7 +71469,7 @@ module.exports = overrideAll({
71305
71469
  }
71306
71470
  }, 'plot', 'nested');
71307
71471
 
71308
- },{"../../../lib/extend":203,"../../../plot_api/edit_types":236,"../../cartesian/layout_attributes":268}],291:[function(_dereq_,module,exports){
71472
+ },{"../../../lib/extend":204,"../../../plot_api/edit_types":238,"../../cartesian/layout_attributes":270}],293:[function(_dereq_,module,exports){
71309
71473
  /**
71310
71474
  * Copyright 2012-2020, Plotly, Inc.
71311
71475
  * All rights reserved.
@@ -71320,7 +71484,7 @@ var Polar = module.exports = _dereq_('./micropolar');
71320
71484
 
71321
71485
  Polar.manager = _dereq_('./micropolar_manager');
71322
71486
 
71323
- },{"./micropolar":292,"./micropolar_manager":293}],292:[function(_dereq_,module,exports){
71487
+ },{"./micropolar":294,"./micropolar_manager":295}],294:[function(_dereq_,module,exports){
71324
71488
  /**
71325
71489
  * Copyright 2012-2020, Plotly, Inc.
71326
71490
  * All rights reserved.
@@ -72740,7 +72904,7 @@ var µ = module.exports = { version: '0.2.2' };
72740
72904
  return exports;
72741
72905
  };
72742
72906
 
72743
- },{"../../../constants/alignment":183,"../../../lib":209,"d3":16}],293:[function(_dereq_,module,exports){
72907
+ },{"../../../constants/alignment":184,"../../../lib":210,"d3":16}],295:[function(_dereq_,module,exports){
72744
72908
  /**
72745
72909
  * Copyright 2012-2020, Plotly, Inc.
72746
72910
  * All rights reserved.
@@ -72826,7 +72990,7 @@ manager.fillLayout = function(_gd) {
72826
72990
  _gd._fullLayout = extendDeepAll(dflts, _gd.layout);
72827
72991
  };
72828
72992
 
72829
- },{"../../../components/color":81,"../../../lib":209,"./micropolar":292,"./undo_manager":294,"d3":16}],294:[function(_dereq_,module,exports){
72993
+ },{"../../../components/color":82,"../../../lib":210,"./micropolar":294,"./undo_manager":296,"d3":16}],296:[function(_dereq_,module,exports){
72830
72994
  /**
72831
72995
  * Copyright 2012-2020, Plotly, Inc.
72832
72996
  * All rights reserved.
@@ -72892,7 +73056,7 @@ module.exports = function UndoManager() {
72892
73056
  };
72893
73057
  };
72894
73058
 
72895
- },{}],295:[function(_dereq_,module,exports){
73059
+ },{}],297:[function(_dereq_,module,exports){
72896
73060
  /**
72897
73061
  * Copyright 2012-2020, Plotly, Inc.
72898
73062
  * All rights reserved.
@@ -72975,7 +73139,7 @@ exports.texttemplateAttrs = function(opts, extra) {
72975
73139
  return texttemplate;
72976
73140
  };
72977
73141
 
72978
- },{"../constants/docs":186}],296:[function(_dereq_,module,exports){
73142
+ },{"../constants/docs":187}],298:[function(_dereq_,module,exports){
72979
73143
  /**
72980
73144
  * Copyright 2012-2020, Plotly, Inc.
72981
73145
  * All rights reserved.
@@ -73441,7 +73605,7 @@ function getTraceType(traceType) {
73441
73605
  return traceType;
73442
73606
  }
73443
73607
 
73444
- },{"./lib/dom":201,"./lib/extend":203,"./lib/is_plain_object":210,"./lib/loggers":213,"./lib/noop":218,"./lib/push_unique":222,"./plots/attributes":250,"./plots/layout_attributes":286}],297:[function(_dereq_,module,exports){
73608
+ },{"./lib/dom":202,"./lib/extend":204,"./lib/is_plain_object":211,"./lib/loggers":214,"./lib/noop":219,"./lib/push_unique":224,"./plots/attributes":252,"./plots/layout_attributes":288}],299:[function(_dereq_,module,exports){
73445
73609
  /**
73446
73610
  * Copyright 2012-2020, Plotly, Inc.
73447
73611
  * All rights reserved.
@@ -73614,7 +73778,7 @@ module.exports = function clonePlot(graphObj, options) {
73614
73778
  return plotTile;
73615
73779
  };
73616
73780
 
73617
- },{"../lib":209,"../registry":296}],298:[function(_dereq_,module,exports){
73781
+ },{"../lib":210,"../registry":298}],300:[function(_dereq_,module,exports){
73618
73782
  /**
73619
73783
  * Copyright 2012-2020, Plotly, Inc.
73620
73784
  * All rights reserved.
@@ -73686,7 +73850,7 @@ function downloadImage(gd, opts) {
73686
73850
 
73687
73851
  module.exports = downloadImage;
73688
73852
 
73689
- },{"../lib":209,"../plot_api/to_image":246,"./filesaver":299,"./helpers":300}],299:[function(_dereq_,module,exports){
73853
+ },{"../lib":210,"../plot_api/to_image":248,"./filesaver":301,"./helpers":302}],301:[function(_dereq_,module,exports){
73690
73854
  /**
73691
73855
  * Copyright 2012-2020, Plotly, Inc.
73692
73856
  * All rights reserved.
@@ -73766,7 +73930,7 @@ function fileSaver(url, name, format) {
73766
73930
 
73767
73931
  module.exports = fileSaver;
73768
73932
 
73769
- },{"../lib":209,"./helpers":300}],300:[function(_dereq_,module,exports){
73933
+ },{"../lib":210,"./helpers":302}],302:[function(_dereq_,module,exports){
73770
73934
  /**
73771
73935
  * Copyright 2012-2020, Plotly, Inc.
73772
73936
  * All rights reserved.
@@ -73849,7 +74013,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
73849
74013
 
73850
74014
  exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
73851
74015
 
73852
- },{"../registry":296}],301:[function(_dereq_,module,exports){
74016
+ },{"../registry":298}],303:[function(_dereq_,module,exports){
73853
74017
  /**
73854
74018
  * Copyright 2012-2020, Plotly, Inc.
73855
74019
  * All rights reserved.
@@ -73875,7 +74039,7 @@ var Snapshot = {
73875
74039
 
73876
74040
  module.exports = Snapshot;
73877
74041
 
73878
- },{"./cloneplot":297,"./download":298,"./helpers":300,"./svgtoimg":302,"./toimage":303,"./tosvg":304}],302:[function(_dereq_,module,exports){
74042
+ },{"./cloneplot":299,"./download":300,"./helpers":302,"./svgtoimg":304,"./toimage":305,"./tosvg":306}],304:[function(_dereq_,module,exports){
73879
74043
  /**
73880
74044
  * Copyright 2012-2020, Plotly, Inc.
73881
74045
  * All rights reserved.
@@ -74002,7 +74166,7 @@ function svgToImg(opts) {
74002
74166
 
74003
74167
  module.exports = svgToImg;
74004
74168
 
74005
- },{"../lib":209,"./helpers":300,"events":13}],303:[function(_dereq_,module,exports){
74169
+ },{"../lib":210,"./helpers":302,"events":13}],305:[function(_dereq_,module,exports){
74006
74170
  /**
74007
74171
  * Copyright 2012-2020, Plotly, Inc.
74008
74172
  * All rights reserved.
@@ -74079,7 +74243,7 @@ function toImage(gd, opts) {
74079
74243
 
74080
74244
  module.exports = toImage;
74081
74245
 
74082
- },{"../lib":209,"../registry":296,"./cloneplot":297,"./helpers":300,"./svgtoimg":302,"./tosvg":304,"events":13}],304:[function(_dereq_,module,exports){
74246
+ },{"../lib":210,"../registry":298,"./cloneplot":299,"./helpers":302,"./svgtoimg":304,"./tosvg":306,"events":13}],306:[function(_dereq_,module,exports){
74083
74247
  /**
74084
74248
  * Copyright 2012-2020, Plotly, Inc.
74085
74249
  * All rights reserved.
@@ -74268,7 +74432,7 @@ module.exports = function toSVG(gd, format, scale) {
74268
74432
  return s;
74269
74433
  };
74270
74434
 
74271
- },{"../components/color":81,"../components/drawing":103,"../constants/xmlns_namespaces":189,"../lib":209,"d3":16}],305:[function(_dereq_,module,exports){
74435
+ },{"../components/color":82,"../components/drawing":104,"../constants/xmlns_namespaces":190,"../lib":210,"d3":16}],307:[function(_dereq_,module,exports){
74272
74436
  /**
74273
74437
  * Copyright 2012-2020, Plotly, Inc.
74274
74438
  * All rights reserved.
@@ -74301,7 +74465,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
74301
74465
  }
74302
74466
  };
74303
74467
 
74304
- },{"../../lib":209}],306:[function(_dereq_,module,exports){
74468
+ },{"../../lib":210}],308:[function(_dereq_,module,exports){
74305
74469
  /**
74306
74470
  * Copyright 2012-2020, Plotly, Inc.
74307
74471
  * All rights reserved.
@@ -74517,7 +74681,7 @@ module.exports = {
74517
74681
  }
74518
74682
  };
74519
74683
 
74520
- },{"../../components/colorscale/attributes":88,"../../lib/extend":203,"../../plots/font_attributes":282,"../../plots/template_attributes":295,"../scatter/attributes":397,"./constants":308}],307:[function(_dereq_,module,exports){
74684
+ },{"../../components/colorscale/attributes":89,"../../lib/extend":204,"../../plots/font_attributes":284,"../../plots/template_attributes":297,"../scatter/attributes":399,"./constants":310}],309:[function(_dereq_,module,exports){
74521
74685
  /**
74522
74686
  * Copyright 2012-2020, Plotly, Inc.
74523
74687
  * All rights reserved.
@@ -74596,7 +74760,7 @@ module.exports = function calc(gd, trace) {
74596
74760
  return cd;
74597
74761
  };
74598
74762
 
74599
- },{"../../components/colorscale/calc":89,"../../components/colorscale/helpers":92,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254,"../scatter/calc_selection":399,"./arrays_to_calcdata":305}],308:[function(_dereq_,module,exports){
74763
+ },{"../../components/colorscale/calc":90,"../../components/colorscale/helpers":93,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401,"./arrays_to_calcdata":307}],310:[function(_dereq_,module,exports){
74600
74764
  /**
74601
74765
  * Copyright 2012-2020, Plotly, Inc.
74602
74766
  * All rights reserved.
@@ -74618,7 +74782,7 @@ module.exports = {
74618
74782
  eventDataKeys: ['value', 'label']
74619
74783
  };
74620
74784
 
74621
- },{}],309:[function(_dereq_,module,exports){
74785
+ },{}],311:[function(_dereq_,module,exports){
74622
74786
  /**
74623
74787
  * Copyright 2012-2020, Plotly, Inc.
74624
74788
  * All rights reserved.
@@ -75398,7 +75562,7 @@ module.exports = {
75398
75562
  setGroupPositions: setGroupPositions
75399
75563
  };
75400
75564
 
75401
- },{"../../constants/numerical":188,"../../lib":209,"../../plots/cartesian/axes":254,"../../plots/cartesian/constraints":261,"../../registry":296,"./sieve.js":319,"fast-isnumeric":18}],310:[function(_dereq_,module,exports){
75565
+ },{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/axes":256,"../../plots/cartesian/constraints":263,"../../registry":298,"./sieve.js":321,"fast-isnumeric":18}],312:[function(_dereq_,module,exports){
75402
75566
  /**
75403
75567
  * Copyright 2012-2020, Plotly, Inc.
75404
75568
  * All rights reserved.
@@ -75583,7 +75747,7 @@ module.exports = {
75583
75747
  handleText: handleText
75584
75748
  };
75585
75749
 
75586
- },{"../../components/color":81,"../../lib":209,"../../plots/cartesian/constraints":261,"../../registry":296,"../scatter/period_defaults":417,"../scatter/xy_defaults":424,"./attributes":306,"./style_defaults":321}],311:[function(_dereq_,module,exports){
75750
+ },{"../../components/color":82,"../../lib":210,"../../plots/cartesian/constraints":263,"../../registry":298,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":308,"./style_defaults":323}],313:[function(_dereq_,module,exports){
75587
75751
  /**
75588
75752
  * Copyright 2012-2020, Plotly, Inc.
75589
75753
  * All rights reserved.
@@ -75612,7 +75776,7 @@ module.exports = function eventData(out, pt, trace) {
75612
75776
  return out;
75613
75777
  };
75614
75778
 
75615
- },{}],312:[function(_dereq_,module,exports){
75779
+ },{}],314:[function(_dereq_,module,exports){
75616
75780
  /**
75617
75781
  * Copyright 2012-2020, Plotly, Inc.
75618
75782
  * All rights reserved.
@@ -75690,7 +75854,7 @@ exports.getLineWidth = function(trace, di) {
75690
75854
  return w;
75691
75855
  };
75692
75856
 
75693
- },{"../../lib":209,"fast-isnumeric":18,"tinycolor2":64}],313:[function(_dereq_,module,exports){
75857
+ },{"../../lib":210,"fast-isnumeric":18,"tinycolor2":65}],315:[function(_dereq_,module,exports){
75694
75858
  /**
75695
75859
  * Copyright 2012-2020, Plotly, Inc.
75696
75860
  * All rights reserved.
@@ -75886,7 +76050,7 @@ module.exports = {
75886
76050
  getTraceColor: getTraceColor
75887
76051
  };
75888
76052
 
75889
- },{"../../components/color":81,"../../components/fx":121,"../../constants/numerical":188,"../../lib":209,"../../plots/cartesian/axes":254,"../../registry":296,"./helpers":312}],314:[function(_dereq_,module,exports){
76053
+ },{"../../components/color":82,"../../components/fx":122,"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./helpers":314}],316:[function(_dereq_,module,exports){
75890
76054
  /**
75891
76055
  * Copyright 2012-2020, Plotly, Inc.
75892
76056
  * All rights reserved.
@@ -75924,7 +76088,7 @@ module.exports = {
75924
76088
  }
75925
76089
  };
75926
76090
 
75927
- },{"../../plots/cartesian":267,"../scatter/marker_colorbar":415,"./arrays_to_calcdata":305,"./attributes":306,"./calc":307,"./cross_trace_calc":309,"./defaults":310,"./event_data":311,"./hover":313,"./layout_attributes":315,"./layout_defaults":316,"./plot":317,"./select":318,"./style":320}],315:[function(_dereq_,module,exports){
76091
+ },{"../../plots/cartesian":269,"../scatter/marker_colorbar":417,"./arrays_to_calcdata":307,"./attributes":308,"./calc":309,"./cross_trace_calc":311,"./defaults":312,"./event_data":313,"./hover":315,"./layout_attributes":317,"./layout_defaults":318,"./plot":319,"./select":320,"./style":322}],317:[function(_dereq_,module,exports){
75928
76092
  /**
75929
76093
  * Copyright 2012-2020, Plotly, Inc.
75930
76094
  * All rights reserved.
@@ -75972,7 +76136,7 @@ module.exports = {
75972
76136
  }
75973
76137
  };
75974
76138
 
75975
- },{}],316:[function(_dereq_,module,exports){
76139
+ },{}],318:[function(_dereq_,module,exports){
75976
76140
  /**
75977
76141
  * Copyright 2012-2020, Plotly, Inc.
75978
76142
  * All rights reserved.
@@ -76032,7 +76196,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
76032
76196
  coerce('bargroupgap');
76033
76197
  };
76034
76198
 
76035
- },{"../../lib":209,"../../plots/cartesian/axes":254,"../../registry":296,"./layout_attributes":315}],317:[function(_dereq_,module,exports){
76199
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"./layout_attributes":317}],319:[function(_dereq_,module,exports){
76036
76200
  /**
76037
76201
  * Copyright 2012-2020, Plotly, Inc.
76038
76202
  * All rights reserved.
@@ -76817,7 +76981,7 @@ module.exports = {
76817
76981
  toMoveInsideBar: toMoveInsideBar
76818
76982
  };
76819
76983
 
76820
- },{"../../components/color":81,"../../components/drawing":103,"../../components/fx/helpers":117,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/cartesian/axes":254,"../../registry":296,"./attributes":306,"./constants":308,"./helpers":312,"./style":320,"./uniform_text":322,"d3":16,"fast-isnumeric":18}],318:[function(_dereq_,module,exports){
76984
+ },{"../../components/color":82,"../../components/drawing":104,"../../components/fx/helpers":118,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../registry":298,"./attributes":308,"./constants":310,"./helpers":314,"./style":322,"./uniform_text":324,"d3":16,"fast-isnumeric":18}],320:[function(_dereq_,module,exports){
76821
76985
  /**
76822
76986
  * Copyright 2012-2020, Plotly, Inc.
76823
76987
  * All rights reserved.
@@ -76881,7 +77045,7 @@ function getCentroid(d, xa, ya, isHorizontal, isFunnel) {
76881
77045
  }
76882
77046
  }
76883
77047
 
76884
- },{}],319:[function(_dereq_,module,exports){
77048
+ },{}],321:[function(_dereq_,module,exports){
76885
77049
  /**
76886
77050
  * Copyright 2012-2020, Plotly, Inc.
76887
77051
  * All rights reserved.
@@ -76995,7 +77159,7 @@ Sieve.prototype.getLabel = function getLabel(position, value) {
76995
77159
  return prefix + label;
76996
77160
  };
76997
77161
 
76998
- },{"../../constants/numerical":188,"../../lib":209}],320:[function(_dereq_,module,exports){
77162
+ },{"../../constants/numerical":189,"../../lib":210}],322:[function(_dereq_,module,exports){
76999
77163
  /**
77000
77164
  * Copyright 2012-2020, Plotly, Inc.
77001
77165
  * All rights reserved.
@@ -77177,7 +77341,7 @@ module.exports = {
77177
77341
  resizeText: resizeText
77178
77342
  };
77179
77343
 
77180
- },{"../../components/color":81,"../../components/drawing":103,"../../lib":209,"../../registry":296,"./attributes":306,"./helpers":312,"./uniform_text":322,"d3":16}],321:[function(_dereq_,module,exports){
77344
+ },{"../../components/color":82,"../../components/drawing":104,"../../lib":210,"../../registry":298,"./attributes":308,"./helpers":314,"./uniform_text":324,"d3":16}],323:[function(_dereq_,module,exports){
77181
77345
  /**
77182
77346
  * Copyright 2012-2020, Plotly, Inc.
77183
77347
  * All rights reserved.
@@ -77215,7 +77379,7 @@ module.exports = function handleStyleDefaults(traceIn, traceOut, coerce, default
77215
77379
  coerce('unselected.marker.color');
77216
77380
  };
77217
77381
 
77218
- },{"../../components/color":81,"../../components/colorscale/defaults":91,"../../components/colorscale/helpers":92}],322:[function(_dereq_,module,exports){
77382
+ },{"../../components/color":82,"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93}],324:[function(_dereq_,module,exports){
77219
77383
  /**
77220
77384
  * Copyright 2012-2020, Plotly, Inc.
77221
77385
  * All rights reserved.
@@ -77301,7 +77465,7 @@ module.exports = {
77301
77465
  resizeText: resizeText
77302
77466
  };
77303
77467
 
77304
- },{"../../lib":209,"d3":16}],323:[function(_dereq_,module,exports){
77468
+ },{"../../lib":210,"d3":16}],325:[function(_dereq_,module,exports){
77305
77469
  /**
77306
77470
  * Copyright 2012-2020, Plotly, Inc.
77307
77471
  * All rights reserved.
@@ -77604,7 +77768,7 @@ module.exports = {
77604
77768
  }
77605
77769
  };
77606
77770
 
77607
- },{"../../components/color/attributes":80,"../../lib/extend":203,"../../plots/template_attributes":295,"../bar/attributes":306,"../scatter/attributes":397}],324:[function(_dereq_,module,exports){
77771
+ },{"../../components/color/attributes":81,"../../lib/extend":204,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399}],326:[function(_dereq_,module,exports){
77608
77772
  /**
77609
77773
  * Copyright 2012-2020, Plotly, Inc.
77610
77774
  * All rights reserved.
@@ -77836,7 +78000,7 @@ module.exports = {
77836
78000
  setPositionOffset: setPositionOffset
77837
78001
  };
77838
78002
 
77839
- },{"../../lib":209,"../../plots/cartesian/axes":254,"../../plots/cartesian/constraints":261}],325:[function(_dereq_,module,exports){
78003
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"../../plots/cartesian/constraints":263}],327:[function(_dereq_,module,exports){
77840
78004
  /**
77841
78005
  * Copyright 2012-2020, Plotly, Inc.
77842
78006
  * All rights reserved.
@@ -77877,7 +78041,7 @@ module.exports = {
77877
78041
  }
77878
78042
  };
77879
78043
 
77880
- },{}],326:[function(_dereq_,module,exports){
78044
+ },{}],328:[function(_dereq_,module,exports){
77881
78045
  /**
77882
78046
  * Copyright 2012-2020, Plotly, Inc.
77883
78047
  * All rights reserved.
@@ -77923,7 +78087,7 @@ module.exports = {
77923
78087
  _supply: _supply
77924
78088
  };
77925
78089
 
77926
- },{"../../lib":209,"../../registry":296,"./layout_attributes":325}],327:[function(_dereq_,module,exports){
78090
+ },{"../../lib":210,"../../registry":298,"./layout_attributes":327}],329:[function(_dereq_,module,exports){
77927
78091
  /**
77928
78092
  * Copyright 2012-2020, Plotly, Inc.
77929
78093
  * All rights reserved.
@@ -78273,7 +78437,7 @@ module.exports = {
78273
78437
  plotBoxMean: plotBoxMean
78274
78438
  };
78275
78439
 
78276
- },{"../../components/drawing":103,"../../lib":209,"d3":16}],328:[function(_dereq_,module,exports){
78440
+ },{"../../components/drawing":104,"../../lib":210,"d3":16}],330:[function(_dereq_,module,exports){
78277
78441
  /**
78278
78442
  * Copyright 2012-2020, Plotly, Inc.
78279
78443
  * All rights reserved.
@@ -78347,7 +78511,7 @@ module.exports = {
78347
78511
  styleOnSelect: styleOnSelect
78348
78512
  };
78349
78513
 
78350
- },{"../../components/color":81,"../../components/drawing":103,"d3":16}],329:[function(_dereq_,module,exports){
78514
+ },{"../../components/color":82,"../../components/drawing":104,"d3":16}],331:[function(_dereq_,module,exports){
78351
78515
  /**
78352
78516
  * Copyright 2012-2020, Plotly, Inc.
78353
78517
  * All rights reserved.
@@ -78405,7 +78569,7 @@ module.exports = {
78405
78569
  hoverlabel: OHLCattrs.hoverlabel,
78406
78570
  };
78407
78571
 
78408
- },{"../../lib":209,"../box/attributes":323,"../ohlc/attributes":375}],330:[function(_dereq_,module,exports){
78572
+ },{"../../lib":210,"../box/attributes":325,"../ohlc/attributes":377}],332:[function(_dereq_,module,exports){
78409
78573
  /**
78410
78574
  * Copyright 2012-2020, Plotly, Inc.
78411
78575
  * All rights reserved.
@@ -78457,7 +78621,7 @@ function ptFunc(o, h, l, c) {
78457
78621
  };
78458
78622
  }
78459
78623
 
78460
- },{"../../lib":209,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254,"../ohlc/calc":376}],331:[function(_dereq_,module,exports){
78624
+ },{"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../ohlc/calc":378}],333:[function(_dereq_,module,exports){
78461
78625
  /**
78462
78626
  * Copyright 2012-2020, Plotly, Inc.
78463
78627
  * All rights reserved.
@@ -78506,7 +78670,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
78506
78670
  coerce(direction + '.fillcolor', Color.addOpacity(lineColor, 0.5));
78507
78671
  }
78508
78672
 
78509
- },{"../../components/color":81,"../../lib":209,"../ohlc/ohlc_defaults":380,"../scatter/period_defaults":417,"./attributes":329}],332:[function(_dereq_,module,exports){
78673
+ },{"../../components/color":82,"../../lib":210,"../ohlc/ohlc_defaults":382,"../scatter/period_defaults":419,"./attributes":331}],334:[function(_dereq_,module,exports){
78510
78674
  /**
78511
78675
  * Copyright 2012-2020, Plotly, Inc.
78512
78676
  * All rights reserved.
@@ -78539,7 +78703,7 @@ module.exports = {
78539
78703
  selectPoints: _dereq_('../ohlc/select')
78540
78704
  };
78541
78705
 
78542
- },{"../../plots/cartesian":267,"../box/cross_trace_calc":324,"../box/layout_attributes":325,"../box/layout_defaults":326,"../box/plot":327,"../box/style":328,"../ohlc/hover":378,"../ohlc/select":382,"./attributes":329,"./calc":330,"./defaults":331}],333:[function(_dereq_,module,exports){
78706
+ },{"../../plots/cartesian":269,"../box/cross_trace_calc":326,"../box/layout_attributes":327,"../box/layout_defaults":328,"../box/plot":329,"../box/style":330,"../ohlc/hover":380,"../ohlc/select":384,"./attributes":331,"./calc":332,"./defaults":333}],335:[function(_dereq_,module,exports){
78543
78707
  /**
78544
78708
  * Copyright 2012-2020, Plotly, Inc.
78545
78709
  * All rights reserved.
@@ -78572,7 +78736,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
78572
78736
  }
78573
78737
  };
78574
78738
 
78575
- },{"../../lib":209}],334:[function(_dereq_,module,exports){
78739
+ },{"../../lib":210}],336:[function(_dereq_,module,exports){
78576
78740
  /**
78577
78741
  * Copyright 2012-2020, Plotly, Inc.
78578
78742
  * All rights reserved.
@@ -78679,7 +78843,7 @@ module.exports = {
78679
78843
  alignmentgroup: barAttrs.alignmentgroup
78680
78844
  };
78681
78845
 
78682
- },{"../../components/color":81,"../../lib/extend":203,"../../plots/attributes":250,"../../plots/template_attributes":295,"../bar/attributes":306,"../scatter/attributes":397,"./constants":336}],335:[function(_dereq_,module,exports){
78846
+ },{"../../components/color":82,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399,"./constants":338}],337:[function(_dereq_,module,exports){
78683
78847
  /**
78684
78848
  * Copyright 2012-2020, Plotly, Inc.
78685
78849
  * All rights reserved.
@@ -78783,7 +78947,7 @@ function fixNum(a) {
78783
78947
  return (a === BADNUM) ? 0 : a;
78784
78948
  }
78785
78949
 
78786
- },{"../../constants/numerical":188,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254,"../scatter/calc_selection":399,"./arrays_to_calcdata":333}],336:[function(_dereq_,module,exports){
78950
+ },{"../../constants/numerical":189,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401,"./arrays_to_calcdata":335}],338:[function(_dereq_,module,exports){
78787
78951
  /**
78788
78952
  * Copyright 2012-2020, Plotly, Inc.
78789
78953
  * All rights reserved.
@@ -78802,7 +78966,7 @@ module.exports = {
78802
78966
  ]
78803
78967
  };
78804
78968
 
78805
- },{}],337:[function(_dereq_,module,exports){
78969
+ },{}],339:[function(_dereq_,module,exports){
78806
78970
  /**
78807
78971
  * Copyright 2012-2020, Plotly, Inc.
78808
78972
  * All rights reserved.
@@ -78873,7 +79037,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
78873
79037
  }
78874
79038
  };
78875
79039
 
78876
- },{"../bar/cross_trace_calc":309}],338:[function(_dereq_,module,exports){
79040
+ },{"../bar/cross_trace_calc":311}],340:[function(_dereq_,module,exports){
78877
79041
  /**
78878
79042
  * Copyright 2012-2020, Plotly, Inc.
78879
79043
  * All rights reserved.
@@ -78973,7 +79137,7 @@ module.exports = {
78973
79137
  crossTraceDefaults: crossTraceDefaults
78974
79138
  };
78975
79139
 
78976
- },{"../../components/color":81,"../../lib":209,"../bar/defaults":310,"../scatter/period_defaults":417,"../scatter/xy_defaults":424,"./attributes":334}],339:[function(_dereq_,module,exports){
79140
+ },{"../../components/color":82,"../../lib":210,"../bar/defaults":312,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":336}],341:[function(_dereq_,module,exports){
78977
79141
  /**
78978
79142
  * Copyright 2012-2020, Plotly, Inc.
78979
79143
  * All rights reserved.
@@ -79000,7 +79164,7 @@ module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
79000
79164
  return out;
79001
79165
  };
79002
79166
 
79003
- },{}],340:[function(_dereq_,module,exports){
79167
+ },{}],342:[function(_dereq_,module,exports){
79004
79168
  /**
79005
79169
  * Copyright 2012-2020, Plotly, Inc.
79006
79170
  * All rights reserved.
@@ -79073,7 +79237,7 @@ function getTraceColor(trace, di) {
79073
79237
  else if(opacity(mlc) && mlw) return mlc;
79074
79238
  }
79075
79239
 
79076
- },{"../../components/color":81,"../../lib":209,"../bar/hover":313}],341:[function(_dereq_,module,exports){
79240
+ },{"../../components/color":82,"../../lib":210,"../bar/hover":315}],343:[function(_dereq_,module,exports){
79077
79241
  /**
79078
79242
  * Copyright 2012-2020, Plotly, Inc.
79079
79243
  * All rights reserved.
@@ -79108,7 +79272,7 @@ module.exports = {
79108
79272
  }
79109
79273
  };
79110
79274
 
79111
- },{"../../plots/cartesian":267,"../bar/select":318,"./attributes":334,"./calc":335,"./cross_trace_calc":337,"./defaults":338,"./event_data":339,"./hover":340,"./layout_attributes":342,"./layout_defaults":343,"./plot":344,"./style":345}],342:[function(_dereq_,module,exports){
79275
+ },{"../../plots/cartesian":269,"../bar/select":320,"./attributes":336,"./calc":337,"./cross_trace_calc":339,"./defaults":340,"./event_data":341,"./hover":342,"./layout_attributes":344,"./layout_defaults":345,"./plot":346,"./style":347}],344:[function(_dereq_,module,exports){
79112
79276
  /**
79113
79277
  * Copyright 2012-2020, Plotly, Inc.
79114
79278
  * All rights reserved.
@@ -79147,7 +79311,7 @@ module.exports = {
79147
79311
  }
79148
79312
  };
79149
79313
 
79150
- },{}],343:[function(_dereq_,module,exports){
79314
+ },{}],345:[function(_dereq_,module,exports){
79151
79315
  /**
79152
79316
  * Copyright 2012-2020, Plotly, Inc.
79153
79317
  * All rights reserved.
@@ -79184,7 +79348,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
79184
79348
  }
79185
79349
  };
79186
79350
 
79187
- },{"../../lib":209,"./layout_attributes":342}],344:[function(_dereq_,module,exports){
79351
+ },{"../../lib":210,"./layout_attributes":344}],346:[function(_dereq_,module,exports){
79188
79352
  /**
79189
79353
  * Copyright 2012-2020, Plotly, Inc.
79190
79354
  * All rights reserved.
@@ -79353,7 +79517,7 @@ function getXY(di, xa, ya, isHorizontal) {
79353
79517
  return isHorizontal ? [s, p] : [p, s];
79354
79518
  }
79355
79519
 
79356
- },{"../../components/drawing":103,"../../constants/numerical":188,"../../lib":209,"../bar/plot":317,"../bar/uniform_text":322,"d3":16}],345:[function(_dereq_,module,exports){
79520
+ },{"../../components/drawing":104,"../../constants/numerical":189,"../../lib":210,"../bar/plot":319,"../bar/uniform_text":324,"d3":16}],347:[function(_dereq_,module,exports){
79357
79521
  /**
79358
79522
  * Copyright 2012-2020, Plotly, Inc.
79359
79523
  * All rights reserved.
@@ -79418,7 +79582,7 @@ module.exports = {
79418
79582
  style: style
79419
79583
  };
79420
79584
 
79421
- },{"../../components/color":81,"../../components/drawing":103,"../../constants/interactions":187,"../bar/style":320,"../bar/uniform_text":322,"d3":16}],346:[function(_dereq_,module,exports){
79585
+ },{"../../components/color":82,"../../components/drawing":104,"../../constants/interactions":188,"../bar/style":322,"../bar/uniform_text":324,"d3":16}],348:[function(_dereq_,module,exports){
79422
79586
  /**
79423
79587
  * Copyright 2012-2020, Plotly, Inc.
79424
79588
  * All rights reserved.
@@ -79520,7 +79684,7 @@ module.exports = {
79520
79684
  }
79521
79685
  };
79522
79686
 
79523
- },{"../../lib/extend":203,"../../plots/attributes":250,"../../plots/domain":281,"../../plots/template_attributes":295,"../pie/attributes":384}],347:[function(_dereq_,module,exports){
79687
+ },{"../../lib/extend":204,"../../plots/attributes":252,"../../plots/domain":283,"../../plots/template_attributes":297,"../pie/attributes":386}],349:[function(_dereq_,module,exports){
79524
79688
  /**
79525
79689
  * Copyright 2012-2020, Plotly, Inc.
79526
79690
  * All rights reserved.
@@ -79543,7 +79707,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
79543
79707
  plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
79544
79708
  };
79545
79709
 
79546
- },{"../../plots/plots":288}],348:[function(_dereq_,module,exports){
79710
+ },{"../../plots/plots":290}],350:[function(_dereq_,module,exports){
79547
79711
  /**
79548
79712
  * Copyright 2012-2020, Plotly, Inc.
79549
79713
  * All rights reserved.
@@ -79569,7 +79733,7 @@ module.exports = {
79569
79733
  crossTraceCalc: crossTraceCalc
79570
79734
  };
79571
79735
 
79572
- },{"../pie/calc":386}],349:[function(_dereq_,module,exports){
79736
+ },{"../pie/calc":388}],351:[function(_dereq_,module,exports){
79573
79737
  /**
79574
79738
  * Copyright 2012-2020, Plotly, Inc.
79575
79739
  * All rights reserved.
@@ -79651,7 +79815,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
79651
79815
  coerce('baseratio');
79652
79816
  };
79653
79817
 
79654
- },{"../../lib":209,"../../plots/domain":281,"../bar/defaults":310,"../pie/defaults":387,"./attributes":346}],350:[function(_dereq_,module,exports){
79818
+ },{"../../lib":210,"../../plots/domain":283,"../bar/defaults":312,"../pie/defaults":389,"./attributes":348}],352:[function(_dereq_,module,exports){
79655
79819
  /**
79656
79820
  * Copyright 2012-2020, Plotly, Inc.
79657
79821
  * All rights reserved.
@@ -79685,7 +79849,7 @@ module.exports = {
79685
79849
  }
79686
79850
  };
79687
79851
 
79688
- },{"../pie/style_one":395,"./attributes":346,"./base_plot":347,"./calc":348,"./defaults":349,"./layout_attributes":351,"./layout_defaults":352,"./plot":353,"./style":354}],351:[function(_dereq_,module,exports){
79852
+ },{"../pie/style_one":397,"./attributes":348,"./base_plot":349,"./calc":350,"./defaults":351,"./layout_attributes":353,"./layout_defaults":354,"./plot":355,"./style":356}],353:[function(_dereq_,module,exports){
79689
79853
  /**
79690
79854
  * Copyright 2012-2020, Plotly, Inc.
79691
79855
  * All rights reserved.
@@ -79716,7 +79880,7 @@ module.exports = {
79716
79880
  }
79717
79881
  };
79718
79882
 
79719
- },{"../pie/layout_attributes":391}],352:[function(_dereq_,module,exports){
79883
+ },{"../pie/layout_attributes":393}],354:[function(_dereq_,module,exports){
79720
79884
  /**
79721
79885
  * Copyright 2012-2020, Plotly, Inc.
79722
79886
  * All rights reserved.
@@ -79741,7 +79905,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
79741
79905
  coerce('extendfunnelareacolors');
79742
79906
  };
79743
79907
 
79744
- },{"../../lib":209,"./layout_attributes":351}],353:[function(_dereq_,module,exports){
79908
+ },{"../../lib":210,"./layout_attributes":353}],355:[function(_dereq_,module,exports){
79745
79909
  /**
79746
79910
  * Copyright 2012-2020, Plotly, Inc.
79747
79911
  * All rights reserved.
@@ -80039,7 +80203,7 @@ function setCoords(cd) {
80039
80203
  }
80040
80204
  }
80041
80205
 
80042
- },{"../../components/drawing":103,"../../lib":209,"../../lib/svg_text_utils":230,"../bar/plot":317,"../bar/uniform_text":322,"../pie/helpers":389,"../pie/plot":393,"d3":16}],354:[function(_dereq_,module,exports){
80206
+ },{"../../components/drawing":104,"../../lib":210,"../../lib/svg_text_utils":232,"../bar/plot":319,"../bar/uniform_text":324,"../pie/helpers":391,"../pie/plot":395,"d3":16}],356:[function(_dereq_,module,exports){
80043
80207
  /**
80044
80208
  * Copyright 2012-2020, Plotly, Inc.
80045
80209
  * All rights reserved.
@@ -80072,7 +80236,7 @@ module.exports = function style(gd) {
80072
80236
  });
80073
80237
  };
80074
80238
 
80075
- },{"../bar/uniform_text":322,"../pie/style_one":395,"d3":16}],355:[function(_dereq_,module,exports){
80239
+ },{"../bar/uniform_text":324,"../pie/style_one":397,"d3":16}],357:[function(_dereq_,module,exports){
80076
80240
  /**
80077
80241
  * Copyright 2012-2020, Plotly, Inc.
80078
80242
  * All rights reserved.
@@ -80213,7 +80377,7 @@ module.exports = {
80213
80377
  }
80214
80378
  };
80215
80379
 
80216
- },{"../../lib/extend":203,"../../plots/template_attributes":295,"../bar/attributes":306,"./bin_attributes":357,"./constants":361}],356:[function(_dereq_,module,exports){
80380
+ },{"../../lib/extend":204,"../../plots/template_attributes":297,"../bar/attributes":308,"./bin_attributes":359,"./constants":363}],358:[function(_dereq_,module,exports){
80217
80381
  /**
80218
80382
  * Copyright 2012-2020, Plotly, Inc.
80219
80383
  * All rights reserved.
@@ -80238,7 +80402,7 @@ module.exports = function doAvg(size, counts) {
80238
80402
  return total;
80239
80403
  };
80240
80404
 
80241
- },{}],357:[function(_dereq_,module,exports){
80405
+ },{}],359:[function(_dereq_,module,exports){
80242
80406
  /**
80243
80407
  * Copyright 2012-2020, Plotly, Inc.
80244
80408
  * All rights reserved.
@@ -80273,7 +80437,7 @@ module.exports = function makeBinAttrs(axLetter, match) {
80273
80437
  };
80274
80438
  };
80275
80439
 
80276
- },{}],358:[function(_dereq_,module,exports){
80440
+ },{}],360:[function(_dereq_,module,exports){
80277
80441
  /**
80278
80442
  * Copyright 2012-2020, Plotly, Inc.
80279
80443
  * All rights reserved.
@@ -80347,7 +80511,7 @@ module.exports = {
80347
80511
  }
80348
80512
  };
80349
80513
 
80350
- },{"fast-isnumeric":18}],359:[function(_dereq_,module,exports){
80514
+ },{"fast-isnumeric":18}],361:[function(_dereq_,module,exports){
80351
80515
  /**
80352
80516
  * Copyright 2012-2020, Plotly, Inc.
80353
80517
  * All rights reserved.
@@ -80523,7 +80687,7 @@ function dateParts(v, pa, calendar) {
80523
80687
  return parts;
80524
80688
  }
80525
80689
 
80526
- },{"../../constants/numerical":188,"../../plots/cartesian/axes":254}],360:[function(_dereq_,module,exports){
80690
+ },{"../../constants/numerical":189,"../../plots/cartesian/axes":256}],362:[function(_dereq_,module,exports){
80527
80691
  /**
80528
80692
  * Copyright 2012-2020, Plotly, Inc.
80529
80693
  * All rights reserved.
@@ -81102,7 +81266,7 @@ module.exports = {
81102
81266
  calcAllAutoBins: calcAllAutoBins
81103
81267
  };
81104
81268
 
81105
- },{"../../lib":209,"../../plots/cartesian/axes":254,"../../registry":296,"../bar/arrays_to_calcdata":305,"./average":356,"./bin_functions":358,"./bin_label_vals":359,"./norm_functions":367,"fast-isnumeric":18}],361:[function(_dereq_,module,exports){
81269
+ },{"../../lib":210,"../../plots/cartesian/axes":256,"../../registry":298,"../bar/arrays_to_calcdata":307,"./average":358,"./bin_functions":360,"./bin_label_vals":361,"./norm_functions":369,"fast-isnumeric":18}],363:[function(_dereq_,module,exports){
81106
81270
  /**
81107
81271
  * Copyright 2012-2020, Plotly, Inc.
81108
81272
  * All rights reserved.
@@ -81118,7 +81282,7 @@ module.exports = {
81118
81282
  eventDataKeys: ['binNumber']
81119
81283
  };
81120
81284
 
81121
- },{}],362:[function(_dereq_,module,exports){
81285
+ },{}],364:[function(_dereq_,module,exports){
81122
81286
  /**
81123
81287
  * Copyright 2012-2020, Plotly, Inc.
81124
81288
  * All rights reserved.
@@ -81395,7 +81559,7 @@ module.exports = function crossTraceDefaults(fullData, fullLayout) {
81395
81559
  }
81396
81560
  };
81397
81561
 
81398
- },{"../../lib":209,"../../plots/cartesian/axis_ids":257,"../../plots/cartesian/constraints":261,"../../registry":296,"../bar/defaults":310}],363:[function(_dereq_,module,exports){
81562
+ },{"../../lib":210,"../../plots/cartesian/axis_ids":259,"../../plots/cartesian/constraints":263,"../../registry":298,"../bar/defaults":312}],365:[function(_dereq_,module,exports){
81399
81563
  /**
81400
81564
  * Copyright 2012-2020, Plotly, Inc.
81401
81565
  * All rights reserved.
@@ -81469,7 +81633,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
81469
81633
  errorBarsSupplyDefaults(traceIn, traceOut, lineColor || Color.defaultLine, {axis: 'x', inherit: 'y'});
81470
81634
  };
81471
81635
 
81472
- },{"../../components/color":81,"../../lib":209,"../../registry":296,"../bar/style_defaults":321,"./attributes":355}],364:[function(_dereq_,module,exports){
81636
+ },{"../../components/color":82,"../../lib":210,"../../registry":298,"../bar/style_defaults":323,"./attributes":357}],366:[function(_dereq_,module,exports){
81473
81637
  /**
81474
81638
  * Copyright 2012-2020, Plotly, Inc.
81475
81639
  * All rights reserved.
@@ -81518,7 +81682,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
81518
81682
  return out;
81519
81683
  };
81520
81684
 
81521
- },{}],365:[function(_dereq_,module,exports){
81685
+ },{}],367:[function(_dereq_,module,exports){
81522
81686
  /**
81523
81687
  * Copyright 2012-2020, Plotly, Inc.
81524
81688
  * All rights reserved.
@@ -81551,7 +81715,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
81551
81715
  return pts;
81552
81716
  };
81553
81717
 
81554
- },{"../../plots/cartesian/axes":254,"../bar/hover":313}],366:[function(_dereq_,module,exports){
81718
+ },{"../../plots/cartesian/axes":256,"../bar/hover":315}],368:[function(_dereq_,module,exports){
81555
81719
  /**
81556
81720
  * Copyright 2012-2020, Plotly, Inc.
81557
81721
  * All rights reserved.
@@ -81601,7 +81765,7 @@ module.exports = {
81601
81765
  }
81602
81766
  };
81603
81767
 
81604
- },{"../../plots/cartesian":267,"../bar/cross_trace_calc":309,"../bar/layout_attributes":315,"../bar/layout_defaults":316,"../bar/plot":317,"../bar/select":318,"../bar/style":320,"../scatter/marker_colorbar":415,"./attributes":355,"./calc":360,"./cross_trace_defaults":362,"./defaults":363,"./event_data":364,"./hover":365}],367:[function(_dereq_,module,exports){
81768
+ },{"../../plots/cartesian":269,"../bar/cross_trace_calc":311,"../bar/layout_attributes":317,"../bar/layout_defaults":318,"../bar/plot":319,"../bar/select":320,"../bar/style":322,"../scatter/marker_colorbar":417,"./attributes":357,"./calc":362,"./cross_trace_defaults":364,"./defaults":365,"./event_data":366,"./hover":367}],369:[function(_dereq_,module,exports){
81605
81769
  /**
81606
81770
  * Copyright 2012-2020, Plotly, Inc.
81607
81771
  * All rights reserved.
@@ -81636,7 +81800,7 @@ module.exports = {
81636
81800
  }
81637
81801
  };
81638
81802
 
81639
- },{}],368:[function(_dereq_,module,exports){
81803
+ },{}],370:[function(_dereq_,module,exports){
81640
81804
  /**
81641
81805
  * Copyright 2012-2020, Plotly, Inc.
81642
81806
  * All rights reserved.
@@ -81956,7 +82120,7 @@ module.exports = {
81956
82120
  }
81957
82121
  };
81958
82122
 
81959
- },{"../../components/color/attributes":80,"../../constants/delta.js":185,"../../constants/docs":186,"../../lib/extend":203,"../../plot_api/edit_types":236,"../../plot_api/plot_template":243,"../../plots/cartesian/layout_attributes":268,"../../plots/domain":281,"../../plots/font_attributes":282}],369:[function(_dereq_,module,exports){
82123
+ },{"../../components/color/attributes":81,"../../constants/delta.js":186,"../../constants/docs":187,"../../lib/extend":204,"../../plot_api/edit_types":238,"../../plot_api/plot_template":245,"../../plots/cartesian/layout_attributes":270,"../../plots/domain":283,"../../plots/font_attributes":284}],371:[function(_dereq_,module,exports){
81960
82124
  /**
81961
82125
  * Copyright 2012-2020, Plotly, Inc.
81962
82126
  * All rights reserved.
@@ -81979,7 +82143,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
81979
82143
  plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
81980
82144
  };
81981
82145
 
81982
- },{"../../plots/plots":288}],370:[function(_dereq_,module,exports){
82146
+ },{"../../plots/plots":290}],372:[function(_dereq_,module,exports){
81983
82147
  /**
81984
82148
  * Copyright 2012-2020, Plotly, Inc.
81985
82149
  * All rights reserved.
@@ -82016,7 +82180,7 @@ module.exports = {
82016
82180
  calc: calc
82017
82181
  };
82018
82182
 
82019
- },{}],371:[function(_dereq_,module,exports){
82183
+ },{}],373:[function(_dereq_,module,exports){
82020
82184
  /**
82021
82185
  * Copyright 2012-2020, Plotly, Inc.
82022
82186
  * All rights reserved.
@@ -82038,7 +82202,7 @@ module.exports = {
82038
82202
  horizontalPadding: 10
82039
82203
  };
82040
82204
 
82041
- },{}],372:[function(_dereq_,module,exports){
82205
+ },{}],374:[function(_dereq_,module,exports){
82042
82206
  /**
82043
82207
  * Copyright 2012-2020, Plotly, Inc.
82044
82208
  * All rights reserved.
@@ -82205,7 +82369,7 @@ module.exports = {
82205
82369
  supplyDefaults: supplyDefaults
82206
82370
  };
82207
82371
 
82208
- },{"../../lib":209,"../../plot_api/plot_template":243,"../../plots/array_container_defaults":249,"../../plots/cartesian/tick_label_defaults":275,"../../plots/cartesian/tick_mark_defaults":276,"../../plots/cartesian/tick_value_defaults":277,"../../plots/domain":281,"./attributes":368,"./constants.js":371}],373:[function(_dereq_,module,exports){
82372
+ },{"../../lib":210,"../../plot_api/plot_template":245,"../../plots/array_container_defaults":251,"../../plots/cartesian/tick_label_defaults":277,"../../plots/cartesian/tick_mark_defaults":278,"../../plots/cartesian/tick_value_defaults":279,"../../plots/domain":283,"./attributes":370,"./constants.js":373}],375:[function(_dereq_,module,exports){
82209
82373
  /**
82210
82374
  * Copyright 2012-2020, Plotly, Inc.
82211
82375
  * All rights reserved.
@@ -82235,7 +82399,7 @@ module.exports = {
82235
82399
  }
82236
82400
  };
82237
82401
 
82238
- },{"./attributes":368,"./base_plot":369,"./calc":370,"./defaults":372,"./plot":374}],374:[function(_dereq_,module,exports){
82402
+ },{"./attributes":370,"./base_plot":371,"./calc":372,"./defaults":374,"./plot":376}],376:[function(_dereq_,module,exports){
82239
82403
  /**
82240
82404
  * Copyright 2012-2020, Plotly, Inc.
82241
82405
  * All rights reserved.
@@ -83114,7 +83278,7 @@ function cache(trace, name, initialValue, value, key, fn) {
83114
83278
  return v;
83115
83279
  }
83116
83280
 
83117
- },{"../../components/color":81,"../../components/drawing":103,"../../constants/alignment":183,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/cartesian/axes":254,"../../plots/cartesian/axis_defaults":256,"../../plots/cartesian/layout_attributes":268,"../../plots/cartesian/position_defaults":271,"./constants":371,"d3":16}],375:[function(_dereq_,module,exports){
83281
+ },{"../../components/color":82,"../../components/drawing":104,"../../constants/alignment":184,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/cartesian/axes":256,"../../plots/cartesian/axis_defaults":258,"../../plots/cartesian/layout_attributes":270,"../../plots/cartesian/position_defaults":273,"./constants":373,"d3":16}],377:[function(_dereq_,module,exports){
83118
83282
  /**
83119
83283
  * Copyright 2012-2020, Plotly, Inc.
83120
83284
  * All rights reserved.
@@ -83237,7 +83401,7 @@ module.exports = {
83237
83401
  }),
83238
83402
  };
83239
83403
 
83240
- },{"../../components/drawing/attributes":102,"../../components/fx/attributes":112,"../../constants/delta.js":185,"../../lib":209,"../scatter/attributes":397}],376:[function(_dereq_,module,exports){
83404
+ },{"../../components/drawing/attributes":103,"../../components/fx/attributes":113,"../../constants/delta.js":186,"../../lib":210,"../scatter/attributes":399}],378:[function(_dereq_,module,exports){
83241
83405
  /**
83242
83406
  * Copyright 2012-2020, Plotly, Inc.
83243
83407
  * All rights reserved.
@@ -83418,7 +83582,7 @@ module.exports = {
83418
83582
  calcCommon: calcCommon
83419
83583
  };
83420
83584
 
83421
- },{"../../constants/numerical":188,"../../lib":209,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254}],377:[function(_dereq_,module,exports){
83585
+ },{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256}],379:[function(_dereq_,module,exports){
83422
83586
  /**
83423
83587
  * Copyright 2012-2020, Plotly, Inc.
83424
83588
  * All rights reserved.
@@ -83467,7 +83631,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
83467
83631
  coerce(direction + '.line.dash', traceOut.line.dash);
83468
83632
  }
83469
83633
 
83470
- },{"../../lib":209,"../scatter/period_defaults":417,"./attributes":375,"./ohlc_defaults":380}],378:[function(_dereq_,module,exports){
83634
+ },{"../../lib":210,"../scatter/period_defaults":419,"./attributes":377,"./ohlc_defaults":382}],380:[function(_dereq_,module,exports){
83471
83635
  /**
83472
83636
  * Copyright 2012-2020, Plotly, Inc.
83473
83637
  * All rights reserved.
@@ -83674,7 +83838,7 @@ module.exports = {
83674
83838
  hoverOnPoints: hoverOnPoints
83675
83839
  };
83676
83840
 
83677
- },{"../../components/color":81,"../../components/fx":121,"../../constants/delta.js":185,"../../lib":209,"../../plots/cartesian/axes":254}],379:[function(_dereq_,module,exports){
83841
+ },{"../../components/color":82,"../../components/fx":122,"../../constants/delta.js":186,"../../lib":210,"../../plots/cartesian/axes":256}],381:[function(_dereq_,module,exports){
83678
83842
  /**
83679
83843
  * Copyright 2012-2020, Plotly, Inc.
83680
83844
  * All rights reserved.
@@ -83703,7 +83867,7 @@ module.exports = {
83703
83867
  selectPoints: _dereq_('./select')
83704
83868
  };
83705
83869
 
83706
- },{"../../plots/cartesian":267,"./attributes":375,"./calc":376,"./defaults":377,"./hover":378,"./plot":381,"./select":382,"./style":383}],380:[function(_dereq_,module,exports){
83870
+ },{"../../plots/cartesian":269,"./attributes":377,"./calc":378,"./defaults":379,"./hover":380,"./plot":383,"./select":384,"./style":385}],382:[function(_dereq_,module,exports){
83707
83871
  /**
83708
83872
  * Copyright 2012-2020, Plotly, Inc.
83709
83873
  * All rights reserved.
@@ -83738,7 +83902,7 @@ module.exports = function handleOHLC(traceIn, traceOut, coerce, layout) {
83738
83902
  return len;
83739
83903
  };
83740
83904
 
83741
- },{"../../lib":209,"../../registry":296}],381:[function(_dereq_,module,exports){
83905
+ },{"../../lib":210,"../../registry":298}],383:[function(_dereq_,module,exports){
83742
83906
  /**
83743
83907
  * Copyright 2012-2020, Plotly, Inc.
83744
83908
  * All rights reserved.
@@ -83796,7 +83960,7 @@ module.exports = function plot(gd, plotinfo, cdOHLC, ohlcLayer) {
83796
83960
  });
83797
83961
  };
83798
83962
 
83799
- },{"../../lib":209,"d3":16}],382:[function(_dereq_,module,exports){
83963
+ },{"../../lib":210,"d3":16}],384:[function(_dereq_,module,exports){
83800
83964
  /**
83801
83965
  * Copyright 2012-2020, Plotly, Inc.
83802
83966
  * All rights reserved.
@@ -83841,7 +84005,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
83841
84005
  return selection;
83842
84006
  };
83843
84007
 
83844
- },{}],383:[function(_dereq_,module,exports){
84008
+ },{}],385:[function(_dereq_,module,exports){
83845
84009
  /**
83846
84010
  * Copyright 2012-2020, Plotly, Inc.
83847
84011
  * All rights reserved.
@@ -83880,7 +84044,7 @@ module.exports = function style(gd, cd, sel) {
83880
84044
  });
83881
84045
  };
83882
84046
 
83883
- },{"../../components/color":81,"../../components/drawing":103,"d3":16}],384:[function(_dereq_,module,exports){
84047
+ },{"../../components/color":82,"../../components/drawing":104,"d3":16}],386:[function(_dereq_,module,exports){
83884
84048
  /**
83885
84049
  * Copyright 2012-2020, Plotly, Inc.
83886
84050
  * All rights reserved.
@@ -84151,7 +84315,7 @@ module.exports = {
84151
84315
  }
84152
84316
  };
84153
84317
 
84154
- },{"../../components/color/attributes":80,"../../lib/extend":203,"../../plots/attributes":250,"../../plots/domain":281,"../../plots/font_attributes":282,"../../plots/template_attributes":295}],385:[function(_dereq_,module,exports){
84318
+ },{"../../components/color/attributes":81,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/domain":283,"../../plots/font_attributes":284,"../../plots/template_attributes":297}],387:[function(_dereq_,module,exports){
84155
84319
  /**
84156
84320
  * Copyright 2012-2020, Plotly, Inc.
84157
84321
  * All rights reserved.
@@ -84174,7 +84338,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
84174
84338
  plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
84175
84339
  };
84176
84340
 
84177
- },{"../../plots/plots":288}],386:[function(_dereq_,module,exports){
84341
+ },{"../../plots/plots":290}],388:[function(_dereq_,module,exports){
84178
84342
  /**
84179
84343
  * Copyright 2012-2020, Plotly, Inc.
84180
84344
  * All rights reserved.
@@ -84357,7 +84521,7 @@ module.exports = {
84357
84521
  generateExtendedColors: generateExtendedColors
84358
84522
  };
84359
84523
 
84360
- },{"../../components/color":81,"fast-isnumeric":18,"tinycolor2":64}],387:[function(_dereq_,module,exports){
84524
+ },{"../../components/color":82,"fast-isnumeric":18,"tinycolor2":65}],389:[function(_dereq_,module,exports){
84361
84525
  /**
84362
84526
  * Copyright 2012-2020, Plotly, Inc.
84363
84527
  * All rights reserved.
@@ -84488,7 +84652,7 @@ module.exports = {
84488
84652
  supplyDefaults: supplyDefaults
84489
84653
  };
84490
84654
 
84491
- },{"../../lib":209,"../../plots/domain":281,"../bar/defaults":310,"./attributes":384,"fast-isnumeric":18}],388:[function(_dereq_,module,exports){
84655
+ },{"../../lib":210,"../../plots/domain":283,"../bar/defaults":312,"./attributes":386,"fast-isnumeric":18}],390:[function(_dereq_,module,exports){
84492
84656
  /**
84493
84657
  * Copyright 2012-2020, Plotly, Inc.
84494
84658
  * All rights reserved.
@@ -84537,7 +84701,7 @@ module.exports = function eventData(pt, trace) {
84537
84701
  return out;
84538
84702
  };
84539
84703
 
84540
- },{"../../components/fx/helpers":117}],389:[function(_dereq_,module,exports){
84704
+ },{"../../components/fx/helpers":118}],391:[function(_dereq_,module,exports){
84541
84705
  /**
84542
84706
  * Copyright 2012-2020, Plotly, Inc.
84543
84707
  * All rights reserved.
@@ -84585,7 +84749,7 @@ exports.getRotationAngle = function(rotation) {
84585
84749
  return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
84586
84750
  };
84587
84751
 
84588
- },{"../../lib":209}],390:[function(_dereq_,module,exports){
84752
+ },{"../../lib":210}],392:[function(_dereq_,module,exports){
84589
84753
  /**
84590
84754
  * Copyright 2012-2020, Plotly, Inc.
84591
84755
  * All rights reserved.
@@ -84618,7 +84782,7 @@ module.exports = {
84618
84782
  }
84619
84783
  };
84620
84784
 
84621
- },{"./attributes":384,"./base_plot":385,"./calc":386,"./defaults":387,"./layout_attributes":391,"./layout_defaults":392,"./plot":393,"./style":394,"./style_one":395}],391:[function(_dereq_,module,exports){
84785
+ },{"./attributes":386,"./base_plot":387,"./calc":388,"./defaults":389,"./layout_attributes":393,"./layout_defaults":394,"./plot":395,"./style":396,"./style_one":397}],393:[function(_dereq_,module,exports){
84622
84786
  /**
84623
84787
  * Copyright 2012-2020, Plotly, Inc.
84624
84788
  * All rights reserved.
@@ -84651,7 +84815,7 @@ module.exports = {
84651
84815
  }
84652
84816
  };
84653
84817
 
84654
- },{}],392:[function(_dereq_,module,exports){
84818
+ },{}],394:[function(_dereq_,module,exports){
84655
84819
  /**
84656
84820
  * Copyright 2012-2020, Plotly, Inc.
84657
84821
  * All rights reserved.
@@ -84676,7 +84840,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
84676
84840
  coerce('extendpiecolors');
84677
84841
  };
84678
84842
 
84679
- },{"../../lib":209,"./layout_attributes":391}],393:[function(_dereq_,module,exports){
84843
+ },{"../../lib":210,"./layout_attributes":393}],395:[function(_dereq_,module,exports){
84680
84844
  /**
84681
84845
  * Copyright 2012-2020, Plotly, Inc.
84682
84846
  * All rights reserved.
@@ -85856,7 +86020,7 @@ module.exports = {
85856
86020
  computeTransform: computeTransform
85857
86021
  };
85858
86022
 
85859
- },{"../../components/color":81,"../../components/drawing":103,"../../components/fx":121,"../../lib":209,"../../lib/svg_text_utils":230,"../../plots/plots":288,"../bar/constants":308,"../bar/uniform_text":322,"./event_data":388,"./helpers":389,"d3":16}],394:[function(_dereq_,module,exports){
86023
+ },{"../../components/color":82,"../../components/drawing":104,"../../components/fx":122,"../../lib":210,"../../lib/svg_text_utils":232,"../../plots/plots":290,"../bar/constants":310,"../bar/uniform_text":324,"./event_data":390,"./helpers":391,"d3":16}],396:[function(_dereq_,module,exports){
85860
86024
  /**
85861
86025
  * Copyright 2012-2020, Plotly, Inc.
85862
86026
  * All rights reserved.
@@ -85889,7 +86053,7 @@ module.exports = function style(gd) {
85889
86053
  });
85890
86054
  };
85891
86055
 
85892
- },{"../bar/uniform_text":322,"./style_one":395,"d3":16}],395:[function(_dereq_,module,exports){
86056
+ },{"../bar/uniform_text":324,"./style_one":397,"d3":16}],397:[function(_dereq_,module,exports){
85893
86057
  /**
85894
86058
  * Copyright 2012-2020, Plotly, Inc.
85895
86059
  * All rights reserved.
@@ -85913,7 +86077,7 @@ module.exports = function styleOne(s, pt, trace) {
85913
86077
  .call(Color.stroke, lineColor);
85914
86078
  };
85915
86079
 
85916
- },{"../../components/color":81,"./helpers":389}],396:[function(_dereq_,module,exports){
86080
+ },{"../../components/color":82,"./helpers":391}],398:[function(_dereq_,module,exports){
85917
86081
  /**
85918
86082
  * Copyright 2012-2020, Plotly, Inc.
85919
86083
  * All rights reserved.
@@ -85965,7 +86129,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
85965
86129
  }
85966
86130
  };
85967
86131
 
85968
- },{"../../lib":209}],397:[function(_dereq_,module,exports){
86132
+ },{"../../lib":210}],399:[function(_dereq_,module,exports){
85969
86133
  /**
85970
86134
  * Copyright 2012-2020, Plotly, Inc.
85971
86135
  * All rights reserved.
@@ -86419,7 +86583,7 @@ module.exports = {
86419
86583
  }
86420
86584
  };
86421
86585
 
86422
- },{"../../components/colorscale/attributes":88,"../../components/drawing":103,"../../components/drawing/attributes":102,"../../lib/extend":203,"../../plots/font_attributes":282,"../../plots/template_attributes":295,"./constants":401}],398:[function(_dereq_,module,exports){
86586
+ },{"../../components/colorscale/attributes":89,"../../components/drawing":104,"../../components/drawing/attributes":103,"../../lib/extend":204,"../../plots/font_attributes":284,"../../plots/template_attributes":297,"./constants":403}],400:[function(_dereq_,module,exports){
86423
86587
  /**
86424
86588
  * Copyright 2012-2020, Plotly, Inc.
86425
86589
  * All rights reserved.
@@ -86718,7 +86882,7 @@ module.exports = {
86718
86882
  getStackOpts: getStackOpts
86719
86883
  };
86720
86884
 
86721
- },{"../../constants/numerical":188,"../../lib":209,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254,"./arrays_to_calcdata":396,"./calc_selection":399,"./colorscale_calc":400,"./subtypes":422,"fast-isnumeric":18}],399:[function(_dereq_,module,exports){
86885
+ },{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"./arrays_to_calcdata":398,"./calc_selection":401,"./colorscale_calc":402,"./subtypes":424,"fast-isnumeric":18}],401:[function(_dereq_,module,exports){
86722
86886
  /**
86723
86887
  * Copyright 2012-2020, Plotly, Inc.
86724
86888
  * All rights reserved.
@@ -86737,7 +86901,7 @@ module.exports = function calcSelection(cd, trace) {
86737
86901
  }
86738
86902
  };
86739
86903
 
86740
- },{"../../lib":209}],400:[function(_dereq_,module,exports){
86904
+ },{"../../lib":210}],402:[function(_dereq_,module,exports){
86741
86905
  /**
86742
86906
  * Copyright 2012-2020, Plotly, Inc.
86743
86907
  * All rights reserved.
@@ -86780,7 +86944,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
86780
86944
  }
86781
86945
  };
86782
86946
 
86783
- },{"../../components/colorscale/calc":89,"../../components/colorscale/helpers":92,"./subtypes":422}],401:[function(_dereq_,module,exports){
86947
+ },{"../../components/colorscale/calc":90,"../../components/colorscale/helpers":93,"./subtypes":424}],403:[function(_dereq_,module,exports){
86784
86948
  /**
86785
86949
  * Copyright 2012-2020, Plotly, Inc.
86786
86950
  * All rights reserved.
@@ -86809,7 +86973,7 @@ module.exports = {
86809
86973
  eventDataKeys: []
86810
86974
  };
86811
86975
 
86812
- },{}],402:[function(_dereq_,module,exports){
86976
+ },{}],404:[function(_dereq_,module,exports){
86813
86977
  /**
86814
86978
  * Copyright 2012-2020, Plotly, Inc.
86815
86979
  * All rights reserved.
@@ -86990,7 +87154,7 @@ function getInterp(calcTrace, index, position, posAttr) {
86990
87154
  return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
86991
87155
  }
86992
87156
 
86993
- },{"./calc":398}],403:[function(_dereq_,module,exports){
87157
+ },{"./calc":400}],405:[function(_dereq_,module,exports){
86994
87158
  /**
86995
87159
  * Copyright 2012-2020, Plotly, Inc.
86996
87160
  * All rights reserved.
@@ -87029,7 +87193,7 @@ module.exports = function crossTraceDefaults(fullData) {
87029
87193
  }
87030
87194
  };
87031
87195
 
87032
- },{}],404:[function(_dereq_,module,exports){
87196
+ },{}],406:[function(_dereq_,module,exports){
87033
87197
  /**
87034
87198
  * Copyright 2012-2020, Plotly, Inc.
87035
87199
  * All rights reserved.
@@ -87122,7 +87286,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
87122
87286
  Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
87123
87287
  };
87124
87288
 
87125
- },{"../../lib":209,"../../registry":296,"./attributes":397,"./constants":401,"./fillcolor_defaults":405,"./line_defaults":410,"./line_shape_defaults":412,"./marker_defaults":416,"./period_defaults":417,"./stack_defaults":420,"./subtypes":422,"./text_defaults":423,"./xy_defaults":424}],405:[function(_dereq_,module,exports){
87289
+ },{"../../lib":210,"../../registry":298,"./attributes":399,"./constants":403,"./fillcolor_defaults":407,"./line_defaults":412,"./line_shape_defaults":414,"./marker_defaults":418,"./period_defaults":419,"./stack_defaults":422,"./subtypes":424,"./text_defaults":425,"./xy_defaults":426}],407:[function(_dereq_,module,exports){
87126
87290
  /**
87127
87291
  * Copyright 2012-2020, Plotly, Inc.
87128
87292
  * All rights reserved.
@@ -87159,7 +87323,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
87159
87323
  ));
87160
87324
  };
87161
87325
 
87162
- },{"../../components/color":81,"../../lib":209}],406:[function(_dereq_,module,exports){
87326
+ },{"../../components/color":82,"../../lib":210}],408:[function(_dereq_,module,exports){
87163
87327
  /**
87164
87328
  * Copyright 2012-2020, Plotly, Inc.
87165
87329
  * All rights reserved.
@@ -87185,7 +87349,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
87185
87349
  return labels;
87186
87350
  };
87187
87351
 
87188
- },{"../../plots/cartesian/axes":254}],407:[function(_dereq_,module,exports){
87352
+ },{"../../plots/cartesian/axes":256}],409:[function(_dereq_,module,exports){
87189
87353
  /**
87190
87354
  * Copyright 2012-2020, Plotly, Inc.
87191
87355
  * All rights reserved.
@@ -87234,7 +87398,7 @@ module.exports = function getTraceColor(trace, di) {
87234
87398
  }
87235
87399
  };
87236
87400
 
87237
- },{"../../components/color":81,"./subtypes":422}],408:[function(_dereq_,module,exports){
87401
+ },{"../../components/color":82,"./subtypes":424}],410:[function(_dereq_,module,exports){
87238
87402
  /**
87239
87403
  * Copyright 2012-2020, Plotly, Inc.
87240
87404
  * All rights reserved.
@@ -87429,7 +87593,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
87429
87593
  }
87430
87594
  };
87431
87595
 
87432
- },{"../../components/color":81,"../../components/fx":121,"../../lib":209,"../../registry":296,"./get_trace_color":407}],409:[function(_dereq_,module,exports){
87596
+ },{"../../components/color":82,"../../components/fx":122,"../../lib":210,"../../registry":298,"./get_trace_color":409}],411:[function(_dereq_,module,exports){
87433
87597
  /**
87434
87598
  * Copyright 2012-2020, Plotly, Inc.
87435
87599
  * All rights reserved.
@@ -87475,7 +87639,7 @@ module.exports = {
87475
87639
  }
87476
87640
  };
87477
87641
 
87478
- },{"../../plots/cartesian":267,"./arrays_to_calcdata":396,"./attributes":397,"./calc":398,"./cross_trace_calc":402,"./cross_trace_defaults":403,"./defaults":404,"./format_labels":406,"./hover":408,"./marker_colorbar":415,"./plot":418,"./select":419,"./style":421,"./subtypes":422}],410:[function(_dereq_,module,exports){
87642
+ },{"../../plots/cartesian":269,"./arrays_to_calcdata":398,"./attributes":399,"./calc":400,"./cross_trace_calc":404,"./cross_trace_defaults":405,"./defaults":406,"./format_labels":408,"./hover":410,"./marker_colorbar":417,"./plot":420,"./select":421,"./style":423,"./subtypes":424}],412:[function(_dereq_,module,exports){
87479
87643
  /**
87480
87644
  * Copyright 2012-2020, Plotly, Inc.
87481
87645
  * All rights reserved.
@@ -87506,7 +87670,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
87506
87670
  if(!(opts || {}).noDash) coerce('line.dash');
87507
87671
  };
87508
87672
 
87509
- },{"../../components/colorscale/defaults":91,"../../components/colorscale/helpers":92,"../../lib":209}],411:[function(_dereq_,module,exports){
87673
+ },{"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"../../lib":210}],413:[function(_dereq_,module,exports){
87510
87674
  /**
87511
87675
  * Copyright 2012-2020, Plotly, Inc.
87512
87676
  * All rights reserved.
@@ -87967,7 +88131,7 @@ module.exports = function linePoints(d, opts) {
87967
88131
  return segments;
87968
88132
  };
87969
88133
 
87970
- },{"../../constants/numerical":188,"../../lib":209,"./constants":401}],412:[function(_dereq_,module,exports){
88134
+ },{"../../constants/numerical":189,"../../lib":210,"./constants":403}],414:[function(_dereq_,module,exports){
87971
88135
  /**
87972
88136
  * Copyright 2012-2020, Plotly, Inc.
87973
88137
  * All rights reserved.
@@ -87986,7 +88150,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
87986
88150
  if(shape === 'spline') coerce('line.smoothing');
87987
88151
  };
87988
88152
 
87989
- },{}],413:[function(_dereq_,module,exports){
88153
+ },{}],415:[function(_dereq_,module,exports){
87990
88154
  /**
87991
88155
  * Copyright 2012-2020, Plotly, Inc.
87992
88156
  * All rights reserved.
@@ -88076,7 +88240,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
88076
88240
  return cdscatterSorted;
88077
88241
  };
88078
88242
 
88079
- },{}],414:[function(_dereq_,module,exports){
88243
+ },{}],416:[function(_dereq_,module,exports){
88080
88244
  /**
88081
88245
  * Copyright 2012-2020, Plotly, Inc.
88082
88246
  * All rights reserved.
@@ -88118,7 +88282,7 @@ module.exports = function makeBubbleSizeFn(trace) {
88118
88282
  };
88119
88283
  };
88120
88284
 
88121
- },{"fast-isnumeric":18}],415:[function(_dereq_,module,exports){
88285
+ },{"fast-isnumeric":18}],417:[function(_dereq_,module,exports){
88122
88286
  /**
88123
88287
  * Copyright 2012-2020, Plotly, Inc.
88124
88288
  * All rights reserved.
@@ -88136,7 +88300,7 @@ module.exports = {
88136
88300
  max: 'cmax'
88137
88301
  };
88138
88302
 
88139
- },{}],416:[function(_dereq_,module,exports){
88303
+ },{}],418:[function(_dereq_,module,exports){
88140
88304
  /**
88141
88305
  * Copyright 2012-2020, Plotly, Inc.
88142
88306
  * All rights reserved.
@@ -88217,7 +88381,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
88217
88381
  }
88218
88382
  };
88219
88383
 
88220
- },{"../../components/color":81,"../../components/colorscale/defaults":91,"../../components/colorscale/helpers":92,"./subtypes":422}],417:[function(_dereq_,module,exports){
88384
+ },{"../../components/color":82,"../../components/colorscale/defaults":92,"../../components/colorscale/helpers":93,"./subtypes":424}],419:[function(_dereq_,module,exports){
88221
88385
  /**
88222
88386
  * Copyright 2012-2020, Plotly, Inc.
88223
88387
  * All rights reserved.
@@ -88264,7 +88428,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
88264
88428
  }
88265
88429
  };
88266
88430
 
88267
- },{"../../constants/numerical":188,"../../lib":209}],418:[function(_dereq_,module,exports){
88431
+ },{"../../constants/numerical":189,"../../lib":210}],420:[function(_dereq_,module,exports){
88268
88432
  /**
88269
88433
  * Copyright 2012-2020, Plotly, Inc.
88270
88434
  * All rights reserved.
@@ -88758,7 +88922,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
88758
88922
  join.selectAll('text')
88759
88923
  .call(Drawing.textPointStyle, trace, gd)
88760
88924
  .each(function(d) {
88761
- // This just *has* to be totally custom becuase of SVG text positioning :(
88925
+ // This just *has* to be totally custom because of SVG text positioning :(
88762
88926
  // It's obviously copied from translatePoint; we just can't use that
88763
88927
  var x = xa.c2p(d.x);
88764
88928
  var y = ya.c2p(d.y);
@@ -88825,7 +88989,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
88825
88989
  });
88826
88990
  }
88827
88991
 
88828
- },{"../../components/drawing":103,"../../lib":209,"../../lib/polygon":221,"../../registry":296,"./line_points":411,"./link_traces":413,"./subtypes":422,"d3":16}],419:[function(_dereq_,module,exports){
88992
+ },{"../../components/drawing":104,"../../lib":210,"../../lib/polygon":222,"../../registry":298,"./line_points":413,"./link_traces":415,"./subtypes":424,"d3":16}],421:[function(_dereq_,module,exports){
88829
88993
  /**
88830
88994
  * Copyright 2012-2020, Plotly, Inc.
88831
88995
  * All rights reserved.
@@ -88879,7 +89043,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
88879
89043
  return selection;
88880
89044
  };
88881
89045
 
88882
- },{"./subtypes":422}],420:[function(_dereq_,module,exports){
89046
+ },{"./subtypes":424}],422:[function(_dereq_,module,exports){
88883
89047
  /**
88884
89048
  * Copyright 2012-2020, Plotly, Inc.
88885
89049
  * All rights reserved.
@@ -88984,7 +89148,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
88984
89148
  }
88985
89149
  };
88986
89150
 
88987
- },{}],421:[function(_dereq_,module,exports){
89151
+ },{}],423:[function(_dereq_,module,exports){
88988
89152
  /**
88989
89153
  * Copyright 2012-2020, Plotly, Inc.
88990
89154
  * All rights reserved.
@@ -89055,7 +89219,7 @@ module.exports = {
89055
89219
  styleOnSelect: styleOnSelect
89056
89220
  };
89057
89221
 
89058
- },{"../../components/drawing":103,"../../registry":296,"d3":16}],422:[function(_dereq_,module,exports){
89222
+ },{"../../components/drawing":104,"../../registry":298,"d3":16}],424:[function(_dereq_,module,exports){
89059
89223
  /**
89060
89224
  * Copyright 2012-2020, Plotly, Inc.
89061
89225
  * All rights reserved.
@@ -89094,7 +89258,7 @@ module.exports = {
89094
89258
  }
89095
89259
  };
89096
89260
 
89097
- },{"../../lib":209}],423:[function(_dereq_,module,exports){
89261
+ },{"../../lib":210}],425:[function(_dereq_,module,exports){
89098
89262
  /**
89099
89263
  * Copyright 2012-2020, Plotly, Inc.
89100
89264
  * All rights reserved.
@@ -89124,7 +89288,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
89124
89288
  }
89125
89289
  };
89126
89290
 
89127
- },{"../../lib":209}],424:[function(_dereq_,module,exports){
89291
+ },{"../../lib":210}],426:[function(_dereq_,module,exports){
89128
89292
  /**
89129
89293
  * Copyright 2012-2020, Plotly, Inc.
89130
89294
  * All rights reserved.
@@ -89168,7 +89332,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
89168
89332
  return len;
89169
89333
  };
89170
89334
 
89171
- },{"../../lib":209,"../../registry":296}],425:[function(_dereq_,module,exports){
89335
+ },{"../../lib":210,"../../registry":298}],427:[function(_dereq_,module,exports){
89172
89336
  /**
89173
89337
  * Copyright 2012-2020, Plotly, Inc.
89174
89338
  * All rights reserved.
@@ -89319,7 +89483,7 @@ module.exports = {
89319
89483
  alignmentgroup: barAttrs.alignmentgroup
89320
89484
  };
89321
89485
 
89322
- },{"../../components/color":81,"../../lib/extend":203,"../../plots/attributes":250,"../../plots/template_attributes":295,"../bar/attributes":306,"../scatter/attributes":397,"./constants":427}],426:[function(_dereq_,module,exports){
89486
+ },{"../../components/color":82,"../../lib/extend":204,"../../plots/attributes":252,"../../plots/template_attributes":297,"../bar/attributes":308,"../scatter/attributes":399,"./constants":429}],428:[function(_dereq_,module,exports){
89323
89487
  /**
89324
89488
  * Copyright 2012-2020, Plotly, Inc.
89325
89489
  * All rights reserved.
@@ -89433,7 +89597,7 @@ module.exports = function calc(gd, trace) {
89433
89597
  return cd;
89434
89598
  };
89435
89599
 
89436
- },{"../../constants/numerical":188,"../../lib":209,"../../plots/cartesian/align_period":251,"../../plots/cartesian/axes":254,"../scatter/calc_selection":399}],427:[function(_dereq_,module,exports){
89600
+ },{"../../constants/numerical":189,"../../lib":210,"../../plots/cartesian/align_period":253,"../../plots/cartesian/axes":256,"../scatter/calc_selection":401}],429:[function(_dereq_,module,exports){
89437
89601
  /**
89438
89602
  * Copyright 2012-2020, Plotly, Inc.
89439
89603
  * All rights reserved.
@@ -89452,7 +89616,7 @@ module.exports = {
89452
89616
  ]
89453
89617
  };
89454
89618
 
89455
- },{}],428:[function(_dereq_,module,exports){
89619
+ },{}],430:[function(_dereq_,module,exports){
89456
89620
  /**
89457
89621
  * Copyright 2012-2020, Plotly, Inc.
89458
89622
  * All rights reserved.
@@ -89525,7 +89689,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
89525
89689
  }
89526
89690
  };
89527
89691
 
89528
- },{"../bar/cross_trace_calc":309}],429:[function(_dereq_,module,exports){
89692
+ },{"../bar/cross_trace_calc":311}],431:[function(_dereq_,module,exports){
89529
89693
  /**
89530
89694
  * Copyright 2012-2020, Plotly, Inc.
89531
89695
  * All rights reserved.
@@ -89634,7 +89798,7 @@ module.exports = {
89634
89798
  crossTraceDefaults: crossTraceDefaults
89635
89799
  };
89636
89800
 
89637
- },{"../../components/color":81,"../../constants/delta.js":185,"../../lib":209,"../bar/defaults":310,"../scatter/period_defaults":417,"../scatter/xy_defaults":424,"./attributes":425}],430:[function(_dereq_,module,exports){
89801
+ },{"../../components/color":82,"../../constants/delta.js":186,"../../lib":210,"../bar/defaults":312,"../scatter/period_defaults":419,"../scatter/xy_defaults":426,"./attributes":427}],432:[function(_dereq_,module,exports){
89638
89802
  /**
89639
89803
  * Copyright 2012-2020, Plotly, Inc.
89640
89804
  * All rights reserved.
@@ -89661,7 +89825,7 @@ module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
89661
89825
  return out;
89662
89826
  };
89663
89827
 
89664
- },{}],431:[function(_dereq_,module,exports){
89828
+ },{}],433:[function(_dereq_,module,exports){
89665
89829
  /**
89666
89830
  * Copyright 2012-2020, Plotly, Inc.
89667
89831
  * All rights reserved.
@@ -89756,7 +89920,7 @@ function getTraceColor(trace, di) {
89756
89920
  else if(opacity(mlc) && mlw) return mlc;
89757
89921
  }
89758
89922
 
89759
- },{"../../components/color":81,"../../constants/delta.js":185,"../../plots/cartesian/axes":254,"../bar/hover":313}],432:[function(_dereq_,module,exports){
89923
+ },{"../../components/color":82,"../../constants/delta.js":186,"../../plots/cartesian/axes":256,"../bar/hover":315}],434:[function(_dereq_,module,exports){
89760
89924
  /**
89761
89925
  * Copyright 2012-2020, Plotly, Inc.
89762
89926
  * All rights reserved.
@@ -89791,7 +89955,7 @@ module.exports = {
89791
89955
  }
89792
89956
  };
89793
89957
 
89794
- },{"../../plots/cartesian":267,"../bar/select":318,"./attributes":425,"./calc":426,"./cross_trace_calc":428,"./defaults":429,"./event_data":430,"./hover":431,"./layout_attributes":433,"./layout_defaults":434,"./plot":435,"./style":436}],433:[function(_dereq_,module,exports){
89958
+ },{"../../plots/cartesian":269,"../bar/select":320,"./attributes":427,"./calc":428,"./cross_trace_calc":430,"./defaults":431,"./event_data":432,"./hover":433,"./layout_attributes":435,"./layout_defaults":436,"./plot":437,"./style":438}],435:[function(_dereq_,module,exports){
89795
89959
  /**
89796
89960
  * Copyright 2012-2020, Plotly, Inc.
89797
89961
  * All rights reserved.
@@ -89830,7 +89994,7 @@ module.exports = {
89830
89994
  }
89831
89995
  };
89832
89996
 
89833
- },{}],434:[function(_dereq_,module,exports){
89997
+ },{}],436:[function(_dereq_,module,exports){
89834
89998
  /**
89835
89999
  * Copyright 2012-2020, Plotly, Inc.
89836
90000
  * All rights reserved.
@@ -89867,7 +90031,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
89867
90031
  }
89868
90032
  };
89869
90033
 
89870
- },{"../../lib":209,"./layout_attributes":433}],435:[function(_dereq_,module,exports){
90034
+ },{"../../lib":210,"./layout_attributes":435}],437:[function(_dereq_,module,exports){
89871
90035
  /**
89872
90036
  * Copyright 2012-2020, Plotly, Inc.
89873
90037
  * All rights reserved.
@@ -89998,7 +90162,7 @@ function getXY(di, xa, ya, isHorizontal) {
89998
90162
  return isHorizontal ? [s, p] : [p, s];
89999
90163
  }
90000
90164
 
90001
- },{"../../components/drawing":103,"../../constants/numerical":188,"../../lib":209,"../bar/plot":317,"../bar/uniform_text":322,"d3":16}],436:[function(_dereq_,module,exports){
90165
+ },{"../../components/drawing":104,"../../constants/numerical":189,"../../lib":210,"../bar/plot":319,"../bar/uniform_text":324,"d3":16}],438:[function(_dereq_,module,exports){
90002
90166
  /**
90003
90167
  * Copyright 2012-2020, Plotly, Inc.
90004
90168
  * All rights reserved.
@@ -90059,7 +90223,7 @@ module.exports = {
90059
90223
  style: style
90060
90224
  };
90061
90225
 
90062
- },{"../../components/color":81,"../../components/drawing":103,"../../constants/interactions":187,"../bar/style":320,"../bar/uniform_text":322,"d3":16}],437:[function(_dereq_,module,exports){
90226
+ },{"../../components/color":82,"../../components/drawing":104,"../../constants/interactions":188,"../bar/style":322,"../bar/uniform_text":324,"d3":16}],439:[function(_dereq_,module,exports){
90063
90227
  /**
90064
90228
  * Copyright 2012-2020, Plotly, Inc.
90065
90229
  * All rights reserved.
@@ -90071,7 +90235,7 @@ module.exports = {
90071
90235
  'use strict';
90072
90236
 
90073
90237
  // package version injected by `npm run preprocess`
90074
- exports.version = '1.58.0';
90238
+ exports.version = '1.58.4';
90075
90239
 
90076
90240
  },{}]},{},[8])(8)
90077
90241
  });