plotly.js 1.58.3 → 1.58.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/README.md +25 -25
- package/dist/plot-schema.json +13 -13
- package/dist/plotly-basic.js +434 -326
- package/dist/plotly-basic.min.js +4 -4
- package/dist/plotly-cartesian.js +551 -443
- package/dist/plotly-cartesian.min.js +4 -4
- package/dist/plotly-finance.js +515 -407
- package/dist/plotly-finance.min.js +4 -4
- package/dist/plotly-geo-assets.js +2 -2
- package/dist/plotly-geo.js +438 -330
- package/dist/plotly-geo.min.js +4 -4
- package/dist/plotly-gl2d.js +616 -508
- package/dist/plotly-gl2d.min.js +10 -10
- package/dist/plotly-gl3d.js +340 -271
- package/dist/plotly-gl3d.min.js +3 -3
- package/dist/plotly-mapbox.js +448 -340
- package/dist/plotly-mapbox.min.js +4 -4
- package/dist/plotly-with-meta.js +805 -736
- package/dist/plotly.js +801 -732
- package/dist/plotly.min.js +3 -3
- package/package.json +1 -1
- package/src/components/colorscale/index.js +1 -1
- package/src/components/errorbars/attributes.js +1 -1
- package/src/components/fx/hover.js +1 -1
- package/src/components/sliders/draw.js +1 -1
- package/src/lib/index.js +2 -1
- package/src/lib/preserve_drawing_buffer.js +68 -0
- package/src/plot_api/plot_api.js +1 -1
- package/src/plots/gl3d/scene.js +16 -18
- package/src/traces/carpet/attributes.js +2 -2
- package/src/traces/carpet/create_i_derivative_evaluator.js +1 -1
- package/src/traces/carpet/plot.js +1 -1
- package/src/traces/carpet/set_convert.js +2 -2
- package/src/traces/carpet/smooth_fill_2d_array.js +1 -1
- package/src/traces/parcats/attributes.js +1 -1
- package/src/traces/scatter/plot.js +1 -1
- package/src/traces/scattercarpet/plot.js +1 -1
- package/src/version.js +1 -1
package/dist/plotly-gl3d.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js (gl3d) v1.58.
|
|
2
|
+
* plotly.js (gl3d) v1.58.4
|
|
3
3
|
* Copyright 2012-2020, Plotly, Inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the MIT license
|
|
@@ -85,7 +85,7 @@ for(var selector in rules) {
|
|
|
85
85
|
|
|
86
86
|
module.exports = _dereq_('../src/traces/cone');
|
|
87
87
|
|
|
88
|
-
},{"../src/traces/cone":
|
|
88
|
+
},{"../src/traces/cone":639}],3:[function(_dereq_,module,exports){
|
|
89
89
|
/**
|
|
90
90
|
* Copyright 2012-2020, Plotly, Inc.
|
|
91
91
|
* All rights reserved.
|
|
@@ -136,7 +136,7 @@ module.exports = Plotly;
|
|
|
136
136
|
|
|
137
137
|
module.exports = _dereq_('../src/traces/isosurface');
|
|
138
138
|
|
|
139
|
-
},{"../src/traces/isosurface":
|
|
139
|
+
},{"../src/traces/isosurface":646}],6:[function(_dereq_,module,exports){
|
|
140
140
|
/**
|
|
141
141
|
* Copyright 2012-2020, Plotly, Inc.
|
|
142
142
|
* All rights reserved.
|
|
@@ -149,7 +149,7 @@ module.exports = _dereq_('../src/traces/isosurface');
|
|
|
149
149
|
|
|
150
150
|
module.exports = _dereq_('../src/traces/mesh3d');
|
|
151
151
|
|
|
152
|
-
},{"../src/traces/mesh3d":
|
|
152
|
+
},{"../src/traces/mesh3d":651}],7:[function(_dereq_,module,exports){
|
|
153
153
|
/**
|
|
154
154
|
* Copyright 2012-2020, Plotly, Inc.
|
|
155
155
|
* All rights reserved.
|
|
@@ -162,7 +162,7 @@ module.exports = _dereq_('../src/traces/mesh3d');
|
|
|
162
162
|
|
|
163
163
|
module.exports = _dereq_('../src/traces/scatter3d');
|
|
164
164
|
|
|
165
|
-
},{"../src/traces/scatter3d":
|
|
165
|
+
},{"../src/traces/scatter3d":688}],8:[function(_dereq_,module,exports){
|
|
166
166
|
/**
|
|
167
167
|
* Copyright 2012-2020, Plotly, Inc.
|
|
168
168
|
* All rights reserved.
|
|
@@ -175,7 +175,7 @@ module.exports = _dereq_('../src/traces/scatter3d');
|
|
|
175
175
|
|
|
176
176
|
module.exports = _dereq_('../src/traces/streamtube');
|
|
177
177
|
|
|
178
|
-
},{"../src/traces/streamtube":
|
|
178
|
+
},{"../src/traces/streamtube":693}],9:[function(_dereq_,module,exports){
|
|
179
179
|
/**
|
|
180
180
|
* Copyright 2012-2020, Plotly, Inc.
|
|
181
181
|
* All rights reserved.
|
|
@@ -188,7 +188,7 @@ module.exports = _dereq_('../src/traces/streamtube');
|
|
|
188
188
|
|
|
189
189
|
module.exports = _dereq_('../src/traces/surface');
|
|
190
190
|
|
|
191
|
-
},{"../src/traces/surface":
|
|
191
|
+
},{"../src/traces/surface":698}],10:[function(_dereq_,module,exports){
|
|
192
192
|
/**
|
|
193
193
|
* Copyright 2012-2020, Plotly, Inc.
|
|
194
194
|
* All rights reserved.
|
|
@@ -201,7 +201,7 @@ module.exports = _dereq_('../src/traces/surface');
|
|
|
201
201
|
|
|
202
202
|
module.exports = _dereq_('../src/traces/volume');
|
|
203
203
|
|
|
204
|
-
},{"../src/traces/volume":
|
|
204
|
+
},{"../src/traces/volume":702}],11:[function(_dereq_,module,exports){
|
|
205
205
|
'use strict'
|
|
206
206
|
|
|
207
207
|
module.exports = createViewController
|
|
@@ -55358,7 +55358,7 @@ module.exports = templatedArray('annotation', {
|
|
|
55358
55358
|
}
|
|
55359
55359
|
});
|
|
55360
55360
|
|
|
55361
|
-
},{"../../constants/axis_placeable_objects":497,"../../plot_api/plot_template":
|
|
55361
|
+
},{"../../constants/axis_placeable_objects":497,"../../plot_api/plot_template":561,"../../plots/cartesian/constants":578,"../../plots/font_attributes":600,"./arrow_paths":378}],380:[function(_dereq_,module,exports){
|
|
55362
55362
|
/**
|
|
55363
55363
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55364
55364
|
* All rights reserved.
|
|
@@ -55449,7 +55449,7 @@ function calcAxisExpansion(ann, ax) {
|
|
|
55449
55449
|
ann._extremes[axId] = extremes;
|
|
55450
55450
|
}
|
|
55451
55451
|
|
|
55452
|
-
},{"../../lib":524,"../../plots/cartesian/axes":
|
|
55452
|
+
},{"../../lib":524,"../../plots/cartesian/axes":572,"./draw":385}],381:[function(_dereq_,module,exports){
|
|
55453
55453
|
/**
|
|
55454
55454
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55455
55455
|
* All rights reserved.
|
|
@@ -55587,7 +55587,7 @@ function clickData2r(d, ax) {
|
|
|
55587
55587
|
return ax.type === 'log' ? ax.l2r(d) : ax.d2r(d);
|
|
55588
55588
|
}
|
|
55589
55589
|
|
|
55590
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
55590
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../registry":626}],382:[function(_dereq_,module,exports){
|
|
55591
55591
|
/**
|
|
55592
55592
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55593
55593
|
* All rights reserved.
|
|
@@ -55729,7 +55729,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
55729
55729
|
}
|
|
55730
55730
|
};
|
|
55731
55731
|
|
|
55732
|
-
},{"../../lib/to_log_range":
|
|
55732
|
+
},{"../../lib/to_log_range":550,"fast-isnumeric":91}],384:[function(_dereq_,module,exports){
|
|
55733
55733
|
/**
|
|
55734
55734
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55735
55735
|
* All rights reserved.
|
|
@@ -55837,7 +55837,7 @@ function handleAnnotationDefaults(annIn, annOut, fullLayout) {
|
|
|
55837
55837
|
}
|
|
55838
55838
|
}
|
|
55839
55839
|
|
|
55840
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
55840
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"../../plots/cartesian/axes":572,"./attributes":379,"./common_defaults":382}],385:[function(_dereq_,module,exports){
|
|
55841
55841
|
/**
|
|
55842
55842
|
* Copyright 2012-2020, Plotly, Inc.
|
|
55843
55843
|
* All rights reserved.
|
|
@@ -56598,7 +56598,7 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
|
|
|
56598
56598
|
} else annText.call(textLayout);
|
|
56599
56599
|
}
|
|
56600
56600
|
|
|
56601
|
-
},{"../../lib":524,"../../lib/setcursor":
|
|
56601
|
+
},{"../../lib":524,"../../lib/setcursor":544,"../../lib/svg_text_utils":548,"../../plot_api/plot_template":561,"../../plots/cartesian/axes":572,"../../plots/plots":617,"../../registry":626,"../color":394,"../dragelement":413,"../drawing":416,"../fx":434,"./draw_arrow_head":386,"d3":82}],386:[function(_dereq_,module,exports){
|
|
56602
56602
|
/**
|
|
56603
56603
|
* Copyright 2012-2020, Plotly, Inc.
|
|
56604
56604
|
* All rights reserved.
|
|
@@ -56788,7 +56788,7 @@ module.exports = {
|
|
|
56788
56788
|
convertCoords: _dereq_('./convert_coords')
|
|
56789
56789
|
};
|
|
56790
56790
|
|
|
56791
|
-
},{"../../plots/cartesian/include_components":
|
|
56791
|
+
},{"../../plots/cartesian/include_components":584,"./attributes":379,"./calc_autorange":380,"./click":381,"./convert_coords":383,"./defaults":384,"./draw":385}],388:[function(_dereq_,module,exports){
|
|
56792
56792
|
/**
|
|
56793
56793
|
* Copyright 2012-2020, Plotly, Inc.
|
|
56794
56794
|
* All rights reserved.
|
|
@@ -56876,7 +56876,7 @@ module.exports = overrideAll(templatedArray('annotation', {
|
|
|
56876
56876
|
// zref: 'z'
|
|
56877
56877
|
}), 'calc', 'from-root');
|
|
56878
56878
|
|
|
56879
|
-
},{"../../plot_api/edit_types":
|
|
56879
|
+
},{"../../plot_api/edit_types":554,"../../plot_api/plot_template":561,"../annotations/attributes":379}],389:[function(_dereq_,module,exports){
|
|
56880
56880
|
/**
|
|
56881
56881
|
* Copyright 2012-2020, Plotly, Inc.
|
|
56882
56882
|
* All rights reserved.
|
|
@@ -56941,7 +56941,7 @@ function mockAnnAxes(ann, scene) {
|
|
|
56941
56941
|
};
|
|
56942
56942
|
}
|
|
56943
56943
|
|
|
56944
|
-
},{"../../lib":524,"../../plots/cartesian/axes":
|
|
56944
|
+
},{"../../lib":524,"../../plots/cartesian/axes":572}],390:[function(_dereq_,module,exports){
|
|
56945
56945
|
/**
|
|
56946
56946
|
* Copyright 2012-2020, Plotly, Inc.
|
|
56947
56947
|
* All rights reserved.
|
|
@@ -57017,7 +57017,7 @@ function handleAnnotationDefaults(annIn, annOut, sceneLayout, opts) {
|
|
|
57017
57017
|
}
|
|
57018
57018
|
}
|
|
57019
57019
|
|
|
57020
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
57020
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"../../plots/cartesian/axes":572,"../annotations/common_defaults":382,"./attributes":388}],391:[function(_dereq_,module,exports){
|
|
57021
57021
|
/**
|
|
57022
57022
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57023
57023
|
* All rights reserved.
|
|
@@ -57069,7 +57069,7 @@ module.exports = function draw(scene) {
|
|
|
57069
57069
|
}
|
|
57070
57070
|
};
|
|
57071
57071
|
|
|
57072
|
-
},{"../../plots/gl3d/project":
|
|
57072
|
+
},{"../../plots/gl3d/project":612,"../annotations/draw":385}],392:[function(_dereq_,module,exports){
|
|
57073
57073
|
/**
|
|
57074
57074
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57075
57075
|
* All rights reserved.
|
|
@@ -57117,7 +57117,7 @@ function includeGL3D(layoutIn, layoutOut) {
|
|
|
57117
57117
|
}
|
|
57118
57118
|
}
|
|
57119
57119
|
|
|
57120
|
-
},{"../../lib":524,"../../registry":
|
|
57120
|
+
},{"../../lib":524,"../../registry":626,"./attributes":388,"./convert":389,"./defaults":390,"./draw":391}],393:[function(_dereq_,module,exports){
|
|
57121
57121
|
/**
|
|
57122
57122
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57123
57123
|
* All rights reserved.
|
|
@@ -57522,7 +57522,7 @@ module.exports = overrideAll({
|
|
|
57522
57522
|
}
|
|
57523
57523
|
}, 'colorbars', 'from-root');
|
|
57524
57524
|
|
|
57525
|
-
},{"../../lib/extend":517,"../../plot_api/edit_types":
|
|
57525
|
+
},{"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plots/cartesian/layout_attributes":586,"../../plots/font_attributes":600}],396:[function(_dereq_,module,exports){
|
|
57526
57526
|
/**
|
|
57527
57527
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57528
57528
|
* All rights reserved.
|
|
@@ -57620,7 +57620,7 @@ module.exports = function colorbarDefaults(containerIn, containerOut, layout) {
|
|
|
57620
57620
|
coerce('title.side');
|
|
57621
57621
|
};
|
|
57622
57622
|
|
|
57623
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
57623
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../plots/cartesian/tick_label_defaults":593,"../../plots/cartesian/tick_mark_defaults":594,"../../plots/cartesian/tick_value_defaults":595,"./attributes":395}],398:[function(_dereq_,module,exports){
|
|
57624
57624
|
/**
|
|
57625
57625
|
* Copyright 2012-2020, Plotly, Inc.
|
|
57626
57626
|
* All rights reserved.
|
|
@@ -58354,7 +58354,7 @@ module.exports = {
|
|
|
58354
58354
|
draw: draw
|
|
58355
58355
|
};
|
|
58356
58356
|
|
|
58357
|
-
},{"../../constants/alignment":496,"../../lib":524,"../../lib/extend":517,"../../lib/setcursor":
|
|
58357
|
+
},{"../../constants/alignment":496,"../../lib":524,"../../lib/extend":517,"../../lib/setcursor":544,"../../lib/svg_text_utils":548,"../../plots/cartesian/axes":572,"../../plots/cartesian/axis_defaults":574,"../../plots/cartesian/layout_attributes":586,"../../plots/cartesian/position_defaults":589,"../../plots/plots":617,"../../registry":626,"../color":394,"../colorscale/helpers":405,"../dragelement":413,"../drawing":416,"../titles":489,"./constants":396,"d3":82,"tinycolor2":360}],399:[function(_dereq_,module,exports){
|
|
58358
58358
|
/**
|
|
58359
58359
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58360
58360
|
* All rights reserved.
|
|
@@ -58603,7 +58603,7 @@ module.exports = function colorScaleAttrs(context, opts) {
|
|
|
58603
58603
|
return attrs;
|
|
58604
58604
|
};
|
|
58605
58605
|
|
|
58606
|
-
},{"../../lib/regex":
|
|
58606
|
+
},{"../../lib/regex":540,"../colorbar/attributes":395,"./scales.js":409}],402:[function(_dereq_,module,exports){
|
|
58607
58607
|
/**
|
|
58608
58608
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58609
58609
|
* All rights reserved.
|
|
@@ -58884,7 +58884,7 @@ module.exports = function colorScaleDefaults(parentContIn, parentContOut, layout
|
|
|
58884
58884
|
}
|
|
58885
58885
|
};
|
|
58886
58886
|
|
|
58887
|
-
},{"../../lib":524,"../../registry":
|
|
58887
|
+
},{"../../lib":524,"../../registry":626,"../colorbar/defaults":397,"../colorbar/has_colorbar":399,"./scales":409,"fast-isnumeric":91}],405:[function(_dereq_,module,exports){
|
|
58888
58888
|
/**
|
|
58889
58889
|
* Copyright 2012-2020, Plotly, Inc.
|
|
58890
58890
|
* All rights reserved.
|
|
@@ -59152,7 +59152,7 @@ module.exports = {
|
|
|
59152
59152
|
calc: _dereq_('./calc'),
|
|
59153
59153
|
|
|
59154
59154
|
// ./scales.js is required in lib/coerce.js ;
|
|
59155
|
-
// it needs to be a
|
|
59155
|
+
// it needs to be a separate module to avoid circular a dependency
|
|
59156
59156
|
scales: scales.scales,
|
|
59157
59157
|
defaultScale: scales.defaultScale,
|
|
59158
59158
|
getScale: scales.get,
|
|
@@ -59278,7 +59278,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
59278
59278
|
}
|
|
59279
59279
|
};
|
|
59280
59280
|
|
|
59281
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
59281
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"./defaults":404,"./layout_attributes":407}],409:[function(_dereq_,module,exports){
|
|
59282
59282
|
/**
|
|
59283
59283
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59284
59284
|
* All rights reserved.
|
|
@@ -59904,7 +59904,7 @@ function pointerOffset(e) {
|
|
|
59904
59904
|
);
|
|
59905
59905
|
}
|
|
59906
59906
|
|
|
59907
|
-
},{"../../lib":524,"../../plots/cartesian/constants":
|
|
59907
|
+
},{"../../lib":524,"../../plots/cartesian/constants":578,"./align":410,"./cursor":411,"./unhover":414,"has-hover":267,"has-passive-events":268,"mouse-event-offset":290}],414:[function(_dereq_,module,exports){
|
|
59908
59908
|
/**
|
|
59909
59909
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59910
59910
|
* All rights reserved.
|
|
@@ -59959,7 +59959,7 @@ unhover.raw = function raw(gd, evt) {
|
|
|
59959
59959
|
}
|
|
59960
59960
|
};
|
|
59961
59961
|
|
|
59962
|
-
},{"../../lib/dom":515,"../../lib/events":516,"../../lib/throttle":
|
|
59962
|
+
},{"../../lib/dom":515,"../../lib/events":516,"../../lib/throttle":549,"../fx/constants":428}],415:[function(_dereq_,module,exports){
|
|
59963
59963
|
/**
|
|
59964
59964
|
* Copyright 2012-2020, Plotly, Inc.
|
|
59965
59965
|
* All rights reserved.
|
|
@@ -61181,7 +61181,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
|
|
|
61181
61181
|
});
|
|
61182
61182
|
};
|
|
61183
61183
|
|
|
61184
|
-
},{"../../components/fx/helpers":430,"../../constants/alignment":496,"../../constants/interactions":501,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../lib/svg_text_utils":
|
|
61184
|
+
},{"../../components/fx/helpers":430,"../../constants/alignment":496,"../../constants/interactions":501,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../lib/svg_text_utils":548,"../../registry":626,"../../traces/scatter/make_bubble_size_func":672,"../../traces/scatter/subtypes":680,"../color":394,"../colorscale":406,"./symbol_defs":417,"d3":82,"fast-isnumeric":91,"tinycolor2":360}],417:[function(_dereq_,module,exports){
|
|
61185
61185
|
/**
|
|
61186
61186
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61187
61187
|
* All rights reserved.
|
|
@@ -61946,7 +61946,7 @@ function calcOneAxis(calcTrace, trace, axis, coord) {
|
|
|
61946
61946
|
baseExtremes.max = baseExtremes.max.concat(extremes.max);
|
|
61947
61947
|
}
|
|
61948
61948
|
|
|
61949
|
-
},{"../../lib":524,"../../plots/cartesian/axes":
|
|
61949
|
+
},{"../../lib":524,"../../plots/cartesian/axes":572,"../../registry":626,"./compute_error":420,"fast-isnumeric":91}],420:[function(_dereq_,module,exports){
|
|
61950
61950
|
/**
|
|
61951
61951
|
* Copyright 2012-2020, Plotly, Inc.
|
|
61952
61952
|
* All rights reserved.
|
|
@@ -62122,7 +62122,7 @@ module.exports = function(traceIn, traceOut, defaultColor, opts) {
|
|
|
62122
62122
|
}
|
|
62123
62123
|
};
|
|
62124
62124
|
|
|
62125
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
62125
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../registry":626,"./attributes":418,"fast-isnumeric":91}],422:[function(_dereq_,module,exports){
|
|
62126
62126
|
/**
|
|
62127
62127
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62128
62128
|
* All rights reserved.
|
|
@@ -62191,7 +62191,7 @@ function hoverInfo(calcPoint, trace, hoverPoint) {
|
|
|
62191
62191
|
}
|
|
62192
62192
|
}
|
|
62193
62193
|
|
|
62194
|
-
},{"../../lib":524,"../../plot_api/edit_types":
|
|
62194
|
+
},{"../../lib":524,"../../plot_api/edit_types":554,"./attributes":418,"./calc":419,"./compute_error":420,"./defaults":421,"./plot":423,"./style":424}],423:[function(_dereq_,module,exports){
|
|
62195
62195
|
/**
|
|
62196
62196
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62197
62197
|
* All rights reserved.
|
|
@@ -62363,7 +62363,7 @@ function errorCoords(d, xa, ya) {
|
|
|
62363
62363
|
return out;
|
|
62364
62364
|
}
|
|
62365
62365
|
|
|
62366
|
-
},{"../../traces/scatter/subtypes":
|
|
62366
|
+
},{"../../traces/scatter/subtypes":680,"../drawing":416,"d3":82,"fast-isnumeric":91}],424:[function(_dereq_,module,exports){
|
|
62367
62367
|
/**
|
|
62368
62368
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62369
62369
|
* All rights reserved.
|
|
@@ -62436,7 +62436,7 @@ module.exports = {
|
|
|
62436
62436
|
}
|
|
62437
62437
|
};
|
|
62438
62438
|
|
|
62439
|
-
},{"../../lib/extend":517,"../../plots/font_attributes":
|
|
62439
|
+
},{"../../lib/extend":517,"../../plots/font_attributes":600,"./layout_attributes":435}],426:[function(_dereq_,module,exports){
|
|
62440
62440
|
/**
|
|
62441
62441
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62442
62442
|
* All rights reserved.
|
|
@@ -62495,7 +62495,7 @@ function paste(traceAttr, cd, cdAttr, fn) {
|
|
|
62495
62495
|
}
|
|
62496
62496
|
}
|
|
62497
62497
|
|
|
62498
|
-
},{"../../lib":524,"../../registry":
|
|
62498
|
+
},{"../../lib":524,"../../registry":626}],427:[function(_dereq_,module,exports){
|
|
62499
62499
|
/**
|
|
62500
62500
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62501
62501
|
* All rights reserved.
|
|
@@ -62532,7 +62532,7 @@ module.exports = function click(gd, evt, subplot) {
|
|
|
62532
62532
|
}
|
|
62533
62533
|
};
|
|
62534
62534
|
|
|
62535
|
-
},{"../../registry":
|
|
62535
|
+
},{"../../registry":626,"./hover":431}],428:[function(_dereq_,module,exports){
|
|
62536
62536
|
/**
|
|
62537
62537
|
* Copyright 2012-2020, Plotly, Inc.
|
|
62538
62538
|
* All rights reserved.
|
|
@@ -64161,7 +64161,7 @@ function getHoverLabelText(d, showCommonLabel, hovermode, fullLayout, t0, g) {
|
|
|
64161
64161
|
|
|
64162
64162
|
// Make groups of touching points, and within each group
|
|
64163
64163
|
// move each point so that no labels overlap, but the average
|
|
64164
|
-
// label position is the same as it was before moving.
|
|
64164
|
+
// label position is the same as it was before moving. Incidentally,
|
|
64165
64165
|
// this is equivalent to saying all the labels are on equal linear
|
|
64166
64166
|
// springs about their initial position. Initially, each point is
|
|
64167
64167
|
// its own group, but as we find overlaps we will clump the points.
|
|
@@ -64724,7 +64724,7 @@ function plainText(s, len) {
|
|
|
64724
64724
|
});
|
|
64725
64725
|
}
|
|
64726
64726
|
|
|
64727
|
-
},{"../../lib":524,"../../lib/events":516,"../../lib/override_cursor":535,"../../lib/svg_text_utils":
|
|
64727
|
+
},{"../../lib":524,"../../lib/events":516,"../../lib/override_cursor":535,"../../lib/svg_text_utils":548,"../../plots/cartesian/axes":572,"../../registry":626,"../color":394,"../dragelement":413,"../drawing":416,"../legend/defaults":446,"../legend/draw":447,"./constants":428,"./helpers":430,"d3":82,"fast-isnumeric":91,"tinycolor2":360}],432:[function(_dereq_,module,exports){
|
|
64728
64728
|
/**
|
|
64729
64729
|
* Copyright 2012-2020, Plotly, Inc.
|
|
64730
64730
|
* All rights reserved.
|
|
@@ -65021,7 +65021,7 @@ module.exports = {
|
|
|
65021
65021
|
}
|
|
65022
65022
|
};
|
|
65023
65023
|
|
|
65024
|
-
},{"../../plots/font_attributes":
|
|
65024
|
+
},{"../../plots/font_attributes":600,"./constants":428}],436:[function(_dereq_,module,exports){
|
|
65025
65025
|
/**
|
|
65026
65026
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65027
65027
|
* All rights reserved.
|
|
@@ -65466,7 +65466,7 @@ module.exports = {
|
|
|
65466
65466
|
contentDefaults: contentDefaults
|
|
65467
65467
|
};
|
|
65468
65468
|
|
|
65469
|
-
},{"../../lib":524,"../../lib/regex":
|
|
65469
|
+
},{"../../lib":524,"../../lib/regex":540,"../../plot_api/plot_template":561,"../../plots/cartesian/constants":578,"../../plots/domain":599}],439:[function(_dereq_,module,exports){
|
|
65470
65470
|
/**
|
|
65471
65471
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65472
65472
|
* All rights reserved.
|
|
@@ -65602,7 +65602,7 @@ module.exports = templatedArray('image', {
|
|
|
65602
65602
|
editType: 'arraydraw'
|
|
65603
65603
|
});
|
|
65604
65604
|
|
|
65605
|
-
},{"../../constants/axis_placeable_objects":497,"../../plot_api/plot_template":
|
|
65605
|
+
},{"../../constants/axis_placeable_objects":497,"../../plot_api/plot_template":561,"../../plots/cartesian/constants":578}],440:[function(_dereq_,module,exports){
|
|
65606
65606
|
/**
|
|
65607
65607
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65608
65608
|
* All rights reserved.
|
|
@@ -65683,7 +65683,7 @@ module.exports = function convertCoords(gd, ax, newType, doExtra) {
|
|
|
65683
65683
|
}
|
|
65684
65684
|
};
|
|
65685
65685
|
|
|
65686
|
-
},{"../../lib/to_log_range":
|
|
65686
|
+
},{"../../lib/to_log_range":550,"fast-isnumeric":91}],441:[function(_dereq_,module,exports){
|
|
65687
65687
|
/**
|
|
65688
65688
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65689
65689
|
* All rights reserved.
|
|
@@ -65748,7 +65748,7 @@ function imageDefaults(imageIn, imageOut, fullLayout) {
|
|
|
65748
65748
|
return imageOut;
|
|
65749
65749
|
}
|
|
65750
65750
|
|
|
65751
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
65751
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"../../plots/cartesian/axes":572,"./attributes":439}],442:[function(_dereq_,module,exports){
|
|
65752
65752
|
/**
|
|
65753
65753
|
* Copyright 2012-2020, Plotly, Inc.
|
|
65754
65754
|
* All rights reserved.
|
|
@@ -66006,7 +66006,7 @@ module.exports = function draw(gd) {
|
|
|
66006
66006
|
}
|
|
66007
66007
|
};
|
|
66008
66008
|
|
|
66009
|
-
},{"../../constants/xmlns_namespaces":503,"../../plots/cartesian/axes":
|
|
66009
|
+
},{"../../constants/xmlns_namespaces":503,"../../plots/cartesian/axes":572,"../../plots/cartesian/axis_ids":575,"../drawing":416,"d3":82}],443:[function(_dereq_,module,exports){
|
|
66010
66010
|
/**
|
|
66011
66011
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66012
66012
|
* All rights reserved.
|
|
@@ -66030,7 +66030,7 @@ module.exports = {
|
|
|
66030
66030
|
convertCoords: _dereq_('./convert_coords')
|
|
66031
66031
|
};
|
|
66032
66032
|
|
|
66033
|
-
},{"../../plots/cartesian/include_components":
|
|
66033
|
+
},{"../../plots/cartesian/include_components":584,"./attributes":439,"./convert_coords":440,"./defaults":441,"./draw":442}],444:[function(_dereq_,module,exports){
|
|
66034
66034
|
/**
|
|
66035
66035
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66036
66036
|
* All rights reserved.
|
|
@@ -66199,7 +66199,7 @@ module.exports = {
|
|
|
66199
66199
|
editType: 'legend'
|
|
66200
66200
|
};
|
|
66201
66201
|
|
|
66202
|
-
},{"../../plots/font_attributes":
|
|
66202
|
+
},{"../../plots/font_attributes":600,"../color/attributes":393}],445:[function(_dereq_,module,exports){
|
|
66203
66203
|
/**
|
|
66204
66204
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66205
66205
|
* All rights reserved.
|
|
@@ -66358,7 +66358,7 @@ module.exports = function legendDefaults(layoutIn, layoutOut, fullData) {
|
|
|
66358
66358
|
}
|
|
66359
66359
|
};
|
|
66360
66360
|
|
|
66361
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
66361
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../plots/layout_attributes":615,"../../registry":626,"./attributes":444,"./helpers":450}],447:[function(_dereq_,module,exports){
|
|
66362
66362
|
/**
|
|
66363
66363
|
* Copyright 2012-2020, Plotly, Inc.
|
|
66364
66364
|
* All rights reserved.
|
|
@@ -67155,7 +67155,7 @@ function getYanchor(opts) {
|
|
|
67155
67155
|
'top';
|
|
67156
67156
|
}
|
|
67157
67157
|
|
|
67158
|
-
},{"../../constants/alignment":496,"../../lib":524,"../../lib/events":516,"../../lib/svg_text_utils":
|
|
67158
|
+
},{"../../constants/alignment":496,"../../lib":524,"../../lib/events":516,"../../lib/svg_text_utils":548,"../../plots/plots":617,"../../registry":626,"../color":394,"../dragelement":413,"../drawing":416,"./constants":445,"./get_legend_data":448,"./handle_click":449,"./helpers":450,"./style":452,"d3":82}],448:[function(_dereq_,module,exports){
|
|
67159
67159
|
/**
|
|
67160
67160
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67161
67161
|
* All rights reserved.
|
|
@@ -67264,7 +67264,7 @@ module.exports = function getLegendData(calcdata, opts) {
|
|
|
67264
67264
|
return legendData;
|
|
67265
67265
|
};
|
|
67266
67266
|
|
|
67267
|
-
},{"../../registry":
|
|
67267
|
+
},{"../../registry":626,"./helpers":450}],449:[function(_dereq_,module,exports){
|
|
67268
67268
|
/**
|
|
67269
67269
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67270
67270
|
* All rights reserved.
|
|
@@ -67503,7 +67503,7 @@ module.exports = function handleClick(g, gd, numClicks) {
|
|
|
67503
67503
|
}
|
|
67504
67504
|
};
|
|
67505
67505
|
|
|
67506
|
-
},{"../../lib":524,"../../registry":
|
|
67506
|
+
},{"../../lib":524,"../../registry":626}],450:[function(_dereq_,module,exports){
|
|
67507
67507
|
/**
|
|
67508
67508
|
* Copyright 2012-2020, Plotly, Inc.
|
|
67509
67509
|
* All rights reserved.
|
|
@@ -68184,7 +68184,7 @@ function getGradientDirection(reversescale, isRadial) {
|
|
|
68184
68184
|
return str + (reversescale ? '' : 'reversed');
|
|
68185
68185
|
}
|
|
68186
68186
|
|
|
68187
|
-
},{"../../lib":524,"../../registry":
|
|
68187
|
+
},{"../../lib":524,"../../registry":626,"../../traces/pie/helpers":652,"../../traces/pie/style_one":653,"../../traces/scatter/subtypes":680,"../color":394,"../colorscale/helpers":405,"../drawing":416,"./constants":445,"d3":82}],453:[function(_dereq_,module,exports){
|
|
68188
68188
|
/**
|
|
68189
68189
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68190
68190
|
* All rights reserved.
|
|
@@ -68920,7 +68920,7 @@ function resetView(gd, subplotType) {
|
|
|
68920
68920
|
Registry.call('_guiRelayout', gd, aObj);
|
|
68921
68921
|
}
|
|
68922
68922
|
|
|
68923
|
-
},{"../../fonts/ploticon":506,"../../lib":524,"../../plots/cartesian/axis_ids":
|
|
68923
|
+
},{"../../fonts/ploticon":506,"../../lib":524,"../../plots/cartesian/axis_ids":575,"../../plots/plots":617,"../../registry":626,"../shapes/draw":475}],454:[function(_dereq_,module,exports){
|
|
68924
68924
|
/**
|
|
68925
68925
|
* Copyright 2012-2020, Plotly, Inc.
|
|
68926
68926
|
* All rights reserved.
|
|
@@ -69230,7 +69230,7 @@ function fillCustomButton(customButtons) {
|
|
|
69230
69230
|
return customButtons;
|
|
69231
69231
|
}
|
|
69232
69232
|
|
|
69233
|
-
},{"../../plots/cartesian/axis_ids":
|
|
69233
|
+
},{"../../plots/cartesian/axis_ids":575,"../../registry":626,"../../traces/scatter/subtypes":680,"../fx/helpers":430,"./buttons":453,"./modebar":456}],456:[function(_dereq_,module,exports){
|
|
69234
69234
|
/**
|
|
69235
69235
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69236
69236
|
* All rights reserved.
|
|
@@ -69712,7 +69712,7 @@ module.exports = {
|
|
|
69712
69712
|
editType: 'plot'
|
|
69713
69713
|
};
|
|
69714
69714
|
|
|
69715
|
-
},{"../../plot_api/plot_template":
|
|
69715
|
+
},{"../../plot_api/plot_template":561,"../../plots/font_attributes":600,"../color/attributes":393}],458:[function(_dereq_,module,exports){
|
|
69716
69716
|
/**
|
|
69717
69717
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69718
69718
|
* All rights reserved.
|
|
@@ -69833,7 +69833,7 @@ function getPosDflt(containerOut, layout, counterAxes) {
|
|
|
69833
69833
|
return [containerOut.domain[0], posY + constants.yPad];
|
|
69834
69834
|
}
|
|
69835
69835
|
|
|
69836
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
69836
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../plots/array_container_defaults":567,"../color":394,"./attributes":457,"./constants":458}],460:[function(_dereq_,module,exports){
|
|
69837
69837
|
/**
|
|
69838
69838
|
* Copyright 2012-2020, Plotly, Inc.
|
|
69839
69839
|
* All rights reserved.
|
|
@@ -70088,7 +70088,7 @@ function reposition(gd, buttons, opts, axName, selector) {
|
|
|
70088
70088
|
selector.attr('transform', strTranslate(lx, ly));
|
|
70089
70089
|
}
|
|
70090
70090
|
|
|
70091
|
-
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":
|
|
70091
|
+
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":548,"../../plots/cartesian/axis_ids":575,"../../plots/plots":617,"../../registry":626,"../color":394,"../drawing":416,"./constants":458,"./get_update_object":461,"d3":82}],461:[function(_dereq_,module,exports){
|
|
70092
70092
|
/**
|
|
70093
70093
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70094
70094
|
* All rights reserved.
|
|
@@ -70277,7 +70277,7 @@ module.exports = function calcAutorange(gd) {
|
|
|
70277
70277
|
}
|
|
70278
70278
|
};
|
|
70279
70279
|
|
|
70280
|
-
},{"../../plots/cartesian/autorange":
|
|
70280
|
+
},{"../../plots/cartesian/autorange":571,"../../plots/cartesian/axis_ids":575,"./constants":465}],465:[function(_dereq_,module,exports){
|
|
70281
70281
|
/**
|
|
70282
70282
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70283
70283
|
* All rights reserved.
|
|
@@ -70419,7 +70419,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
|
|
|
70419
70419
|
containerOut._input = containerIn;
|
|
70420
70420
|
};
|
|
70421
70421
|
|
|
70422
|
-
},{"../../lib":524,"../../plot_api/plot_template":
|
|
70422
|
+
},{"../../lib":524,"../../plot_api/plot_template":561,"../../plots/cartesian/axis_ids":575,"./attributes":463,"./oppaxis_attributes":470}],467:[function(_dereq_,module,exports){
|
|
70423
70423
|
/**
|
|
70424
70424
|
* Copyright 2012-2020, Plotly, Inc.
|
|
70425
70425
|
* All rights reserved.
|
|
@@ -71063,7 +71063,7 @@ function drawGrabbers(rangeSlider, gd, axisOpts, opts) {
|
|
|
71063
71063
|
grabAreaMax.attr('height', opts._height);
|
|
71064
71064
|
}
|
|
71065
71065
|
|
|
71066
|
-
},{"../../lib":524,"../../lib/setcursor":
|
|
71066
|
+
},{"../../lib":524,"../../lib/setcursor":544,"../../plots/cartesian":585,"../../plots/cartesian/axis_ids":575,"../../plots/plots":617,"../../registry":626,"../color":394,"../dragelement":413,"../drawing":416,"../titles":489,"./constants":465,"d3":82}],468:[function(_dereq_,module,exports){
|
|
71067
71067
|
/**
|
|
71068
71068
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71069
71069
|
* All rights reserved.
|
|
@@ -71138,7 +71138,7 @@ exports.autoMarginOpts = function(gd, ax) {
|
|
|
71138
71138
|
};
|
|
71139
71139
|
};
|
|
71140
71140
|
|
|
71141
|
-
},{"../../constants/alignment":496,"../../lib/svg_text_utils":
|
|
71141
|
+
},{"../../constants/alignment":496,"../../lib/svg_text_utils":548,"../../plots/cartesian/axis_ids":575,"./constants":465}],469:[function(_dereq_,module,exports){
|
|
71142
71142
|
/**
|
|
71143
71143
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71144
71144
|
* All rights reserved.
|
|
@@ -71368,7 +71368,7 @@ module.exports = templatedArray('shape', {
|
|
|
71368
71368
|
editType: 'arraydraw'
|
|
71369
71369
|
});
|
|
71370
71370
|
|
|
71371
|
-
},{"../../constants/axis_placeable_objects":497,"../../lib/extend":517,"../../plot_api/plot_template":
|
|
71371
|
+
},{"../../constants/axis_placeable_objects":497,"../../lib/extend":517,"../../plot_api/plot_template":561,"../../traces/scatter/attributes":655,"../annotations/attributes":379,"../drawing/attributes":415}],472:[function(_dereq_,module,exports){
|
|
71372
71372
|
/**
|
|
71373
71373
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71374
71374
|
* All rights reserved.
|
|
@@ -71488,7 +71488,7 @@ function shapeBounds(ax, v0, v1, path, paramsToUse) {
|
|
|
71488
71488
|
if(max >= min) return [min, max];
|
|
71489
71489
|
}
|
|
71490
71490
|
|
|
71491
|
-
},{"../../lib":524,"../../plots/cartesian/axes":
|
|
71491
|
+
},{"../../lib":524,"../../plots/cartesian/axes":572,"./constants":473,"./helpers":482}],473:[function(_dereq_,module,exports){
|
|
71492
71492
|
/**
|
|
71493
71493
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71494
71494
|
* All rights reserved.
|
|
@@ -71683,7 +71683,7 @@ function handleShapeDefaults(shapeIn, shapeOut, fullLayout) {
|
|
|
71683
71683
|
}
|
|
71684
71684
|
}
|
|
71685
71685
|
|
|
71686
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
71686
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"../../plots/cartesian/axes":572,"./attributes":471,"./helpers":482}],475:[function(_dereq_,module,exports){
|
|
71687
71687
|
/**
|
|
71688
71688
|
* Copyright 2012-2020, Plotly, Inc.
|
|
71689
71689
|
* All rights reserved.
|
|
@@ -72457,7 +72457,7 @@ function eraseActiveShape(gd) {
|
|
|
72457
72457
|
}
|
|
72458
72458
|
}
|
|
72459
72459
|
|
|
72460
|
-
},{"../../lib":524,"../../lib/setcursor":
|
|
72460
|
+
},{"../../lib":524,"../../lib/setcursor":544,"../../plot_api/plot_template":561,"../../plots/cartesian/axes":572,"../../plots/cartesian/handle_outline":582,"../../registry":626,"../color":394,"../dragelement":413,"../drawing":416,"./constants":473,"./draw_newshape/display_outlines":479,"./draw_newshape/helpers":480,"./helpers":482}],476:[function(_dereq_,module,exports){
|
|
72461
72461
|
/**
|
|
72462
72462
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72463
72463
|
* All rights reserved.
|
|
@@ -72911,7 +72911,7 @@ function recordPositions(polygonsOut, polygonsIn) {
|
|
|
72911
72911
|
return polygonsOut;
|
|
72912
72912
|
}
|
|
72913
72913
|
|
|
72914
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
72914
|
+
},{"../../../plots/cartesian/handle_outline":582,"../../../registry":626,"../../dragelement":413,"../../dragelement/helpers":412,"./constants":477,"./helpers":480,"./newshapes":481}],480:[function(_dereq_,module,exports){
|
|
72915
72915
|
/**
|
|
72916
72916
|
* Copyright 2012-2020, Plotly, Inc.
|
|
72917
72917
|
* All rights reserved.
|
|
@@ -73249,7 +73249,7 @@ exports.ellipseOver = function(pos) {
|
|
|
73249
73249
|
};
|
|
73250
73250
|
};
|
|
73251
73251
|
|
|
73252
|
-
},{"../../../plots/cartesian/helpers":
|
|
73252
|
+
},{"../../../plots/cartesian/helpers":583,"./constants":477,"parse-svg-path":307}],481:[function(_dereq_,module,exports){
|
|
73253
73253
|
/**
|
|
73254
73254
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73255
73255
|
* All rights reserved.
|
|
@@ -73508,7 +73508,7 @@ function fixDatesForPaths(polygons, xaxis, yaxis) {
|
|
|
73508
73508
|
return polygons;
|
|
73509
73509
|
}
|
|
73510
73510
|
|
|
73511
|
-
},{"../../../plots/cartesian/handle_outline":
|
|
73511
|
+
},{"../../../plots/cartesian/handle_outline":582,"../../../plots/cartesian/helpers":583,"../../dragelement/helpers":412,"./constants":477,"./helpers":480}],482:[function(_dereq_,module,exports){
|
|
73512
73512
|
/**
|
|
73513
73513
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73514
73514
|
* All rights reserved.
|
|
@@ -73694,7 +73694,7 @@ module.exports = {
|
|
|
73694
73694
|
drawOne: drawModule.drawOne
|
|
73695
73695
|
};
|
|
73696
73696
|
|
|
73697
|
-
},{"../../plots/cartesian/include_components":
|
|
73697
|
+
},{"../../plots/cartesian/include_components":584,"./attributes":471,"./calc_autorange":472,"./defaults":474,"./draw":475,"./draw_newshape/defaults":478}],484:[function(_dereq_,module,exports){
|
|
73698
73698
|
/**
|
|
73699
73699
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73700
73700
|
* All rights reserved.
|
|
@@ -73937,7 +73937,7 @@ module.exports = overrideAll(templatedArray('slider', {
|
|
|
73937
73937
|
}
|
|
73938
73938
|
}), 'arraydraw', 'from-root');
|
|
73939
73939
|
|
|
73940
|
-
},{"../../lib/extend":517,"../../plot_api/edit_types":
|
|
73940
|
+
},{"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plot_api/plot_template":561,"../../plots/animation_attributes":566,"../../plots/font_attributes":600,"../../plots/pad_attributes":616,"./constants":485}],485:[function(_dereq_,module,exports){
|
|
73941
73941
|
/**
|
|
73942
73942
|
* Copyright 2012-2020, Plotly, Inc.
|
|
73943
73943
|
* All rights reserved.
|
|
@@ -74146,7 +74146,7 @@ function stepDefaults(valueIn, valueOut) {
|
|
|
74146
74146
|
}
|
|
74147
74147
|
}
|
|
74148
74148
|
|
|
74149
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
74149
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"./attributes":484,"./constants":485}],487:[function(_dereq_,module,exports){
|
|
74150
74150
|
/**
|
|
74151
74151
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74152
74152
|
* All rights reserved.
|
|
@@ -74720,7 +74720,7 @@ function setGripPosition(sliderGroup, sliderOpts, doTransition) {
|
|
|
74720
74720
|
.ease(sliderOpts.transition.easing);
|
|
74721
74721
|
}
|
|
74722
74722
|
|
|
74723
|
-
// Drawing.setTranslate doesn't work here
|
|
74723
|
+
// Drawing.setTranslate doesn't work here because of the transition duck-typing.
|
|
74724
74724
|
// It's also not necessary because there are no other transitions to preserve.
|
|
74725
74725
|
el.attr('transform', strTranslate(x - constants.gripWidth * 0.5, sliderOpts._dims.currentValueTotalHeight));
|
|
74726
74726
|
}
|
|
@@ -74777,7 +74777,7 @@ function drawRail(sliderGroup, sliderOpts) {
|
|
|
74777
74777
|
);
|
|
74778
74778
|
}
|
|
74779
74779
|
|
|
74780
|
-
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":
|
|
74780
|
+
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":548,"../../plot_api/plot_template":561,"../../plots/plots":617,"../color":394,"../drawing":416,"./constants":485,"d3":82}],488:[function(_dereq_,module,exports){
|
|
74781
74781
|
/**
|
|
74782
74782
|
* Copyright 2012-2020, Plotly, Inc.
|
|
74783
74783
|
* All rights reserved.
|
|
@@ -75068,7 +75068,7 @@ module.exports = {
|
|
|
75068
75068
|
draw: draw
|
|
75069
75069
|
};
|
|
75070
75070
|
|
|
75071
|
-
},{"../../constants/alignment":496,"../../constants/interactions":501,"../../lib":524,"../../lib/svg_text_utils":
|
|
75071
|
+
},{"../../constants/alignment":496,"../../constants/interactions":501,"../../lib":524,"../../lib/svg_text_utils":548,"../../plots/plots":617,"../../registry":626,"../color":394,"../drawing":416,"d3":82,"fast-isnumeric":91}],490:[function(_dereq_,module,exports){
|
|
75072
75072
|
/**
|
|
75073
75073
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75074
75074
|
* All rights reserved.
|
|
@@ -75237,7 +75237,7 @@ module.exports = overrideAll(templatedArray('updatemenu', {
|
|
|
75237
75237
|
}
|
|
75238
75238
|
}), 'arraydraw', 'from-root');
|
|
75239
75239
|
|
|
75240
|
-
},{"../../lib/extend":517,"../../plot_api/edit_types":
|
|
75240
|
+
},{"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plot_api/plot_template":561,"../../plots/font_attributes":600,"../../plots/pad_attributes":616,"../color/attributes":393}],491:[function(_dereq_,module,exports){
|
|
75241
75241
|
/**
|
|
75242
75242
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75243
75243
|
* All rights reserved.
|
|
@@ -75401,7 +75401,7 @@ function buttonDefaults(buttonIn, buttonOut) {
|
|
|
75401
75401
|
}
|
|
75402
75402
|
}
|
|
75403
75403
|
|
|
75404
|
-
},{"../../lib":524,"../../plots/array_container_defaults":
|
|
75404
|
+
},{"../../lib":524,"../../plots/array_container_defaults":567,"./attributes":490,"./constants":491}],493:[function(_dereq_,module,exports){
|
|
75405
75405
|
/**
|
|
75406
75406
|
* Copyright 2012-2020, Plotly, Inc.
|
|
75407
75407
|
* All rights reserved.
|
|
@@ -76052,7 +76052,7 @@ function removeAllButtons(gButton, newMenuIndexAttr) {
|
|
|
76052
76052
|
.selectAll('g.' + constants.dropdownButtonClassName).remove();
|
|
76053
76053
|
}
|
|
76054
76054
|
|
|
76055
|
-
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":
|
|
76055
|
+
},{"../../constants/alignment":496,"../../lib":524,"../../lib/svg_text_utils":548,"../../plot_api/plot_template":561,"../../plots/plots":617,"../color":394,"../drawing":416,"./constants":491,"./scrollbox":495,"d3":82}],494:[function(_dereq_,module,exports){
|
|
76056
76056
|
arguments[4][488][0].apply(exports,arguments)
|
|
76057
76057
|
},{"./attributes":490,"./constants":491,"./defaults":492,"./draw":493,"dup":488}],495:[function(_dereq_,module,exports){
|
|
76058
76058
|
/**
|
|
@@ -76882,7 +76882,7 @@ exports.Queue = _dereq_('./lib/queue');
|
|
|
76882
76882
|
// export d3 used in the bundle
|
|
76883
76883
|
exports.d3 = _dereq_('d3');
|
|
76884
76884
|
|
|
76885
|
-
},{"../build/plotcss":1,"./components/annotations":387,"./components/annotations3d":392,"./components/colorbar":400,"./components/colorscale":406,"./components/errorbars":422,"./components/fx":434,"./components/grid":438,"./components/images":443,"./components/legend":451,"./components/rangeselector":462,"./components/rangeslider":469,"./components/shapes":483,"./components/sliders":488,"./components/updatemenus":494,"./fonts/mathjax_config":505,"./fonts/ploticon":506,"./lib/queue":
|
|
76885
|
+
},{"../build/plotcss":1,"./components/annotations":387,"./components/annotations3d":392,"./components/colorbar":400,"./components/colorscale":406,"./components/errorbars":422,"./components/fx":434,"./components/grid":438,"./components/images":443,"./components/legend":451,"./components/rangeselector":462,"./components/rangeslider":469,"./components/shapes":483,"./components/sliders":488,"./components/updatemenus":494,"./fonts/mathjax_config":505,"./fonts/ploticon":506,"./lib/queue":539,"./locale-en":552,"./locale-en-us":551,"./plot_api":556,"./plot_api/plot_schema":560,"./plots/plots":617,"./registry":626,"./snapshot":631,"./traces/scatter":667,"./version":703,"d3":82,"es6-promise":89}],505:[function(_dereq_,module,exports){
|
|
76886
76886
|
/**
|
|
76887
76887
|
* Copyright 2012-2020, Plotly, Inc.
|
|
76888
76888
|
* All rights reserved.
|
|
@@ -78103,7 +78103,7 @@ function validate(value, opts) {
|
|
|
78103
78103
|
}
|
|
78104
78104
|
exports.validate = validate;
|
|
78105
78105
|
|
|
78106
|
-
},{"../components/colorscale/scales":409,"../constants/interactions":501,"../plots/attributes":
|
|
78106
|
+
},{"../components/colorscale/scales":409,"../constants/interactions":501,"../plots/attributes":568,"./array":509,"./mod":531,"./nested_property":532,"./regex":540,"fast-isnumeric":91,"tinycolor2":360}],514:[function(_dereq_,module,exports){
|
|
78107
78107
|
/**
|
|
78108
78108
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78109
78109
|
* All rights reserved.
|
|
@@ -78704,7 +78704,7 @@ exports.findExactDates = function(data, calendar) {
|
|
|
78704
78704
|
};
|
|
78705
78705
|
};
|
|
78706
78706
|
|
|
78707
|
-
},{"../constants/numerical":502,"../registry":
|
|
78707
|
+
},{"../constants/numerical":502,"../registry":626,"./loggers":528,"./mod":531,"d3-time-format":80,"fast-isnumeric":91}],515:[function(_dereq_,module,exports){
|
|
78708
78708
|
/**
|
|
78709
78709
|
* Copyright 2012-2020, Plotly, Inc.
|
|
78710
78710
|
* All rights reserved.
|
|
@@ -79828,6 +79828,7 @@ lib.getElementAndAncestors = domModule.getElementAndAncestors;
|
|
|
79828
79828
|
lib.equalDomRects = domModule.equalDomRects;
|
|
79829
79829
|
|
|
79830
79830
|
lib.clearResponsive = _dereq_('./clear_responsive');
|
|
79831
|
+
lib.preserveDrawingBuffer = _dereq_('./preserve_drawing_buffer');
|
|
79831
79832
|
|
|
79832
79833
|
lib.makeTraceGroups = _dereq_('./make_trace_groups');
|
|
79833
79834
|
|
|
@@ -80538,7 +80539,7 @@ lib.objectFromPath = function(path, value) {
|
|
|
80538
80539
|
* lib.expandObjectPaths({'foo[1].bar': 10, 'foo[0].bar': 20});
|
|
80539
80540
|
* => { foo: [{bar: 10}, {bar: 20}] }
|
|
80540
80541
|
*
|
|
80541
|
-
* It does NOT, however, merge
|
|
80542
|
+
* It does NOT, however, merge multiple multiply-nested arrays::
|
|
80542
80543
|
*
|
|
80543
80544
|
* lib.expandObjectPaths({'marker[1].range[1]': 5, 'marker[1].range[0]': 4})
|
|
80544
80545
|
* => { marker: [null, {range: 4}] }
|
|
@@ -80953,7 +80954,7 @@ lib.join2 = function(arr, mainSeparator, lastSeparator) {
|
|
|
80953
80954
|
return arr.join(mainSeparator);
|
|
80954
80955
|
};
|
|
80955
80956
|
|
|
80956
|
-
},{"../constants/numerical":502,"./anchor_utils":507,"./angles":508,"./array":509,"./clean_number":510,"./clear_responsive":512,"./coerce":513,"./dates":514,"./dom":515,"./extend":517,"./filter_unique":518,"./filter_visible":519,"./geometry2d":520,"./identity":522,"./increment":523,"./is_plain_object":525,"./keyed_container":526,"./localize":527,"./loggers":528,"./make_trace_groups":529,"./matrix":530,"./mod":531,"./nested_property":532,"./noop":533,"./notifier":534,"./
|
|
80957
|
+
},{"../constants/numerical":502,"./anchor_utils":507,"./angles":508,"./array":509,"./clean_number":510,"./clear_responsive":512,"./coerce":513,"./dates":514,"./dom":515,"./extend":517,"./filter_unique":518,"./filter_visible":519,"./geometry2d":520,"./identity":522,"./increment":523,"./is_plain_object":525,"./keyed_container":526,"./localize":527,"./loggers":528,"./make_trace_groups":529,"./matrix":530,"./mod":531,"./nested_property":532,"./noop":533,"./notifier":534,"./preserve_drawing_buffer":537,"./push_unique":538,"./regex":540,"./relative_attr":541,"./relink_private":542,"./search":543,"./stats":546,"./throttle":549,"./to_log_range":550,"d3":82,"d3-time-format":80,"fast-isnumeric":91}],525:[function(_dereq_,module,exports){
|
|
80957
80958
|
/**
|
|
80958
80959
|
* Copyright 2012-2020, Plotly, Inc.
|
|
80959
80960
|
* All rights reserved.
|
|
@@ -81230,7 +81231,7 @@ module.exports = function localize(gd, s) {
|
|
|
81230
81231
|
return s;
|
|
81231
81232
|
};
|
|
81232
81233
|
|
|
81233
|
-
},{"../registry":
|
|
81234
|
+
},{"../registry":626}],528:[function(_dereq_,module,exports){
|
|
81234
81235
|
/**
|
|
81235
81236
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81236
81237
|
* All rights reserved.
|
|
@@ -81340,7 +81341,7 @@ function apply(f, args) {
|
|
|
81340
81341
|
}
|
|
81341
81342
|
}
|
|
81342
81343
|
|
|
81343
|
-
},{"../plot_api/plot_config":
|
|
81344
|
+
},{"../plot_api/plot_config":559,"./notifier":534}],529:[function(_dereq_,module,exports){
|
|
81344
81345
|
/**
|
|
81345
81346
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81346
81347
|
* All rights reserved.
|
|
@@ -81968,7 +81969,7 @@ module.exports = function overrideCursor(el3, csr) {
|
|
|
81968
81969
|
}
|
|
81969
81970
|
};
|
|
81970
81971
|
|
|
81971
|
-
},{"./setcursor":
|
|
81972
|
+
},{"./setcursor":544}],536:[function(_dereq_,module,exports){
|
|
81972
81973
|
/**
|
|
81973
81974
|
* Copyright 2012-2020, Plotly, Inc.
|
|
81974
81975
|
* All rights reserved.
|
|
@@ -82231,6 +82232,76 @@ polygon.filter = function filter(pts, tolerance) {
|
|
|
82231
82232
|
|
|
82232
82233
|
'use strict';
|
|
82233
82234
|
|
|
82235
|
+
var isNumeric = _dereq_('fast-isnumeric');
|
|
82236
|
+
var isMobileOrTablet = _dereq_('is-mobile');
|
|
82237
|
+
|
|
82238
|
+
module.exports = function preserveDrawingBuffer(opts) {
|
|
82239
|
+
var ua;
|
|
82240
|
+
|
|
82241
|
+
if(opts && opts.hasOwnProperty('userAgent')) {
|
|
82242
|
+
ua = opts.userAgent;
|
|
82243
|
+
} else {
|
|
82244
|
+
ua = getUserAgent();
|
|
82245
|
+
}
|
|
82246
|
+
|
|
82247
|
+
if(typeof ua !== 'string') return true;
|
|
82248
|
+
|
|
82249
|
+
var enable = isMobileOrTablet({
|
|
82250
|
+
ua: { headers: {'user-agent': ua }},
|
|
82251
|
+
tablet: true,
|
|
82252
|
+
featureDetect: false
|
|
82253
|
+
});
|
|
82254
|
+
|
|
82255
|
+
if(!enable) {
|
|
82256
|
+
var allParts = ua.split(' ');
|
|
82257
|
+
for(var i = 1; i < allParts.length; i++) {
|
|
82258
|
+
var part = allParts[i];
|
|
82259
|
+
if(part.indexOf('Safari') !== -1) {
|
|
82260
|
+
// find Safari version
|
|
82261
|
+
for(var k = i - 1; k > -1; k--) {
|
|
82262
|
+
var prevPart = allParts[k];
|
|
82263
|
+
if(prevPart.substr(0, 8) === 'Version/') {
|
|
82264
|
+
var v = prevPart.substr(8).split('.')[0];
|
|
82265
|
+
if(isNumeric(v)) v = +v;
|
|
82266
|
+
if(v >= 13) return true;
|
|
82267
|
+
}
|
|
82268
|
+
}
|
|
82269
|
+
}
|
|
82270
|
+
}
|
|
82271
|
+
}
|
|
82272
|
+
|
|
82273
|
+
return enable;
|
|
82274
|
+
};
|
|
82275
|
+
|
|
82276
|
+
function getUserAgent() {
|
|
82277
|
+
// similar to https://github.com/juliangruber/is-mobile/blob/91ca39ccdd4cfc5edfb5391e2515b923a730fbea/index.js#L14-L17
|
|
82278
|
+
var ua;
|
|
82279
|
+
if(typeof navigator !== 'undefined') {
|
|
82280
|
+
ua = navigator.userAgent;
|
|
82281
|
+
}
|
|
82282
|
+
|
|
82283
|
+
if(
|
|
82284
|
+
ua &&
|
|
82285
|
+
ua.headers &&
|
|
82286
|
+
typeof ua.headers['user-agent'] === 'string'
|
|
82287
|
+
) {
|
|
82288
|
+
ua = ua.headers['user-agent'];
|
|
82289
|
+
}
|
|
82290
|
+
|
|
82291
|
+
return ua;
|
|
82292
|
+
}
|
|
82293
|
+
|
|
82294
|
+
},{"fast-isnumeric":91,"is-mobile":277}],538:[function(_dereq_,module,exports){
|
|
82295
|
+
/**
|
|
82296
|
+
* Copyright 2012-2020, Plotly, Inc.
|
|
82297
|
+
* All rights reserved.
|
|
82298
|
+
*
|
|
82299
|
+
* This source code is licensed under the MIT license found in the
|
|
82300
|
+
* LICENSE file in the root directory of this source tree.
|
|
82301
|
+
*/
|
|
82302
|
+
|
|
82303
|
+
'use strict';
|
|
82304
|
+
|
|
82234
82305
|
/**
|
|
82235
82306
|
* Push array with unique items
|
|
82236
82307
|
*
|
|
@@ -82258,7 +82329,7 @@ module.exports = function pushUnique(array, item) {
|
|
|
82258
82329
|
return array;
|
|
82259
82330
|
};
|
|
82260
82331
|
|
|
82261
|
-
},{}],
|
|
82332
|
+
},{}],539:[function(_dereq_,module,exports){
|
|
82262
82333
|
/**
|
|
82263
82334
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82264
82335
|
* All rights reserved.
|
|
@@ -82466,7 +82537,7 @@ queue.plotDo = function(gd, func, args) {
|
|
|
82466
82537
|
|
|
82467
82538
|
module.exports = queue;
|
|
82468
82539
|
|
|
82469
|
-
},{"../lib":524,"../plot_api/plot_config":
|
|
82540
|
+
},{"../lib":524,"../plot_api/plot_config":559}],540:[function(_dereq_,module,exports){
|
|
82470
82541
|
/**
|
|
82471
82542
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82472
82543
|
* All rights reserved.
|
|
@@ -82496,7 +82567,7 @@ exports.counter = function(head, tail, openEnded, matchBeginning) {
|
|
|
82496
82567
|
return new RegExp(startWithPrefix + head + '([2-9]|[1-9][0-9]+)?' + fullTail);
|
|
82497
82568
|
};
|
|
82498
82569
|
|
|
82499
|
-
},{}],
|
|
82570
|
+
},{}],541:[function(_dereq_,module,exports){
|
|
82500
82571
|
/**
|
|
82501
82572
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82502
82573
|
* All rights reserved.
|
|
@@ -82549,7 +82620,7 @@ module.exports = function(baseAttr, relativeAttr) {
|
|
|
82549
82620
|
return baseAttr + relativeAttr;
|
|
82550
82621
|
};
|
|
82551
82622
|
|
|
82552
|
-
},{}],
|
|
82623
|
+
},{}],542:[function(_dereq_,module,exports){
|
|
82553
82624
|
/**
|
|
82554
82625
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82555
82626
|
* All rights reserved.
|
|
@@ -82606,7 +82677,7 @@ module.exports = function relinkPrivateKeys(toContainer, fromContainer) {
|
|
|
82606
82677
|
}
|
|
82607
82678
|
};
|
|
82608
82679
|
|
|
82609
|
-
},{"./array":509,"./is_plain_object":525}],
|
|
82680
|
+
},{"./array":509,"./is_plain_object":525}],543:[function(_dereq_,module,exports){
|
|
82610
82681
|
/**
|
|
82611
82682
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82612
82683
|
* All rights reserved.
|
|
@@ -82811,7 +82882,7 @@ exports.findIndexOfMin = function(arr, fn) {
|
|
|
82811
82882
|
return ind;
|
|
82812
82883
|
};
|
|
82813
82884
|
|
|
82814
|
-
},{"../constants/numerical":502,"./identity":522,"./loggers":528,"fast-isnumeric":91}],
|
|
82885
|
+
},{"../constants/numerical":502,"./identity":522,"./loggers":528,"fast-isnumeric":91}],544:[function(_dereq_,module,exports){
|
|
82815
82886
|
/**
|
|
82816
82887
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82817
82888
|
* All rights reserved.
|
|
@@ -82834,7 +82905,7 @@ module.exports = function setCursor(el3, csr) {
|
|
|
82834
82905
|
if(csr) el3.classed('cursor-' + csr, true);
|
|
82835
82906
|
};
|
|
82836
82907
|
|
|
82837
|
-
},{}],
|
|
82908
|
+
},{}],545:[function(_dereq_,module,exports){
|
|
82838
82909
|
/**
|
|
82839
82910
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82840
82911
|
* All rights reserved.
|
|
@@ -82898,7 +82969,7 @@ module.exports = function showNoWebGlMsg(scene) {
|
|
|
82898
82969
|
return false;
|
|
82899
82970
|
};
|
|
82900
82971
|
|
|
82901
|
-
},{"../components/color":394}],
|
|
82972
|
+
},{"../components/color":394}],546:[function(_dereq_,module,exports){
|
|
82902
82973
|
/**
|
|
82903
82974
|
* Copyright 2012-2020, Plotly, Inc.
|
|
82904
82975
|
* All rights reserved.
|
|
@@ -83008,7 +83079,7 @@ exports.interp = function(arr, n) {
|
|
|
83008
83079
|
return frac * arr[Math.ceil(n)] + (1 - frac) * arr[Math.floor(n)];
|
|
83009
83080
|
};
|
|
83010
83081
|
|
|
83011
|
-
},{"./array":509,"fast-isnumeric":91}],
|
|
83082
|
+
},{"./array":509,"fast-isnumeric":91}],547:[function(_dereq_,module,exports){
|
|
83012
83083
|
/**
|
|
83013
83084
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83014
83085
|
* All rights reserved.
|
|
@@ -83029,7 +83100,7 @@ function str2RgbaArray(color) {
|
|
|
83029
83100
|
|
|
83030
83101
|
module.exports = str2RgbaArray;
|
|
83031
83102
|
|
|
83032
|
-
},{"color-normalize":62}],
|
|
83103
|
+
},{"color-normalize":62}],548:[function(_dereq_,module,exports){
|
|
83033
83104
|
/**
|
|
83034
83105
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83035
83106
|
* All rights reserved.
|
|
@@ -83920,7 +83991,7 @@ exports.makeEditable = function(context, options) {
|
|
|
83920
83991
|
return d3.rebind(context, dispatch, 'on');
|
|
83921
83992
|
};
|
|
83922
83993
|
|
|
83923
|
-
},{"../constants/alignment":496,"../constants/xmlns_namespaces":503,"../lib":524,"d3":82}],
|
|
83994
|
+
},{"../constants/alignment":496,"../constants/xmlns_namespaces":503,"../lib":524,"d3":82}],549:[function(_dereq_,module,exports){
|
|
83924
83995
|
/**
|
|
83925
83996
|
* Copyright 2012-2020, Plotly, Inc.
|
|
83926
83997
|
* All rights reserved.
|
|
@@ -84023,7 +84094,7 @@ function _clearTimeout(cache) {
|
|
|
84023
84094
|
}
|
|
84024
84095
|
}
|
|
84025
84096
|
|
|
84026
|
-
},{}],
|
|
84097
|
+
},{}],550:[function(_dereq_,module,exports){
|
|
84027
84098
|
/**
|
|
84028
84099
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84029
84100
|
* All rights reserved.
|
|
@@ -84051,7 +84122,7 @@ module.exports = function toLogRange(val, range) {
|
|
|
84051
84122
|
return newVal;
|
|
84052
84123
|
};
|
|
84053
84124
|
|
|
84054
|
-
},{"fast-isnumeric":91}],
|
|
84125
|
+
},{"fast-isnumeric":91}],551:[function(_dereq_,module,exports){
|
|
84055
84126
|
/**
|
|
84056
84127
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84057
84128
|
* All rights reserved.
|
|
@@ -84073,7 +84144,7 @@ module.exports = {
|
|
|
84073
84144
|
}
|
|
84074
84145
|
};
|
|
84075
84146
|
|
|
84076
|
-
},{}],
|
|
84147
|
+
},{}],552:[function(_dereq_,module,exports){
|
|
84077
84148
|
/**
|
|
84078
84149
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84079
84150
|
* All rights reserved.
|
|
@@ -84116,7 +84187,7 @@ module.exports = {
|
|
|
84116
84187
|
}
|
|
84117
84188
|
};
|
|
84118
84189
|
|
|
84119
|
-
},{}],
|
|
84190
|
+
},{}],553:[function(_dereq_,module,exports){
|
|
84120
84191
|
/**
|
|
84121
84192
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84122
84193
|
* All rights reserved.
|
|
@@ -84174,7 +84245,7 @@ module.exports = function containerArrayMatch(astr) {
|
|
|
84174
84245
|
return {array: arrayStr, index: Number(match[1]), property: match[3] || ''};
|
|
84175
84246
|
};
|
|
84176
84247
|
|
|
84177
|
-
},{"../registry":
|
|
84248
|
+
},{"../registry":626}],554:[function(_dereq_,module,exports){
|
|
84178
84249
|
/**
|
|
84179
84250
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84180
84251
|
* All rights reserved.
|
|
@@ -84299,7 +84370,7 @@ function overrideOne(attr, editTypeOverride, overrideContainers, key) {
|
|
|
84299
84370
|
}
|
|
84300
84371
|
}
|
|
84301
84372
|
|
|
84302
|
-
},{"../lib":524}],
|
|
84373
|
+
},{"../lib":524}],555:[function(_dereq_,module,exports){
|
|
84303
84374
|
/**
|
|
84304
84375
|
* Copyright 2012-2020, Plotly, Inc.
|
|
84305
84376
|
* All rights reserved.
|
|
@@ -85001,7 +85072,7 @@ exports.clearAxisTypes = function(gd, traces, layoutUpdate) {
|
|
|
85001
85072
|
}
|
|
85002
85073
|
};
|
|
85003
85074
|
|
|
85004
|
-
},{"../components/color":394,"../lib":524,"../plots/cartesian/axis_ids":
|
|
85075
|
+
},{"../components/color":394,"../lib":524,"../plots/cartesian/axis_ids":575,"../plots/plots":617,"../registry":626,"fast-isnumeric":91,"gl-mat4/fromQuat":126}],556:[function(_dereq_,module,exports){
|
|
85005
85076
|
/**
|
|
85006
85077
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85007
85078
|
* All rights reserved.
|
|
@@ -85044,7 +85115,7 @@ var templateApi = _dereq_('./template_api');
|
|
|
85044
85115
|
exports.makeTemplate = templateApi.makeTemplate;
|
|
85045
85116
|
exports.validateTemplate = templateApi.validateTemplate;
|
|
85046
85117
|
|
|
85047
|
-
},{"../snapshot/download":
|
|
85118
|
+
},{"../snapshot/download":628,"./plot_api":558,"./template_api":563,"./to_image":564,"./validate":565}],557:[function(_dereq_,module,exports){
|
|
85048
85119
|
/**
|
|
85049
85120
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85050
85121
|
* All rights reserved.
|
|
@@ -85257,7 +85328,7 @@ exports.applyContainerArrayChanges = function applyContainerArrayChanges(gd, np,
|
|
|
85257
85328
|
return true;
|
|
85258
85329
|
};
|
|
85259
85330
|
|
|
85260
|
-
},{"../lib/is_plain_object":525,"../lib/loggers":528,"../lib/noop":533,"../lib/search":
|
|
85331
|
+
},{"../lib/is_plain_object":525,"../lib/loggers":528,"../lib/noop":533,"../lib/search":543,"../registry":626,"./container_array_match":553}],558:[function(_dereq_,module,exports){
|
|
85261
85332
|
/**
|
|
85262
85333
|
* Copyright 2012-2020, Plotly, Inc.
|
|
85263
85334
|
* All rights reserved.
|
|
@@ -88491,7 +88562,7 @@ function animate(gd, frameOrGroupNameOrFrameList, animationOpts) {
|
|
|
88491
88562
|
}
|
|
88492
88563
|
|
|
88493
88564
|
// Execute a callback after the wrapper function has been called n times.
|
|
88494
|
-
// This is used to defer the resolution until a transition has
|
|
88565
|
+
// This is used to defer the resolution until a transition has resolved *and*
|
|
88495
88566
|
// the frame has completed. If it's not done this way, then we get a race
|
|
88496
88567
|
// condition in which the animation might resolve before a transition is complete
|
|
88497
88568
|
// or vice versa.
|
|
@@ -89187,7 +89258,7 @@ exports._guiUpdate = guiEdit(update);
|
|
|
89187
89258
|
|
|
89188
89259
|
exports._storeDirectGUIEdit = _storeDirectGUIEdit;
|
|
89189
89260
|
|
|
89190
|
-
},{"../components/color":394,"../components/drawing":416,"../constants/xmlns_namespaces":503,"../lib":524,"../lib/events":516,"../lib/queue":
|
|
89261
|
+
},{"../components/color":394,"../components/drawing":416,"../constants/xmlns_namespaces":503,"../lib":524,"../lib/events":516,"../lib/queue":539,"../lib/svg_text_utils":548,"../plots/cartesian/axes":572,"../plots/cartesian/constants":578,"../plots/cartesian/graph_interact":581,"../plots/cartesian/select":591,"../plots/plots":617,"../plots/polar/legacy":620,"../registry":626,"./edit_types":554,"./helpers":555,"./manage_arrays":557,"./plot_config":559,"./plot_schema":560,"./subroutines":562,"d3":82,"fast-isnumeric":91,"has-hover":267}],559:[function(_dereq_,module,exports){
|
|
89191
89262
|
/**
|
|
89192
89263
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89193
89264
|
* All rights reserved.
|
|
@@ -89502,7 +89573,7 @@ module.exports = {
|
|
|
89502
89573
|
dfltConfig: dfltConfig
|
|
89503
89574
|
};
|
|
89504
89575
|
|
|
89505
|
-
},{}],
|
|
89576
|
+
},{}],560:[function(_dereq_,module,exports){
|
|
89506
89577
|
/**
|
|
89507
89578
|
* Copyright 2012-2020, Plotly, Inc.
|
|
89508
89579
|
* All rights reserved.
|
|
@@ -90213,7 +90284,7 @@ function insertAttrs(baseAttrs, newAttrs, astr) {
|
|
|
90213
90284
|
np.set(extendDeepAll(np.get() || {}, newAttrs));
|
|
90214
90285
|
}
|
|
90215
90286
|
|
|
90216
|
-
},{"../lib":524,"../plots/animation_attributes":
|
|
90287
|
+
},{"../lib":524,"../plots/animation_attributes":566,"../plots/attributes":568,"../plots/frame_attributes":601,"../plots/layout_attributes":615,"../plots/polar/legacy/area_attributes":618,"../plots/polar/legacy/axis_attributes":619,"../registry":626,"./edit_types":554,"./plot_config":559}],561:[function(_dereq_,module,exports){
|
|
90217
90288
|
/**
|
|
90218
90289
|
* Copyright 2012-2020, Plotly, Inc.
|
|
90219
90290
|
* All rights reserved.
|
|
@@ -90525,7 +90596,7 @@ exports.arrayEditor = function(parentIn, containerStr, itemOut) {
|
|
|
90525
90596
|
};
|
|
90526
90597
|
};
|
|
90527
90598
|
|
|
90528
|
-
},{"../lib":524,"../plots/attributes":
|
|
90599
|
+
},{"../lib":524,"../plots/attributes":568}],562:[function(_dereq_,module,exports){
|
|
90529
90600
|
/**
|
|
90530
90601
|
* Copyright 2012-2020, Plotly, Inc.
|
|
90531
90602
|
* All rights reserved.
|
|
@@ -91249,7 +91320,7 @@ exports.drawMarginPushers = function(gd) {
|
|
|
91249
91320
|
Registry.getComponentMethod('colorbar', 'draw')(gd);
|
|
91250
91321
|
};
|
|
91251
91322
|
|
|
91252
|
-
},{"../components/color":394,"../components/drawing":416,"../components/modebar":454,"../components/titles":489,"../constants/alignment":496,"../lib":524,"../lib/clear_gl_canvases":511,"../plots/cartesian/autorange":
|
|
91323
|
+
},{"../components/color":394,"../components/drawing":416,"../components/modebar":454,"../components/titles":489,"../constants/alignment":496,"../lib":524,"../lib/clear_gl_canvases":511,"../plots/cartesian/autorange":571,"../plots/cartesian/axes":572,"../plots/cartesian/constraints":579,"../plots/plots":617,"../registry":626,"d3":82}],563:[function(_dereq_,module,exports){
|
|
91253
91324
|
/**
|
|
91254
91325
|
* Copyright 2012-2020, Plotly, Inc.
|
|
91255
91326
|
* All rights reserved.
|
|
@@ -91711,7 +91782,7 @@ function format(opts) {
|
|
|
91711
91782
|
return opts;
|
|
91712
91783
|
}
|
|
91713
91784
|
|
|
91714
|
-
},{"../lib":524,"../plots/attributes":
|
|
91785
|
+
},{"../lib":524,"../plots/attributes":568,"../plots/plots":617,"./plot_config":559,"./plot_schema":560,"./plot_template":561}],564:[function(_dereq_,module,exports){
|
|
91715
91786
|
/**
|
|
91716
91787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
91717
91788
|
* All rights reserved.
|
|
@@ -91932,7 +92003,7 @@ function toImage(gd, opts) {
|
|
|
91932
92003
|
|
|
91933
92004
|
module.exports = toImage;
|
|
91934
92005
|
|
|
91935
|
-
},{"../lib":524,"../plots/plots":
|
|
92006
|
+
},{"../lib":524,"../plots/plots":617,"../snapshot/helpers":630,"../snapshot/svgtoimg":632,"../snapshot/tosvg":634,"../version":703,"./plot_api":558,"fast-isnumeric":91}],565:[function(_dereq_,module,exports){
|
|
91936
92007
|
/**
|
|
91937
92008
|
* Copyright 2012-2020, Plotly, Inc.
|
|
91938
92009
|
* All rights reserved.
|
|
@@ -92363,7 +92434,7 @@ function convertPathToAttributeString(path) {
|
|
|
92363
92434
|
return astr;
|
|
92364
92435
|
}
|
|
92365
92436
|
|
|
92366
|
-
},{"../lib":524,"../plots/plots":
|
|
92437
|
+
},{"../lib":524,"../plots/plots":617,"./plot_config":559,"./plot_schema":560}],566:[function(_dereq_,module,exports){
|
|
92367
92438
|
/**
|
|
92368
92439
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92369
92440
|
* All rights reserved.
|
|
@@ -92475,7 +92546,7 @@ module.exports = {
|
|
|
92475
92546
|
}
|
|
92476
92547
|
};
|
|
92477
92548
|
|
|
92478
|
-
},{}],
|
|
92549
|
+
},{}],567:[function(_dereq_,module,exports){
|
|
92479
92550
|
/**
|
|
92480
92551
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92481
92552
|
* All rights reserved.
|
|
@@ -92570,7 +92641,7 @@ module.exports = function handleArrayContainerDefaults(parentObjIn, parentObjOut
|
|
|
92570
92641
|
return contOut;
|
|
92571
92642
|
};
|
|
92572
92643
|
|
|
92573
|
-
},{"../lib":524,"../plot_api/plot_template":
|
|
92644
|
+
},{"../lib":524,"../plot_api/plot_template":561}],568:[function(_dereq_,module,exports){
|
|
92574
92645
|
/**
|
|
92575
92646
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92576
92647
|
* All rights reserved.
|
|
@@ -92711,7 +92782,7 @@ module.exports = {
|
|
|
92711
92782
|
}
|
|
92712
92783
|
};
|
|
92713
92784
|
|
|
92714
|
-
},{"../components/fx/attributes":425}],
|
|
92785
|
+
},{"../components/fx/attributes":425}],569:[function(_dereq_,module,exports){
|
|
92715
92786
|
/**
|
|
92716
92787
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92717
92788
|
* All rights reserved.
|
|
@@ -92803,7 +92874,7 @@ module.exports = function alignPeriod(trace, ax, axLetter, vals) {
|
|
|
92803
92874
|
return newVals;
|
|
92804
92875
|
};
|
|
92805
92876
|
|
|
92806
|
-
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],
|
|
92877
|
+
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],570:[function(_dereq_,module,exports){
|
|
92807
92878
|
/**
|
|
92808
92879
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92809
92880
|
* All rights reserved.
|
|
@@ -92832,7 +92903,7 @@ module.exports = {
|
|
|
92832
92903
|
}
|
|
92833
92904
|
};
|
|
92834
92905
|
|
|
92835
|
-
},{}],
|
|
92906
|
+
},{}],571:[function(_dereq_,module,exports){
|
|
92836
92907
|
/**
|
|
92837
92908
|
* Copyright 2012-2020, Plotly, Inc.
|
|
92838
92909
|
* All rights reserved.
|
|
@@ -93441,7 +93512,7 @@ function goodNumber(v) {
|
|
|
93441
93512
|
function lessOrEqual(v0, v1) { return v0 <= v1; }
|
|
93442
93513
|
function greaterOrEqual(v0, v1) { return v0 >= v1; }
|
|
93443
93514
|
|
|
93444
|
-
},{"../../constants/numerical":502,"../../lib":524,"../../registry":
|
|
93515
|
+
},{"../../constants/numerical":502,"../../lib":524,"../../registry":626,"./axis_ids":575,"fast-isnumeric":91}],572:[function(_dereq_,module,exports){
|
|
93445
93516
|
/**
|
|
93446
93517
|
* Copyright 2012-2020, Plotly, Inc.
|
|
93447
93518
|
* All rights reserved.
|
|
@@ -97161,7 +97232,7 @@ function moveOutsideBreak(v, ax) {
|
|
|
97161
97232
|
return v;
|
|
97162
97233
|
}
|
|
97163
97234
|
|
|
97164
|
-
},{"../../components/color":394,"../../components/drawing":416,"../../components/titles":489,"../../constants/alignment":496,"../../constants/numerical":502,"../../lib":524,"../../lib/svg_text_utils":
|
|
97235
|
+
},{"../../components/color":394,"../../components/drawing":416,"../../components/titles":489,"../../constants/alignment":496,"../../constants/numerical":502,"../../lib":524,"../../lib/svg_text_utils":548,"../../plots/plots":617,"../../registry":626,"./autorange":571,"./axis_autotype":573,"./axis_ids":575,"./clean_ticks":577,"./layout_attributes":586,"./set_convert":592,"d3":82,"fast-isnumeric":91}],573:[function(_dereq_,module,exports){
|
|
97165
97236
|
/**
|
|
97166
97237
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97167
97238
|
* All rights reserved.
|
|
@@ -97292,7 +97363,7 @@ function multiCategory(a) {
|
|
|
97292
97363
|
return isArrayOrTypedArray(a[0]) && isArrayOrTypedArray(a[1]);
|
|
97293
97364
|
}
|
|
97294
97365
|
|
|
97295
|
-
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],
|
|
97366
|
+
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],574:[function(_dereq_,module,exports){
|
|
97296
97367
|
/**
|
|
97297
97368
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97298
97369
|
* All rights reserved.
|
|
@@ -97600,7 +97671,7 @@ function indexOfDay(v) {
|
|
|
97600
97671
|
];
|
|
97601
97672
|
}
|
|
97602
97673
|
|
|
97603
|
-
},{"../../lib":524,"../../registry":
|
|
97674
|
+
},{"../../lib":524,"../../registry":626,"../array_container_defaults":567,"./category_order_defaults":576,"./constants":578,"./layout_attributes":586,"./line_grid_defaults":588,"./set_convert":592,"./tick_label_defaults":593,"./tick_mark_defaults":594,"./tick_value_defaults":595,"fast-isnumeric":91}],575:[function(_dereq_,module,exports){
|
|
97604
97675
|
/**
|
|
97605
97676
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97606
97677
|
* All rights reserved.
|
|
@@ -97756,7 +97827,7 @@ exports.isLinked = function(fullLayout, axId) {
|
|
|
97756
97827
|
);
|
|
97757
97828
|
};
|
|
97758
97829
|
|
|
97759
|
-
},{"../../registry":
|
|
97830
|
+
},{"../../registry":626,"./constants":578}],576:[function(_dereq_,module,exports){
|
|
97760
97831
|
/**
|
|
97761
97832
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97762
97833
|
* All rights reserved.
|
|
@@ -97850,7 +97921,7 @@ module.exports = function handleCategoryOrderDefaults(containerIn, containerOut,
|
|
|
97850
97921
|
}
|
|
97851
97922
|
};
|
|
97852
97923
|
|
|
97853
|
-
},{}],
|
|
97924
|
+
},{}],577:[function(_dereq_,module,exports){
|
|
97854
97925
|
/**
|
|
97855
97926
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97856
97927
|
* All rights reserved.
|
|
@@ -97942,7 +98013,7 @@ exports.tick0 = function(tick0, axType, calendar, dtick) {
|
|
|
97942
98013
|
return isNumeric(tick0) ? Number(tick0) : 0;
|
|
97943
98014
|
};
|
|
97944
98015
|
|
|
97945
|
-
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],
|
|
98016
|
+
},{"../../constants/numerical":502,"../../lib":524,"fast-isnumeric":91}],578:[function(_dereq_,module,exports){
|
|
97946
98017
|
/**
|
|
97947
98018
|
* Copyright 2012-2020, Plotly, Inc.
|
|
97948
98019
|
* All rights reserved.
|
|
@@ -98034,7 +98105,7 @@ module.exports = {
|
|
|
98034
98105
|
}
|
|
98035
98106
|
};
|
|
98036
98107
|
|
|
98037
|
-
},{"../../lib/regex":
|
|
98108
|
+
},{"../../lib/regex":540}],579:[function(_dereq_,module,exports){
|
|
98038
98109
|
/**
|
|
98039
98110
|
* Copyright 2012-2020, Plotly, Inc.
|
|
98040
98111
|
* All rights reserved.
|
|
@@ -98685,7 +98756,7 @@ function updateDomain(ax, factor) {
|
|
|
98685
98756
|
ax.setScale();
|
|
98686
98757
|
}
|
|
98687
98758
|
|
|
98688
|
-
},{"../../constants/alignment":496,"../../constants/numerical":502,"../../lib":524,"./autorange":
|
|
98759
|
+
},{"../../constants/alignment":496,"../../constants/numerical":502,"../../lib":524,"./autorange":571,"./axis_ids":575,"./layout_attributes":586,"./scale_zoom":590,"./set_convert":592}],580:[function(_dereq_,module,exports){
|
|
98689
98760
|
/**
|
|
98690
98761
|
* Copyright 2012-2020, Plotly, Inc.
|
|
98691
98762
|
* All rights reserved.
|
|
@@ -100023,7 +100094,7 @@ module.exports = {
|
|
|
100023
100094
|
attachWheelEventHandler: attachWheelEventHandler
|
|
100024
100095
|
};
|
|
100025
100096
|
|
|
100026
|
-
},{"../../components/color":394,"../../components/dragelement":413,"../../components/dragelement/helpers":412,"../../components/drawing":416,"../../components/fx":434,"../../constants/alignment":496,"../../lib":524,"../../lib/clear_gl_canvases":511,"../../lib/setcursor":
|
|
100097
|
+
},{"../../components/color":394,"../../components/dragelement":413,"../../components/dragelement/helpers":412,"../../components/drawing":416,"../../components/fx":434,"../../constants/alignment":496,"../../lib":524,"../../lib/clear_gl_canvases":511,"../../lib/setcursor":544,"../../lib/svg_text_utils":548,"../../plot_api/subroutines":562,"../../registry":626,"../plots":617,"./axes":572,"./axis_ids":575,"./constants":578,"./scale_zoom":590,"./select":591,"d3":82,"has-passive-events":268,"tinycolor2":360}],581:[function(_dereq_,module,exports){
|
|
100027
100098
|
/**
|
|
100028
100099
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100029
100100
|
* All rights reserved.
|
|
@@ -100191,7 +100262,7 @@ exports.updateFx = function(gd) {
|
|
|
100191
100262
|
setCursor(fullLayout._draggers, cursor);
|
|
100192
100263
|
};
|
|
100193
100264
|
|
|
100194
|
-
},{"../../components/dragelement":413,"../../components/fx":434,"../../lib/setcursor":
|
|
100265
|
+
},{"../../components/dragelement":413,"../../components/fx":434,"../../lib/setcursor":544,"./constants":578,"./dragbox":580,"d3":82}],582:[function(_dereq_,module,exports){
|
|
100195
100266
|
/**
|
|
100196
100267
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100197
100268
|
* All rights reserved.
|
|
@@ -100227,7 +100298,7 @@ module.exports = {
|
|
|
100227
100298
|
clearSelect: clearSelect
|
|
100228
100299
|
};
|
|
100229
100300
|
|
|
100230
|
-
},{}],
|
|
100301
|
+
},{}],583:[function(_dereq_,module,exports){
|
|
100231
100302
|
/**
|
|
100232
100303
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100233
100304
|
* All rights reserved.
|
|
@@ -100284,7 +100355,7 @@ module.exports = {
|
|
|
100284
100355
|
getTransform: getTransform
|
|
100285
100356
|
};
|
|
100286
100357
|
|
|
100287
|
-
},{"../../lib":524}],
|
|
100358
|
+
},{"../../lib":524}],584:[function(_dereq_,module,exports){
|
|
100288
100359
|
/**
|
|
100289
100360
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100290
100361
|
* All rights reserved.
|
|
@@ -100362,7 +100433,7 @@ module.exports = function makeIncludeComponents(containerArrayName) {
|
|
|
100362
100433
|
};
|
|
100363
100434
|
};
|
|
100364
100435
|
|
|
100365
|
-
},{"../../lib":524,"../../registry":
|
|
100436
|
+
},{"../../lib":524,"../../registry":626,"./axis_ids":575}],585:[function(_dereq_,module,exports){
|
|
100366
100437
|
/**
|
|
100367
100438
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100368
100439
|
* All rights reserved.
|
|
@@ -100980,7 +101051,7 @@ exports.toSVG = function(gd) {
|
|
|
100980
101051
|
|
|
100981
101052
|
exports.updateFx = _dereq_('./graph_interact').updateFx;
|
|
100982
101053
|
|
|
100983
|
-
},{"../../components/drawing":416,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../registry":
|
|
101054
|
+
},{"../../components/drawing":416,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../registry":626,"../get_data":602,"../plots":617,"./attributes":570,"./axis_ids":575,"./constants":578,"./graph_interact":581,"./layout_attributes":586,"./layout_defaults":587,"./transition_axes":596,"d3":82}],586:[function(_dereq_,module,exports){
|
|
100984
101055
|
/**
|
|
100985
101056
|
* Copyright 2012-2020, Plotly, Inc.
|
|
100986
101057
|
* All rights reserved.
|
|
@@ -101700,7 +101771,7 @@ module.exports = {
|
|
|
101700
101771
|
}
|
|
101701
101772
|
};
|
|
101702
101773
|
|
|
101703
|
-
},{"../../components/color/attributes":393,"../../components/drawing/attributes":415,"../../constants/docs":498,"../../constants/numerical":502,"../../lib/extend":517,"../../plot_api/plot_template":
|
|
101774
|
+
},{"../../components/color/attributes":393,"../../components/drawing/attributes":415,"../../constants/docs":498,"../../constants/numerical":502,"../../lib/extend":517,"../../plot_api/plot_template":561,"../font_attributes":600,"./constants":578}],587:[function(_dereq_,module,exports){
|
|
101704
101775
|
/**
|
|
101705
101776
|
* Copyright 2012-2020, Plotly, Inc.
|
|
101706
101777
|
* All rights reserved.
|
|
@@ -102087,7 +102158,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
102087
102158
|
});
|
|
102088
102159
|
};
|
|
102089
102160
|
|
|
102090
|
-
},{"../../components/color":394,"../../components/fx/helpers":430,"../../components/fx/hovermode_defaults":433,"../../lib":524,"../../plot_api/plot_template":
|
|
102161
|
+
},{"../../components/color":394,"../../components/fx/helpers":430,"../../components/fx/hovermode_defaults":433,"../../lib":524,"../../plot_api/plot_template":561,"../../registry":626,"../layout_attributes":615,"./axis_defaults":574,"./axis_ids":575,"./constants":578,"./constraints":579,"./layout_attributes":586,"./position_defaults":589,"./type_defaults":597}],588:[function(_dereq_,module,exports){
|
|
102091
102162
|
/**
|
|
102092
102163
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102093
102164
|
* All rights reserved.
|
|
@@ -102152,7 +102223,7 @@ module.exports = function handleLineGridDefaults(containerIn, containerOut, coer
|
|
|
102152
102223
|
}
|
|
102153
102224
|
};
|
|
102154
102225
|
|
|
102155
|
-
},{"../../components/color/attributes":393,"../../lib":524,"tinycolor2":360}],
|
|
102226
|
+
},{"../../components/color/attributes":393,"../../lib":524,"tinycolor2":360}],589:[function(_dereq_,module,exports){
|
|
102156
102227
|
/**
|
|
102157
102228
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102158
102229
|
* All rights reserved.
|
|
@@ -102240,7 +102311,7 @@ module.exports = function handlePositionDefaults(containerIn, containerOut, coer
|
|
|
102240
102311
|
return containerOut;
|
|
102241
102312
|
};
|
|
102242
102313
|
|
|
102243
|
-
},{"../../lib":524,"fast-isnumeric":91}],
|
|
102314
|
+
},{"../../lib":524,"fast-isnumeric":91}],590:[function(_dereq_,module,exports){
|
|
102244
102315
|
/**
|
|
102245
102316
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102246
102317
|
* All rights reserved.
|
|
@@ -102269,7 +102340,7 @@ module.exports = function scaleZoom(ax, factor, centerFraction) {
|
|
|
102269
102340
|
ax.setScale();
|
|
102270
102341
|
};
|
|
102271
102342
|
|
|
102272
|
-
},{"../../constants/alignment":496}],
|
|
102343
|
+
},{"../../constants/alignment":496}],591:[function(_dereq_,module,exports){
|
|
102273
102344
|
/**
|
|
102274
102345
|
* Copyright 2012-2020, Plotly, Inc.
|
|
102275
102346
|
* All rights reserved.
|
|
@@ -103212,7 +103283,7 @@ module.exports = {
|
|
|
103212
103283
|
selectOnClick: selectOnClick
|
|
103213
103284
|
};
|
|
103214
103285
|
|
|
103215
|
-
},{"../../components/color":394,"../../components/dragelement/helpers":412,"../../components/drawing":416,"../../components/fx":434,"../../components/fx/helpers":430,"../../components/shapes/draw_newshape/display_outlines":479,"../../components/shapes/draw_newshape/helpers":480,"../../components/shapes/draw_newshape/newshapes":481,"../../lib":524,"../../lib/clear_gl_canvases":511,"../../lib/polygon":536,"../../lib/throttle":
|
|
103286
|
+
},{"../../components/color":394,"../../components/dragelement/helpers":412,"../../components/drawing":416,"../../components/fx":434,"../../components/fx/helpers":430,"../../components/shapes/draw_newshape/display_outlines":479,"../../components/shapes/draw_newshape/helpers":480,"../../components/shapes/draw_newshape/newshapes":481,"../../lib":524,"../../lib/clear_gl_canvases":511,"../../lib/polygon":536,"../../lib/throttle":549,"../../plot_api/subroutines":562,"../../registry":626,"./axis_ids":575,"./constants":578,"./handle_outline":582,"./helpers":583,"polybooljs":316}],592:[function(_dereq_,module,exports){
|
|
103216
103287
|
/**
|
|
103217
103288
|
* Copyright 2012-2020, Plotly, Inc.
|
|
103218
103289
|
* All rights reserved.
|
|
@@ -104170,7 +104241,7 @@ module.exports = function setConvert(ax, fullLayout) {
|
|
|
104170
104241
|
delete ax._forceTick0;
|
|
104171
104242
|
};
|
|
104172
104243
|
|
|
104173
|
-
},{"../../constants/numerical":502,"../../lib":524,"./axis_ids":
|
|
104244
|
+
},{"../../constants/numerical":502,"../../lib":524,"./axis_ids":575,"./constants":578,"d3":82,"d3-time-format":80,"fast-isnumeric":91}],593:[function(_dereq_,module,exports){
|
|
104174
104245
|
/**
|
|
104175
104246
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104176
104247
|
* All rights reserved.
|
|
@@ -104297,7 +104368,7 @@ function tickformatstopDefaults(valueIn, valueOut) {
|
|
|
104297
104368
|
}
|
|
104298
104369
|
}
|
|
104299
104370
|
|
|
104300
|
-
},{"../../components/color":394,"../../lib":524,"../array_container_defaults":
|
|
104371
|
+
},{"../../components/color":394,"../../lib":524,"../array_container_defaults":567,"./layout_attributes":586}],594:[function(_dereq_,module,exports){
|
|
104301
104372
|
/**
|
|
104302
104373
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104303
104374
|
* All rights reserved.
|
|
@@ -104330,7 +104401,7 @@ module.exports = function handleTickDefaults(containerIn, containerOut, coerce,
|
|
|
104330
104401
|
}
|
|
104331
104402
|
};
|
|
104332
104403
|
|
|
104333
|
-
},{"../../lib":524,"./layout_attributes":
|
|
104404
|
+
},{"../../lib":524,"./layout_attributes":586}],595:[function(_dereq_,module,exports){
|
|
104334
104405
|
/**
|
|
104335
104406
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104336
104407
|
* All rights reserved.
|
|
@@ -104377,7 +104448,7 @@ module.exports = function handleTickValueDefaults(containerIn, containerOut, coe
|
|
|
104377
104448
|
}
|
|
104378
104449
|
};
|
|
104379
104450
|
|
|
104380
|
-
},{"../../lib":524,"./clean_ticks":
|
|
104451
|
+
},{"../../lib":524,"./clean_ticks":577}],596:[function(_dereq_,module,exports){
|
|
104381
104452
|
/**
|
|
104382
104453
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104383
104454
|
* All rights reserved.
|
|
@@ -104590,7 +104661,7 @@ module.exports = function transitionAxes(gd, edits, transitionOpts, makeOnComple
|
|
|
104590
104661
|
return Promise.resolve();
|
|
104591
104662
|
};
|
|
104592
104663
|
|
|
104593
|
-
},{"../../components/drawing":416,"../../lib":524,"../../registry":
|
|
104664
|
+
},{"../../components/drawing":416,"../../lib":524,"../../registry":626,"./axes":572,"d3":82}],597:[function(_dereq_,module,exports){
|
|
104594
104665
|
/**
|
|
104595
104666
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104596
104667
|
* All rights reserved.
|
|
@@ -104730,7 +104801,7 @@ function isBoxWithoutPositionCoords(trace, axLetter) {
|
|
|
104730
104801
|
);
|
|
104731
104802
|
}
|
|
104732
104803
|
|
|
104733
|
-
},{"../../registry":
|
|
104804
|
+
},{"../../registry":626,"./axis_autotype":573}],598:[function(_dereq_,module,exports){
|
|
104734
104805
|
/**
|
|
104735
104806
|
* Copyright 2012-2020, Plotly, Inc.
|
|
104736
104807
|
* All rights reserved.
|
|
@@ -105157,7 +105228,7 @@ function crawl(attrs, callback, path, depth) {
|
|
|
105157
105228
|
});
|
|
105158
105229
|
}
|
|
105159
105230
|
|
|
105160
|
-
},{"../lib":524,"../registry":
|
|
105231
|
+
},{"../lib":524,"../registry":626}],599:[function(_dereq_,module,exports){
|
|
105161
105232
|
/**
|
|
105162
105233
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105163
105234
|
* All rights reserved.
|
|
@@ -105269,7 +105340,7 @@ exports.defaults = function(containerOut, layout, coerce, dfltDomains) {
|
|
|
105269
105340
|
if(!(y[0] < y[1])) containerOut.domain.y = dfltY.slice();
|
|
105270
105341
|
};
|
|
105271
105342
|
|
|
105272
|
-
},{"../lib/extend":517}],
|
|
105343
|
+
},{"../lib/extend":517}],600:[function(_dereq_,module,exports){
|
|
105273
105344
|
/**
|
|
105274
105345
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105275
105346
|
* All rights reserved.
|
|
@@ -105334,7 +105405,7 @@ module.exports = function(opts) {
|
|
|
105334
105405
|
return attrs;
|
|
105335
105406
|
};
|
|
105336
105407
|
|
|
105337
|
-
},{}],
|
|
105408
|
+
},{}],601:[function(_dereq_,module,exports){
|
|
105338
105409
|
/**
|
|
105339
105410
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105340
105411
|
* All rights reserved.
|
|
@@ -105380,7 +105451,7 @@ module.exports = {
|
|
|
105380
105451
|
}
|
|
105381
105452
|
};
|
|
105382
105453
|
|
|
105383
|
-
},{}],
|
|
105454
|
+
},{}],602:[function(_dereq_,module,exports){
|
|
105384
105455
|
/**
|
|
105385
105456
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105386
105457
|
* All rights reserved.
|
|
@@ -105509,7 +105580,7 @@ exports.getSubplotData = function getSubplotData(data, type, subplotId) {
|
|
|
105509
105580
|
return subplotData;
|
|
105510
105581
|
};
|
|
105511
105582
|
|
|
105512
|
-
},{"../registry":
|
|
105583
|
+
},{"../registry":626,"./cartesian/constants":578}],603:[function(_dereq_,module,exports){
|
|
105513
105584
|
/**
|
|
105514
105585
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105515
105586
|
* All rights reserved.
|
|
@@ -105669,7 +105740,7 @@ exports.updateFx = function(gd) {
|
|
|
105669
105740
|
}
|
|
105670
105741
|
};
|
|
105671
105742
|
|
|
105672
|
-
},{"../../components/fx/layout_attributes":435,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../plot_api/edit_types":
|
|
105743
|
+
},{"../../components/fx/layout_attributes":435,"../../constants/xmlns_namespaces":503,"../../lib":524,"../../plot_api/edit_types":554,"../get_data":602,"./layout/attributes":604,"./layout/defaults":608,"./layout/layout_attributes":609,"./scene":613}],604:[function(_dereq_,module,exports){
|
|
105673
105744
|
/**
|
|
105674
105745
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105675
105746
|
* All rights reserved.
|
|
@@ -105691,7 +105762,7 @@ module.exports = {
|
|
|
105691
105762
|
}
|
|
105692
105763
|
};
|
|
105693
105764
|
|
|
105694
|
-
},{}],
|
|
105765
|
+
},{}],605:[function(_dereq_,module,exports){
|
|
105695
105766
|
/**
|
|
105696
105767
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105697
105768
|
* All rights reserved.
|
|
@@ -105815,7 +105886,7 @@ module.exports = overrideAll({
|
|
|
105815
105886
|
}
|
|
105816
105887
|
}, 'plot', 'from-root');
|
|
105817
105888
|
|
|
105818
|
-
},{"../../../components/color":394,"../../../lib/extend":517,"../../../plot_api/edit_types":
|
|
105889
|
+
},{"../../../components/color":394,"../../../lib/extend":517,"../../../plot_api/edit_types":554,"../../cartesian/layout_attributes":586}],606:[function(_dereq_,module,exports){
|
|
105819
105890
|
/**
|
|
105820
105891
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105821
105892
|
* All rights reserved.
|
|
@@ -105892,7 +105963,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, options) {
|
|
|
105892
105963
|
}
|
|
105893
105964
|
};
|
|
105894
105965
|
|
|
105895
|
-
},{"../../../lib":524,"../../../plot_api/plot_template":
|
|
105966
|
+
},{"../../../lib":524,"../../../plot_api/plot_template":561,"../../cartesian/axis_defaults":574,"../../cartesian/type_defaults":597,"./axis_attributes":605,"tinycolor2":360}],607:[function(_dereq_,module,exports){
|
|
105896
105967
|
/**
|
|
105897
105968
|
* Copyright 2012-2020, Plotly, Inc.
|
|
105898
105969
|
* All rights reserved.
|
|
@@ -106057,7 +106128,7 @@ function createAxesOptions(fullLayout, sceneLayout) {
|
|
|
106057
106128
|
|
|
106058
106129
|
module.exports = createAxesOptions;
|
|
106059
106130
|
|
|
106060
|
-
},{"../../../lib":524,"../../../lib/str2rgbarray":
|
|
106131
|
+
},{"../../../lib":524,"../../../lib/str2rgbarray":547}],608:[function(_dereq_,module,exports){
|
|
106061
106132
|
/**
|
|
106062
106133
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106063
106134
|
* All rights reserved.
|
|
@@ -106207,7 +106278,7 @@ function handleGl3dDefaults(sceneLayoutIn, sceneLayoutOut, coerce, opts) {
|
|
|
106207
106278
|
coerce('hovermode', opts.getDfltFromLayout('hovermode'));
|
|
106208
106279
|
}
|
|
106209
106280
|
|
|
106210
|
-
},{"../../../components/color":394,"../../../lib":524,"../../../registry":
|
|
106281
|
+
},{"../../../components/color":394,"../../../lib":524,"../../../registry":626,"../../get_data":602,"../../subplot_defaults":624,"./axis_defaults":606,"./layout_attributes":609}],609:[function(_dereq_,module,exports){
|
|
106211
106282
|
/**
|
|
106212
106283
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106213
106284
|
* All rights reserved.
|
|
@@ -106358,7 +106429,7 @@ module.exports = {
|
|
|
106358
106429
|
}
|
|
106359
106430
|
};
|
|
106360
106431
|
|
|
106361
|
-
},{"../../../lib":524,"../../../lib/extend":517,"../../domain":
|
|
106432
|
+
},{"../../../lib":524,"../../../lib/extend":517,"../../domain":599,"./axis_attributes":605}],610:[function(_dereq_,module,exports){
|
|
106362
106433
|
/**
|
|
106363
106434
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106364
106435
|
* All rights reserved.
|
|
@@ -106410,7 +106481,7 @@ function createSpikeOptions(layout) {
|
|
|
106410
106481
|
|
|
106411
106482
|
module.exports = createSpikeOptions;
|
|
106412
106483
|
|
|
106413
|
-
},{"../../../lib/str2rgbarray":
|
|
106484
|
+
},{"../../../lib/str2rgbarray":547}],611:[function(_dereq_,module,exports){
|
|
106414
106485
|
/**
|
|
106415
106486
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106416
106487
|
* All rights reserved.
|
|
@@ -106511,7 +106582,7 @@ function computeTickMarks(scene) {
|
|
|
106511
106582
|
scene.contourLevels = contourLevelsFromTicks(ticks);
|
|
106512
106583
|
}
|
|
106513
106584
|
|
|
106514
|
-
},{"../../../lib":524,"../../cartesian/axes":
|
|
106585
|
+
},{"../../../lib":524,"../../cartesian/axes":572}],612:[function(_dereq_,module,exports){
|
|
106515
106586
|
/**
|
|
106516
106587
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106517
106588
|
* All rights reserved.
|
|
@@ -106545,7 +106616,7 @@ function project(camera, v) {
|
|
|
106545
106616
|
|
|
106546
106617
|
module.exports = project;
|
|
106547
106618
|
|
|
106548
|
-
},{}],
|
|
106619
|
+
},{}],613:[function(_dereq_,module,exports){
|
|
106549
106620
|
/**
|
|
106550
106621
|
* Copyright 2012-2020, Plotly, Inc.
|
|
106551
106622
|
* All rights reserved.
|
|
@@ -106566,6 +106637,7 @@ var passiveSupported = _dereq_('has-passive-events');
|
|
|
106566
106637
|
|
|
106567
106638
|
var Registry = _dereq_('../../registry');
|
|
106568
106639
|
var Lib = _dereq_('../../lib');
|
|
106640
|
+
var preserveDrawingBuffer = Lib.preserveDrawingBuffer();
|
|
106569
106641
|
|
|
106570
106642
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
106571
106643
|
var Fx = _dereq_('../../components/fx');
|
|
@@ -106578,9 +106650,6 @@ var createAxesOptions = _dereq_('./layout/convert');
|
|
|
106578
106650
|
var createSpikeOptions = _dereq_('./layout/spikes');
|
|
106579
106651
|
var computeTickMarks = _dereq_('./layout/tick_marks');
|
|
106580
106652
|
|
|
106581
|
-
var isMobile = _dereq_('is-mobile')({ tablet: true, featureDetect: true });
|
|
106582
|
-
|
|
106583
|
-
|
|
106584
106653
|
var STATIC_CANVAS, STATIC_CONTEXT;
|
|
106585
106654
|
|
|
106586
106655
|
function Scene(options, fullLayout) {
|
|
@@ -106646,7 +106715,7 @@ proto.prepareOptions = function() {
|
|
|
106646
106715
|
canvas: scene.canvas,
|
|
106647
106716
|
gl: scene.gl,
|
|
106648
106717
|
glOptions: {
|
|
106649
|
-
preserveDrawingBuffer:
|
|
106718
|
+
preserveDrawingBuffer: preserveDrawingBuffer,
|
|
106650
106719
|
premultipliedAlpha: true,
|
|
106651
106720
|
antialias: true
|
|
106652
106721
|
},
|
|
@@ -106696,26 +106765,26 @@ proto.tryCreatePlot = function() {
|
|
|
106696
106765
|
try {
|
|
106697
106766
|
scene.glplot = createPlot(opts);
|
|
106698
106767
|
} catch(e) {
|
|
106699
|
-
if(scene.staticMode || !firstInit) {
|
|
106768
|
+
if(scene.staticMode || !firstInit || preserveDrawingBuffer) {
|
|
106700
106769
|
success = false;
|
|
106701
106770
|
} else { // try second time
|
|
106771
|
+
// enable preserveDrawingBuffer setup
|
|
106772
|
+
// in case is-mobile not detecting the right device
|
|
106773
|
+
Lib.warn([
|
|
106774
|
+
'webgl setup failed possibly due to',
|
|
106775
|
+
'false preserveDrawingBuffer config.',
|
|
106776
|
+
'The mobile/tablet device may not be detected by is-mobile module.',
|
|
106777
|
+
'Enabling preserveDrawingBuffer in second attempt to create webgl scene...'
|
|
106778
|
+
].join(' '));
|
|
106779
|
+
|
|
106702
106780
|
try {
|
|
106703
|
-
// invert preserveDrawingBuffer
|
|
106704
|
-
|
|
106705
|
-
'webgl setup failed possibly due to',
|
|
106706
|
-
isMobile ? 'disabling' : 'enabling',
|
|
106707
|
-
'preserveDrawingBuffer config.',
|
|
106708
|
-
'The device may not be supported by is-mobile module!',
|
|
106709
|
-
'Inverting preserveDrawingBuffer option in second attempt to create webgl scene.'
|
|
106710
|
-
].join(' '));
|
|
106711
|
-
|
|
106712
|
-
// invert is-mobile
|
|
106713
|
-
isMobile = opts.glOptions.preserveDrawingBuffer = !opts.glOptions.preserveDrawingBuffer;
|
|
106781
|
+
// invert preserveDrawingBuffer
|
|
106782
|
+
preserveDrawingBuffer = opts.glOptions.preserveDrawingBuffer = true;
|
|
106714
106783
|
|
|
106715
106784
|
scene.glplot = createPlot(opts);
|
|
106716
106785
|
} catch(e) {
|
|
106717
|
-
// revert changes to
|
|
106718
|
-
|
|
106786
|
+
// revert changes to preserveDrawingBuffer
|
|
106787
|
+
preserveDrawingBuffer = opts.glOptions.preserveDrawingBuffer = false;
|
|
106719
106788
|
|
|
106720
106789
|
success = false;
|
|
106721
106790
|
}
|
|
@@ -107684,7 +107753,7 @@ proto.make4thDimension = function() {
|
|
|
107684
107753
|
|
|
107685
107754
|
module.exports = Scene;
|
|
107686
107755
|
|
|
107687
|
-
},{"../../components/fx":434,"../../lib":524,"../../lib/show_no_webgl_msg":
|
|
107756
|
+
},{"../../components/fx":434,"../../lib":524,"../../lib/show_no_webgl_msg":545,"../../lib/str2rgbarray":547,"../../plots/cartesian/axes":572,"../../registry":626,"./layout/convert":607,"./layout/spikes":610,"./layout/tick_marks":611,"./project":612,"gl-plot3d":158,"has-passive-events":268,"webgl-context":375}],614:[function(_dereq_,module,exports){
|
|
107688
107757
|
/**
|
|
107689
107758
|
* Copyright 2012-2020, Plotly, Inc.
|
|
107690
107759
|
* All rights reserved.
|
|
@@ -107705,7 +107774,7 @@ module.exports = function zip3(x, y, z, len) {
|
|
|
107705
107774
|
return result;
|
|
107706
107775
|
};
|
|
107707
107776
|
|
|
107708
|
-
},{}],
|
|
107777
|
+
},{}],615:[function(_dereq_,module,exports){
|
|
107709
107778
|
/**
|
|
107710
107779
|
* Copyright 2012-2020, Plotly, Inc.
|
|
107711
107780
|
* All rights reserved.
|
|
@@ -108046,7 +108115,7 @@ module.exports = {
|
|
|
108046
108115
|
}
|
|
108047
108116
|
};
|
|
108048
108117
|
|
|
108049
|
-
},{"../components/color/attributes":393,"../components/shapes/draw_newshape/attributes":476,"../lib/extend":517,"./animation_attributes":
|
|
108118
|
+
},{"../components/color/attributes":393,"../components/shapes/draw_newshape/attributes":476,"../lib/extend":517,"./animation_attributes":566,"./font_attributes":600,"./pad_attributes":616}],616:[function(_dereq_,module,exports){
|
|
108050
108119
|
/**
|
|
108051
108120
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108052
108121
|
* All rights reserved.
|
|
@@ -108101,7 +108170,7 @@ module.exports = function(opts) {
|
|
|
108101
108170
|
};
|
|
108102
108171
|
};
|
|
108103
108172
|
|
|
108104
|
-
},{}],
|
|
108173
|
+
},{}],617:[function(_dereq_,module,exports){
|
|
108105
108174
|
/**
|
|
108106
108175
|
* Copyright 2012-2020, Plotly, Inc.
|
|
108107
108176
|
* All rights reserved.
|
|
@@ -111528,7 +111597,7 @@ plots.cleanBasePlot = function(desiredType, newFullData, newFullLayout, oldFullD
|
|
|
111528
111597
|
}
|
|
111529
111598
|
};
|
|
111530
111599
|
|
|
111531
|
-
},{"../components/color":394,"../constants/numerical":502,"../lib":524,"../plot_api/plot_schema":
|
|
111600
|
+
},{"../components/color":394,"../constants/numerical":502,"../lib":524,"../plot_api/plot_schema":560,"../plot_api/plot_template":561,"../plots/get_data":602,"../registry":626,"./animation_attributes":566,"./attributes":568,"./cartesian/axis_ids":575,"./cartesian/handle_outline":582,"./command":598,"./font_attributes":600,"./frame_attributes":601,"./layout_attributes":615,"d3":82,"d3-time-format":80,"fast-isnumeric":91}],618:[function(_dereq_,module,exports){
|
|
111532
111601
|
/**
|
|
111533
111602
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111534
111603
|
* All rights reserved.
|
|
@@ -111572,7 +111641,7 @@ module.exports = {
|
|
|
111572
111641
|
}
|
|
111573
111642
|
};
|
|
111574
111643
|
|
|
111575
|
-
},{"../../../lib/extend":517,"../../../traces/scatter/attributes":
|
|
111644
|
+
},{"../../../lib/extend":517,"../../../traces/scatter/attributes":655}],619:[function(_dereq_,module,exports){
|
|
111576
111645
|
/**
|
|
111577
111646
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111578
111647
|
* All rights reserved.
|
|
@@ -111694,7 +111763,7 @@ module.exports = overrideAll({
|
|
|
111694
111763
|
}
|
|
111695
111764
|
}, 'plot', 'nested');
|
|
111696
111765
|
|
|
111697
|
-
},{"../../../lib/extend":517,"../../../plot_api/edit_types":
|
|
111766
|
+
},{"../../../lib/extend":517,"../../../plot_api/edit_types":554,"../../cartesian/layout_attributes":586}],620:[function(_dereq_,module,exports){
|
|
111698
111767
|
/**
|
|
111699
111768
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111700
111769
|
* All rights reserved.
|
|
@@ -111709,7 +111778,7 @@ var Polar = module.exports = _dereq_('./micropolar');
|
|
|
111709
111778
|
|
|
111710
111779
|
Polar.manager = _dereq_('./micropolar_manager');
|
|
111711
111780
|
|
|
111712
|
-
},{"./micropolar":
|
|
111781
|
+
},{"./micropolar":621,"./micropolar_manager":622}],621:[function(_dereq_,module,exports){
|
|
111713
111782
|
/**
|
|
111714
111783
|
* Copyright 2012-2020, Plotly, Inc.
|
|
111715
111784
|
* All rights reserved.
|
|
@@ -113129,7 +113198,7 @@ var µ = module.exports = { version: '0.2.2' };
|
|
|
113129
113198
|
return exports;
|
|
113130
113199
|
};
|
|
113131
113200
|
|
|
113132
|
-
},{"../../../constants/alignment":496,"../../../lib":524,"d3":82}],
|
|
113201
|
+
},{"../../../constants/alignment":496,"../../../lib":524,"d3":82}],622:[function(_dereq_,module,exports){
|
|
113133
113202
|
/**
|
|
113134
113203
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113135
113204
|
* All rights reserved.
|
|
@@ -113215,7 +113284,7 @@ manager.fillLayout = function(_gd) {
|
|
|
113215
113284
|
_gd._fullLayout = extendDeepAll(dflts, _gd.layout);
|
|
113216
113285
|
};
|
|
113217
113286
|
|
|
113218
|
-
},{"../../../components/color":394,"../../../lib":524,"./micropolar":
|
|
113287
|
+
},{"../../../components/color":394,"../../../lib":524,"./micropolar":621,"./undo_manager":623,"d3":82}],623:[function(_dereq_,module,exports){
|
|
113219
113288
|
/**
|
|
113220
113289
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113221
113290
|
* All rights reserved.
|
|
@@ -113281,7 +113350,7 @@ module.exports = function UndoManager() {
|
|
|
113281
113350
|
};
|
|
113282
113351
|
};
|
|
113283
113352
|
|
|
113284
|
-
},{}],
|
|
113353
|
+
},{}],624:[function(_dereq_,module,exports){
|
|
113285
113354
|
/**
|
|
113286
113355
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113287
113356
|
* All rights reserved.
|
|
@@ -113366,7 +113435,7 @@ module.exports = function handleSubplotDefaults(layoutIn, layoutOut, fullData, o
|
|
|
113366
113435
|
}
|
|
113367
113436
|
};
|
|
113368
113437
|
|
|
113369
|
-
},{"../lib":524,"../plot_api/plot_template":
|
|
113438
|
+
},{"../lib":524,"../plot_api/plot_template":561,"./domain":599}],625:[function(_dereq_,module,exports){
|
|
113370
113439
|
/**
|
|
113371
113440
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113372
113441
|
* All rights reserved.
|
|
@@ -113449,7 +113518,7 @@ exports.texttemplateAttrs = function(opts, extra) {
|
|
|
113449
113518
|
return texttemplate;
|
|
113450
113519
|
};
|
|
113451
113520
|
|
|
113452
|
-
},{"../constants/docs":498}],
|
|
113521
|
+
},{"../constants/docs":498}],626:[function(_dereq_,module,exports){
|
|
113453
113522
|
/**
|
|
113454
113523
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113455
113524
|
* All rights reserved.
|
|
@@ -113915,7 +113984,7 @@ function getTraceType(traceType) {
|
|
|
113915
113984
|
return traceType;
|
|
113916
113985
|
}
|
|
113917
113986
|
|
|
113918
|
-
},{"./lib/dom":515,"./lib/extend":517,"./lib/is_plain_object":525,"./lib/loggers":528,"./lib/noop":533,"./lib/push_unique":
|
|
113987
|
+
},{"./lib/dom":515,"./lib/extend":517,"./lib/is_plain_object":525,"./lib/loggers":528,"./lib/noop":533,"./lib/push_unique":538,"./plots/attributes":568,"./plots/layout_attributes":615}],627:[function(_dereq_,module,exports){
|
|
113919
113988
|
/**
|
|
113920
113989
|
* Copyright 2012-2020, Plotly, Inc.
|
|
113921
113990
|
* All rights reserved.
|
|
@@ -114088,7 +114157,7 @@ module.exports = function clonePlot(graphObj, options) {
|
|
|
114088
114157
|
return plotTile;
|
|
114089
114158
|
};
|
|
114090
114159
|
|
|
114091
|
-
},{"../lib":524,"../registry":
|
|
114160
|
+
},{"../lib":524,"../registry":626}],628:[function(_dereq_,module,exports){
|
|
114092
114161
|
/**
|
|
114093
114162
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114094
114163
|
* All rights reserved.
|
|
@@ -114160,7 +114229,7 @@ function downloadImage(gd, opts) {
|
|
|
114160
114229
|
|
|
114161
114230
|
module.exports = downloadImage;
|
|
114162
114231
|
|
|
114163
|
-
},{"../lib":524,"../plot_api/to_image":
|
|
114232
|
+
},{"../lib":524,"../plot_api/to_image":564,"./filesaver":629,"./helpers":630}],629:[function(_dereq_,module,exports){
|
|
114164
114233
|
/**
|
|
114165
114234
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114166
114235
|
* All rights reserved.
|
|
@@ -114240,7 +114309,7 @@ function fileSaver(url, name, format) {
|
|
|
114240
114309
|
|
|
114241
114310
|
module.exports = fileSaver;
|
|
114242
114311
|
|
|
114243
|
-
},{"../lib":524,"./helpers":
|
|
114312
|
+
},{"../lib":524,"./helpers":630}],630:[function(_dereq_,module,exports){
|
|
114244
114313
|
/**
|
|
114245
114314
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114246
114315
|
* All rights reserved.
|
|
@@ -114323,7 +114392,7 @@ exports.IMAGE_URL_PREFIX = /^data:image\/\w+;base64,/;
|
|
|
114323
114392
|
|
|
114324
114393
|
exports.MSG_IE_BAD_FORMAT = 'Sorry IE does not support downloading from canvas. Try {format:\'svg\'} instead.';
|
|
114325
114394
|
|
|
114326
|
-
},{"../registry":
|
|
114395
|
+
},{"../registry":626}],631:[function(_dereq_,module,exports){
|
|
114327
114396
|
/**
|
|
114328
114397
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114329
114398
|
* All rights reserved.
|
|
@@ -114349,7 +114418,7 @@ var Snapshot = {
|
|
|
114349
114418
|
|
|
114350
114419
|
module.exports = Snapshot;
|
|
114351
114420
|
|
|
114352
|
-
},{"./cloneplot":
|
|
114421
|
+
},{"./cloneplot":627,"./download":628,"./helpers":630,"./svgtoimg":632,"./toimage":633,"./tosvg":634}],632:[function(_dereq_,module,exports){
|
|
114353
114422
|
/**
|
|
114354
114423
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114355
114424
|
* All rights reserved.
|
|
@@ -114476,7 +114545,7 @@ function svgToImg(opts) {
|
|
|
114476
114545
|
|
|
114477
114546
|
module.exports = svgToImg;
|
|
114478
114547
|
|
|
114479
|
-
},{"../lib":524,"./helpers":
|
|
114548
|
+
},{"../lib":524,"./helpers":630,"events":48}],633:[function(_dereq_,module,exports){
|
|
114480
114549
|
/**
|
|
114481
114550
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114482
114551
|
* All rights reserved.
|
|
@@ -114553,7 +114622,7 @@ function toImage(gd, opts) {
|
|
|
114553
114622
|
|
|
114554
114623
|
module.exports = toImage;
|
|
114555
114624
|
|
|
114556
|
-
},{"../lib":524,"../registry":
|
|
114625
|
+
},{"../lib":524,"../registry":626,"./cloneplot":627,"./helpers":630,"./svgtoimg":632,"./tosvg":634,"events":48}],634:[function(_dereq_,module,exports){
|
|
114557
114626
|
/**
|
|
114558
114627
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114559
114628
|
* All rights reserved.
|
|
@@ -114742,7 +114811,7 @@ module.exports = function toSVG(gd, format, scale) {
|
|
|
114742
114811
|
return s;
|
|
114743
114812
|
};
|
|
114744
114813
|
|
|
114745
|
-
},{"../components/color":394,"../components/drawing":416,"../constants/xmlns_namespaces":503,"../lib":524,"d3":82}],
|
|
114814
|
+
},{"../components/color":394,"../components/drawing":416,"../constants/xmlns_namespaces":503,"../lib":524,"d3":82}],635:[function(_dereq_,module,exports){
|
|
114746
114815
|
/**
|
|
114747
114816
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114748
114817
|
* All rights reserved.
|
|
@@ -114905,7 +114974,7 @@ attrs.transforms = undefined;
|
|
|
114905
114974
|
|
|
114906
114975
|
module.exports = attrs;
|
|
114907
114976
|
|
|
114908
|
-
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":
|
|
114977
|
+
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":568,"../../plots/template_attributes":625,"../mesh3d/attributes":647}],636:[function(_dereq_,module,exports){
|
|
114909
114978
|
/**
|
|
114910
114979
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114911
114980
|
* All rights reserved.
|
|
@@ -114949,7 +115018,7 @@ module.exports = function calc(gd, trace) {
|
|
|
114949
115018
|
});
|
|
114950
115019
|
};
|
|
114951
115020
|
|
|
114952
|
-
},{"../../components/colorscale/calc":402}],
|
|
115021
|
+
},{"../../components/colorscale/calc":402}],637:[function(_dereq_,module,exports){
|
|
114953
115022
|
/**
|
|
114954
115023
|
* Copyright 2012-2020, Plotly, Inc.
|
|
114955
115024
|
* All rights reserved.
|
|
@@ -115096,7 +115165,7 @@ function createConeTrace(scene, data) {
|
|
|
115096
115165
|
|
|
115097
115166
|
module.exports = createConeTrace;
|
|
115098
115167
|
|
|
115099
|
-
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../plots/gl3d/zip3":
|
|
115168
|
+
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../plots/gl3d/zip3":614,"gl-cone3d":107}],638:[function(_dereq_,module,exports){
|
|
115100
115169
|
/**
|
|
115101
115170
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115102
115171
|
* All rights reserved.
|
|
@@ -115158,7 +115227,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
115158
115227
|
traceOut._length = null;
|
|
115159
115228
|
};
|
|
115160
115229
|
|
|
115161
|
-
},{"../../components/colorscale/defaults":404,"../../lib":524,"./attributes":
|
|
115230
|
+
},{"../../components/colorscale/defaults":404,"../../lib":524,"./attributes":635}],639:[function(_dereq_,module,exports){
|
|
115162
115231
|
/**
|
|
115163
115232
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115164
115233
|
* All rights reserved.
|
|
@@ -115193,7 +115262,7 @@ module.exports = {
|
|
|
115193
115262
|
}
|
|
115194
115263
|
};
|
|
115195
115264
|
|
|
115196
|
-
},{"../../plots/gl3d":
|
|
115265
|
+
},{"../../plots/gl3d":603,"./attributes":635,"./calc":636,"./convert":637,"./defaults":638}],640:[function(_dereq_,module,exports){
|
|
115197
115266
|
/**
|
|
115198
115267
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115199
115268
|
* All rights reserved.
|
|
@@ -115298,7 +115367,7 @@ module.exports = function findEmpties(z) {
|
|
|
115298
115367
|
return empties.sort(function(a, b) { return b[2] - a[2]; });
|
|
115299
115368
|
};
|
|
115300
115369
|
|
|
115301
|
-
},{"../../lib":524}],
|
|
115370
|
+
},{"../../lib":524}],641:[function(_dereq_,module,exports){
|
|
115302
115371
|
/**
|
|
115303
115372
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115304
115373
|
* All rights reserved.
|
|
@@ -115431,7 +115500,7 @@ function iterateInterp2d(z, emptyPoints, overshoot) {
|
|
|
115431
115500
|
return maxFractionalChange;
|
|
115432
115501
|
}
|
|
115433
115502
|
|
|
115434
|
-
},{"../../lib":524}],
|
|
115503
|
+
},{"../../lib":524}],642:[function(_dereq_,module,exports){
|
|
115435
115504
|
/**
|
|
115436
115505
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115437
115506
|
* All rights reserved.
|
|
@@ -115625,7 +115694,7 @@ attrs.flatshading.dflt = true; attrs.lighting.facenormalsepsilon.dflt = 0;
|
|
|
115625
115694
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = attrs.value.editType = 'calc+clearAxisTypes';
|
|
115626
115695
|
attrs.transforms = undefined;
|
|
115627
115696
|
|
|
115628
|
-
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":
|
|
115697
|
+
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plots/attributes":568,"../../plots/template_attributes":625,"../mesh3d/attributes":647}],643:[function(_dereq_,module,exports){
|
|
115629
115698
|
/**
|
|
115630
115699
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115631
115700
|
* All rights reserved.
|
|
@@ -115680,7 +115749,7 @@ module.exports = function calc(gd, trace) {
|
|
|
115680
115749
|
});
|
|
115681
115750
|
};
|
|
115682
115751
|
|
|
115683
|
-
},{"../../components/colorscale/calc":402,"../streamtube/calc":
|
|
115752
|
+
},{"../../components/colorscale/calc":402,"../streamtube/calc":690}],644:[function(_dereq_,module,exports){
|
|
115684
115753
|
/**
|
|
115685
115754
|
* Copyright 2012-2020, Plotly, Inc.
|
|
115686
115755
|
* All rights reserved.
|
|
@@ -116736,7 +116805,7 @@ module.exports = {
|
|
|
116736
116805
|
createIsosurfaceTrace: createIsosurfaceTrace,
|
|
116737
116806
|
};
|
|
116738
116807
|
|
|
116739
|
-
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":
|
|
116808
|
+
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":547,"../../plots/gl3d/zip3":614,"gl-mesh3d":153}],645:[function(_dereq_,module,exports){
|
|
116740
116809
|
/**
|
|
116741
116810
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116742
116811
|
* All rights reserved.
|
|
@@ -116853,7 +116922,7 @@ module.exports = {
|
|
|
116853
116922
|
supplyIsoDefaults: supplyIsoDefaults
|
|
116854
116923
|
};
|
|
116855
116924
|
|
|
116856
|
-
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":
|
|
116925
|
+
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":626,"./attributes":642}],646:[function(_dereq_,module,exports){
|
|
116857
116926
|
/**
|
|
116858
116927
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116859
116928
|
* All rights reserved.
|
|
@@ -116883,7 +116952,7 @@ module.exports = {
|
|
|
116883
116952
|
}
|
|
116884
116953
|
};
|
|
116885
116954
|
|
|
116886
|
-
},{"../../plots/gl3d":
|
|
116955
|
+
},{"../../plots/gl3d":603,"./attributes":642,"./calc":643,"./convert":644,"./defaults":645}],647:[function(_dereq_,module,exports){
|
|
116887
116956
|
/**
|
|
116888
116957
|
* Copyright 2012-2020, Plotly, Inc.
|
|
116889
116958
|
* All rights reserved.
|
|
@@ -117064,7 +117133,7 @@ colorScaleAttrs('', {
|
|
|
117064
117133
|
showlegend: extendFlat({}, baseAttrs.showlegend, {dflt: false})
|
|
117065
117134
|
});
|
|
117066
117135
|
|
|
117067
|
-
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":
|
|
117136
|
+
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":568,"../../plots/template_attributes":625,"../surface/attributes":694}],648:[function(_dereq_,module,exports){
|
|
117068
117137
|
/**
|
|
117069
117138
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117070
117139
|
* All rights reserved.
|
|
@@ -117087,7 +117156,7 @@ module.exports = function calc(gd, trace) {
|
|
|
117087
117156
|
}
|
|
117088
117157
|
};
|
|
117089
117158
|
|
|
117090
|
-
},{"../../components/colorscale/calc":402}],
|
|
117159
|
+
},{"../../components/colorscale/calc":402}],649:[function(_dereq_,module,exports){
|
|
117091
117160
|
/**
|
|
117092
117161
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117093
117162
|
* All rights reserved.
|
|
@@ -117290,7 +117359,7 @@ function createMesh3DTrace(scene, data) {
|
|
|
117290
117359
|
|
|
117291
117360
|
module.exports = createMesh3DTrace;
|
|
117292
117361
|
|
|
117293
|
-
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":
|
|
117362
|
+
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":547,"../../plots/gl3d/zip3":614,"alpha-shape":16,"convex-hull":72,"delaunay-triangulate":84,"gl-mesh3d":153}],650:[function(_dereq_,module,exports){
|
|
117294
117363
|
/**
|
|
117295
117364
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117296
117365
|
* All rights reserved.
|
|
@@ -117392,7 +117461,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
117392
117461
|
traceOut._length = null;
|
|
117393
117462
|
};
|
|
117394
117463
|
|
|
117395
|
-
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":
|
|
117464
|
+
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":626,"./attributes":647}],651:[function(_dereq_,module,exports){
|
|
117396
117465
|
/**
|
|
117397
117466
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117398
117467
|
* All rights reserved.
|
|
@@ -117422,7 +117491,7 @@ module.exports = {
|
|
|
117422
117491
|
}
|
|
117423
117492
|
};
|
|
117424
117493
|
|
|
117425
|
-
},{"../../plots/gl3d":
|
|
117494
|
+
},{"../../plots/gl3d":603,"./attributes":647,"./calc":648,"./convert":649,"./defaults":650}],652:[function(_dereq_,module,exports){
|
|
117426
117495
|
/**
|
|
117427
117496
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117428
117497
|
* All rights reserved.
|
|
@@ -117470,7 +117539,7 @@ exports.getRotationAngle = function(rotation) {
|
|
|
117470
117539
|
return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
|
|
117471
117540
|
};
|
|
117472
117541
|
|
|
117473
|
-
},{"../../lib":524}],
|
|
117542
|
+
},{"../../lib":524}],653:[function(_dereq_,module,exports){
|
|
117474
117543
|
/**
|
|
117475
117544
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117476
117545
|
* All rights reserved.
|
|
@@ -117494,7 +117563,7 @@ module.exports = function styleOne(s, pt, trace) {
|
|
|
117494
117563
|
.call(Color.stroke, lineColor);
|
|
117495
117564
|
};
|
|
117496
117565
|
|
|
117497
|
-
},{"../../components/color":394,"./helpers":
|
|
117566
|
+
},{"../../components/color":394,"./helpers":652}],654:[function(_dereq_,module,exports){
|
|
117498
117567
|
/**
|
|
117499
117568
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117500
117569
|
* All rights reserved.
|
|
@@ -117546,7 +117615,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
117546
117615
|
}
|
|
117547
117616
|
};
|
|
117548
117617
|
|
|
117549
|
-
},{"../../lib":524}],
|
|
117618
|
+
},{"../../lib":524}],655:[function(_dereq_,module,exports){
|
|
117550
117619
|
/**
|
|
117551
117620
|
* Copyright 2012-2020, Plotly, Inc.
|
|
117552
117621
|
* All rights reserved.
|
|
@@ -118000,7 +118069,7 @@ module.exports = {
|
|
|
118000
118069
|
}
|
|
118001
118070
|
};
|
|
118002
118071
|
|
|
118003
|
-
},{"../../components/colorscale/attributes":401,"../../components/drawing":416,"../../components/drawing/attributes":415,"../../lib/extend":517,"../../plots/font_attributes":
|
|
118072
|
+
},{"../../components/colorscale/attributes":401,"../../components/drawing":416,"../../components/drawing/attributes":415,"../../lib/extend":517,"../../plots/font_attributes":600,"../../plots/template_attributes":625,"./constants":659}],656:[function(_dereq_,module,exports){
|
|
118004
118073
|
/**
|
|
118005
118074
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118006
118075
|
* All rights reserved.
|
|
@@ -118299,7 +118368,7 @@ module.exports = {
|
|
|
118299
118368
|
getStackOpts: getStackOpts
|
|
118300
118369
|
};
|
|
118301
118370
|
|
|
118302
|
-
},{"../../constants/numerical":502,"../../lib":524,"../../plots/cartesian/align_period":
|
|
118371
|
+
},{"../../constants/numerical":502,"../../lib":524,"../../plots/cartesian/align_period":569,"../../plots/cartesian/axes":572,"./arrays_to_calcdata":654,"./calc_selection":657,"./colorscale_calc":658,"./subtypes":680,"fast-isnumeric":91}],657:[function(_dereq_,module,exports){
|
|
118303
118372
|
/**
|
|
118304
118373
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118305
118374
|
* All rights reserved.
|
|
@@ -118318,7 +118387,7 @@ module.exports = function calcSelection(cd, trace) {
|
|
|
118318
118387
|
}
|
|
118319
118388
|
};
|
|
118320
118389
|
|
|
118321
|
-
},{"../../lib":524}],
|
|
118390
|
+
},{"../../lib":524}],658:[function(_dereq_,module,exports){
|
|
118322
118391
|
/**
|
|
118323
118392
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118324
118393
|
* All rights reserved.
|
|
@@ -118361,7 +118430,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
|
|
|
118361
118430
|
}
|
|
118362
118431
|
};
|
|
118363
118432
|
|
|
118364
|
-
},{"../../components/colorscale/calc":402,"../../components/colorscale/helpers":405,"./subtypes":
|
|
118433
|
+
},{"../../components/colorscale/calc":402,"../../components/colorscale/helpers":405,"./subtypes":680}],659:[function(_dereq_,module,exports){
|
|
118365
118434
|
/**
|
|
118366
118435
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118367
118436
|
* All rights reserved.
|
|
@@ -118390,7 +118459,7 @@ module.exports = {
|
|
|
118390
118459
|
eventDataKeys: []
|
|
118391
118460
|
};
|
|
118392
118461
|
|
|
118393
|
-
},{}],
|
|
118462
|
+
},{}],660:[function(_dereq_,module,exports){
|
|
118394
118463
|
/**
|
|
118395
118464
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118396
118465
|
* All rights reserved.
|
|
@@ -118571,7 +118640,7 @@ function getInterp(calcTrace, index, position, posAttr) {
|
|
|
118571
118640
|
return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
|
|
118572
118641
|
}
|
|
118573
118642
|
|
|
118574
|
-
},{"./calc":
|
|
118643
|
+
},{"./calc":656}],661:[function(_dereq_,module,exports){
|
|
118575
118644
|
/**
|
|
118576
118645
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118577
118646
|
* All rights reserved.
|
|
@@ -118610,7 +118679,7 @@ module.exports = function crossTraceDefaults(fullData) {
|
|
|
118610
118679
|
}
|
|
118611
118680
|
};
|
|
118612
118681
|
|
|
118613
|
-
},{}],
|
|
118682
|
+
},{}],662:[function(_dereq_,module,exports){
|
|
118614
118683
|
/**
|
|
118615
118684
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118616
118685
|
* All rights reserved.
|
|
@@ -118703,7 +118772,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
118703
118772
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
118704
118773
|
};
|
|
118705
118774
|
|
|
118706
|
-
},{"../../lib":524,"../../registry":
|
|
118775
|
+
},{"../../lib":524,"../../registry":626,"./attributes":655,"./constants":659,"./fillcolor_defaults":663,"./line_defaults":668,"./line_shape_defaults":670,"./marker_defaults":674,"./period_defaults":675,"./stack_defaults":678,"./subtypes":680,"./text_defaults":681,"./xy_defaults":682}],663:[function(_dereq_,module,exports){
|
|
118707
118776
|
/**
|
|
118708
118777
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118709
118778
|
* All rights reserved.
|
|
@@ -118740,7 +118809,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
|
|
|
118740
118809
|
));
|
|
118741
118810
|
};
|
|
118742
118811
|
|
|
118743
|
-
},{"../../components/color":394,"../../lib":524}],
|
|
118812
|
+
},{"../../components/color":394,"../../lib":524}],664:[function(_dereq_,module,exports){
|
|
118744
118813
|
/**
|
|
118745
118814
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118746
118815
|
* All rights reserved.
|
|
@@ -118766,7 +118835,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
118766
118835
|
return labels;
|
|
118767
118836
|
};
|
|
118768
118837
|
|
|
118769
|
-
},{"../../plots/cartesian/axes":
|
|
118838
|
+
},{"../../plots/cartesian/axes":572}],665:[function(_dereq_,module,exports){
|
|
118770
118839
|
/**
|
|
118771
118840
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118772
118841
|
* All rights reserved.
|
|
@@ -118815,7 +118884,7 @@ module.exports = function getTraceColor(trace, di) {
|
|
|
118815
118884
|
}
|
|
118816
118885
|
};
|
|
118817
118886
|
|
|
118818
|
-
},{"../../components/color":394,"./subtypes":
|
|
118887
|
+
},{"../../components/color":394,"./subtypes":680}],666:[function(_dereq_,module,exports){
|
|
118819
118888
|
/**
|
|
118820
118889
|
* Copyright 2012-2020, Plotly, Inc.
|
|
118821
118890
|
* All rights reserved.
|
|
@@ -119010,7 +119079,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
119010
119079
|
}
|
|
119011
119080
|
};
|
|
119012
119081
|
|
|
119013
|
-
},{"../../components/color":394,"../../components/fx":434,"../../lib":524,"../../registry":
|
|
119082
|
+
},{"../../components/color":394,"../../components/fx":434,"../../lib":524,"../../registry":626,"./get_trace_color":665}],667:[function(_dereq_,module,exports){
|
|
119014
119083
|
/**
|
|
119015
119084
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119016
119085
|
* All rights reserved.
|
|
@@ -119056,7 +119125,7 @@ module.exports = {
|
|
|
119056
119125
|
}
|
|
119057
119126
|
};
|
|
119058
119127
|
|
|
119059
|
-
},{"../../plots/cartesian":
|
|
119128
|
+
},{"../../plots/cartesian":585,"./arrays_to_calcdata":654,"./attributes":655,"./calc":656,"./cross_trace_calc":660,"./cross_trace_defaults":661,"./defaults":662,"./format_labels":664,"./hover":666,"./marker_colorbar":673,"./plot":676,"./select":677,"./style":679,"./subtypes":680}],668:[function(_dereq_,module,exports){
|
|
119060
119129
|
/**
|
|
119061
119130
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119062
119131
|
* All rights reserved.
|
|
@@ -119087,7 +119156,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
|
|
|
119087
119156
|
if(!(opts || {}).noDash) coerce('line.dash');
|
|
119088
119157
|
};
|
|
119089
119158
|
|
|
119090
|
-
},{"../../components/colorscale/defaults":404,"../../components/colorscale/helpers":405,"../../lib":524}],
|
|
119159
|
+
},{"../../components/colorscale/defaults":404,"../../components/colorscale/helpers":405,"../../lib":524}],669:[function(_dereq_,module,exports){
|
|
119091
119160
|
/**
|
|
119092
119161
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119093
119162
|
* All rights reserved.
|
|
@@ -119548,7 +119617,7 @@ module.exports = function linePoints(d, opts) {
|
|
|
119548
119617
|
return segments;
|
|
119549
119618
|
};
|
|
119550
119619
|
|
|
119551
|
-
},{"../../constants/numerical":502,"../../lib":524,"./constants":
|
|
119620
|
+
},{"../../constants/numerical":502,"../../lib":524,"./constants":659}],670:[function(_dereq_,module,exports){
|
|
119552
119621
|
/**
|
|
119553
119622
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119554
119623
|
* All rights reserved.
|
|
@@ -119567,7 +119636,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
|
|
|
119567
119636
|
if(shape === 'spline') coerce('line.smoothing');
|
|
119568
119637
|
};
|
|
119569
119638
|
|
|
119570
|
-
},{}],
|
|
119639
|
+
},{}],671:[function(_dereq_,module,exports){
|
|
119571
119640
|
/**
|
|
119572
119641
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119573
119642
|
* All rights reserved.
|
|
@@ -119657,7 +119726,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
|
|
|
119657
119726
|
return cdscatterSorted;
|
|
119658
119727
|
};
|
|
119659
119728
|
|
|
119660
|
-
},{}],
|
|
119729
|
+
},{}],672:[function(_dereq_,module,exports){
|
|
119661
119730
|
/**
|
|
119662
119731
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119663
119732
|
* All rights reserved.
|
|
@@ -119699,7 +119768,7 @@ module.exports = function makeBubbleSizeFn(trace) {
|
|
|
119699
119768
|
};
|
|
119700
119769
|
};
|
|
119701
119770
|
|
|
119702
|
-
},{"fast-isnumeric":91}],
|
|
119771
|
+
},{"fast-isnumeric":91}],673:[function(_dereq_,module,exports){
|
|
119703
119772
|
/**
|
|
119704
119773
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119705
119774
|
* All rights reserved.
|
|
@@ -119717,7 +119786,7 @@ module.exports = {
|
|
|
119717
119786
|
max: 'cmax'
|
|
119718
119787
|
};
|
|
119719
119788
|
|
|
119720
|
-
},{}],
|
|
119789
|
+
},{}],674:[function(_dereq_,module,exports){
|
|
119721
119790
|
/**
|
|
119722
119791
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119723
119792
|
* All rights reserved.
|
|
@@ -119798,7 +119867,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
119798
119867
|
}
|
|
119799
119868
|
};
|
|
119800
119869
|
|
|
119801
|
-
},{"../../components/color":394,"../../components/colorscale/defaults":404,"../../components/colorscale/helpers":405,"./subtypes":
|
|
119870
|
+
},{"../../components/color":394,"../../components/colorscale/defaults":404,"../../components/colorscale/helpers":405,"./subtypes":680}],675:[function(_dereq_,module,exports){
|
|
119802
119871
|
/**
|
|
119803
119872
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119804
119873
|
* All rights reserved.
|
|
@@ -119845,7 +119914,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
|
|
|
119845
119914
|
}
|
|
119846
119915
|
};
|
|
119847
119916
|
|
|
119848
|
-
},{"../../constants/numerical":502,"../../lib":524}],
|
|
119917
|
+
},{"../../constants/numerical":502,"../../lib":524}],676:[function(_dereq_,module,exports){
|
|
119849
119918
|
/**
|
|
119850
119919
|
* Copyright 2012-2020, Plotly, Inc.
|
|
119851
119920
|
* All rights reserved.
|
|
@@ -120339,7 +120408,7 @@ function plotOne(gd, idx, plotinfo, cdscatter, cdscatterAll, element, transition
|
|
|
120339
120408
|
join.selectAll('text')
|
|
120340
120409
|
.call(Drawing.textPointStyle, trace, gd)
|
|
120341
120410
|
.each(function(d) {
|
|
120342
|
-
// This just *has* to be totally custom
|
|
120411
|
+
// This just *has* to be totally custom because of SVG text positioning :(
|
|
120343
120412
|
// It's obviously copied from translatePoint; we just can't use that
|
|
120344
120413
|
var x = xa.c2p(d.x);
|
|
120345
120414
|
var y = ya.c2p(d.y);
|
|
@@ -120406,7 +120475,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
|
|
|
120406
120475
|
});
|
|
120407
120476
|
}
|
|
120408
120477
|
|
|
120409
|
-
},{"../../components/drawing":416,"../../lib":524,"../../lib/polygon":536,"../../registry":
|
|
120478
|
+
},{"../../components/drawing":416,"../../lib":524,"../../lib/polygon":536,"../../registry":626,"./line_points":669,"./link_traces":671,"./subtypes":680,"d3":82}],677:[function(_dereq_,module,exports){
|
|
120410
120479
|
/**
|
|
120411
120480
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120412
120481
|
* All rights reserved.
|
|
@@ -120460,7 +120529,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
120460
120529
|
return selection;
|
|
120461
120530
|
};
|
|
120462
120531
|
|
|
120463
|
-
},{"./subtypes":
|
|
120532
|
+
},{"./subtypes":680}],678:[function(_dereq_,module,exports){
|
|
120464
120533
|
/**
|
|
120465
120534
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120466
120535
|
* All rights reserved.
|
|
@@ -120565,7 +120634,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
|
|
|
120565
120634
|
}
|
|
120566
120635
|
};
|
|
120567
120636
|
|
|
120568
|
-
},{}],
|
|
120637
|
+
},{}],679:[function(_dereq_,module,exports){
|
|
120569
120638
|
/**
|
|
120570
120639
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120571
120640
|
* All rights reserved.
|
|
@@ -120636,7 +120705,7 @@ module.exports = {
|
|
|
120636
120705
|
styleOnSelect: styleOnSelect
|
|
120637
120706
|
};
|
|
120638
120707
|
|
|
120639
|
-
},{"../../components/drawing":416,"../../registry":
|
|
120708
|
+
},{"../../components/drawing":416,"../../registry":626,"d3":82}],680:[function(_dereq_,module,exports){
|
|
120640
120709
|
/**
|
|
120641
120710
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120642
120711
|
* All rights reserved.
|
|
@@ -120675,7 +120744,7 @@ module.exports = {
|
|
|
120675
120744
|
}
|
|
120676
120745
|
};
|
|
120677
120746
|
|
|
120678
|
-
},{"../../lib":524}],
|
|
120747
|
+
},{"../../lib":524}],681:[function(_dereq_,module,exports){
|
|
120679
120748
|
/**
|
|
120680
120749
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120681
120750
|
* All rights reserved.
|
|
@@ -120705,7 +120774,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
|
|
|
120705
120774
|
}
|
|
120706
120775
|
};
|
|
120707
120776
|
|
|
120708
|
-
},{"../../lib":524}],
|
|
120777
|
+
},{"../../lib":524}],682:[function(_dereq_,module,exports){
|
|
120709
120778
|
/**
|
|
120710
120779
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120711
120780
|
* All rights reserved.
|
|
@@ -120749,7 +120818,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
120749
120818
|
return len;
|
|
120750
120819
|
};
|
|
120751
120820
|
|
|
120752
|
-
},{"../../lib":524,"../../registry":
|
|
120821
|
+
},{"../../lib":524,"../../registry":626}],683:[function(_dereq_,module,exports){
|
|
120753
120822
|
/**
|
|
120754
120823
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120755
120824
|
* All rights reserved.
|
|
@@ -120895,7 +120964,7 @@ var attrs = module.exports = overrideAll({
|
|
|
120895
120964
|
|
|
120896
120965
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = 'calc+clearAxisTypes';
|
|
120897
120966
|
|
|
120898
|
-
},{"../../components/colorscale/attributes":401,"../../constants/gl3d_dashes":499,"../../constants/gl3d_markers":500,"../../lib/extend":517,"../../plot_api/edit_types":
|
|
120967
|
+
},{"../../components/colorscale/attributes":401,"../../constants/gl3d_dashes":499,"../../constants/gl3d_markers":500,"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plots/attributes":568,"../../plots/template_attributes":625,"../scatter/attributes":655}],684:[function(_dereq_,module,exports){
|
|
120899
120968
|
/**
|
|
120900
120969
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120901
120970
|
* All rights reserved.
|
|
@@ -120923,7 +120992,7 @@ module.exports = function calc(gd, trace) {
|
|
|
120923
120992
|
return cd;
|
|
120924
120993
|
};
|
|
120925
120994
|
|
|
120926
|
-
},{"../scatter/arrays_to_calcdata":
|
|
120995
|
+
},{"../scatter/arrays_to_calcdata":654,"../scatter/colorscale_calc":658}],685:[function(_dereq_,module,exports){
|
|
120927
120996
|
/**
|
|
120928
120997
|
* Copyright 2012-2020, Plotly, Inc.
|
|
120929
120998
|
* All rights reserved.
|
|
@@ -121010,7 +121079,7 @@ function calculateErrors(data, scaleFactor, sceneLayout) {
|
|
|
121010
121079
|
|
|
121011
121080
|
module.exports = calculateErrors;
|
|
121012
121081
|
|
|
121013
|
-
},{"../../registry":
|
|
121082
|
+
},{"../../registry":626}],686:[function(_dereq_,module,exports){
|
|
121014
121083
|
/**
|
|
121015
121084
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121016
121085
|
* All rights reserved.
|
|
@@ -121564,7 +121633,7 @@ function createLineWithMarkers(scene, data) {
|
|
|
121564
121633
|
|
|
121565
121634
|
module.exports = createLineWithMarkers;
|
|
121566
121635
|
|
|
121567
|
-
},{"../../components/fx/helpers":430,"../../constants/gl3d_dashes":499,"../../constants/gl3d_markers":500,"../../lib":524,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":
|
|
121636
|
+
},{"../../components/fx/helpers":430,"../../constants/gl3d_dashes":499,"../../constants/gl3d_markers":500,"../../lib":524,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":547,"../../plots/cartesian/axes":572,"../scatter/make_bubble_size_func":672,"./calc_errors":685,"delaunay-triangulate":84,"gl-error3d":113,"gl-line3d":119,"gl-mesh3d":153,"gl-scatter3d":164}],687:[function(_dereq_,module,exports){
|
|
121568
121637
|
/**
|
|
121569
121638
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121570
121639
|
* All rights reserved.
|
|
@@ -121653,7 +121722,7 @@ function handleXYZDefaults(traceIn, traceOut, coerce, layout) {
|
|
|
121653
121722
|
return len;
|
|
121654
121723
|
}
|
|
121655
121724
|
|
|
121656
|
-
},{"../../lib":524,"../../registry":
|
|
121725
|
+
},{"../../lib":524,"../../registry":626,"../scatter/line_defaults":668,"../scatter/marker_defaults":674,"../scatter/subtypes":680,"../scatter/text_defaults":681,"./attributes":683}],688:[function(_dereq_,module,exports){
|
|
121657
121726
|
/**
|
|
121658
121727
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121659
121728
|
* All rights reserved.
|
|
@@ -121692,7 +121761,7 @@ module.exports = {
|
|
|
121692
121761
|
}
|
|
121693
121762
|
};
|
|
121694
121763
|
|
|
121695
|
-
},{"../../constants/gl3d_markers":500,"../../plots/gl3d":
|
|
121764
|
+
},{"../../constants/gl3d_markers":500,"../../plots/gl3d":603,"./attributes":683,"./calc":684,"./convert":686,"./defaults":687}],689:[function(_dereq_,module,exports){
|
|
121696
121765
|
/**
|
|
121697
121766
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121698
121767
|
* All rights reserved.
|
|
@@ -121845,7 +121914,7 @@ attrs.transforms = undefined;
|
|
|
121845
121914
|
|
|
121846
121915
|
module.exports = attrs;
|
|
121847
121916
|
|
|
121848
|
-
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":
|
|
121917
|
+
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plots/attributes":568,"../../plots/template_attributes":625,"../mesh3d/attributes":647}],690:[function(_dereq_,module,exports){
|
|
121849
121918
|
/**
|
|
121850
121919
|
* Copyright 2012-2020, Plotly, Inc.
|
|
121851
121920
|
* All rights reserved.
|
|
@@ -122101,7 +122170,7 @@ module.exports = {
|
|
|
122101
122170
|
processGrid: processGrid
|
|
122102
122171
|
};
|
|
122103
122172
|
|
|
122104
|
-
},{"../../components/colorscale/calc":402,"../../lib":524}],
|
|
122173
|
+
},{"../../components/colorscale/calc":402,"../../lib":524}],691:[function(_dereq_,module,exports){
|
|
122105
122174
|
/**
|
|
122106
122175
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122107
122176
|
* All rights reserved.
|
|
@@ -122327,7 +122396,7 @@ function createStreamtubeTrace(scene, data) {
|
|
|
122327
122396
|
|
|
122328
122397
|
module.exports = createStreamtubeTrace;
|
|
122329
122398
|
|
|
122330
|
-
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../plots/gl3d/zip3":
|
|
122399
|
+
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../plots/gl3d/zip3":614,"gl-streamtube3d":178}],692:[function(_dereq_,module,exports){
|
|
122331
122400
|
/**
|
|
122332
122401
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122333
122402
|
* All rights reserved.
|
|
@@ -122392,7 +122461,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
122392
122461
|
traceOut._length = null;
|
|
122393
122462
|
};
|
|
122394
122463
|
|
|
122395
|
-
},{"../../components/colorscale/defaults":404,"../../lib":524,"./attributes":
|
|
122464
|
+
},{"../../components/colorscale/defaults":404,"../../lib":524,"./attributes":689}],693:[function(_dereq_,module,exports){
|
|
122396
122465
|
/**
|
|
122397
122466
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122398
122467
|
* All rights reserved.
|
|
@@ -122442,7 +122511,7 @@ module.exports = {
|
|
|
122442
122511
|
}
|
|
122443
122512
|
};
|
|
122444
122513
|
|
|
122445
|
-
},{"../../plots/gl3d":
|
|
122514
|
+
},{"../../plots/gl3d":603,"./attributes":689,"./calc":690,"./convert":691,"./defaults":692}],694:[function(_dereq_,module,exports){
|
|
122446
122515
|
/**
|
|
122447
122516
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122448
122517
|
* All rights reserved.
|
|
@@ -122718,7 +122787,7 @@ colorScaleAttrs('', {
|
|
|
122718
122787
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = 'calc+clearAxisTypes';
|
|
122719
122788
|
attrs.transforms = undefined;
|
|
122720
122789
|
|
|
122721
|
-
},{"../../components/color":394,"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":
|
|
122790
|
+
},{"../../components/color":394,"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plots/attributes":568,"../../plots/template_attributes":625}],695:[function(_dereq_,module,exports){
|
|
122722
122791
|
/**
|
|
122723
122792
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122724
122793
|
* All rights reserved.
|
|
@@ -122750,7 +122819,7 @@ module.exports = function calc(gd, trace) {
|
|
|
122750
122819
|
}
|
|
122751
122820
|
};
|
|
122752
122821
|
|
|
122753
|
-
},{"../../components/colorscale/calc":402}],
|
|
122822
|
+
},{"../../components/colorscale/calc":402}],696:[function(_dereq_,module,exports){
|
|
122754
122823
|
/**
|
|
122755
122824
|
* Copyright 2012-2020, Plotly, Inc.
|
|
122756
122825
|
* All rights reserved.
|
|
@@ -123450,7 +123519,7 @@ function createSurfaceTrace(scene, data) {
|
|
|
123450
123519
|
|
|
123451
123520
|
module.exports = createSurfaceTrace;
|
|
123452
123521
|
|
|
123453
|
-
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":
|
|
123522
|
+
},{"../../components/colorscale":406,"../../lib":524,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":547,"../heatmap/find_empties":640,"../heatmap/interp2d":641,"gl-surface3d":181,"ndarray":301,"ndarray-linear-interpolate":295}],697:[function(_dereq_,module,exports){
|
|
123454
123523
|
/**
|
|
123455
123524
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123456
123525
|
* All rights reserved.
|
|
@@ -123624,7 +123693,7 @@ module.exports = {
|
|
|
123624
123693
|
opacityscaleDefaults: opacityscaleDefaults
|
|
123625
123694
|
};
|
|
123626
123695
|
|
|
123627
|
-
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":
|
|
123696
|
+
},{"../../components/colorscale/defaults":404,"../../lib":524,"../../registry":626,"./attributes":694}],698:[function(_dereq_,module,exports){
|
|
123628
123697
|
/**
|
|
123629
123698
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123630
123699
|
* All rights reserved.
|
|
@@ -123654,7 +123723,7 @@ module.exports = {
|
|
|
123654
123723
|
}
|
|
123655
123724
|
};
|
|
123656
123725
|
|
|
123657
|
-
},{"../../plots/gl3d":
|
|
123726
|
+
},{"../../plots/gl3d":603,"./attributes":694,"./calc":695,"./convert":696,"./defaults":697}],699:[function(_dereq_,module,exports){
|
|
123658
123727
|
/**
|
|
123659
123728
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123660
123729
|
* All rights reserved.
|
|
@@ -123727,7 +123796,7 @@ colorScaleAttrs('', {
|
|
|
123727
123796
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = attrs.value.editType = 'calc+clearAxisTypes';
|
|
123728
123797
|
attrs.transforms = undefined;
|
|
123729
123798
|
|
|
123730
|
-
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":
|
|
123799
|
+
},{"../../components/colorscale/attributes":401,"../../lib/extend":517,"../../plot_api/edit_types":554,"../../plots/attributes":568,"../isosurface/attributes":642,"../surface/attributes":694}],700:[function(_dereq_,module,exports){
|
|
123731
123800
|
/**
|
|
123732
123801
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123733
123802
|
* All rights reserved.
|
|
@@ -123860,7 +123929,7 @@ function createVolumeTrace(scene, data) {
|
|
|
123860
123929
|
|
|
123861
123930
|
module.exports = createVolumeTrace;
|
|
123862
123931
|
|
|
123863
|
-
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":
|
|
123932
|
+
},{"../../components/colorscale":406,"../../lib/gl_format_color":521,"../../lib/str2rgbarray":547,"../../plots/gl3d/zip3":614,"../isosurface/convert":644,"gl-mesh3d":153}],701:[function(_dereq_,module,exports){
|
|
123864
123933
|
/**
|
|
123865
123934
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123866
123935
|
* All rights reserved.
|
|
@@ -123886,7 +123955,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
123886
123955
|
opacityscaleDefaults(traceIn, traceOut, layout, coerce);
|
|
123887
123956
|
};
|
|
123888
123957
|
|
|
123889
|
-
},{"../../lib":524,"../isosurface/defaults":
|
|
123958
|
+
},{"../../lib":524,"../isosurface/defaults":645,"../surface/defaults":697,"./attributes":699}],702:[function(_dereq_,module,exports){
|
|
123890
123959
|
/**
|
|
123891
123960
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123892
123961
|
* All rights reserved.
|
|
@@ -123916,7 +123985,7 @@ module.exports = {
|
|
|
123916
123985
|
}
|
|
123917
123986
|
};
|
|
123918
123987
|
|
|
123919
|
-
},{"../../plots/gl3d":
|
|
123988
|
+
},{"../../plots/gl3d":603,"../isosurface/calc":643,"./attributes":699,"./convert":700,"./defaults":701}],703:[function(_dereq_,module,exports){
|
|
123920
123989
|
/**
|
|
123921
123990
|
* Copyright 2012-2020, Plotly, Inc.
|
|
123922
123991
|
* All rights reserved.
|
|
@@ -123928,7 +123997,7 @@ module.exports = {
|
|
|
123928
123997
|
'use strict';
|
|
123929
123998
|
|
|
123930
123999
|
// package version injected by `npm run preprocess`
|
|
123931
|
-
exports.version = '1.58.
|
|
124000
|
+
exports.version = '1.58.4';
|
|
123932
124001
|
|
|
123933
124002
|
},{}]},{},[4])(4)
|
|
123934
124003
|
});
|