plotly.js 2.10.0 → 2.11.1
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 +19 -0
- package/CONTRIBUTING.md +17 -0
- package/README.md +3 -3
- package/dist/README.md +23 -23
- package/dist/plotly-basic.js +2 -2
- package/dist/plotly-basic.min.js +2 -2
- package/dist/plotly-cartesian.js +2 -2
- package/dist/plotly-cartesian.min.js +2 -2
- package/dist/plotly-finance.js +2 -2
- package/dist/plotly-finance.min.js +2 -2
- package/dist/plotly-geo-assets.js +2 -2
- package/dist/plotly-geo.js +2 -2
- package/dist/plotly-geo.min.js +2 -2
- package/dist/plotly-gl2d.js +429 -352
- package/dist/plotly-gl2d.min.js +10 -10
- package/dist/plotly-gl3d.js +51 -10
- package/dist/plotly-gl3d.min.js +3 -3
- package/dist/plotly-mapbox.js +2 -2
- package/dist/plotly-mapbox.min.js +2 -2
- package/dist/plotly-strict.js +39790 -947
- package/dist/plotly-strict.min.js +11 -11
- package/dist/plotly-with-meta.js +705 -623
- package/dist/plotly.js +676 -594
- package/dist/plotly.min.js +4 -4
- package/lib/index-strict.js +5 -0
- package/package.json +9 -8
- package/src/generated/regl-codegen/30680f8f6712ef1af5cf7547e0af35b036fb300c67b07967cf448492ff4de4d0 +658 -0
- package/src/generated/regl-codegen/3e771157d23b4793771f65d83e6387262ed73d488209157f19a7fa027bddd71b +457 -0
- package/src/generated/regl-codegen/3fd666968f3ce90d1c048b7a9aab515f3ce387a5401a10f8b66121c9469d1c0d +2050 -0
- package/src/generated/regl-codegen/453a70fefa48db31713162aeb1ac438cb8579f54504f3b23acf32128df3dfd45 +452 -0
- package/src/generated/regl-codegen/49e82bba439f1d9d441c17ba252d05640bc63fefdf22d1219993633af7730210 +1423 -0
- package/src/generated/regl-codegen/6a5d6bd29c15cf7614221b94c3f384df47c2c46fbe4456e8c57b5cd14c84d923 +2184 -0
- package/src/generated/regl-codegen/8902aff2b23b600f8103bcc84a8af2999d28795208aedadc2db06f921f9c7034 +2000 -0
- package/src/generated/regl-codegen/8fad2284703471df7c0e0d0a7b96d983e8c53f6d707dd55d5921c1eab71f6623 +637 -0
- package/src/generated/regl-codegen/a3970baf1d8cac9305ee830c7026550387343d4dde2353dd86a4d082c97d3470 +635 -0
- package/src/generated/regl-codegen/bfc540da96a87fcc039073cb37b45e6b81ef5ee6ef3529d726ceed8336354019 +3311 -0
- package/src/generated/regl-codegen/cbf700f001fff25b649fba9c37fa0dc6631c1cdee318ad49473d28ec10dcee81 +660 -0
- package/src/generated/regl-codegen/db1b82c68771e7f5012fad1fbdae7ff23b526e58d2995bf6dd2cf30024e0f41d +2700 -0
- package/src/generated/regl-codegen/dbd1cc9126a137a605df67dc0706e55116f04e33b4545a80042031752de5aef5 +3325 -0
- package/src/generated/regl-codegen/fe5b6844077cde1bdd7273f4495969fad93500c26a69b62e74ec2664c447bcc7 +2436 -0
- package/src/lib/prepare_regl.js +7 -3
- package/src/traces/parcoords/base_index.js +24 -0
- package/src/traces/parcoords/index.js +4 -22
- package/src/traces/parcoords/plot-strict.js +9 -0
- package/src/traces/parcoords/plot.js +5 -2
- package/src/traces/parcoords/regl_precompiled.js +12 -0
- package/src/traces/parcoords/strict.js +7 -0
- package/src/traces/scattergl/base_index.js +29 -0
- package/src/traces/scattergl/index.js +3 -26
- package/src/traces/scattergl/plot.js +5 -2
- package/src/traces/scattergl/plot_strict.js +9 -0
- package/src/traces/scattergl/regl_precompiled.js +24 -0
- package/src/traces/scattergl/strict.js +7 -0
- package/src/traces/scatterpolargl/base_index.js +29 -0
- package/src/traces/scatterpolargl/index.js +3 -26
- package/src/traces/scatterpolargl/plot.js +4 -0
- package/src/traces/scatterpolargl/plot_strict.js +13 -0
- package/src/traces/scatterpolargl/regl_precompiled.js +24 -0
- package/src/traces/scatterpolargl/strict.js +7 -0
- package/src/traces/splom/base_index.js +36 -0
- package/src/traces/splom/base_plot.js +5 -2
- package/src/traces/splom/base_plot_strict.js +9 -0
- package/src/traces/splom/index.js +3 -33
- package/src/traces/splom/regl_precompiled.js +24 -0
- package/src/traces/splom/strict.js +7 -0
- package/src/version.js +1 -1
- package/stackgl_modules/index.js +49 -8
- package/stackgl_modules/package-lock.json +10 -10
- package/stackgl_modules/package.json +2 -2
- package/tasks/bundle.js +18 -0
- package/tasks/partial_bundle.js +26 -23
- package/tasks/stats.js +3 -3
- package/tasks/util/constants.js +13 -1
package/dist/plotly.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* plotly.js v2.
|
|
2
|
+
* plotly.js v2.11.1
|
|
3
3
|
* Copyright 2012-2022, Plotly, Inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the MIT license
|
|
@@ -77,7 +77,7 @@ for(var selector in rules) {
|
|
|
77
77
|
|
|
78
78
|
module.exports = _dereq_('../src/transforms/aggregate');
|
|
79
79
|
|
|
80
|
-
},{"../src/transforms/aggregate":
|
|
80
|
+
},{"../src/transforms/aggregate":1118}],3:[function(_dereq_,module,exports){
|
|
81
81
|
'use strict';
|
|
82
82
|
|
|
83
83
|
module.exports = _dereq_('../src/traces/bar');
|
|
@@ -147,7 +147,7 @@ module.exports = _dereq_('../src/traces/densitymapbox');
|
|
|
147
147
|
|
|
148
148
|
module.exports = _dereq_('../src/transforms/filter');
|
|
149
149
|
|
|
150
|
-
},{"../src/transforms/filter":
|
|
150
|
+
},{"../src/transforms/filter":1119}],17:[function(_dereq_,module,exports){
|
|
151
151
|
'use strict';
|
|
152
152
|
|
|
153
153
|
module.exports = _dereq_('../src/traces/funnel');
|
|
@@ -162,7 +162,7 @@ module.exports = _dereq_('../src/traces/funnelarea');
|
|
|
162
162
|
|
|
163
163
|
module.exports = _dereq_('../src/transforms/groupby');
|
|
164
164
|
|
|
165
|
-
},{"../src/transforms/groupby":
|
|
165
|
+
},{"../src/transforms/groupby":1120}],20:[function(_dereq_,module,exports){
|
|
166
166
|
'use strict';
|
|
167
167
|
|
|
168
168
|
module.exports = _dereq_('../src/traces/heatmap');
|
|
@@ -294,117 +294,117 @@ module.exports = _dereq_('../src/traces/parcats');
|
|
|
294
294
|
|
|
295
295
|
module.exports = _dereq_('../src/traces/parcoords');
|
|
296
296
|
|
|
297
|
-
},{"../src/traces/parcoords":
|
|
297
|
+
},{"../src/traces/parcoords":896}],34:[function(_dereq_,module,exports){
|
|
298
298
|
'use strict';
|
|
299
299
|
|
|
300
300
|
module.exports = _dereq_('../src/traces/pie');
|
|
301
301
|
|
|
302
|
-
},{"../src/traces/pie":
|
|
302
|
+
},{"../src/traces/pie":907}],35:[function(_dereq_,module,exports){
|
|
303
303
|
'use strict';
|
|
304
304
|
|
|
305
305
|
module.exports = _dereq_('../src/traces/pointcloud');
|
|
306
306
|
|
|
307
|
-
},{"../src/traces/pointcloud":
|
|
307
|
+
},{"../src/traces/pointcloud":916}],36:[function(_dereq_,module,exports){
|
|
308
308
|
'use strict';
|
|
309
309
|
|
|
310
310
|
module.exports = _dereq_('../src/traces/sankey');
|
|
311
311
|
|
|
312
|
-
},{"../src/traces/sankey":
|
|
312
|
+
},{"../src/traces/sankey":922}],37:[function(_dereq_,module,exports){
|
|
313
313
|
'use strict';
|
|
314
314
|
|
|
315
315
|
module.exports = _dereq_('../src/traces/scatter3d');
|
|
316
316
|
|
|
317
|
-
},{"../src/traces/scatter3d":
|
|
317
|
+
},{"../src/traces/scatter3d":960}],38:[function(_dereq_,module,exports){
|
|
318
318
|
'use strict';
|
|
319
319
|
|
|
320
320
|
module.exports = _dereq_('../src/traces/scattercarpet');
|
|
321
321
|
|
|
322
|
-
},{"../src/traces/scattercarpet":
|
|
322
|
+
},{"../src/traces/scattercarpet":967}],39:[function(_dereq_,module,exports){
|
|
323
323
|
'use strict';
|
|
324
324
|
|
|
325
325
|
module.exports = _dereq_('../src/traces/scattergeo');
|
|
326
326
|
|
|
327
|
-
},{"../src/traces/scattergeo":
|
|
327
|
+
},{"../src/traces/scattergeo":975}],40:[function(_dereq_,module,exports){
|
|
328
328
|
'use strict';
|
|
329
329
|
|
|
330
330
|
module.exports = _dereq_('../src/traces/scattergl');
|
|
331
331
|
|
|
332
|
-
},{"../src/traces/scattergl":
|
|
332
|
+
},{"../src/traces/scattergl":989}],41:[function(_dereq_,module,exports){
|
|
333
333
|
'use strict';
|
|
334
334
|
|
|
335
335
|
module.exports = _dereq_('../src/traces/scattermapbox');
|
|
336
336
|
|
|
337
|
-
},{"../src/traces/scattermapbox":
|
|
337
|
+
},{"../src/traces/scattermapbox":999}],42:[function(_dereq_,module,exports){
|
|
338
338
|
'use strict';
|
|
339
339
|
|
|
340
340
|
module.exports = _dereq_('../src/traces/scatterpolar');
|
|
341
341
|
|
|
342
|
-
},{"../src/traces/scatterpolar":
|
|
342
|
+
},{"../src/traces/scatterpolar":1007}],43:[function(_dereq_,module,exports){
|
|
343
343
|
'use strict';
|
|
344
344
|
|
|
345
345
|
module.exports = _dereq_('../src/traces/scatterpolargl');
|
|
346
346
|
|
|
347
|
-
},{"../src/traces/scatterpolargl":
|
|
347
|
+
},{"../src/traces/scatterpolargl":1015}],44:[function(_dereq_,module,exports){
|
|
348
348
|
'use strict';
|
|
349
349
|
|
|
350
350
|
module.exports = _dereq_('../src/traces/scattersmith');
|
|
351
351
|
|
|
352
|
-
},{"../src/traces/scattersmith":
|
|
352
|
+
},{"../src/traces/scattersmith":1022}],45:[function(_dereq_,module,exports){
|
|
353
353
|
'use strict';
|
|
354
354
|
|
|
355
355
|
module.exports = _dereq_('../src/traces/scatterternary');
|
|
356
356
|
|
|
357
|
-
},{"../src/traces/scatterternary":
|
|
357
|
+
},{"../src/traces/scatterternary":1030}],46:[function(_dereq_,module,exports){
|
|
358
358
|
'use strict';
|
|
359
359
|
|
|
360
360
|
module.exports = _dereq_('../src/transforms/sort');
|
|
361
361
|
|
|
362
|
-
},{"../src/transforms/sort":
|
|
362
|
+
},{"../src/transforms/sort":1122}],47:[function(_dereq_,module,exports){
|
|
363
363
|
'use strict';
|
|
364
364
|
|
|
365
365
|
module.exports = _dereq_('../src/traces/splom');
|
|
366
366
|
|
|
367
|
-
},{"../src/traces/splom":
|
|
367
|
+
},{"../src/traces/splom":1040}],48:[function(_dereq_,module,exports){
|
|
368
368
|
'use strict';
|
|
369
369
|
|
|
370
370
|
module.exports = _dereq_('../src/traces/streamtube');
|
|
371
371
|
|
|
372
|
-
},{"../src/traces/streamtube":
|
|
372
|
+
},{"../src/traces/streamtube":1048}],49:[function(_dereq_,module,exports){
|
|
373
373
|
'use strict';
|
|
374
374
|
|
|
375
375
|
module.exports = _dereq_('../src/traces/sunburst');
|
|
376
376
|
|
|
377
|
-
},{"../src/traces/sunburst":
|
|
377
|
+
},{"../src/traces/sunburst":1056}],50:[function(_dereq_,module,exports){
|
|
378
378
|
'use strict';
|
|
379
379
|
|
|
380
380
|
module.exports = _dereq_('../src/traces/surface');
|
|
381
381
|
|
|
382
|
-
},{"../src/traces/surface":
|
|
382
|
+
},{"../src/traces/surface":1065}],51:[function(_dereq_,module,exports){
|
|
383
383
|
'use strict';
|
|
384
384
|
|
|
385
385
|
module.exports = _dereq_('../src/traces/table');
|
|
386
386
|
|
|
387
|
-
},{"../src/traces/table":
|
|
387
|
+
},{"../src/traces/table":1073}],52:[function(_dereq_,module,exports){
|
|
388
388
|
'use strict';
|
|
389
389
|
|
|
390
390
|
module.exports = _dereq_('../src/traces/treemap');
|
|
391
391
|
|
|
392
|
-
},{"../src/traces/treemap":
|
|
392
|
+
},{"../src/traces/treemap":1084}],53:[function(_dereq_,module,exports){
|
|
393
393
|
'use strict';
|
|
394
394
|
|
|
395
395
|
module.exports = _dereq_('../src/traces/violin');
|
|
396
396
|
|
|
397
|
-
},{"../src/traces/violin":
|
|
397
|
+
},{"../src/traces/violin":1097}],54:[function(_dereq_,module,exports){
|
|
398
398
|
'use strict';
|
|
399
399
|
|
|
400
400
|
module.exports = _dereq_('../src/traces/volume');
|
|
401
401
|
|
|
402
|
-
},{"../src/traces/volume":
|
|
402
|
+
},{"../src/traces/volume":1105}],55:[function(_dereq_,module,exports){
|
|
403
403
|
'use strict';
|
|
404
404
|
|
|
405
405
|
module.exports = _dereq_('../src/traces/waterfall');
|
|
406
406
|
|
|
407
|
-
},{"../src/traces/waterfall":
|
|
407
|
+
},{"../src/traces/waterfall":1113}],56:[function(_dereq_,module,exports){
|
|
408
408
|
(function (global, factory) {
|
|
409
409
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, _dereq_('d3-array'), _dereq_('d3-collection'), _dereq_('d3-shape'), _dereq_('elementary-circuits-directed-graph')) :
|
|
410
410
|
typeof define === 'function' && define.amd ? define(['exports', 'd3-array', 'd3-collection', 'd3-shape', 'elementary-circuits-directed-graph'], factory) :
|
|
@@ -90621,177 +90621,183 @@ function getPad (arg) {
|
|
|
90621
90621
|
}
|
|
90622
90622
|
|
|
90623
90623
|
},{"array-bounds":71,"array-range":74,"flatten-vertex-data":191,"parse-rect":249,"pick-by-alias":253,"raf":278,"regl-scatter2d":281}],283:[function(_dereq_,module,exports){
|
|
90624
|
-
(function(
|
|
90625
|
-
b.index)).concat(
|
|
90626
|
-
{"":0},b=[""];return{id:function(c){var
|
|
90627
|
-
{margin:0,padding:0}));var
|
|
90628
|
-
a}function
|
|
90629
|
-
"canvas"in b?f=
|
|
90630
|
-
canvas:f,container:
|
|
90631
|
-
null}b.optionalExtensions.forEach(c);return{extensions:
|
|
90632
|
-
new ArrayBuffer(a)}function b(a){c[
|
|
90633
|
-
c?
|
|
90634
|
-
|
|
90635
|
-
c.byteLength;a.bufferData(b.type,c,
|
|
90636
|
-
|
|
90637
|
-
|
|
90638
|
-
|
|
90639
|
-
|
|
90640
|
-
|
|
90641
|
-
|
|
90642
|
-
5121;break;case 5123:case 5122:k=5123;break;case 5125:case 5124:k=5125}d.buffer.dtype=k}d.type=k;e=h;0>e&&(e=d.buffer.byteLength,5123===k?e>>=1:5125===k&&(e>>=2));d.vertCount=e;e=
|
|
90643
|
-
b){function
|
|
90644
|
-
34963,!0),h=new f(
|
|
90645
|
-
a.length),c=0;c<a.length;++c)if(isNaN(a[c]))b[c]=65535;else if(Infinity===a[c])b[c]=31744;else if(-Infinity===a[c])b[c]=64512;else{pb[0]=a[c];var
|
|
90646
|
-
function
|
|
90647
|
-
1;this.colorSpace=37444;this.channels=this.height=this.width=0}function
|
|
90648
|
-
b.alignment);"colorSpace"in b&&(a.colorSpace=Ob[b.colorSpace]);"type"in b&&(a.type=
|
|
90649
|
-
!0),c=!0);!
|
|
90650
|
-
(c=b.data));if(b.copy){var
|
|
90651
|
-
ob(
|
|
90652
|
-
e
|
|
90653
|
-
h=
|
|
90654
|
-
|
|
90655
|
-
b.mipmap,e=0;e<d.length;++e)c=a.images[e]=
|
|
90656
|
-
|
|
90657
|
-
a.wrapS,d=a.wrapT;if("wrap"in b){var e=b.wrap;"string"===typeof e?c=d=
|
|
90658
|
-
10241,c.minFilter);a.texParameteri(d,10240,c.magFilter);a.texParameteri(d,10242,c.wrapS);a.texParameteri(d,10243,c.wrapT);b.ext_texture_filter_anisotropic&&a.texParameteri(d,34046,c.anisotropic);c.genMipmaps&&(a.hint(33170,c.mipmapHint),a.generateMipmap(d))}function
|
|
90659
|
-
a.bindTexture(b.target,b.texture)}function
|
|
90660
|
-
"linear mipmap nearest":9985,"nearest mipmap linear":9986,"linear mipmap linear":9987},
|
|
90661
|
-
|
|
90662
|
-
|
|
90663
|
-
|
|
90664
|
-
b);a.bindTexture(this.target,this.texture)}return b},unbind:function(){--this.bindCount},decRef:function(){0>=--this.refCount&&
|
|
90665
|
-
|
|
90666
|
-
|
|
90667
|
-
return
|
|
90668
|
-
|
|
90669
|
-
|
|
90670
|
-
return
|
|
90671
|
-
b.type,null);else for(var d=0;6>d;++d)a.texImage2D(34069+d,c,b.internalformat,b.width>>c,b.height>>c,0,b.internalformat,b.type,null);
|
|
90672
|
-
d}function
|
|
90673
|
-
0));a=e._reglType;"texture2d"===a?c=e:"textureCube"===a?c=e:"renderbuffer"===a&&(d=e,b=36161);return new
|
|
90674
|
-
function
|
|
90675
|
-
for(d=0;d<e.length;++d)
|
|
90676
|
-
b){function c(a,b){var
|
|
90677
|
-
|
|
90678
|
-
null,
|
|
90679
|
-
|
|
90680
|
-
d,
|
|
90681
|
-
"float32");var
|
|
90682
|
-
a&&(
|
|
90683
|
-
0;
|
|
90684
|
-
restore:function(){
|
|
90685
|
-
else{for(var d=b.angle_instanced_arrays,e=0;e<
|
|
90686
|
-
[];this.elements=null;this.ownsElements=!1;this.offset=this.count=0;this.instances=-1;this.primitive=4;var a=b.oes_vertex_array_object;this.vao=a?a.createVertexArrayOES():null;h[this.id]=this;this.buffers=[]}function
|
|
90687
|
-
Array.isArray(a)?(
|
|
90688
|
-
|
|
90689
|
-
(
|
|
90690
|
-
|
|
90691
|
-
null,c.ownsElements=!1);c.destroy()};b._vao=c;b._reglType="vao";return b(a)},getVAO:function(a){return"function"===typeof a&&a._vao?a._vao:null},destroyBuffer:function(b){for(var c=0;c<
|
|
90692
|
-
a.bindBuffer(34962,
|
|
90693
|
-
null,a.bindVertexArrayOES(null))};
|
|
90694
|
-
b.id){a[c].location=b.location;return}a.push(b)}function
|
|
90695
|
-
|
|
90696
|
-
|
|
90697
|
-
|
|
90698
|
-
(a.deleteShader(
|
|
90699
|
-
|
|
90700
|
-
|
|
90701
|
-
|
|
90702
|
-
|
|
90703
|
-
|
|
90704
|
-
|
|
90705
|
-
|
|
90706
|
-
|
|
90707
|
-
|
|
90708
|
-
"
|
|
90709
|
-
|
|
90710
|
-
|
|
90711
|
-
a.
|
|
90712
|
-
|
|
90713
|
-
|
|
90714
|
-
|
|
90715
|
-
|
|
90716
|
-
|
|
90717
|
-
f){var
|
|
90718
|
-
|
|
90719
|
-
|
|
90720
|
-
|
|
90721
|
-
|
|
90722
|
-
|
|
90723
|
-
|
|
90724
|
-
|
|
90725
|
-
'
|
|
90726
|
-
|
|
90727
|
-
"
|
|
90728
|
-
|
|
90729
|
-
|
|
90730
|
-
|
|
90731
|
-
|
|
90732
|
-
|
|
90733
|
-
|
|
90734
|
-
e
|
|
90735
|
-
|
|
90736
|
-
|
|
90737
|
-
(
|
|
90738
|
-
|
|
90739
|
-
|
|
90740
|
-
".
|
|
90741
|
-
|
|
90742
|
-
|
|
90743
|
-
|
|
90744
|
-
|
|
90745
|
-
|
|
90746
|
-
|
|
90747
|
-
|
|
90748
|
-
p=
|
|
90749
|
-
r
|
|
90750
|
-
|
|
90751
|
-
|
|
90752
|
-
|
|
90753
|
-
c
|
|
90754
|
-
a
|
|
90755
|
-
|
|
90756
|
-
|
|
90757
|
-
"
|
|
90758
|
-
d
|
|
90759
|
-
|
|
90760
|
-
|
|
90761
|
-
|
|
90762
|
-
|
|
90763
|
-
[
|
|
90764
|
-
|
|
90765
|
-
|
|
90766
|
-
|
|
90767
|
-
|
|
90768
|
-
|
|
90769
|
-
|
|
90770
|
-
|
|
90771
|
-
|
|
90772
|
-
|
|
90773
|
-
|
|
90774
|
-
|
|
90775
|
-
|
|
90776
|
-
|
|
90777
|
-
var
|
|
90778
|
-
|
|
90779
|
-
|
|
90780
|
-
|
|
90781
|
-
|
|
90782
|
-
|
|
90783
|
-
|
|
90784
|
-
l
|
|
90785
|
-
|
|
90786
|
-
|
|
90787
|
-
|
|
90788
|
-
|
|
90789
|
-
|
|
90790
|
-
|
|
90791
|
-
|
|
90792
|
-
|
|
90793
|
-
vao:
|
|
90794
|
-
|
|
90624
|
+
(function(da,ea){"object"===typeof exports&&"undefined"!==typeof module?module.exports=ea():"function"===typeof define&&define.amd?define(ea):da.createREGL=ea()})(this,function(){function da(a,b){this.id=Db++;this.type=a;this.data=b}function ea(a){if(0===a.length)return[];var b=a.charAt(0),c=a.charAt(a.length-1);if(1<a.length&&b===c&&('"'===b||"'"===b))return['"'+a.substr(1,a.length-2).replace(/\\/g,"\\\\").replace(/"/g,'\\"')+'"'];if(b=/\[(false|true|null|\d+|'[^']*'|"[^"]*")\]/.exec(a))return ea(a.substr(0,
|
|
90625
|
+
b.index)).concat(ea(b[1])).concat(ea(a.substr(b.index+b[0].length)));b=a.split(".");if(1===b.length)return['"'+a.replace(/\\/g,"\\\\").replace(/"/g,'\\"')+'"'];a=[];for(c=0;c<b.length;++c)a=a.concat(ea(b[c]));return a}function bb(a){return"["+ea(a).join("][")+"]"}function cb(a,b){if("function"===typeof a)return new da(0,a);if("number"===typeof a||"boolean"===typeof a)return new da(5,a);if(Array.isArray(a))return new da(6,a.map(function(a,d){return cb(a,b+"["+d+"]")}));if(a instanceof da)return a}
|
|
90626
|
+
function Eb(){var a={"":0},b=[""];return{id:function(c){var d=a[c];if(d)return d;d=a[c]=b.length;b.push(c);return d},str:function(a){return b[a]}}}function Fb(a,b,c){function d(){var b=window.innerWidth,d=window.innerHeight;a!==document.body&&(d=f.getBoundingClientRect(),b=d.right-d.left,d=d.bottom-d.top);f.width=c*b;f.height=c*d}var f=document.createElement("canvas");O(f.style,{border:0,margin:0,padding:0,top:0,left:0,width:"100%",height:"100%"});a.appendChild(f);a===document.body&&(f.style.position=
|
|
90627
|
+
"absolute",O(a.style,{margin:0,padding:0}));var e;a!==document.body&&"function"===typeof ResizeObserver?(e=new ResizeObserver(function(){setTimeout(d)}),e.observe(a)):window.addEventListener("resize",d,!1);d();return{canvas:f,onDestroy:function(){e?e.disconnect():window.removeEventListener("resize",d);a.removeChild(f)}}}function Gb(a,b){function c(c){try{return a.getContext(c,b)}catch(f){return null}}return c("webgl")||c("experimental-webgl")||c("webgl-experimental")}function db(a){return"string"===
|
|
90628
|
+
typeof a?a.split():a}function eb(a){return"string"===typeof a?document.querySelector(a):a}function Hb(a){var b=a||{},c,d,f,e;a={};var m=[],q=[],u="undefined"===typeof window?1:window.devicePixelRatio,r=!1,k={},n=function(a){},t=function(){};"string"===typeof b?c=document.querySelector(b):"object"===typeof b&&("string"===typeof b.nodeName&&"function"===typeof b.appendChild&&"function"===typeof b.getBoundingClientRect?c=b:"function"===typeof b.drawArrays||"function"===typeof b.drawElements?(e=b,f=e.canvas):
|
|
90629
|
+
("gl"in b?e=b.gl:"canvas"in b?f=eb(b.canvas):"container"in b&&(d=eb(b.container)),"attributes"in b&&(a=b.attributes),"extensions"in b&&(m=db(b.extensions)),"optionalExtensions"in b&&(q=db(b.optionalExtensions)),"onDone"in b&&(n=b.onDone),"profile"in b&&(r=!!b.profile),"pixelRatio"in b&&(u=+b.pixelRatio),"cachedCode"in b&&(k=b.cachedCode)));c&&("canvas"===c.nodeName.toLowerCase()?f=c:d=c);if(!e){if(!f){c=Fb(d||document.body,n,u);if(!c)return null;f=c.canvas;t=c.onDestroy}void 0===a.premultipliedAlpha&&
|
|
90630
|
+
(a.premultipliedAlpha=!0);e=Gb(f,a)}return e?{gl:e,canvas:f,container:d,extensions:m,optionalExtensions:q,pixelRatio:u,profile:r,cachedCode:k,onDone:n,onDestroy:t}:(t(),n("webgl not supported, try upgrading your browser or graphics drivers http://get.webgl.org"),null)}function Ib(a,b){function c(b){b=b.toLowerCase();var c;try{c=d[b]=a.getExtension(b)}catch(f){}return!!c}for(var d={},f=0;f<b.extensions.length;++f){var e=b.extensions[f];if(!c(e))return b.onDestroy(),b.onDone('"'+e+'" extension is not supported by the current WebGL context, try upgrading your system or a different browser'),
|
|
90631
|
+
null}b.optionalExtensions.forEach(c);return{extensions:d,restore:function(){Object.keys(d).forEach(function(a){if(d[a]&&!c(a))throw Error("(regl): error restoring extension "+a);})}}}function S(a,b){for(var c=Array(a),d=0;d<a;++d)c[d]=b(d);return c}function fb(a){var b,c;b=(65535<a)<<4;a>>>=b;c=(255<a)<<3;a>>>=c;b|=c;c=(15<a)<<2;a>>>=c;b|=c;c=(3<a)<<1;return b|c|a>>>c>>1}function gb(){function a(a){a:{for(var b=16;268435456>=b;b*=16)if(a<=b){a=b;break a}a=0}b=c[fb(a)>>2];return 0<b.length?b.pop():
|
|
90632
|
+
new ArrayBuffer(a)}function b(a){c[fb(a.byteLength)>>2].push(a)}var c=S(8,function(){return[]});return{alloc:a,free:b,allocType:function(b,c){var e=null;switch(b){case 5120:e=new Int8Array(a(c),0,c);break;case 5121:e=new Uint8Array(a(c),0,c);break;case 5122:e=new Int16Array(a(2*c),0,c);break;case 5123:e=new Uint16Array(a(2*c),0,c);break;case 5124:e=new Int32Array(a(4*c),0,c);break;case 5125:e=new Uint32Array(a(4*c),0,c);break;case 5126:e=new Float32Array(a(4*c),0,c);break;default:return null}return e.length!==
|
|
90633
|
+
c?e.subarray(0,c):e},freeType:function(a){b(a.buffer)}}}function fa(a){return!!a&&"object"===typeof a&&Array.isArray(a.shape)&&Array.isArray(a.stride)&&"number"===typeof a.offset&&a.shape.length===a.stride.length&&(Array.isArray(a.data)||P(a.data))}function hb(a,b,c,d,f,e){for(var m=0;m<b;++m)for(var q=a[m],u=0;u<c;++u)for(var r=q[u],k=0;k<d;++k)f[e++]=r[k]}function ib(a,b,c,d,f){for(var e=1,m=c+1;m<b.length;++m)e*=b[m];var q=b[c];if(4===b.length-c){var u=b[c+1],r=b[c+2];b=b[c+3];for(m=0;m<q;++m)hb(a[m],
|
|
90634
|
+
u,r,b,d,f),f+=e}else for(m=0;m<q;++m)ib(a[m],b,c+1,d,f),f+=e}function Ha(a){return Ia[Object.prototype.toString.call(a)]|0}function jb(a,b){for(var c=0;c<b.length;++c)a[c]=b[c]}function kb(a,b,c,d,f,e,m){for(var q=0,u=0;u<c;++u)for(var r=0;r<d;++r)a[q++]=b[f*u+e*r+m]}function Jb(a,b,c,d){function f(b){this.id=u++;this.buffer=a.createBuffer();this.type=b;this.usage=35044;this.byteLength=0;this.dimension=1;this.dtype=5121;this.persistentData=null;c.profile&&(this.stats={size:0})}function e(b,c,d){b.byteLength=
|
|
90635
|
+
c.byteLength;a.bufferData(b.type,c,d)}function m(a,b,c,d,h,p){a.usage=c;if(Array.isArray(b)){if(a.dtype=d||5126,0<b.length)if(Array.isArray(b[0])){h=lb(b);for(var y=d=1;y<h.length;++y)d*=h[y];a.dimension=d;b=Ua(b,h,a.dtype);e(a,b,c);p?a.persistentData=b:B.freeType(b)}else"number"===typeof b[0]?(a.dimension=h,h=B.allocType(a.dtype,b.length),jb(h,b),e(a,h,c),p?a.persistentData=h:B.freeType(h)):P(b[0])&&(a.dimension=b[0].length,a.dtype=d||Ha(b[0])||5126,b=Ua(b,[b.length,b[0].length],a.dtype),e(a,b,c),
|
|
90636
|
+
p?a.persistentData=b:B.freeType(b))}else if(P(b))a.dtype=d||Ha(b),a.dimension=h,e(a,b,c),p&&(a.persistentData=new Uint8Array(new Uint8Array(b.buffer)));else if(fa(b)){h=b.shape;var f=b.stride,y=b.offset,w=0,z=0,k=0,m=0;1===h.length?(w=h[0],z=1,k=f[0],m=0):2===h.length&&(w=h[0],z=h[1],k=f[0],m=f[1]);a.dtype=d||Ha(b.data)||5126;a.dimension=z;h=B.allocType(a.dtype,w*z);kb(h,b.data,w,z,k,m,y);e(a,h,c);p?a.persistentData=h:B.freeType(h)}else b instanceof ArrayBuffer&&(a.dtype=5121,a.dimension=h,e(a,b,
|
|
90637
|
+
c),p&&(a.persistentData=new Uint8Array(new Uint8Array(b))))}function q(c){b.bufferCount--;d(c);a.deleteBuffer(c.buffer);c.buffer=null;delete r[c.id]}var u=0,r={};f.prototype.bind=function(){a.bindBuffer(this.type,this.buffer)};f.prototype.destroy=function(){q(this)};var k=[];c.profile&&(b.getTotalBufferSize=function(){var a=0;Object.keys(r).forEach(function(b){a+=r[b].stats.size});return a});return{create:function(d,e,g,l){function h(b){var d=35044,n=null,g=0,e=0,f=1;Array.isArray(b)||P(b)||fa(b)||
|
|
90638
|
+
b instanceof ArrayBuffer?n=b:"number"===typeof b?g=b|0:b&&("data"in b&&(n=b.data),"usage"in b&&(d=mb[b.usage]),"type"in b&&(e=Ja[b.type]),"dimension"in b&&(f=b.dimension|0),"length"in b&&(g=b.length|0));p.bind();n?m(p,n,d,e,f,l):(g&&a.bufferData(p.type,g,d),p.dtype=e||5121,p.usage=d,p.dimension=f,p.byteLength=g);c.profile&&(p.stats.size=p.byteLength*ja[p.dtype]);return h}b.bufferCount++;var p=new f(e);r[p.id]=p;g||h(d);h._reglType="buffer";h._buffer=p;h.subdata=function(b,c){var d=(c||0)|0,n;p.bind();
|
|
90639
|
+
if(P(b)||b instanceof ArrayBuffer)a.bufferSubData(p.type,d,b);else if(Array.isArray(b)){if(0<b.length)if("number"===typeof b[0]){var g=B.allocType(p.dtype,b.length);jb(g,b);a.bufferSubData(p.type,d,g);B.freeType(g)}else if(Array.isArray(b[0])||P(b[0]))n=lb(b),g=Ua(b,n,p.dtype),a.bufferSubData(p.type,d,g),B.freeType(g)}else if(fa(b)){n=b.shape;var e=b.stride,l=g=0,f=0,v=0;1===n.length?(g=n[0],l=1,f=e[0],v=0):2===n.length&&(g=n[0],l=n[1],f=e[0],v=e[1]);n=Array.isArray(b.data)?p.dtype:Ha(b.data);n=B.allocType(n,
|
|
90640
|
+
g*l);kb(n,b.data,g,l,f,v,b.offset);a.bufferSubData(p.type,d,n);B.freeType(n)}return h};c.profile&&(h.stats=p.stats);h.destroy=function(){q(p)};return h},createStream:function(a,b){var c=k.pop();c||(c=new f(a));c.bind();m(c,b,35040,0,1,!1);return c},destroyStream:function(a){k.push(a)},clear:function(){T(r).forEach(q);k.forEach(q)},getBuffer:function(a){return a&&a._buffer instanceof f?a._buffer:null},restore:function(){T(r).forEach(function(b){b.buffer=a.createBuffer();a.bindBuffer(b.type,b.buffer);
|
|
90641
|
+
a.bufferData(b.type,b.persistentData||b.byteLength,b.usage)})},_initBuffer:m}}function Kb(a,b,c,d){function f(a){this.id=u++;q[this.id]=this;this.buffer=a;this.primType=4;this.type=this.vertCount=0}function e(d,e,g,l,h,f,y){d.buffer.bind();var k;e?((k=y)||P(e)&&(!fa(e)||P(e.data))||(k=b.oes_element_index_uint?5125:5123),c._initBuffer(d.buffer,e,g,k,3)):(a.bufferData(34963,f,g),d.buffer.dtype=k||5121,d.buffer.usage=g,d.buffer.dimension=3,d.buffer.byteLength=f);k=y;if(!y){switch(d.buffer.dtype){case 5121:case 5120:k=
|
|
90642
|
+
5121;break;case 5123:case 5122:k=5123;break;case 5125:case 5124:k=5125}d.buffer.dtype=k}d.type=k;e=h;0>e&&(e=d.buffer.byteLength,5123===k?e>>=1:5125===k&&(e>>=2));d.vertCount=e;e=l;0>l&&(e=4,l=d.buffer.dimension,1===l&&(e=0),2===l&&(e=1),3===l&&(e=4));d.primType=e}function m(a){d.elementsCount--;delete q[a.id];a.buffer.destroy();a.buffer=null}var q={},u=0,r={uint8:5121,uint16:5123};b.oes_element_index_uint&&(r.uint32=5125);f.prototype.bind=function(){this.buffer.bind()};var k=[];return{create:function(a,
|
|
90643
|
+
b){function g(a){if(a)if("number"===typeof a)l(a),h.primType=4,h.vertCount=a|0,h.type=5121;else{var b=null,c=35044,d=-1,f=-1,n=0,k=0;if(Array.isArray(a)||P(a)||fa(a))b=a;else if("data"in a&&(b=a.data),"usage"in a&&(c=mb[a.usage]),"primitive"in a&&(d=Ka[a.primitive]),"count"in a&&(f=a.count|0),"type"in a&&(k=r[a.type]),"length"in a)n=a.length|0;else if(n=f,5123===k||5122===k)n*=2;else if(5125===k||5124===k)n*=4;e(h,b,c,d,f,n,k)}else l(),h.primType=4,h.vertCount=0,h.type=5121;return g}var l=c.create(null,
|
|
90644
|
+
34963,!0),h=new f(l._buffer);d.elementsCount++;g(a);g._reglType="elements";g._elements=h;g.subdata=function(a,b){l.subdata(a,b);return g};g.destroy=function(){m(h)};return g},createStream:function(a){var b=k.pop();b||(b=new f(c.create(null,34963,!0,!1)._buffer));e(b,a,35040,-1,-1,0,0);return b},destroyStream:function(a){k.push(a)},getElements:function(a){return"function"===typeof a&&a._elements instanceof f?a._elements:null},clear:function(){T(q).forEach(m)}}}function ob(a){for(var b=B.allocType(5123,
|
|
90645
|
+
a.length),c=0;c<a.length;++c)if(isNaN(a[c]))b[c]=65535;else if(Infinity===a[c])b[c]=31744;else if(-Infinity===a[c])b[c]=64512;else{pb[0]=a[c];var d=Lb[0],f=d>>>31<<15,e=(d<<1>>>24)-127,d=d>>13&1023;b[c]=-24>e?f:-14>e?f+(d+1024>>-14-e):15<e?f+31744:f+(e+15<<10)+d}return b}function qa(a){return Array.isArray(a)||P(a)}function ra(a){return"[object "+a+"]"}function qb(a){return Array.isArray(a)&&(0===a.length||"number"===typeof a[0])}function rb(a){return Array.isArray(a)&&0!==a.length&&qa(a[0])?!0:!1}
|
|
90646
|
+
function R(a){return Object.prototype.toString.call(a)}function Va(a){if(!a)return!1;var b=R(a);return 0<=Mb.indexOf(b)?!0:qb(a)||rb(a)||fa(a)}function sb(a,b){36193===a.type?(a.data=ob(b),B.freeType(b)):a.data=b}function La(a,b,c,d,f,e){a="undefined"!==typeof G[a]?G[a]:U[a]*ya[b];e&&(a*=6);if(f){for(d=0;1<=c;)d+=a*c*c,c/=2;return d}return a*c*d}function Nb(a,b,c,d,f,e,m){function q(){this.format=this.internalformat=6408;this.type=5121;this.flipY=this.premultiplyAlpha=this.compressed=!1;this.unpackAlignment=
|
|
90647
|
+
1;this.colorSpace=37444;this.channels=this.height=this.width=0}function u(a,b){a.internalformat=b.internalformat;a.format=b.format;a.type=b.type;a.compressed=b.compressed;a.premultiplyAlpha=b.premultiplyAlpha;a.flipY=b.flipY;a.unpackAlignment=b.unpackAlignment;a.colorSpace=b.colorSpace;a.width=b.width;a.height=b.height;a.channels=b.channels}function r(a,b){if("object"===typeof b&&b){"premultiplyAlpha"in b&&(a.premultiplyAlpha=b.premultiplyAlpha);"flipY"in b&&(a.flipY=b.flipY);"alignment"in b&&(a.unpackAlignment=
|
|
90648
|
+
b.alignment);"colorSpace"in b&&(a.colorSpace=Ob[b.colorSpace]);"type"in b&&(a.type=W[b.type]);var c=a.width,d=a.height,e=a.channels,h=!1;"shape"in b?(c=b.shape[0],d=b.shape[1],3===b.shape.length&&(e=b.shape[2],h=!0)):("radius"in b&&(c=d=b.radius),"width"in b&&(c=b.width),"height"in b&&(d=b.height),"channels"in b&&(e=b.channels,h=!0));a.width=c|0;a.height=d|0;a.channels=e|0;c=!1;"format"in b&&(c=b.format,d=a.internalformat=Q[c],a.format=Ea[d],c in W&&!("type"in b)&&(a.type=W[c]),c in I&&(a.compressed=
|
|
90649
|
+
!0),c=!0);!h&&c?a.channels=U[a.format]:h&&!c&&a.channels!==Na[a.format]&&(a.format=a.internalformat=Na[a.channels])}}function k(b){a.pixelStorei(37440,b.flipY);a.pixelStorei(37441,b.premultiplyAlpha);a.pixelStorei(37443,b.colorSpace);a.pixelStorei(3317,b.unpackAlignment)}function n(){q.call(this);this.yOffset=this.xOffset=0;this.data=null;this.needsFree=!1;this.element=null;this.needsCopy=!1}function t(a,b){var c=null;Va(b)?c=b:b&&(r(a,b),"x"in b&&(a.xOffset=b.x|0),"y"in b&&(a.yOffset=b.y|0),Va(b.data)&&
|
|
90650
|
+
(c=b.data));if(b.copy){var d=f.viewportWidth,e=f.viewportHeight;a.width=a.width||d-a.xOffset;a.height=a.height||e-a.yOffset;a.needsCopy=!0}else if(!c)a.width=a.width||1,a.height=a.height||1,a.channels=a.channels||4;else if(P(c))a.channels=a.channels||4,a.data=c,"type"in b||5121!==a.type||(a.type=Ia[Object.prototype.toString.call(c)]|0);else if(qb(c)){a.channels=a.channels||4;d=c;e=d.length;switch(a.type){case 5121:case 5123:case 5125:case 5126:e=B.allocType(a.type,e);e.set(d);a.data=e;break;case 36193:a.data=
|
|
90651
|
+
ob(d)}a.alignment=1;a.needsFree=!0}else if(fa(c)){d=c.data;Array.isArray(d)||5121!==a.type||(a.type=Ia[Object.prototype.toString.call(d)]|0);var e=c.shape,h=c.stride,g,l,v,k;3===e.length?(v=e[2],k=h[2]):k=v=1;g=e[0];l=e[1];e=h[0];h=h[1];a.alignment=1;a.width=g;a.height=l;a.channels=v;a.format=a.internalformat=Na[v];a.needsFree=!0;g=k;c=c.offset;v=a.width;k=a.height;l=a.channels;for(var n=B.allocType(36193===a.type?5126:a.type,v*k*l),x=0,F=0;F<k;++F)for(var aa=0;aa<v;++aa)for(var Fa=0;Fa<l;++Fa)n[x++]=
|
|
90652
|
+
d[e*aa+h*F+g*Fa+c];sb(a,n)}else if(R(c)===Wa||R(c)===Xa||R(c)===ub)R(c)===Wa||R(c)===Xa?a.element=c:a.element=c.canvas,a.width=a.element.width,a.height=a.element.height,a.channels=4;else if(R(c)===vb)a.element=c,a.width=c.width,a.height=c.height,a.channels=4;else if(R(c)===wb)a.element=c,a.width=c.naturalWidth,a.height=c.naturalHeight,a.channels=4;else if(R(c)===xb)a.element=c,a.width=c.videoWidth,a.height=c.videoHeight,a.channels=4;else if(rb(c)){d=a.width||c[0].length;e=a.height||c.length;h=a.channels;
|
|
90653
|
+
h=qa(c[0][0])?h||c[0][0].length:h||1;g=Pa.shape(c);v=1;for(k=0;k<g.length;++k)v*=g[k];v=B.allocType(36193===a.type?5126:a.type,v);Pa.flatten(c,g,"",v);sb(a,v);a.alignment=1;a.width=d;a.height=e;a.channels=h;a.format=a.internalformat=Na[h];a.needsFree=!0}}function g(b,c,e,h,g){var v=b.element,l=b.data,f=b.internalformat,n=b.format,y=b.type,w=b.width,x=b.height;k(b);v?a.texSubImage2D(c,g,e,h,n,y,v):b.compressed?a.compressedTexSubImage2D(c,g,e,h,f,w,x,l):b.needsCopy?(d(),a.copyTexSubImage2D(c,g,e,h,
|
|
90654
|
+
b.xOffset,b.yOffset,w,x)):a.texSubImage2D(c,g,e,h,w,x,n,y,l)}function l(){return Qa.pop()||new n}function h(a){a.needsFree&&B.freeType(a.data);n.call(a);Qa.push(a)}function p(){q.call(this);this.genMipmaps=!1;this.mipmapHint=4352;this.mipmask=0;this.images=Array(16)}function y(a,b,c){var d=a.images[0]=l();a.mipmask=1;d.width=a.width=b;d.height=a.height=c;d.channels=a.channels=4}function C(a,b){var c=null;if(Va(b))c=a.images[0]=l(),u(c,a),t(c,b),a.mipmask=1;else if(r(a,b),Array.isArray(b.mipmap))for(var d=
|
|
90655
|
+
b.mipmap,e=0;e<d.length;++e)c=a.images[e]=l(),u(c,a),c.width>>=e,c.height>>=e,t(c,d[e]),a.mipmask|=1<<e;else c=a.images[0]=l(),u(c,a),t(c,b),a.mipmask=1;u(a,a.images[0])}function w(b,c){for(var e=b.images,h=0;h<e.length&&e[h];++h){var g=e[h],v=c,l=h,f=g.element,n=g.data,y=g.internalformat,w=g.format,x=g.type,F=g.width,aa=g.height;k(g);f?a.texImage2D(v,l,w,w,x,f):g.compressed?a.compressedTexImage2D(v,l,y,F,aa,0,n):g.needsCopy?(d(),a.copyTexImage2D(v,l,w,g.xOffset,g.yOffset,F,aa,0)):a.texImage2D(v,
|
|
90656
|
+
l,w,F,aa,0,w,x,n||null)}}function z(){var a=S.pop()||new p;q.call(a);for(var b=a.mipmask=0;16>b;++b)a.images[b]=null;return a}function wa(a){for(var b=a.images,c=0;c<b.length;++c)b[c]&&h(b[c]),b[c]=null;S.push(a)}function E(){this.magFilter=this.minFilter=9728;this.wrapT=this.wrapS=33071;this.anisotropic=1;this.genMipmaps=!1;this.mipmapHint=4352}function nb(a,b){"min"in b&&(a.minFilter=V[b.min],0<=Pb.indexOf(a.minFilter)&&!("faces"in b)&&(a.genMipmaps=!0));"mag"in b&&(a.magFilter=na[b.mag]);var c=
|
|
90657
|
+
a.wrapS,d=a.wrapT;if("wrap"in b){var e=b.wrap;"string"===typeof e?c=d=oa[e]:Array.isArray(e)&&(c=oa[e[0]],d=oa[e[1]])}else"wrapS"in b&&(c=oa[b.wrapS]),"wrapT"in b&&(d=oa[b.wrapT]);a.wrapS=c;a.wrapT=d;"anisotropic"in b&&(a.anisotropic=b.anisotropic);if("mipmap"in b){c=!1;switch(typeof b.mipmap){case "string":a.mipmapHint=J[b.mipmap];c=a.genMipmaps=!0;break;case "boolean":c=a.genMipmaps=b.mipmap;break;case "object":a.genMipmaps=!1,c=!0}!c||"min"in b||(a.minFilter=9984)}}function D(c,d){a.texParameteri(d,
|
|
90658
|
+
10241,c.minFilter);a.texParameteri(d,10240,c.magFilter);a.texParameteri(d,10242,c.wrapS);a.texParameteri(d,10243,c.wrapT);b.ext_texture_filter_anisotropic&&a.texParameteri(d,34046,c.anisotropic);c.genMipmaps&&(a.hint(33170,c.mipmapHint),a.generateMipmap(d))}function v(b){q.call(this);this.mipmask=0;this.internalformat=6408;this.id=Z++;this.refCount=1;this.target=b;this.texture=a.createTexture();this.unit=-1;this.bindCount=0;this.texInfo=new E;m.profile&&(this.stats={size:0})}function ba(b){a.activeTexture(33984);
|
|
90659
|
+
a.bindTexture(b.target,b.texture)}function za(){var b=X[0];b?a.bindTexture(b.target,b.texture):a.bindTexture(3553,null)}function A(b){var c=b.texture,d=b.unit,h=b.target;0<=d&&(a.activeTexture(33984+d),a.bindTexture(h,null),X[d]=null);a.deleteTexture(c);b.texture=null;b.params=null;b.pixels=null;b.refCount=0;delete ka[b.id];e.textureCount--}var J={"don't care":4352,"dont care":4352,nice:4354,fast:4353},oa={repeat:10497,clamp:33071,mirror:33648},na={nearest:9728,linear:9729},V=O({mipmap:9987,"nearest mipmap nearest":9984,
|
|
90660
|
+
"linear mipmap nearest":9985,"nearest mipmap linear":9986,"linear mipmap linear":9987},na),Ob={none:0,browser:37444},W={uint8:5121,rgba4:32819,rgb565:33635,"rgb5 a1":32820},Q={alpha:6406,luminance:6409,"luminance alpha":6410,rgb:6407,rgba:6408,rgba4:32854,"rgb5 a1":32855,rgb565:36194},I={};b.ext_srgb&&(Q.srgb=35904,Q.srgba=35906);b.oes_texture_float&&(W.float32=W["float"]=5126);b.oes_texture_half_float&&(W.float16=W["half float"]=36193);b.webgl_depth_texture&&(O(Q,{depth:6402,"depth stencil":34041}),
|
|
90661
|
+
O(W,{uint16:5123,uint32:5125,"depth stencil":34042}));b.webgl_compressed_texture_s3tc&&O(I,{"rgb s3tc dxt1":33776,"rgba s3tc dxt1":33777,"rgba s3tc dxt3":33778,"rgba s3tc dxt5":33779});b.webgl_compressed_texture_atc&&O(I,{"rgb atc":35986,"rgba atc explicit alpha":35987,"rgba atc interpolated alpha":34798});b.webgl_compressed_texture_pvrtc&&O(I,{"rgb pvrtc 4bppv1":35840,"rgb pvrtc 2bppv1":35841,"rgba pvrtc 4bppv1":35842,"rgba pvrtc 2bppv1":35843});b.webgl_compressed_texture_etc1&&(I["rgb etc1"]=36196);
|
|
90662
|
+
var K=Array.prototype.slice.call(a.getParameter(34467));Object.keys(I).forEach(function(a){var b=I[a];0<=K.indexOf(b)&&(Q[a]=b)});var G=Object.keys(Q);c.textureFormats=G;var H=[];Object.keys(Q).forEach(function(a){H[Q[a]]=a});var xa=[];Object.keys(W).forEach(function(a){xa[W[a]]=a});var L=[];Object.keys(na).forEach(function(a){L[na[a]]=a});var pa=[];Object.keys(V).forEach(function(a){pa[V[a]]=a});var ga=[];Object.keys(oa).forEach(function(a){ga[oa[a]]=a});var Ea=G.reduce(function(a,c){var d=Q[c];
|
|
90663
|
+
6409===d||6406===d||6409===d||6410===d||6402===d||34041===d||b.ext_srgb&&(35904===d||35906===d)?a[d]=d:32855===d||0<=c.indexOf("rgba")?a[d]=6408:a[d]=6407;return a},{}),Qa=[],S=[],Z=0,ka={},ha=c.maxTextureUnits,X=Array(ha).map(function(){return null});O(v.prototype,{bind:function(){this.bindCount+=1;var b=this.unit;if(0>b){for(var c=0;c<ha;++c){var d=X[c];if(d){if(0<d.bindCount)continue;d.unit=-1}X[c]=this;b=c;break}m.profile&&e.maxTextureUnits<b+1&&(e.maxTextureUnits=b+1);this.unit=b;a.activeTexture(33984+
|
|
90664
|
+
b);a.bindTexture(this.target,this.texture)}return b},unbind:function(){--this.bindCount},decRef:function(){0>=--this.refCount&&A(this)}});m.profile&&(e.getTotalTextureSize=function(){var a=0;Object.keys(ka).forEach(function(b){a+=ka[b].stats.size});return a});return{create2D:function(b,c){function d(a,b){var c=f.texInfo;E.call(c);var e=z();"number"===typeof a?"number"===typeof b?y(e,a|0,b|0):y(e,a|0,a|0):a?(nb(c,a),C(e,a)):y(e,1,1);c.genMipmaps&&(e.mipmask=(e.width<<1)-1);f.mipmask=e.mipmask;u(f,
|
|
90665
|
+
e);f.internalformat=e.internalformat;d.width=e.width;d.height=e.height;ba(f);w(e,3553);D(c,3553);za();wa(e);m.profile&&(f.stats.size=La(f.internalformat,f.type,e.width,e.height,c.genMipmaps,!1));d.format=H[f.internalformat];d.type=xa[f.type];d.mag=L[c.magFilter];d.min=pa[c.minFilter];d.wrapS=ga[c.wrapS];d.wrapT=ga[c.wrapT];return d}var f=new v(3553);ka[f.id]=f;e.textureCount++;d(b,c);d.subimage=function(a,b,c,e){b|=0;c|=0;e|=0;var v=l();u(v,f);v.width=0;v.height=0;t(v,a);v.width=v.width||(f.width>>
|
|
90666
|
+
e)-b;v.height=v.height||(f.height>>e)-c;ba(f);g(v,3553,b,c,e);za();h(v);return d};d.resize=function(b,c){var e=b|0,h=c|0||e;if(e===f.width&&h===f.height)return d;d.width=f.width=e;d.height=f.height=h;ba(f);for(var g=0;f.mipmask>>g;++g){var v=e>>g,l=h>>g;if(!v||!l)break;a.texImage2D(3553,g,f.format,v,l,0,f.format,f.type,null)}za();m.profile&&(f.stats.size=La(f.internalformat,f.type,e,h,!1,!1));return d};d._reglType="texture2d";d._texture=f;m.profile&&(d.stats=f.stats);d.destroy=function(){f.decRef()};
|
|
90667
|
+
return d},createCube:function(b,c,d,f,k,n){function p(a,b,c,d,e,h){var f,g=A.texInfo;E.call(g);for(f=0;6>f;++f)J[f]=z();if("number"===typeof a||!a)for(a=a|0||1,f=0;6>f;++f)y(J[f],a,a);else if("object"===typeof a)if(b)C(J[0],a),C(J[1],b),C(J[2],c),C(J[3],d),C(J[4],e),C(J[5],h);else if(nb(g,a),r(A,a),"faces"in a)for(a=a.faces,f=0;6>f;++f)u(J[f],A),C(J[f],a[f]);else for(f=0;6>f;++f)C(J[f],a);u(A,J[0]);A.mipmask=g.genMipmaps?(J[0].width<<1)-1:J[0].mipmask;A.internalformat=J[0].internalformat;p.width=
|
|
90668
|
+
J[0].width;p.height=J[0].height;ba(A);for(f=0;6>f;++f)w(J[f],34069+f);D(g,34067);za();m.profile&&(A.stats.size=La(A.internalformat,A.type,p.width,p.height,g.genMipmaps,!0));p.format=H[A.internalformat];p.type=xa[A.type];p.mag=L[g.magFilter];p.min=pa[g.minFilter];p.wrapS=ga[g.wrapS];p.wrapT=ga[g.wrapT];for(f=0;6>f;++f)wa(J[f]);return p}var A=new v(34067);ka[A.id]=A;e.cubeCount++;var J=Array(6);p(b,c,d,f,k,n);p.subimage=function(a,b,c,d,e){c|=0;d|=0;e|=0;var f=l();u(f,A);f.width=0;f.height=0;t(f,b);
|
|
90669
|
+
f.width=f.width||(A.width>>e)-c;f.height=f.height||(A.height>>e)-d;ba(A);g(f,34069+a,c,d,e);za();h(f);return p};p.resize=function(b){b|=0;if(b!==A.width){p.width=A.width=b;p.height=A.height=b;ba(A);for(var c=0;6>c;++c)for(var x=0;A.mipmask>>x;++x)a.texImage2D(34069+c,x,A.format,b>>x,b>>x,0,A.format,A.type,null);za();m.profile&&(A.stats.size=La(A.internalformat,A.type,p.width,p.height,!1,!0));return p}};p._reglType="textureCube";p._texture=A;m.profile&&(p.stats=A.stats);p.destroy=function(){A.decRef()};
|
|
90670
|
+
return p},clear:function(){for(var b=0;b<ha;++b)a.activeTexture(33984+b),a.bindTexture(3553,null),X[b]=null;T(ka).forEach(A);e.cubeCount=0;e.textureCount=0},getTexture:function(a){return null},restore:function(){for(var b=0;b<ha;++b){var c=X[b];c&&(c.bindCount=0,c.unit=-1,X[b]=null)}T(ka).forEach(function(b){b.texture=a.createTexture();a.bindTexture(b.target,b.texture);for(var c=0;32>c;++c)if(0!==(b.mipmask&1<<c))if(3553===b.target)a.texImage2D(3553,c,b.internalformat,b.width>>c,b.height>>c,0,b.internalformat,
|
|
90671
|
+
b.type,null);else for(var d=0;6>d;++d)a.texImage2D(34069+d,c,b.internalformat,b.width>>c,b.height>>c,0,b.internalformat,b.type,null);D(b.texInfo,b.target)})},refresh:function(){for(var b=0;b<ha;++b){var c=X[b];c&&(c.bindCount=0,c.unit=-1,X[b]=null);a.activeTexture(33984+b);a.bindTexture(3553,null);a.bindTexture(34067,null)}}}}function Qb(a,b,c,d,f,e){function m(a,b,c){this.target=a;this.texture=b;this.renderbuffer=c;var d=a=0;b?(a=b.width,d=b.height):c&&(a=c.width,d=c.height);this.width=a;this.height=
|
|
90672
|
+
d}function q(a){a&&(a.texture&&a.texture._texture.decRef(),a.renderbuffer&&a.renderbuffer._renderbuffer.decRef())}function u(a,b,c){a&&(a.texture?a.texture._texture.refCount+=1:a.renderbuffer._renderbuffer.refCount+=1)}function r(b,c){c&&(c.texture?a.framebufferTexture2D(36160,b,c.target,c.texture._texture.texture,0):a.framebufferRenderbuffer(36160,b,36161,c.renderbuffer._renderbuffer.renderbuffer))}function k(a){var b=3553,c=null,d=null,e=a;"object"===typeof a&&(e=a.data,"target"in a&&(b=a.target|
|
|
90673
|
+
0));a=e._reglType;"texture2d"===a?c=e:"textureCube"===a?c=e:"renderbuffer"===a&&(d=e,b=36161);return new m(b,c,d)}function n(a,b,c,e,g){if(c)return a=d.create2D({width:a,height:b,format:e,type:g}),a._texture.refCount=0,new m(3553,a,null);a=f.create({width:a,height:b,format:e});a._renderbuffer.refCount=0;return new m(36161,null,a)}function t(a){return a&&(a.texture||a.renderbuffer)}function g(a,b,c){a&&(a.texture?a.texture.resize(b,c):a.renderbuffer&&a.renderbuffer.resize(b,c),a.width=b,a.height=c)}
|
|
90674
|
+
function l(){this.id=B++;D[this.id]=this;this.framebuffer=a.createFramebuffer();this.height=this.width=0;this.colorAttachments=[];this.depthStencilAttachment=this.stencilAttachment=this.depthAttachment=null}function h(a){a.colorAttachments.forEach(q);q(a.depthAttachment);q(a.stencilAttachment);q(a.depthStencilAttachment)}function p(b){a.deleteFramebuffer(b.framebuffer);b.framebuffer=null;e.framebufferCount--;delete D[b.id]}function y(b){var d;a.bindFramebuffer(36160,b.framebuffer);var e=b.colorAttachments;
|
|
90675
|
+
for(d=0;d<e.length;++d)r(36064+d,e[d]);for(d=e.length;d<c.maxColorAttachments;++d)a.framebufferTexture2D(36160,36064+d,3553,null,0);a.framebufferTexture2D(36160,33306,3553,null,0);a.framebufferTexture2D(36160,36096,3553,null,0);a.framebufferTexture2D(36160,36128,3553,null,0);r(36096,b.depthAttachment);r(36128,b.stencilAttachment);r(33306,b.depthStencilAttachment);a.checkFramebufferStatus(36160);a.isContextLost();a.bindFramebuffer(36160,w.next?w.next.framebuffer:null);w.cur=w.next;a.getError()}function C(a,
|
|
90676
|
+
b){function c(a,b){var e,f=0,g=0,l=!0,w=!0;e=null;var p=!0,v="rgba",m="uint8",r=1,C=null,q=null,pa=null,ga=!1;if("number"===typeof a)f=a|0,g=b|0||f;else if(a){"shape"in a?(g=a.shape,f=g[0],g=g[1]):("radius"in a&&(f=g=a.radius),"width"in a&&(f=a.width),"height"in a&&(g=a.height));if("color"in a||"colors"in a)e=a.color||a.colors,Array.isArray(e);if(!e){"colorCount"in a&&(r=a.colorCount|0);"colorTexture"in a&&(p=!!a.colorTexture,v="rgba4");if("colorType"in a&&(m=a.colorType,!p))if("half float"===m||
|
|
90677
|
+
"float16"===m)v="rgba16f";else if("float"===m||"float32"===m)v="rgba32f";"colorFormat"in a&&(v=a.colorFormat,0<=z.indexOf(v)?p=!0:0<=wa.indexOf(v)&&(p=!1))}if("depthTexture"in a||"depthStencilTexture"in a)ga=!(!a.depthTexture&&!a.depthStencilTexture);"depth"in a&&("boolean"===typeof a.depth?l=a.depth:(C=a.depth,w=!1));"stencil"in a&&("boolean"===typeof a.stencil?w=a.stencil:(q=a.stencil,l=!1));"depthStencil"in a&&("boolean"===typeof a.depthStencil?l=w=a.depthStencil:(pa=a.depthStencil,w=l=!1))}else f=
|
|
90678
|
+
g=1;var D=null,ba=null,E=null,B=null;if(Array.isArray(e))D=e.map(k);else if(e)D=[k(e)];else for(D=Array(r),e=0;e<r;++e)D[e]=n(f,g,p,v,m);f=f||D[0].width;g=g||D[0].height;C?ba=k(C):l&&!w&&(ba=n(f,g,ga,"depth","uint32"));q?E=k(q):w&&!l&&(E=n(f,g,!1,"stencil","uint8"));pa?B=k(pa):!C&&!q&&w&&l&&(B=n(f,g,ga,"depth stencil","depth stencil"));l=null;for(e=0;e<D.length;++e)u(D[e],f,g),D[e]&&D[e].texture&&(w=Ya[D[e].texture._texture.format]*Ra[D[e].texture._texture.type],null===l&&(l=w));u(ba,f,g);u(E,f,g);
|
|
90679
|
+
u(B,f,g);h(d);d.width=f;d.height=g;d.colorAttachments=D;d.depthAttachment=ba;d.stencilAttachment=E;d.depthStencilAttachment=B;c.color=D.map(t);c.depth=t(ba);c.stencil=t(E);c.depthStencil=t(B);c.width=d.width;c.height=d.height;y(d);return c}var d=new l;e.framebufferCount++;c(a,b);return O(c,{resize:function(a,b){var e=Math.max(a|0,1),f=Math.max(b|0||e,1);if(e===d.width&&f===d.height)return c;for(var h=d.colorAttachments,l=0;l<h.length;++l)g(h[l],e,f);g(d.depthAttachment,e,f);g(d.stencilAttachment,
|
|
90680
|
+
e,f);g(d.depthStencilAttachment,e,f);d.width=c.width=e;d.height=c.height=f;y(d);return c},_reglType:"framebuffer",_framebuffer:d,destroy:function(){p(d);h(d)},use:function(a){w.setFBO({framebuffer:c},a)}})}var w={cur:null,next:null,dirty:!1,setFBO:null},z=["rgba"],wa=["rgba4","rgb565","rgb5 a1"];b.ext_srgb&&wa.push("srgba");b.ext_color_buffer_half_float&&wa.push("rgba16f","rgb16f");b.webgl_color_buffer_float&&wa.push("rgba32f");var E=["uint8"];b.oes_texture_half_float&&E.push("half float","float16");
|
|
90681
|
+
b.oes_texture_float&&E.push("float","float32");var B=0,D={};return O(w,{getFramebuffer:function(a){return"function"===typeof a&&"framebuffer"===a._reglType&&(a=a._framebuffer,a instanceof l)?a:null},create:C,createCube:function(a){function b(a){var e,f={color:null},g=0,h=null;e="rgba";var l="uint8",k=1;if("number"===typeof a)g=a|0;else if(a){"shape"in a?g=a.shape[0]:("radius"in a&&(g=a.radius|0),"width"in a?g=a.width|0:"height"in a&&(g=a.height|0));if("color"in a||"colors"in a)h=a.color||a.colors,
|
|
90682
|
+
Array.isArray(h);h||("colorCount"in a&&(k=a.colorCount|0),"colorType"in a&&(l=a.colorType),"colorFormat"in a&&(e=a.colorFormat));"depth"in a&&(f.depth=a.depth);"stencil"in a&&(f.stencil=a.stencil);"depthStencil"in a&&(f.depthStencil=a.depthStencil)}else g=1;if(h)if(Array.isArray(h))for(a=[],e=0;e<h.length;++e)a[e]=h[e];else a=[h];else for(a=Array(k),h={radius:g,format:e,type:l},e=0;e<k;++e)a[e]=d.createCube(h);f.color=Array(a.length);for(e=0;e<a.length;++e)k=a[e],g=g||k.width,f.color[e]={target:34069,
|
|
90683
|
+
data:a[e]};for(e=0;6>e;++e){for(k=0;k<a.length;++k)f.color[k].target=34069+e;0<e&&(f.depth=c[0].depth,f.stencil=c[0].stencil,f.depthStencil=c[0].depthStencil);if(c[e])c[e](f);else c[e]=C(f)}return O(b,{width:g,height:g,color:a})}var c=Array(6);b(a);return O(b,{faces:c,resize:function(a){var d=a|0;if(d===b.width)return b;var e=b.color;for(a=0;a<e.length;++a)e[a].resize(d);for(a=0;6>a;++a)c[a].resize(d);b.width=b.height=d;return b},_reglType:"framebufferCube",destroy:function(){c.forEach(function(a){a.destroy()})}})},
|
|
90684
|
+
clear:function(){T(D).forEach(p)},restore:function(){w.cur=null;w.next=null;w.dirty=!0;T(D).forEach(function(b){b.framebuffer=a.createFramebuffer();y(b)})}})}function Za(){this.w=this.z=this.y=this.x=this.state=0;this.buffer=null;this.size=0;this.normalized=!1;this.type=5126;this.divisor=this.stride=this.offset=0}function Rb(a,b,c,d,f,e,m){function q(a){if(a!==p.currentVAO){var c=b.oes_vertex_array_object;a?c.bindVertexArrayOES(a.vao):c.bindVertexArrayOES(null);p.currentVAO=a}}function u(c){if(c!==
|
|
90685
|
+
p.currentVAO){if(c)c.bindAttrs();else{for(var d=b.angle_instanced_arrays,e=0;e<g.length;++e){var f=g[e];f.buffer?(a.enableVertexAttribArray(e),f.buffer.bind(),a.vertexAttribPointer(e,f.size,f.type,f.normalized,f.stride,f.offfset),d&&f.divisor&&d.vertexAttribDivisorANGLE(e,f.divisor)):(a.disableVertexAttribArray(e),a.vertexAttrib4f(e,f.x,f.y,f.z,f.w))}m.elements?a.bindBuffer(34963,m.elements.buffer.buffer):a.bindBuffer(34963,null)}p.currentVAO=c}}function r(){T(h).forEach(function(a){a.destroy()})}
|
|
90686
|
+
function k(){this.id=++l;this.attributes=[];this.elements=null;this.ownsElements=!1;this.offset=this.count=0;this.instances=-1;this.primitive=4;var a=b.oes_vertex_array_object;this.vao=a?a.createVertexArrayOES():null;h[this.id]=this;this.buffers=[]}function n(){b.oes_vertex_array_object&&T(h).forEach(function(a){a.refresh()})}var t=c.maxAttributes,g=Array(t);for(c=0;c<t;++c)g[c]=new Za;var l=0,h={},p={Record:Za,scope:{},state:g,currentVAO:null,targetVAO:null,restore:b.oes_vertex_array_object?n:function(){},
|
|
90687
|
+
createVAO:function(a){function b(a){var d;Array.isArray(a)?(d=a,c.elements&&c.ownsElements&&c.elements.destroy(),c.elements=null,c.ownsElements=!1,c.offset=0,c.count=0,c.instances=-1,c.primitive=4):(a.elements?(d=a.elements,c.ownsElements?("function"===typeof d&&"elements"===d._reglType?c.elements.destroy():c.elements(d),c.ownsElements=!1):e.getElements(a.elements)?(c.elements=a.elements,c.ownsElements=!1):(c.elements=e.create(a.elements),c.ownsElements=!0)):(c.elements=null,c.ownsElements=!1),d=
|
|
90688
|
+
a.attributes,c.offset=0,c.count=-1,c.instances=-1,c.primitive=4,c.elements&&(c.count=c.elements._elements.vertCount,c.primitive=c.elements._elements.primType),"offset"in a&&(c.offset=a.offset|0),"count"in a&&(c.count=a.count|0),"instances"in a&&(c.instances=a.instances|0),"primitive"in a&&(c.primitive=Ka[a.primitive]));a={};var g=c.attributes;g.length=d.length;for(var h=0;h<d.length;++h){var l=d[h],k=g[h]=new Za,n=l.data||l;if(Array.isArray(n)||P(n)||fa(n)){var p;c.buffers[h]&&(p=c.buffers[h],P(n)&&
|
|
90689
|
+
p._buffer.byteLength>=n.byteLength?p.subdata(n):(p.destroy(),c.buffers[h]=null));c.buffers[h]||(p=c.buffers[h]=f.create(l,34962,!1,!0));k.buffer=f.getBuffer(p);k.size=k.buffer.dimension|0;k.normalized=!1;k.type=k.buffer.dtype;k.offset=0;k.stride=0;k.divisor=0;k.state=1;a[h]=1}else f.getBuffer(l)?(k.buffer=f.getBuffer(l),k.size=k.buffer.dimension|0,k.normalized=!1,k.type=k.buffer.dtype,k.offset=0,k.stride=0,k.divisor=0,k.state=1):f.getBuffer(l.buffer)?(k.buffer=f.getBuffer(l.buffer),k.size=(+l.size||
|
|
90690
|
+
k.buffer.dimension)|0,k.normalized=!!l.normalized||!1,k.type="type"in l?Ja[l.type]:k.buffer.dtype,k.offset=(l.offset||0)|0,k.stride=(l.stride||0)|0,k.divisor=(l.divisor||0)|0,k.state=1):"x"in l&&(k.x=+l.x||0,k.y=+l.y||0,k.z=+l.z||0,k.w=+l.w||0,k.state=2)}for(p=0;p<c.buffers.length;++p)!a[p]&&c.buffers[p]&&(c.buffers[p].destroy(),c.buffers[p]=null);c.refresh();return b}var c=new k;d.vaoCount+=1;b.destroy=function(){for(var a=0;a<c.buffers.length;++a)c.buffers[a]&&c.buffers[a].destroy();c.buffers.length=
|
|
90691
|
+
0;c.ownsElements&&(c.elements.destroy(),c.elements=null,c.ownsElements=!1);c.destroy()};b._vao=c;b._reglType="vao";return b(a)},getVAO:function(a){return"function"===typeof a&&a._vao?a._vao:null},destroyBuffer:function(b){for(var c=0;c<g.length;++c){var d=g[c];d.buffer===b&&(a.disableVertexAttribArray(c),d.buffer=null)}},setVAO:b.oes_vertex_array_object?q:u,clear:b.oes_vertex_array_object?r:function(){}};k.prototype.bindAttrs=function(){for(var c=b.angle_instanced_arrays,d=this.attributes,f=0;f<d.length;++f){var g=
|
|
90692
|
+
d[f];g.buffer?(a.enableVertexAttribArray(f),a.bindBuffer(34962,g.buffer.buffer),a.vertexAttribPointer(f,g.size,g.type,g.normalized,g.stride,g.offset),c&&g.divisor&&c.vertexAttribDivisorANGLE(f,g.divisor)):(a.disableVertexAttribArray(f),a.vertexAttrib4f(f,g.x,g.y,g.z,g.w))}for(c=d.length;c<t;++c)a.disableVertexAttribArray(c);(c=e.getElements(this.elements))?a.bindBuffer(34963,c.buffer.buffer):a.bindBuffer(34963,null)};k.prototype.refresh=function(){var a=b.oes_vertex_array_object;a&&(a.bindVertexArrayOES(this.vao),
|
|
90693
|
+
this.bindAttrs(),p.currentVAO=null,a.bindVertexArrayOES(null))};k.prototype.destroy=function(){if(this.vao){var a=b.oes_vertex_array_object;this===p.currentVAO&&(p.currentVAO=null,a.bindVertexArrayOES(null));a.deleteVertexArrayOES(this.vao);this.vao=null}this.ownsElements&&(this.elements.destroy(),this.elements=null,this.ownsElements=!1);h[this.id]&&(delete h[this.id],--d.vaoCount)};return p}function Sb(a,b,c,d){function f(a,b,c,d){this.name=a;this.id=b;this.location=c;this.info=d}function e(a,b){for(var c=
|
|
90694
|
+
0;c<a.length;++c)if(a[c].id===b.id){a[c].location=b.location;return}a.push(b)}function m(c,d,e){e=35632===c?r:k;var f=e[d];if(!f){var g=b.str(d),f=a.createShader(c);a.shaderSource(f,g);a.compileShader(f);e[d]=f}return f}function q(a,b){this.id=g++;this.fragId=a;this.vertId=b;this.program=null;this.uniforms=[];this.attributes=[];this.refCount=1;d.profile&&(this.stats={uniformsCount:0,attributesCount:0})}function u(c,g,k){var n;n=m(35632,c.fragId);var t=m(35633,c.vertId);g=c.program=a.createProgram();
|
|
90695
|
+
a.attachShader(g,n);a.attachShader(g,t);if(k)for(n=0;n<k.length;++n)t=k[n],a.bindAttribLocation(g,t[0],t[1]);a.linkProgram(g);t=a.getProgramParameter(g,35718);d.profile&&(c.stats.uniformsCount=t);var r=c.uniforms;for(n=0;n<t;++n)if(k=a.getActiveUniform(g,n))if(1<k.size)for(var q=0;q<k.size;++q){var u=k.name.replace("[0]","["+q+"]");e(r,new f(u,b.id(u),a.getUniformLocation(g,u),k))}else e(r,new f(k.name,b.id(k.name),a.getUniformLocation(g,k.name),k));t=a.getProgramParameter(g,35721);d.profile&&(c.stats.attributesCount=
|
|
90696
|
+
t);c=c.attributes;for(n=0;n<t;++n)(k=a.getActiveAttrib(g,n))&&e(c,new f(k.name,b.id(k.name),a.getAttribLocation(g,k.name),k))}var r={},k={},n={},t=[],g=0;d.profile&&(c.getMaxUniformsCount=function(){var a=0;t.forEach(function(b){b.stats.uniformsCount>a&&(a=b.stats.uniformsCount)});return a},c.getMaxAttributesCount=function(){var a=0;t.forEach(function(b){b.stats.attributesCount>a&&(a=b.stats.attributesCount)});return a});return{clear:function(){var b=a.deleteShader.bind(a);T(r).forEach(b);r={};T(k).forEach(b);
|
|
90697
|
+
k={};t.forEach(function(b){a.deleteProgram(b.program)});t.length=0;n={};c.shaderCount=0},program:function(b,d,e,f){var g=n[d];g||(g=n[d]={});var m=g[b];if(m&&(m.refCount++,!f))return m;var z=new q(d,b);c.shaderCount++;u(z,e,f);m||(g[b]=z);t.push(z);return O(z,{destroy:function(){z.refCount--;if(0>=z.refCount){a.deleteProgram(z.program);var b=t.indexOf(z);t.splice(b,1);c.shaderCount--}0>=g[z.vertId].refCount&&(a.deleteShader(k[z.vertId]),delete k[z.vertId],delete n[z.fragId][z.vertId]);Object.keys(n[z.fragId]).length||
|
|
90698
|
+
(a.deleteShader(r[z.fragId]),delete r[z.fragId],delete n[z.fragId])}})},restore:function(){r={};k={};for(var a=0;a<t.length;++a)u(t[a],null,t[a].attributes.map(function(a){return[a.location,a.name]}))},shader:m,frag:-1,vert:-1}}function Tb(a,b,c,d,f,e,m){function q(e){var f;f=null===b.next?5121:b.next.colorAttachments[0].texture._texture.type;var n=0,t=0,g=d.framebufferWidth,l=d.framebufferHeight,h=null;P(e)?h=e:e&&(n=e.x|0,t=e.y|0,g=(e.width||d.framebufferWidth-n)|0,l=(e.height||d.framebufferHeight-
|
|
90699
|
+
t)|0,h=e.data||null);c();e=g*l*4;h||(5121===f?h=new Uint8Array(e):5126===f&&(h=h||new Float32Array(e)));a.pixelStorei(3333,4);a.readPixels(n,t,g,l,6408,f,h);return h}function u(a){var c;b.setFBO({framebuffer:a.framebuffer},function(){c=q(a)});return c}return function(a){return a&&"framebuffer"in a?u(a):q(a)}}function Ub(a){for(var b=Array(a.length>>2),c=0;c<b.length;c++)b[c]=0;for(c=0;c<8*a.length;c+=8)b[c>>5]|=(a.charCodeAt(c/8)&255)<<24-c%32;var d=8*a.length;a=[1779033703,-1150833019,1013904242,
|
|
90700
|
+
-1521486534,1359893119,-1694144372,528734635,1541459225];var c=Array(64),f,e,m,q,u,r,k,n,t,g,l;b[d>>5]|=128<<24-d%32;b[(d+64>>9<<4)+15]=d;for(n=0;n<b.length;n+=16){d=a[0];f=a[1];e=a[2];m=a[3];q=a[4];u=a[5];r=a[6];k=a[7];for(t=0;64>t;t++){if(16>t)c[t]=b[t+n];else{g=t;l=c[t-2];l=Y(l,17)^Y(l,19)^l>>>10;l=H(l,c[t-7]);var h;h=c[t-15];h=Y(h,7)^Y(h,18)^h>>>3;c[g]=H(H(l,h),c[t-16])}g=q;g=Y(g,6)^Y(g,11)^Y(g,25);g=H(H(H(H(k,g),q&u^~q&r),Vb[t]),c[t]);k=d;k=Y(k,2)^Y(k,13)^Y(k,22);l=H(k,d&f^d&e^f&e);k=r;r=u;u=
|
|
90701
|
+
q;q=H(m,g);m=e;e=f;f=d;d=H(g,l)}a[0]=H(d,a[0]);a[1]=H(f,a[1]);a[2]=H(e,a[2]);a[3]=H(m,a[3]);a[4]=H(q,a[4]);a[5]=H(u,a[5]);a[6]=H(r,a[6]);a[7]=H(k,a[7])}b="";for(c=0;c<32*a.length;c+=8)b+=String.fromCharCode(a[c>>5]>>>24-c%32&255);return b}function Wb(a){for(var b="",c,d=0;d<a.length;d++)c=a.charCodeAt(d),b+="0123456789abcdef".charAt(c>>>4&15)+"0123456789abcdef".charAt(c&15);return b}function Xb(a){for(var b="",c=-1,d,f;++c<a.length;)d=a.charCodeAt(c),f=c+1<a.length?a.charCodeAt(c+1):0,55296<=d&&56319>=
|
|
90702
|
+
d&&56320<=f&&57343>=f&&(d=65536+((d&1023)<<10)+(f&1023),c++),127>=d?b+=String.fromCharCode(d):2047>=d?b+=String.fromCharCode(192|d>>>6&31,128|d&63):65535>=d?b+=String.fromCharCode(224|d>>>12&15,128|d>>>6&63,128|d&63):2097151>=d&&(b+=String.fromCharCode(240|d>>>18&7,128|d>>>12&63,128|d>>>6&63,128|d&63));return b}function Y(a,b){return a>>>b|a<<32-b}function H(a,b){var c=(a&65535)+(b&65535);return(a>>16)+(b>>16)+(c>>16)<<16|c&65535}function Aa(a){return Array.prototype.slice.call(a)}function Ba(a){return Aa(a).join("")}
|
|
90703
|
+
function Yb(a){function b(){var a=[],b=[];return O(function(){a.push.apply(a,Aa(arguments))},{def:function(){var c="v"+f++;b.push(c);0<arguments.length&&(a.push(c,"="),a.push.apply(a,Aa(arguments)),a.push(";"));return c},toString:function(){return Ba([0<b.length?"var "+b.join(",")+";":"",Ba(a)])}})}function c(){function a(b,e){d(b,e,"=",c.def(b,e),";")}var c=b(),d=b(),e=c.toString,f=d.toString;return O(function(){c.apply(c,Aa(arguments))},{def:c.def,entry:c,exit:d,save:a,set:function(b,d,e){a(b,d);
|
|
90704
|
+
c(b,d,"=",e,";")},toString:function(){return e()+f()}})}var d=a&&a.cache,f=0,e=[],m=[],q=[],u=b(),r={};return{global:u,link:function(a,b){var c=b&&b.stable;if(!c)for(var d=0;d<m.length;++d)if(m[d]===a&&!q[d])return e[d];d="g"+f++;e.push(d);m.push(a);q.push(c);return d},block:b,proc:function(a,b){function d(){var a="a"+e.length;e.push(a);return a}var e=[];b=b||0;for(var f=0;f<b;++f)d();var f=c(),h=f.toString;return r[a]=O(f,{arg:d,toString:function(){return Ba(["function(",e.join(),"){",h(),"}"])}})},
|
|
90705
|
+
scope:c,cond:function(){var a=Ba(arguments),b=c(),d=c(),e=b.toString,f=d.toString;return O(b,{then:function(){b.apply(b,Aa(arguments));return this},"else":function(){d.apply(d,Aa(arguments));return this},toString:function(){var b=f();b&&(b="else{"+b+"}");return Ba(["if(",a,"){",e(),"}",b])}})},compile:function(){var a=['"use strict";',u,"return {"];Object.keys(r).forEach(function(b){a.push('"',b,'":',r[b].toString(),",")});a.push("}");var b=Ba(a).replace(/;/g,";\n").replace(/}/g,"}\n").replace(/{/g,
|
|
90706
|
+
"{\n"),c;if(d&&(c=Wb(Ub(Xb(b))),d[c]))return d[c].apply(null,m);b=Function.apply(null,e.concat(b));d&&(d[c]=b);return b.apply(null,m)}}}function Sa(a){return Array.isArray(a)||P(a)||fa(a)}function yb(a){return a.sort(function(a,c){return"viewport"===a?-1:"viewport"===c?1:a<c?-1:1})}function K(a,b,c,d){this.thisDep=a;this.contextDep=b;this.propDep=c;this.append=d}function la(a){return a&&!(a.thisDep||a.contextDep||a.propDep)}function E(a){return new K(!1,!1,!1,a)}function L(a,b){var c=a.type;if(0===
|
|
90707
|
+
c)return c=a.data.length,new K(!0,1<=c,2<=c,b);if(4===c)return c=a.data,new K(c.thisDep,c.contextDep,c.propDep,b);if(5===c)return new K(!1,!1,!1,b);if(6===c){for(var d=c=!1,f=!1,e=0;e<a.data.length;++e){var m=a.data[e];1===m.type?f=!0:2===m.type?d=!0:3===m.type?c=!0:0===m.type?(c=!0,m=m.data,1<=m&&(d=!0),2<=m&&(f=!0)):4===m.type&&(c=c||m.data.thisDep,d=d||m.data.contextDep,f=f||m.data.propDep)}return new K(c,d,f,b)}return new K(3===c,2===c,1===c,b)}function Zb(a,b,c,d,f,e,m,q,u,r,k,n,t,g,l,h){function p(a){return a.replace(".",
|
|
90708
|
+
"_")}function y(a,b,c){var d=p(a);Ma.push(a);Da[d]=ta[d]=!!c;ua[d]=b}function C(a,b,c){var d=p(a);Ma.push(a);Array.isArray(c)?(ta[d]=c.slice(),Da[d]=c.slice()):ta[d]=Da[d]=c;ma[d]=b}function w(){var a=Yb({cache:l}),c=a.link,d=a.global;a.id=ra++;a.batchId="0";var e=c(tb),f=a.shared={props:"a0"};Object.keys(tb).forEach(function(a){f[a]=d.def(e,".",a)});var g=a.next={},k=a.current={};Object.keys(ma).forEach(function(a){Array.isArray(ta[a])&&(g[a]=d.def(f.next,".",a),k[a]=d.def(f.current,".",a))});var ca=
|
|
90709
|
+
a.constants={};Object.keys(Oa).forEach(function(a){ca[a]=d.def(JSON.stringify(Oa[a]))});a.invoke=function(b,d){switch(d.type){case 0:var e=["this",f.context,f.props,a.batchId];return b.def(c(d.data),".call(",e.slice(0,Math.max(d.data.length+1,4)),")");case 1:return b.def(f.props,d.data);case 2:return b.def(f.context,d.data);case 3:return b.def("this",d.data);case 4:return d.data.append(a,b),d.data.ref;case 5:return d.data.toString();case 6:return d.data.map(function(c){return a.invoke(b,c)})}};a.attribCache=
|
|
90710
|
+
{};var N={};a.scopeAttrib=function(a){a=b.id(a);if(a in N)return N[a];var d=r.scope[a];d||(d=r.scope[a]=new ha);return N[a]=c(d)};return a}function z(a){var b=a["static"];a=a.dynamic;var c;if("profile"in b){var d=!!b.profile;c=E(function(a,b){return d});c.enable=d}else if("profile"in a){var e=a.profile;c=L(e,function(a,b){return a.invoke(b,e)})}return c}function B(a,b){var c=a["static"],d=a.dynamic;if("framebuffer"in c){var e=c.framebuffer;return e?(e=q.getFramebuffer(e),E(function(a,b){var c=a.link(e),
|
|
90711
|
+
d=a.shared;b.set(d.framebuffer,".next",c);d=d.context;b.set(d,".framebufferWidth",c+".width");b.set(d,".framebufferHeight",c+".height");return c})):E(function(a,b){var c=a.shared;b.set(c.framebuffer,".next","null");c=c.context;b.set(c,".framebufferWidth",c+".drawingBufferWidth");b.set(c,".framebufferHeight",c+".drawingBufferHeight");return"null"})}if("framebuffer"in d){var f=d.framebuffer;return L(f,function(a,b){var c=a.invoke(b,f),d=a.shared,e=d.framebuffer,c=b.def(e,".getFramebuffer(",c,")");b.set(e,
|
|
90712
|
+
".next",c);d=d.context;b.set(d,".framebufferWidth",c+"?"+c+".width:"+d+".drawingBufferWidth");b.set(d,".framebufferHeight",c+"?"+c+".height:"+d+".drawingBufferHeight");return c})}return null}function H(a,b,c){function d(a){if(a in e){var c=e[a];a=!0;var x=c.x|0,g=c.y|0,k,h;"width"in c?k=c.width|0:a=!1;"height"in c?h=c.height|0:a=!1;return new K(!a&&b&&b.thisDep,!a&&b&&b.contextDep,!a&&b&&b.propDep,function(a,b){var d=a.shared.context,e=k;"width"in c||(e=b.def(d,".","framebufferWidth","-",x));var f=
|
|
90713
|
+
h;"height"in c||(f=b.def(d,".","framebufferHeight","-",g));return[x,g,e,f]})}if(a in f){var aa=f[a];a=L(aa,function(a,b){var c=a.invoke(b,aa),d=a.shared.context,e=b.def(c,".x|0"),f=b.def(c,".y|0"),N=b.def('"width" in ',c,"?",c,".width|0:","(",d,".","framebufferWidth","-",e,")"),c=b.def('"height" in ',c,"?",c,".height|0:","(",d,".","framebufferHeight","-",f,")");return[e,f,N,c]});b&&(a.thisDep=a.thisDep||b.thisDep,a.contextDep=a.contextDep||b.contextDep,a.propDep=a.propDep||b.propDep);return a}return b?
|
|
90714
|
+
new K(b.thisDep,b.contextDep,b.propDep,function(a,b){var c=a.shared.context;return[0,0,b.def(c,".","framebufferWidth"),b.def(c,".","framebufferHeight")]}):null}var e=a["static"],f=a.dynamic;if(a=d("viewport")){var g=a;a=new K(a.thisDep,a.contextDep,a.propDep,function(a,b){var c=g.append(a,b),d=a.shared.context;b.set(d,".viewportWidth",c[2]);b.set(d,".viewportHeight",c[3]);return c})}return{viewport:a,scissor_box:d("scissor.box")}}function G(a,b){var c=a["static"];if("string"===typeof c.frag&&"string"===
|
|
90715
|
+
typeof c.vert){if(0<Object.keys(b.dynamic).length)return null;var c=b["static"],d=Object.keys(c);if(0<d.length&&"number"===typeof c[d[0]]){for(var e=[],f=0;f<d.length;++f)e.push([c[d[f]]|0,d[f]]);return e}}return null}function D(a,c,d){function e(a){if(a in f){var c=b.id(f[a]);a=E(function(){return c});a.id=c;return a}if(a in g){var d=g[a];return L(d,function(a,b){var c=a.invoke(b,d);return b.def(a.shared.strings,".id(",c,")")})}return null}var f=a["static"],g=a.dynamic,h=e("frag"),ca=e("vert"),N=
|
|
90716
|
+
null;la(h)&&la(ca)?(N=k.program(ca.id,h.id,null,d),a=E(function(a,b){return a.link(N)})):a=new K(h&&h.thisDep||ca&&ca.thisDep,h&&h.contextDep||ca&&ca.contextDep,h&&h.propDep||ca&&ca.propDep,function(a,b){var c=a.shared.shader,d;d=h?h.append(a,b):b.def(c,".","frag");var e;e=ca?ca.append(a,b):b.def(c,".","vert");return b.def(c+".program("+e+","+d+")")});return{frag:h,vert:ca,progVar:a,program:N}}function v(a,b){function c(a,b){if(a in d){var e=d[a]|0;b?g.offset=e:g.instances=e;return E(function(a,c){b&&
|
|
90717
|
+
(a.OFFSET=e);return e})}if(a in f){var x=f[a];return L(x,function(a,c){var d=a.invoke(c,x);b&&(a.OFFSET=d);return d})}if(b){if(N)return E(function(a,b){return a.OFFSET=0});if(k)return new K(h.thisDep,h.contextDep,h.propDep,function(a,b){return b.def(a.shared.vao+".currentVAO?"+a.shared.vao+".currentVAO.offset:0")})}else if(k)return new K(h.thisDep,h.contextDep,h.propDep,function(a,b){return b.def(a.shared.vao+".currentVAO?"+a.shared.vao+".currentVAO.instances:-1")});return null}var d=a["static"],
|
|
90718
|
+
f=a.dynamic,g={},k=!1,h=function(){if("vao"in d){var a=d.vao;null!==a&&null===r.getVAO(a)&&(a=r.createVAO(a));k=!0;g.vao=a;return E(function(b){var c=r.getVAO(a);return c?b.link(c):"null"})}if("vao"in f){k=!0;var b=f.vao;return L(b,function(a,c){var d=a.invoke(c,b);return c.def(a.shared.vao+".getVAO("+d+")")})}return null}(),N=!1,ia=function(){if("elements"in d){var a=d.elements;g.elements=a;if(Sa(a)){var b=g.elements=e.create(a,!0),a=e.getElements(b);N=!0}else a&&(a=e.getElements(a),N=!0);b=E(function(b,
|
|
90719
|
+
c){if(a){var d=b.link(a);return b.ELEMENTS=d}return b.ELEMENTS=null});b.value=a;return b}if("elements"in f){N=!0;var c=f.elements;return L(c,function(a,b){var d=a.shared,e=d.isBufferArgs,d=d.elements,f=a.invoke(b,c),N=b.def("null"),e=b.def(e,"(",f,")"),f=a.cond(e).then(N,"=",d,".createStream(",f,");")["else"](N,"=",d,".getElements(",f,");");b.entry(f);b.exit(a.cond(e).then(d,".destroyStream(",N,");"));return a.ELEMENTS=N})}return k?new K(h.thisDep,h.contextDep,h.propDep,function(a,b){return b.def(a.shared.vao+
|
|
90720
|
+
".currentVAO?"+a.shared.elements+".getElements("+a.shared.vao+".currentVAO.elements):null")}):null}(),va=c("offset",!0),l=function(){if("primitive"in d){var a=d.primitive;g.primitive=a;return E(function(b,c){return Ka[a]})}if("primitive"in f){var b=f.primitive;return L(b,function(a,c){var d=a.constants.primTypes,e=a.invoke(c,b);return c.def(d,"[",e,"]")})}return N?la(ia)?ia.value?E(function(a,b){return b.def(a.ELEMENTS,".primType")}):E(function(){return 4}):new K(ia.thisDep,ia.contextDep,ia.propDep,
|
|
90721
|
+
function(a,b){var c=a.ELEMENTS;return b.def(c,"?",c,".primType:",4)}):k?new K(h.thisDep,h.contextDep,h.propDep,function(a,b){return b.def(a.shared.vao+".currentVAO?"+a.shared.vao+".currentVAO.primitive:4")}):null}(),n=function(){if("count"in d){var a=d.count|0;g.count=a;return E(function(){return a})}if("count"in f){var b=f.count;return L(b,function(a,c){return a.invoke(c,b)})}return N?la(ia)?ia?va?new K(va.thisDep,va.contextDep,va.propDep,function(a,b){return b.def(a.ELEMENTS,".vertCount-",a.OFFSET)}):
|
|
90722
|
+
E(function(a,b){return b.def(a.ELEMENTS,".vertCount")}):E(function(){return-1}):new K(ia.thisDep||va.thisDep,ia.contextDep||va.contextDep,ia.propDep||va.propDep,function(a,b){var c=a.ELEMENTS;return a.OFFSET?b.def(c,"?",c,".vertCount-",a.OFFSET,":-1"):b.def(c,"?",c,".vertCount:-1")}):k?new K(h.thisDep,h.contextDep,h.propDep,function(a,b){return b.def(a.shared.vao,".currentVAO?",a.shared.vao,".currentVAO.count:-1")}):null}(),m=c("instances",!1);return{elements:ia,primitive:l,count:n,instances:m,offset:va,
|
|
90723
|
+
vao:h,vaoActive:k,elementsActive:N,"static":g}}function ba(a,b){var c=a["static"],d=a.dynamic,e={};Ma.forEach(function(a){function b(N,g){if(a in c){var x=N(c[a]);e[f]=E(function(){return x})}else if(a in d){var F=d[a];e[f]=L(F,function(a,b){return g(a,b,a.invoke(b,F))})}}var f=p(a);switch(a){case "cull.enable":case "blend.enable":case "dither":case "stencil.enable":case "depth.enable":case "scissor.enable":case "polygonOffset.enable":case "sample.alpha":case "sample.enable":case "depth.mask":return b(function(a){return a},
|
|
90724
|
+
function(a,b,c){return c});case "depth.func":return b(function(a){return $a[a]},function(a,b,c){return b.def(a.constants.compareFuncs,"[",c,"]")});case "depth.range":return b(function(a){return a},function(a,b,c){a=b.def("+",c,"[0]");b=b.def("+",c,"[1]");return[a,b]});case "blend.func":return b(function(a){return[Ga["srcRGB"in a?a.srcRGB:a.src],Ga["dstRGB"in a?a.dstRGB:a.dst],Ga["srcAlpha"in a?a.srcAlpha:a.src],Ga["dstAlpha"in a?a.dstAlpha:a.dst]]},function(a,b,c){function d(a,e){return b.def('"',
|
|
90725
|
+
a,e,'" in ',c,"?",c,".",a,e,":",c,".",a)}a=a.constants.blendFuncs;var e=d("src","RGB"),f=d("dst","RGB"),e=b.def(a,"[",e,"]"),g=b.def(a,"[",d("src","Alpha"),"]"),f=b.def(a,"[",f,"]");a=b.def(a,"[",d("dst","Alpha"),"]");return[e,f,g,a]});case "blend.equation":return b(function(a){if("string"===typeof a)return[X[a],X[a]];if("object"===typeof a)return[X[a.rgb],X[a.alpha]]},function(a,b,c){var d=a.constants.blendEquations,e=b.def(),f=b.def();a=a.cond("typeof ",c,'==="string"');a.then(e,"=",f,"=",d,"[",
|
|
90726
|
+
c,"];");a["else"](e,"=",d,"[",c,".rgb];",f,"=",d,"[",c,".alpha];");b(a);return[e,f]});case "blend.color":return b(function(a){return S(4,function(b){return+a[b]})},function(a,b,c){return S(4,function(a){return b.def("+",c,"[",a,"]")})});case "stencil.mask":return b(function(a){return a|0},function(a,b,c){return b.def(c,"|0")});case "stencil.func":return b(function(a){return[$a[a.cmp||"keep"],a.ref||0,"mask"in a?a.mask:-1]},function(a,b,c){a=b.def('"cmp" in ',c,"?",a.constants.compareFuncs,"[",c,".cmp]",
|
|
90727
|
+
":",7680);var d=b.def(c,".ref|0");b=b.def('"mask" in ',c,"?",c,".mask|0:-1");return[a,d,b]});case "stencil.opFront":case "stencil.opBack":return b(function(b){return["stencil.opBack"===a?1029:1028,Ta[b.fail||"keep"],Ta[b.zfail||"keep"],Ta[b.zpass||"keep"]]},function(b,c,d){function e(a){return c.def('"',a,'" in ',d,"?",f,"[",d,".",a,"]:",7680)}var f=b.constants.stencilOps;return["stencil.opBack"===a?1029:1028,e("fail"),e("zfail"),e("zpass")]});case "polygonOffset.offset":return b(function(a){return[a.factor|
|
|
90728
|
+
0,a.units|0]},function(a,b,c){a=b.def(c,".factor|0");b=b.def(c,".units|0");return[a,b]});case "cull.face":return b(function(a){var b=0;"front"===a?b=1028:"back"===a&&(b=1029);return b},function(a,b,c){return b.def(c,'==="front"?',1028,":",1029)});case "lineWidth":return b(function(a){return a},function(a,b,c){return c});case "frontFace":return b(function(a){return zb[a]},function(a,b,c){return b.def(c+'==="cw"?2304:2305')});case "colorMask":return b(function(a){return a.map(function(a){return!!a})},
|
|
90729
|
+
function(a,b,c){return S(4,function(a){return"!!"+c+"["+a+"]"})});case "sample.coverage":return b(function(a){return["value"in a?a.value:1,!!a.invert]},function(a,b,c){a=b.def('"value" in ',c,"?+",c,".value:1");b=b.def("!!",c,".invert");return[a,b]})}});return e}function P(a,b){var c=a["static"],d=a.dynamic,e={};Object.keys(c).forEach(function(a){var b=c[a],d;if("number"===typeof b||"boolean"===typeof b)d=E(function(){return b});else if("function"===typeof b){var f=b._reglType;if("texture2d"===f||
|
|
90730
|
+
"textureCube"===f)d=E(function(a){return a.link(b)});else if("framebuffer"===f||"framebufferCube"===f)d=E(function(a){return a.link(b.color[0])})}else qa(b)&&(d=E(function(a){return a.global.def("[",S(b.length,function(a){return b[a]}),"]")}));d.value=b;e[a]=d});Object.keys(d).forEach(function(a){var b=d[a];e[a]=L(b,function(a,c){return a.invoke(c,b)})});return e}function A(a,c){var d=a["static"],e=a.dynamic,g={};Object.keys(d).forEach(function(a){var c=d[a],e=b.id(a),x=new ha;if(Sa(c))x.state=1,
|
|
90731
|
+
x.buffer=f.getBuffer(f.create(c,34962,!1,!0)),x.type=0;else{var F=f.getBuffer(c);if(F)x.state=1,x.buffer=F,x.type=0;else if("constant"in c){var h=c.constant;x.buffer="null";x.state=2;"number"===typeof h?x.x=h:Ca.forEach(function(a,b){b<h.length&&(x[a]=h[b])})}else{var F=Sa(c.buffer)?f.getBuffer(f.create(c.buffer,34962,!1,!0)):f.getBuffer(c.buffer),k=c.offset|0,l=c.stride|0,n=c.size|0,Fa=!!c.normalized,m=0;"type"in c&&(m=Ja[c.type]);c=c.divisor|0;x.buffer=F;x.state=1;x.size=n;x.normalized=Fa;x.type=
|
|
90732
|
+
m||F.dtype;x.offset=k;x.stride=l;x.divisor=c}}g[a]=E(function(a,b){var c=a.attribCache;if(e in c)return c[e];var d={isStream:!1};Object.keys(x).forEach(function(a){d[a]=x[a]});x.buffer&&(d.buffer=a.link(x.buffer),d.type=d.type||d.buffer+".dtype");return c[e]=d})});Object.keys(e).forEach(function(a){var b=e[a];g[a]=L(b,function(a,c){function d(a){c(F[a],"=",e,".",a,"|0;")}var e=a.invoke(c,b),f=a.shared,g=a.constants,x=f.isBufferArgs,f=f.buffer,F={isStream:c.def(!1)},h=new ha;h.state=1;Object.keys(h).forEach(function(a){F[a]=
|
|
90733
|
+
c.def(""+h[a])});var k=F.buffer,l=F.type;c("if(",x,"(",e,")){",F.isStream,"=true;",k,"=",f,".createStream(",34962,",",e,");",l,"=",k,".dtype;","}else{",k,"=",f,".getBuffer(",e,");","if(",k,"){",l,"=",k,".dtype;",'}else if("constant" in ',e,"){",F.state,"=",2,";","if(typeof "+e+'.constant === "number"){',F[Ca[0]],"=",e,".constant;",Ca.slice(1).map(function(a){return F[a]}).join("="),"=0;","}else{",Ca.map(function(a,b){return F[a]+"="+e+".constant.length>"+b+"?"+e+".constant["+b+"]:0;"}).join(""),"}}else{",
|
|
90734
|
+
"if(",x,"(",e,".buffer)){",k,"=",f,".createStream(",34962,",",e,".buffer);","}else{",k,"=",f,".getBuffer(",e,".buffer);","}",l,'="type" in ',e,"?",g.glTypes,"[",e,".type]:",k,".dtype;",F.normalized,"=!!",e,".normalized;");d("size");d("offset");d("stride");d("divisor");c("}}");c.exit("if(",F.isStream,"){",f,".destroyStream(",k,");","}");return F})});return g}function J(a){var b=a["static"],c=a.dynamic,d={};Object.keys(b).forEach(function(a){var c=b[a];d[a]=E(function(a,b){return"number"===typeof c||
|
|
90735
|
+
"boolean"===typeof c?""+c:a.link(c)})});Object.keys(c).forEach(function(a){var b=c[a];d[a]=L(b,function(a,c){return a.invoke(c,b)})});return d}function oa(a,b,d,e,f){function g(a){var b=l[a];b&&(m[a]=b)}var k=G(a,b),h=B(a,f),l=H(a,h,f),n=v(a,f),m=ba(a,f),q=D(a,f,k);g("viewport");g(p("scissor.box"));var t=0<Object.keys(m).length,h={framebuffer:h,draw:n,shader:q,state:m,dirty:t,scopeVAO:null,drawVAO:null,useVAO:!1,attributes:{}};h.profile=z(a,f);h.uniforms=P(d,f);h.drawVAO=h.scopeVAO=n.vao;if(!h.drawVAO&&
|
|
90736
|
+
q.program&&!k&&c.angle_instanced_arrays&&n["static"].elements){var u=!0;a=q.program.attributes.map(function(a){a=b["static"][a];u=u&&!!a;return a});if(u&&0<a.length){var $b=r.getVAO(r.createVAO({attributes:a,elements:n["static"].elements}));h.drawVAO=new K(null,null,null,function(a,b){return a.link($b)});h.useVAO=!0}}k?h.useVAO=!0:h.attributes=A(b,f);h.context=J(e,f);return h}function na(a,b,c){var d=a.shared.context,e=a.scope();Object.keys(c).forEach(function(f){b.save(d,"."+f);var g=c[f].append(a,
|
|
90737
|
+
b);Array.isArray(g)?e(d,".",f,"=[",g.join(),"];"):e(d,".",f,"=",g,";")});b(e)}function V(a,b,c,d){var e=a.shared,f=e.gl,g=e.framebuffer,h;R&&(h=b.def(e.extensions,".webgl_draw_buffers"));var k=a.constants,e=k.drawBuffer,k=k.backBuffer;a=c?c.append(a,b):b.def(g,".next");d||b("if(",a,"!==",g,".cur){");b("if(",a,"){",f,".bindFramebuffer(",36160,",",a,".framebuffer);");R&&b(h,".drawBuffersWEBGL(",e,"[",a,".colorAttachments.length]);");b("}else{",f,".bindFramebuffer(",36160,",null);");R&&b(h,".drawBuffersWEBGL(",
|
|
90738
|
+
k,");");b("}",g,".cur=",a,";");d||b("}")}function T(a,b,c){var d=a.shared,e=d.gl,f=a.current,g=a.next,h=d.current,k=d.next,l=a.cond(h,".dirty");Ma.forEach(function(b){b=p(b);if(!(b in c.state)){var d,F;if(b in g){d=g[b];F=f[b];var n=S(ta[b].length,function(a){return l.def(d,"[",a,"]")});l(a.cond(n.map(function(a,b){return a+"!=="+F+"["+b+"]"}).join("||")).then(e,".",ma[b],"(",n,");",n.map(function(a,b){return F+"["+b+"]="+a}).join(";"),";"))}else d=l.def(k,".",b),n=a.cond(d,"!==",h,".",b),l(n),b in
|
|
90739
|
+
ua?n(a.cond(d).then(e,".enable(",ua[b],");")["else"](e,".disable(",ua[b],");"),h,".",b,"=",d,";"):n(e,".",ma[b],"(",d,");",h,".",b,"=",d,";")}});0===Object.keys(c.state).length&&l(h,".dirty=false;");b(l)}function W(a,b,c,d){var e=a.shared,f=a.current,g=e.current,h=e.gl,k;yb(Object.keys(c)).forEach(function(e){var l=c[e];if(!d||d(l)){var n=l.append(a,b);if(ua[e]){var m=ua[e];la(l)?(k=a.link(n,{stable:!0}),b(a.cond(k).then(h,".enable(",m,");")["else"](h,".disable(",m,");")),b(g,".",e,"=",k,";")):(b(a.cond(n).then(h,
|
|
90740
|
+
".enable(",m,");")["else"](h,".disable(",m,");")),b(g,".",e,"=",n,";"))}else if(qa(n)){var p=f[e];b(h,".",ma[e],"(",n,");",n.map(function(a,b){return p+"["+b+"]="+a}).join(";"),";")}else la(l)?(k=a.link(n,{stable:!0}),b(h,".",ma[e],"(",k,");",g,".",e,"=",k,";")):b(h,".",ma[e],"(",n,");",g,".",e,"=",n,";")}})}function Q(a,b){sa&&(a.instancing=b.def(a.shared.extensions,".angle_instanced_arrays"))}function I(a,b,c,d,e){function f(){return"undefined"===typeof performance?"Date.now()":"performance.now()"}
|
|
90741
|
+
function h(a){t=b.def();a(t,"=",f(),";");"string"===typeof e?a(m,".count+=",e,";"):a(m,".count++;");g&&(d?(r=b.def(),a(r,"=",q,".getNumPendingQueries();")):a(q,".beginQuery(",m,");"))}function k(a){a(m,".cpuTime+=",f(),"-",t,";");g&&(d?a(q,".pushScopeStats(",r,",",q,".getNumPendingQueries(),",m,");"):a(q,".endQuery();"))}function l(a){var c=b.def(p,".profile");b(p,".profile=",a,";");b.exit(p,".profile=",c,";")}var n=a.shared,m=a.stats,p=n.current,q=n.timer;c=c.profile;var t,r;if(c){if(la(c)){c.enable?
|
|
90742
|
+
(h(b),k(b.exit),l("true")):l("false");return}c=c.append(a,b);l(c)}else c=b.def(p,".profile");n=a.block();h(n);b("if(",c,"){",n,"}");a=a.block();k(a);b.exit("if(",c,"){",a,"}")}function M(a,b,c,d,e){function f(a){switch(a){case 35664:case 35667:case 35671:return 2;case 35665:case 35668:case 35672:return 3;case 35666:case 35669:case 35673:return 4;default:return 1}}function g(c,d,e){function f(){b("if(!",m,".buffer){",n,".enableVertexAttribArray(",l,");}");var c=e.type,g;g=e.size?b.def(e.size,"||",
|
|
90743
|
+
d):d;b("if(",m,".type!==",c,"||",m,".size!==",g,"||",q.map(function(a){return m+"."+a+"!=="+e[a]}).join("||"),"){",n,".bindBuffer(",34962,",",p,".buffer);",n,".vertexAttribPointer(",[l,g,c,e.normalized,e.stride,e.offset],");",m,".type=",c,";",m,".size=",g,";",q.map(function(a){return m+"."+a+"="+e[a]+";"}).join(""),"}");sa&&(c=e.divisor,b("if(",m,".divisor!==",c,"){",a.instancing,".vertexAttribDivisorANGLE(",[l,c],");",m,".divisor=",c,";}"))}function k(){b("if(",m,".buffer){",n,".disableVertexAttribArray(",
|
|
90744
|
+
l,");",m,".buffer=null;","}if(",Ca.map(function(a,b){return m+"."+a+"!=="+aa[b]}).join("||"),"){",n,".vertexAttrib4f(",l,",",aa,");",Ca.map(function(a,b){return m+"."+a+"="+aa[b]+";"}).join(""),"}")}var n=h.gl,l=b.def(c,".location"),m=b.def(h.attributes,"[",l,"]");c=e.state;var p=e.buffer,aa=[e.x,e.y,e.z,e.w],q=["buffer","normalized","offset","stride"];1===c?f():2===c?k():(b("if(",c,"===",1,"){"),f(),b("}else{"),k(),b("}"))}var h=a.shared;d.forEach(function(d){var h=d.name,k=c.attributes[h],l;if(k){if(!e(k))return;
|
|
90745
|
+
l=k.append(a,b)}else{if(!e(Ab))return;var n=a.scopeAttrib(h);l={};Object.keys(new ha).forEach(function(a){l[a]=b.def(n,".",a)})}g(a.link(d),f(d.info.type),l)})}function U(a,c,d,e,f,g){for(var h=a.shared,k=h.gl,l,n=0;n<e.length;++n){var m=e[n],p=m.name,q=m.info.type,t=d.uniforms[p],m=a.link(m)+".location",r;if(t){if(!f(t))continue;if(la(t)){p=t.value;if(35678===q||35680===q)q=a.link(p._texture||p.color[0]._texture),c(k,".uniform1i(",m,",",q+".bind());"),c.exit(q,".unbind();");else if(35674===q||35675===
|
|
90746
|
+
q||35676===q)p=a.global.def("new Float32Array(["+Array.prototype.slice.call(p)+"])"),t=2,35675===q?t=3:35676===q&&(t=4),c(k,".uniformMatrix",t,"fv(",m,",false,",p,");");else{switch(q){case 5126:l="1f";break;case 35664:l="2f";break;case 35665:l="3f";break;case 35666:l="4f";break;case 35670:l="1i";break;case 5124:l="1i";break;case 35671:l="2i";break;case 35667:l="2i";break;case 35672:l="3i";break;case 35668:l="3i";break;case 35673:l="4i";break;case 35669:l="4i"}c(k,".uniform",l,"(",m,",",qa(p)?Array.prototype.slice.call(p):
|
|
90747
|
+
p,");")}continue}else r=t.append(a,c)}else{if(!f(Ab))continue;r=c.def(h.uniforms,"[",b.id(p),"]")}35678===q?c("if(",r,"&&",r,'._reglType==="framebuffer"){',r,"=",r,".color[0];","}"):35680===q&&c("if(",r,"&&",r,'._reglType==="framebufferCube"){',r,"=",r,".color[0];","}");p=1;switch(q){case 35678:case 35680:q=c.def(r,"._texture");c(k,".uniform1i(",m,",",q,".bind());");c.exit(q,".unbind();");continue;case 5124:case 35670:l="1i";break;case 35667:case 35671:l="2i";p=2;break;case 35668:case 35672:l="3i";
|
|
90748
|
+
p=3;break;case 35669:case 35673:l="4i";p=4;break;case 5126:l="1f";break;case 35664:l="2f";p=2;break;case 35665:l="3f";p=3;break;case 35666:l="4f";p=4;break;case 35674:l="Matrix2fv";break;case 35675:l="Matrix3fv";break;case 35676:l="Matrix4fv"}if("M"===l.charAt(0)){c(k,".uniform",l,"(",m,",");var m=Math.pow(q-35674+2,2),u=a.global.def("new Float32Array(",m,")");Array.isArray(r)?c("false,(",S(m,function(a){return u+"["+a+"]="+r[a]}),",",u,")"):c("false,(Array.isArray(",r,")||",r," instanceof Float32Array)?",
|
|
90749
|
+
r,":(",S(m,function(a){return u+"["+a+"]="+r+"["+a+"]"}),",",u,")");c(");")}else{if(1<p){for(var q=[],v=[],t=0;t<p;++t)Array.isArray(r)?v.push(r[t]):v.push(c.def(r+"["+t+"]")),g&&q.push(c.def());g&&c("if(!",a.batchId,"||",q.map(function(a,b){return a+"!=="+v[b]}).join("||"),"){",q.map(function(a,b){return a+"="+v[b]+";"}).join(""));c(k,".uniform",l,"(",m,",",v.join(","),");")}else g&&(q=c.def(),c("if(!",a.batchId,"||",q,"!==",r,"){",q,"=",r,";")),c(k,".uniform",l,"(",m,",",r,");");g&&c("}")}}}function Y(a,
|
|
90750
|
+
b,c,d){function e(f){var g=n[f];return g?g.contextDep&&d.contextDynamic||g.propDep?g.append(a,c):g.append(a,b):b.def(l,".",f)}function f(){function a(){c(u,".drawElementsInstancedANGLE(",[p,t,v,q+"<<(("+v+"-5121)>>1)",r],");")}function b(){c(u,".drawArraysInstancedANGLE(",[p,q,t,r],");")}m&&"null"!==m?y?a():(c("if(",m,"){"),a(),c("}else{"),b(),c("}")):b()}function g(){function a(){c(k+".drawElements("+[p,t,v,q+"<<(("+v+"-5121)>>1)"]+");")}function b(){c(k+".drawArrays("+[p,q,t]+");")}m&&"null"!==
|
|
90751
|
+
m?y?a():(c("if(",m,"){"),a(),c("}else{"),b(),c("}")):b()}var h=a.shared,k=h.gl,l=h.draw,n=d.draw,m=function(){var e=n.elements,f=b;if(e){if(e.contextDep&&d.contextDynamic||e.propDep)f=c;e=e.append(a,f);n.elementsActive&&f("if("+e+")"+k+".bindBuffer(34963,"+e+".buffer.buffer);")}else e=f.def(),f(e,"=",l,".","elements",";","if(",e,"){",k,".bindBuffer(",34963,",",e,".buffer.buffer);}","else if(",h.vao,".currentVAO){",e,"=",a.shared.elements+".getElements("+h.vao,".currentVAO.elements);",ja?"":"if("+
|
|
90752
|
+
e+")"+k+".bindBuffer(34963,"+e+".buffer.buffer);","}");return e}(),p=e("primitive"),q=e("offset"),t=function(){var e=n.count,f=b;if(e){if(e.contextDep&&d.contextDynamic||e.propDep)f=c;e=e.append(a,f)}else e=f.def(l,".","count");return e}();if("number"===typeof t){if(0===t)return}else c("if(",t,"){"),c.exit("}");var r,u;sa&&(r=e("instances"),u=a.instancing);var v=m+".type",y=n.elements&&la(n.elements)&&!n.vaoActive;sa&&("number"!==typeof r||0<=r)?"string"===typeof r?(c("if(",r,">0){"),f(),c("}else if(",
|
|
90753
|
+
r,"<0){"),g(),c("}")):f():g()}function xa(a,b,c,d,e){b=w();e=b.proc("body",e);sa&&(b.instancing=e.def(b.shared.extensions,".angle_instanced_arrays"));a(b,e,c,d);return b.compile().body}function da(a,b,c,d){Q(a,b);c.useVAO?c.drawVAO?b(a.shared.vao,".setVAO(",c.drawVAO.append(a,b),");"):b(a.shared.vao,".setVAO(",a.shared.vao,".targetVAO);"):(b(a.shared.vao,".setVAO(null);"),M(a,b,c,d.attributes,function(){return!0}));U(a,b,c,d.uniforms,function(){return!0},!1);Y(a,b,b,c)}function pa(a,b){var c=a.proc("draw",
|
|
90754
|
+
1);Q(a,c);na(a,c,b.context);V(a,c,b.framebuffer);T(a,c,b);W(a,c,b.state);I(a,c,b,!1,!0);var d=b.shader.progVar.append(a,c);c(a.shared.gl,".useProgram(",d,".program);");if(b.shader.program)da(a,c,b,b.shader.program);else{c(a.shared.vao,".setVAO(null);");var e=a.global.def("{}"),f=c.def(d,".id"),g=c.def(e,"[",f,"]");c(a.cond(g).then(g,".call(this,a0);")["else"](g,"=",e,"[",f,"]=",a.link(function(c){return xa(da,a,b,c,1)}),"(",d,");",g,".call(this,a0);"))}0<Object.keys(b.state).length&&c(a.shared.current,
|
|
90755
|
+
".dirty=true;");a.shared.vao&&c(a.shared.vao,".setVAO(null);")}function ga(a,b,c,d){function e(){return!0}a.batchId="a1";Q(a,b);M(a,b,c,d.attributes,e);U(a,b,c,d.uniforms,e,!1);Y(a,b,b,c)}function Ea(a,b,c,d){function e(a){return a.contextDep&&g||a.propDep}function f(a){return!e(a)}Q(a,b);var g=c.contextDep,h=b.def(),k=b.def();a.shared.props=k;a.batchId=h;var l=a.scope(),n=a.scope();b(l.entry,"for(",h,"=0;",h,"<","a1",";++",h,"){",k,"=","a0","[",h,"];",n,"}",l.exit);c.needsContext&&na(a,n,c.context);
|
|
90756
|
+
c.needsFramebuffer&&V(a,n,c.framebuffer);W(a,n,c.state,e);c.profile&&e(c.profile)&&I(a,n,c,!1,!0);d?(c.useVAO?c.drawVAO?e(c.drawVAO)?n(a.shared.vao,".setVAO(",c.drawVAO.append(a,n),");"):l(a.shared.vao,".setVAO(",c.drawVAO.append(a,l),");"):l(a.shared.vao,".setVAO(",a.shared.vao,".targetVAO);"):(l(a.shared.vao,".setVAO(null);"),M(a,l,c,d.attributes,f),M(a,n,c,d.attributes,e)),U(a,l,c,d.uniforms,f,!1),U(a,n,c,d.uniforms,e,!0),Y(a,l,n,c)):(b=a.global.def("{}"),d=c.shader.progVar.append(a,n),k=n.def(d,
|
|
90757
|
+
".id"),l=n.def(b,"[",k,"]"),n(a.shared.gl,".useProgram(",d,".program);","if(!",l,"){",l,"=",b,"[",k,"]=",a.link(function(b){return xa(ga,a,c,b,2)}),"(",d,");}",l,".call(this,a0[",h,"],",h,");"))}function Qa(a,b){function c(a){return a.contextDep&&e||a.propDep}var d=a.proc("batch",2);a.batchId="0";Q(a,d);var e=!1,f=!0;Object.keys(b.context).forEach(function(a){e=e||b.context[a].propDep});e||(na(a,d,b.context),f=!1);var g=b.framebuffer,h=!1;g?(g.propDep?e=h=!0:g.contextDep&&e&&(h=!0),h||V(a,d,g)):V(a,
|
|
90758
|
+
d,null);b.state.viewport&&b.state.viewport.propDep&&(e=!0);T(a,d,b);W(a,d,b.state,function(a){return!c(a)});b.profile&&c(b.profile)||I(a,d,b,!1,"a1");b.contextDep=e;b.needsContext=f;b.needsFramebuffer=h;f=b.shader.progVar;if(f.contextDep&&e||f.propDep)Ea(a,d,b,null);else if(f=f.append(a,d),d(a.shared.gl,".useProgram(",f,".program);"),b.shader.program)Ea(a,d,b,b.shader.program);else{d(a.shared.vao,".setVAO(null);");var g=a.global.def("{}"),h=d.def(f,".id"),k=d.def(g,"[",h,"]");d(a.cond(k).then(k,".call(this,a0,a1);")["else"](k,
|
|
90759
|
+
"=",g,"[",h,"]=",a.link(function(c){return xa(Ea,a,b,c,2)}),"(",f,");",k,".call(this,a0,a1);"))}0<Object.keys(b.state).length&&d(a.shared.current,".dirty=true;");a.shared.vao&&d(a.shared.vao,".setVAO(null);")}function ea(a,c){function d(b){var g=c.shader[b];g&&(g=g.append(a,e),isNaN(g)?e.set(f.shader,"."+b,g):e.set(f.shader,"."+b,a.link(g,{stable:!0})))}var e=a.proc("scope",3);a.batchId="a2";var f=a.shared,g=f.current;na(a,e,c.context);c.framebuffer&&c.framebuffer.append(a,e);yb(Object.keys(c.state)).forEach(function(b){var d=
|
|
90760
|
+
c.state[b],g=d.append(a,e);qa(g)?g.forEach(function(c,d){isNaN(c)?e.set(a.next[b],"["+d+"]",c):e.set(a.next[b],"["+d+"]",a.link(c,{stable:!0}))}):la(d)?e.set(f.next,"."+b,a.link(g,{stable:!0})):e.set(f.next,"."+b,g)});I(a,e,c,!0,!0);["elements","offset","count","instances","primitive"].forEach(function(b){var d=c.draw[b];d&&(d=d.append(a,e),isNaN(d)?e.set(f.draw,"."+b,d):e.set(f.draw,"."+b,a.link(d),{stable:!0}))});Object.keys(c.uniforms).forEach(function(d){var g=c.uniforms[d].append(a,e);Array.isArray(g)&&
|
|
90761
|
+
(g="["+g.map(function(b){return isNaN(b)?b:a.link(b,{stable:!0})})+"]");e.set(f.uniforms,"["+a.link(b.id(d),{stable:!0})+"]",g)});Object.keys(c.attributes).forEach(function(b){var d=c.attributes[b].append(a,e),f=a.scopeAttrib(b);Object.keys(new ha).forEach(function(a){e.set(f,"."+a,d[a])})});if(c.scopeVAO){var h=c.scopeVAO.append(a,e);isNaN(h)?e.set(f.vao,".targetVAO",h):e.set(f.vao,".targetVAO",a.link(h,{stable:!0}))}d("vert");d("frag");0<Object.keys(c.state).length&&(e(g,".dirty=true;"),e.exit(g,
|
|
90762
|
+
".dirty=true;"));e("a1(",a.shared.context,",a0,",a.batchId,");")}function fa(a){if("object"===typeof a&&!qa(a)){for(var b=Object.keys(a),c=0;c<b.length;++c)if(Z.isDynamic(a[b[c]]))return!0;return!1}}function ka(a,b,c){function d(a,b){g.forEach(function(c){var d=e[c];Z.isDynamic(d)&&(d=a.invoke(b,d),b(n,".",c,"=",d,";"))})}var e=b["static"][c];if(e&&fa(e)){var f=a.global,g=Object.keys(e),h=!1,k=!1,l=!1,n=a.global.def("{}");g.forEach(function(b){var c=e[b];if(Z.isDynamic(c))"function"===typeof c&&(c=
|
|
90763
|
+
e[b]=Z.unbox(c)),b=L(c,null),h=h||b.thisDep,l=l||b.propDep,k=k||b.contextDep;else{f(n,".",b,"=");switch(typeof c){case "number":f(c);break;case "string":f('"',c,'"');break;case "object":Array.isArray(c)&&f("[",c.join(),"]");break;default:f(a.link(c))}f(";")}});b.dynamic[c]=new Z.DynamicVariable(4,{thisDep:h,contextDep:k,propDep:l,ref:n,append:d});delete b["static"][c]}}var ha=r.Record,X={add:32774,subtract:32778,"reverse subtract":32779};c.ext_blend_minmax&&(X.min=32775,X.max=32776);var sa=c.angle_instanced_arrays,
|
|
90764
|
+
R=c.webgl_draw_buffers,ja=c.oes_vertex_array_object,ta={dirty:!0,profile:h.profile},Da={},Ma=[],ua={},ma={};y("dither",3024);y("blend.enable",3042);C("blend.color","blendColor",[0,0,0,0]);C("blend.equation","blendEquationSeparate",[32774,32774]);C("blend.func","blendFuncSeparate",[1,0,1,0]);y("depth.enable",2929,!0);C("depth.func","depthFunc",513);C("depth.range","depthRange",[0,1]);C("depth.mask","depthMask",!0);C("colorMask","colorMask",[!0,!0,!0,!0]);y("cull.enable",2884);C("cull.face","cullFace",
|
|
90765
|
+
1029);C("frontFace","frontFace",2305);C("lineWidth","lineWidth",1);y("polygonOffset.enable",32823);C("polygonOffset.offset","polygonOffset",[0,0]);y("sample.alpha",32926);y("sample.enable",32928);C("sample.coverage","sampleCoverage",[1,!1]);y("stencil.enable",2960);C("stencil.mask","stencilMask",-1);C("stencil.func","stencilFunc",[519,0,-1]);C("stencil.opFront","stencilOpSeparate",[1028,7680,7680,7680]);C("stencil.opBack","stencilOpSeparate",[1029,7680,7680,7680]);y("scissor.enable",3089);C("scissor.box",
|
|
90766
|
+
"scissor",[0,0,a.drawingBufferWidth,a.drawingBufferHeight]);C("viewport","viewport",[0,0,a.drawingBufferWidth,a.drawingBufferHeight]);var tb={gl:a,context:t,strings:b,next:Da,current:ta,draw:n,elements:e,buffer:f,shader:k,attributes:r.state,vao:r,uniforms:u,framebuffer:q,extensions:c,timer:g,isBufferArgs:Sa},Oa={primTypes:Ka,compareFuncs:$a,blendFuncs:Ga,blendEquations:X,stencilOps:Ta,glTypes:Ja,orientationType:zb};R&&(Oa.backBuffer=[1029],Oa.drawBuffer=S(d.maxDrawbuffers,function(a){return 0===a?
|
|
90767
|
+
[0]:S(a,function(a){return 36064+a})}));var ra=0;return{next:Da,current:ta,procs:function(){var a=w(),b=a.proc("poll"),e=a.proc("refresh"),f=a.block();b(f);e(f);var g=a.shared,h=g.gl,k=g.next,l=g.current;f(l,".dirty=false;");V(a,b);V(a,e,null,!0);var n;sa&&(n=a.link(sa));c.oes_vertex_array_object&&e(a.link(c.oes_vertex_array_object),".bindVertexArrayOES(null);");var g=e.def(g.attributes),m=e.def(0),p=a.cond(m,".buffer");p.then(h,".enableVertexAttribArray(i);",h,".bindBuffer(",34962,",",m,".buffer.buffer);",
|
|
90768
|
+
h,".vertexAttribPointer(i,",m,".size,",m,".type,",m,".normalized,",m,".stride,",m,".offset);")["else"](h,".disableVertexAttribArray(i);",h,".vertexAttrib4f(i,",m,".x,",m,".y,",m,".z,",m,".w);",m,".buffer=null;");var q=a.link(d.maxAttributes,{stable:!0});e("for(var i=0;i<",q,";++i){",m,"=",g,"[i];",p,"}");sa&&e("for(var i=0;i<",q,";++i){",n,".vertexAttribDivisorANGLE(i,",g,"[i].divisor);","}");e(a.shared.vao,".currentVAO=null;",a.shared.vao,".setVAO(",a.shared.vao,".targetVAO);");Object.keys(ua).forEach(function(c){var d=
|
|
90769
|
+
ua[c],g=f.def(k,".",c),n=a.block();n("if(",g,"){",h,".enable(",d,")}else{",h,".disable(",d,")}",l,".",c,"=",g,";");e(n);b("if(",g,"!==",l,".",c,"){",n,"}")});Object.keys(ma).forEach(function(c){var d=ma[c],g=ta[c],n,m,p=a.block();p(h,".",d,"(");qa(g)?(d=g.length,n=a.global.def(k,".",c),m=a.global.def(l,".",c),p(S(d,function(a){return n+"["+a+"]"}),");",S(d,function(a){return m+"["+a+"]="+n+"["+a+"];"}).join("")),b("if(",S(d,function(a){return n+"["+a+"]!=="+m+"["+a+"]"}).join("||"),"){",p,"}")):(n=
|
|
90770
|
+
f.def(k,".",c),m=f.def(l,".",c),p(n,");",l,".",c,"=",n,";"),b("if(",n,"!==",m,"){",p,"}"));e(p)});return a.compile()}(),compile:function(a,b,c,d,e){var f=w();f.stats=f.link(e);Object.keys(b["static"]).forEach(function(a){ka(f,b,a)});ac.forEach(function(b){ka(f,a,b)});var g=oa(a,b,c,d,f);g.shader.program&&(g.shader.program.attributes.sort(function(a,b){return a.name<b.name?-1:1}),g.shader.program.uniforms.sort(function(a,b){return a.name<b.name?-1:1}));pa(f,g);ea(f,g);Qa(f,g);return O(f.compile(),
|
|
90771
|
+
{destroy:function(){g.shader.program.destroy()}})}}}function Bb(a,b){for(var c=0;c<a.length;++c)if(a[c]===b)return c;return-1}var O=function(a,b){for(var c=Object.keys(b),d=0;d<c.length;++d)a[c[d]]=b[c[d]];return a},Db=0,Z={DynamicVariable:da,define:function(a,b){return new da(a,bb(b+""))},isDynamic:function(a){return"function"===typeof a&&!a._reglType||a instanceof da},unbox:cb,accessor:bb},ab={next:"function"===typeof requestAnimationFrame?function(a){return requestAnimationFrame(a)}:function(a){return setTimeout(a,
|
|
90772
|
+
16)},cancel:"function"===typeof cancelAnimationFrame?function(a){return cancelAnimationFrame(a)}:clearTimeout},Cb="undefined"!==typeof performance&&performance.now?function(){return performance.now()}:function(){return+new Date},B=gb();B.zero=gb();var bc=function(a,b){var c=1;b.ext_texture_filter_anisotropic&&(c=a.getParameter(34047));var d=1,f=1;b.webgl_draw_buffers&&(d=a.getParameter(34852),f=a.getParameter(36063));var e=!!b.oes_texture_float;if(e){e=a.createTexture();a.bindTexture(3553,e);a.texImage2D(3553,
|
|
90773
|
+
0,6408,1,1,0,6408,5126,null);var m=a.createFramebuffer();a.bindFramebuffer(36160,m);a.framebufferTexture2D(36160,36064,3553,e,0);a.bindTexture(3553,null);if(36053!==a.checkFramebufferStatus(36160))e=!1;else{a.viewport(0,0,1,1);a.clearColor(1,0,0,1);a.clear(16384);var q=B.allocType(5126,4);a.readPixels(0,0,1,1,6408,5126,q);a.getError()?e=!1:(a.deleteFramebuffer(m),a.deleteTexture(e),e=1===q[0]);B.freeType(q)}}q=!0;"undefined"!==typeof navigator&&(/MSIE/.test(navigator.userAgent)||/Trident\//.test(navigator.appVersion)||
|
|
90774
|
+
/Edge/.test(navigator.userAgent))||(q=a.createTexture(),m=B.allocType(5121,36),a.activeTexture(33984),a.bindTexture(34067,q),a.texImage2D(34069,0,6408,3,3,0,6408,5121,m),B.freeType(m),a.bindTexture(34067,null),a.deleteTexture(q),q=!a.getError());return{colorBits:[a.getParameter(3410),a.getParameter(3411),a.getParameter(3412),a.getParameter(3413)],depthBits:a.getParameter(3414),stencilBits:a.getParameter(3415),subpixelBits:a.getParameter(3408),extensions:Object.keys(b).filter(function(a){return!!b[a]}),
|
|
90775
|
+
maxAnisotropic:c,maxDrawbuffers:d,maxColorAttachments:f,pointSizeDims:a.getParameter(33901),lineWidthDims:a.getParameter(33902),maxViewportDims:a.getParameter(3386),maxCombinedTextureUnits:a.getParameter(35661),maxCubeMapSize:a.getParameter(34076),maxRenderbufferSize:a.getParameter(34024),maxTextureUnits:a.getParameter(34930),maxTextureSize:a.getParameter(3379),maxAttributes:a.getParameter(34921),maxVertexUniforms:a.getParameter(36347),maxVertexTextureUnits:a.getParameter(35660),maxVaryingVectors:a.getParameter(36348),
|
|
90776
|
+
maxFragmentUniforms:a.getParameter(36349),glsl:a.getParameter(35724),renderer:a.getParameter(7937),vendor:a.getParameter(7936),version:a.getParameter(7938),readFloat:e,npotTextureCube:q}},P=function(a){return a instanceof Uint8Array||a instanceof Uint16Array||a instanceof Uint32Array||a instanceof Int8Array||a instanceof Int16Array||a instanceof Int32Array||a instanceof Float32Array||a instanceof Float64Array||a instanceof Uint8ClampedArray},T=function(a){return Object.keys(a).map(function(b){return a[b]})},
|
|
90777
|
+
Pa={shape:function(a){for(var b=[];a.length;a=a[0])b.push(a.length);return b},flatten:function(a,b,c,d){var f=1;if(b.length)for(var e=0;e<b.length;++e)f*=b[e];else f=0;c=d||B.allocType(c,f);switch(b.length){case 0:break;case 1:d=b[0];for(b=0;b<d;++b)c[b]=a[b];break;case 2:d=b[0];b=b[1];for(e=f=0;e<d;++e)for(var m=a[e],q=0;q<b;++q)c[f++]=m[q];break;case 3:hb(a,b[0],b[1],b[2],c,0);break;default:ib(a,b,0,c,0)}return c}},Ia={"[object Int8Array]":5120,"[object Int16Array]":5122,"[object Int32Array]":5124,
|
|
90778
|
+
"[object Uint8Array]":5121,"[object Uint8ClampedArray]":5121,"[object Uint16Array]":5123,"[object Uint32Array]":5125,"[object Float32Array]":5126,"[object Float64Array]":5121,"[object ArrayBuffer]":5121},Ja={int8:5120,int16:5122,int32:5124,uint8:5121,uint16:5123,uint32:5125,"float":5126,float32:5126},mb={dynamic:35048,stream:35040,"static":35044},Ua=Pa.flatten,lb=Pa.shape,ja=[];ja[5120]=1;ja[5122]=2;ja[5124]=4;ja[5121]=1;ja[5123]=2;ja[5125]=4;ja[5126]=4;var Ka={points:0,point:0,lines:1,line:1,triangles:4,
|
|
90779
|
+
triangle:4,"line loop":2,"line strip":3,"triangle strip":5,"triangle fan":6},pb=new Float32Array(1),Lb=new Uint32Array(pb.buffer),Pb=[9984,9986,9985,9987],Na=[0,6409,6410,6407,6408],U={};U[6409]=U[6406]=U[6402]=1;U[34041]=U[6410]=2;U[6407]=U[35904]=3;U[6408]=U[35906]=4;var Wa=ra("HTMLCanvasElement"),Xa=ra("OffscreenCanvas"),ub=ra("CanvasRenderingContext2D"),vb=ra("ImageBitmap"),wb=ra("HTMLImageElement"),xb=ra("HTMLVideoElement"),Mb=Object.keys(Ia).concat([Wa,Xa,ub,vb,wb,xb]),ya=[];ya[5121]=1;ya[5126]=
|
|
90780
|
+
4;ya[36193]=2;ya[5123]=2;ya[5125]=4;var G=[];G[32854]=2;G[32855]=2;G[36194]=2;G[34041]=4;G[33776]=.5;G[33777]=.5;G[33778]=1;G[33779]=1;G[35986]=.5;G[35987]=1;G[34798]=1;G[35840]=.5;G[35841]=.25;G[35842]=.5;G[35843]=.25;G[36196]=.5;var M=[];M[32854]=2;M[32855]=2;M[36194]=2;M[33189]=2;M[36168]=1;M[34041]=4;M[35907]=4;M[34836]=16;M[34842]=8;M[34843]=6;var cc=function(a,b,c,d,f){function e(a){this.id=r++;this.refCount=1;this.renderbuffer=a;this.format=32854;this.height=this.width=0;f.profile&&(this.stats=
|
|
90781
|
+
{size:0})}function m(b){var c=b.renderbuffer;a.bindRenderbuffer(36161,null);a.deleteRenderbuffer(c);b.renderbuffer=null;b.refCount=0;delete k[b.id];d.renderbufferCount--}var q={rgba4:32854,rgb565:36194,"rgb5 a1":32855,depth:33189,stencil:36168,"depth stencil":34041};b.ext_srgb&&(q.srgba=35907);b.ext_color_buffer_half_float&&(q.rgba16f=34842,q.rgb16f=34843);b.webgl_color_buffer_float&&(q.rgba32f=34836);var u=[];Object.keys(q).forEach(function(a){u[q[a]]=a});var r=0,k={};e.prototype.decRef=function(){0>=
|
|
90782
|
+
--this.refCount&&m(this)};f.profile&&(d.getTotalRenderbufferSize=function(){var a=0;Object.keys(k).forEach(function(b){a+=k[b].stats.size});return a});return{create:function(b,c){function g(b,c){var d=0,e=0,k=32854;"object"===typeof b&&b?("shape"in b?(e=b.shape,d=e[0]|0,e=e[1]|0):("radius"in b&&(d=e=b.radius|0),"width"in b&&(d=b.width|0),"height"in b&&(e=b.height|0)),"format"in b&&(k=q[b.format])):"number"===typeof b?(d=b|0,e="number"===typeof c?c|0:d):b||(d=e=1);if(d!==l.width||e!==l.height||k!==
|
|
90783
|
+
l.format)return g.width=l.width=d,g.height=l.height=e,l.format=k,a.bindRenderbuffer(36161,l.renderbuffer),a.renderbufferStorage(36161,k,d,e),f.profile&&(l.stats.size=M[l.format]*l.width*l.height),g.format=u[l.format],g}var l=new e(a.createRenderbuffer());k[l.id]=l;d.renderbufferCount++;g(b,c);g.resize=function(b,c){var d=b|0,e=c|0||d;if(d===l.width&&e===l.height)return g;g.width=l.width=d;g.height=l.height=e;a.bindRenderbuffer(36161,l.renderbuffer);a.renderbufferStorage(36161,l.format,d,e);f.profile&&
|
|
90784
|
+
(l.stats.size=M[l.format]*l.width*l.height);return g};g._reglType="renderbuffer";g._renderbuffer=l;f.profile&&(g.stats=l.stats);g.destroy=function(){l.decRef()};return g},clear:function(){T(k).forEach(m)},restore:function(){T(k).forEach(function(b){b.renderbuffer=a.createRenderbuffer();a.bindRenderbuffer(36161,b.renderbuffer);a.renderbufferStorage(36161,b.format,b.width,b.height)});a.bindRenderbuffer(36161,null)}}},Ya=[];Ya[6408]=4;Ya[6407]=3;var Ra=[];Ra[5121]=1;Ra[5126]=4;Ra[36193]=2;var Vb=[1116352408,
|
|
90785
|
+
1899447441,-1245643825,-373957723,961987163,1508970993,-1841331548,-1424204075,-670586216,310598401,607225278,1426881987,1925078388,-2132889090,-1680079193,-1046744716,-459576895,-272742522,264347078,604807628,770255983,1249150122,1555081692,1996064986,-1740746414,-1473132947,-1341970488,-1084653625,-958395405,-710438585,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,-2117940946,-1838011259,-1564481375,-1474664885,-1035236496,-949202525,-778901479,-694614492,-200395387,
|
|
90786
|
+
275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,-2067236844,-1933114872,-1866530822,-1538233109,-1090935817,-965641998],Ca=["x","y","z","w"],ac="blend.func blend.equation stencil.func stencil.opFront stencil.opBack sample.coverage viewport scissor.box polygonOffset.offset".split(" "),Ga={0:0,1:1,zero:0,one:1,"src color":768,"one minus src color":769,"src alpha":770,"one minus src alpha":771,"dst color":774,"one minus dst color":775,
|
|
90787
|
+
"dst alpha":772,"one minus dst alpha":773,"constant color":32769,"one minus constant color":32770,"constant alpha":32771,"one minus constant alpha":32772,"src alpha saturate":776},$a={never:512,less:513,"<":513,equal:514,"=":514,"==":514,"===":514,lequal:515,"<=":515,greater:516,">":516,notequal:517,"!=":517,"!==":517,gequal:518,">=":518,always:519},Ta={0:0,zero:0,keep:7680,replace:7681,increment:7682,decrement:7683,"increment wrap":34055,"decrement wrap":34056,invert:5386},zb={cw:2304,ccw:2305},
|
|
90788
|
+
Ab=new K(!1,!1,!1,function(){}),dc=function(a,b){function c(){this.endQueryIndex=this.startQueryIndex=-1;this.sum=0;this.stats=null}function d(a,b,d){var e=m.pop()||new c;e.startQueryIndex=a;e.endQueryIndex=b;e.sum=0;e.stats=d;q.push(e)}if(!b.ext_disjoint_timer_query)return null;var f=[],e=[],m=[],q=[],u=[],r=[];return{beginQuery:function(a){var c=f.pop()||b.ext_disjoint_timer_query.createQueryEXT();b.ext_disjoint_timer_query.beginQueryEXT(35007,c);e.push(c);d(e.length-1,e.length,a)},endQuery:function(){b.ext_disjoint_timer_query.endQueryEXT(35007)},
|
|
90789
|
+
pushScopeStats:d,update:function(){var a,c;a=e.length;if(0!==a){r.length=Math.max(r.length,a+1);u.length=Math.max(u.length,a+1);u[0]=0;var d=r[0]=0;for(c=a=0;c<e.length;++c){var g=e[c];b.ext_disjoint_timer_query.getQueryObjectEXT(g,34919)?(d+=b.ext_disjoint_timer_query.getQueryObjectEXT(g,34918),f.push(g)):e[a++]=g;u[c+1]=d;r[c+1]=a}e.length=a;for(c=a=0;c<q.length;++c){var d=q[c],l=d.startQueryIndex,g=d.endQueryIndex;d.sum+=u[g]-u[l];l=r[l];g=r[g];g===l?(d.stats.gpuTime+=d.sum/1E6,m.push(d)):(d.startQueryIndex=
|
|
90790
|
+
l,d.endQueryIndex=g,q[a++]=d)}q.length=a}},getNumPendingQueries:function(){return e.length},clear:function(){f.push.apply(f,e);for(var a=0;a<f.length;a++)b.ext_disjoint_timer_query.deleteQueryEXT(f[a]);e.length=0;f.length=0},restore:function(){e.length=0;f.length=0}}};return function(a){function b(){if(0===I.length)z&&z.update(),R=null;else{R=ab.next(b);k();for(var a=I.length-1;0<=a;--a){var c=I[a];c&&c(D,null,0)}g.flush();z&&z.update()}}function c(){!R&&0<I.length&&(R=ab.next(b))}function d(){R&&
|
|
90791
|
+
(ab.cancel(b),R=null)}function f(a){a.preventDefault();d();S.forEach(function(a){a()})}function e(a){g.getError();h.restore();J.restore();G.restore();L.restore();P.restore();V.restore();A.restore();z&&z.restore();M.procs.refresh();c();T.forEach(function(a){a()})}function m(a){function b(a,c){var d={},e={};Object.keys(a).forEach(function(b){var f=a[b];if(Z.isDynamic(f))e[b]=Z.unbox(f,b);else{if(c&&Array.isArray(f))for(var g=0;g<f.length;++g)if(Z.isDynamic(f[g])){e[b]=Z.unbox(f,b);return}d[b]=f}});
|
|
90792
|
+
return{dynamic:e,"static":d}}function c(a){for(;n.length<a;)n.push(null);return n}var d=b(a.context||{},!0),e=b(a.uniforms||{},!0),f=b(a.attributes||{},!1);a=b(function(a){function b(a){if(a in c){var d=c[a];delete c[a];Object.keys(d).forEach(function(b){c[a+"."+b]=d[b]})}}var c=O({},a);delete c.uniforms;delete c.attributes;delete c.context;delete c.vao;"stencil"in c&&c.stencil.op&&(c.stencil.opBack=c.stencil.opFront=c.stencil.op,delete c.stencil.op);b("blend");b("depth");b("cull");b("stencil");b("polygonOffset");
|
|
90793
|
+
b("scissor");b("sample");"vao"in a&&(c.vao=a.vao);return c}(a),!1);var g={gpuTime:0,cpuTime:0,count:0},h=M.compile(a,f,e,d,g),k=h.draw,l=h.batch,m=h.scope,n=[];return O(function(a,b){var d;if("function"===typeof a)return m.call(this,null,a,0);if("function"===typeof b)if("number"===typeof a)for(d=0;d<a;++d)m.call(this,null,b,d);else if(Array.isArray(a))for(d=0;d<a.length;++d)m.call(this,a[d],b,d);else return m.call(this,a,b,0);else if("number"===typeof a){if(0<a)return l.call(this,c(a|0),a|0)}else if(Array.isArray(a)){if(a.length)return l.call(this,
|
|
90794
|
+
a,a.length)}else return k.call(this,a)},{stats:g,destroy:function(){h.destroy()}})}function q(a,b){var c=0;M.procs.poll();var d=b.color;d&&(g.clearColor(+d[0]||0,+d[1]||0,+d[2]||0,+d[3]||0),c|=16384);"depth"in b&&(g.clearDepth(+b.depth),c|=256);"stencil"in b&&(g.clearStencil(b.stencil|0),c|=1024);g.clear(c)}function u(a){I.push(a);c();return{cancel:function(){function b(){var a=Bb(I,b);I[a]=I[I.length-1];--I.length;0>=I.length&&d()}var c=Bb(I,a);I[c]=b}}}function r(){var a=W.viewport,b=W.scissor_box;
|
|
90795
|
+
a[0]=a[1]=b[0]=b[1]=0;D.viewportWidth=D.framebufferWidth=D.drawingBufferWidth=a[2]=b[2]=g.drawingBufferWidth;D.viewportHeight=D.framebufferHeight=D.drawingBufferHeight=a[3]=b[3]=g.drawingBufferHeight}function k(){D.tick+=1;D.time=t();r();M.procs.poll()}function n(){L.refresh();r();M.procs.refresh();z&&z.update()}function t(){return(Cb()-E)/1E3}a=Hb(a);if(!a)return null;var g=a.gl,l=g.getContextAttributes();g.isContextLost();var h=Ib(g,a);if(!h)return null;var p=Eb(),y={vaoCount:0,bufferCount:0,elementsCount:0,
|
|
90796
|
+
framebufferCount:0,shaderCount:0,textureCount:0,cubeCount:0,renderbufferCount:0,maxTextureUnits:0},C=a.cachedCode||{},w=h.extensions,z=dc(g,w),E=Cb(),B=g.drawingBufferWidth,H=g.drawingBufferHeight,D={tick:0,time:0,viewportWidth:B,viewportHeight:H,framebufferWidth:B,framebufferHeight:H,drawingBufferWidth:B,drawingBufferHeight:H,pixelRatio:a.pixelRatio},B={elements:null,primitive:4,count:-1,offset:0,instances:-1},v=bc(g,w),G=Jb(g,y,a,function(a){return A.destroyBuffer(a)}),K=Kb(g,w,G,y),A=Rb(g,w,v,
|
|
90797
|
+
y,G,K,B),J=Sb(g,p,y,a),L=Nb(g,w,v,function(){M.procs.poll()},D,y,a),P=cc(g,w,v,y,a),V=Qb(g,w,v,L,P,y),M=Zb(g,p,w,v,G,K,L,V,{},A,J,B,D,z,C,a),p=Tb(g,V,M.procs.poll,D,l,w,v),W=M.next,Q=g.canvas,I=[],S=[],T=[],U=[a.onDestroy],R=null;Q&&(Q.addEventListener("webglcontextlost",f,!1),Q.addEventListener("webglcontextrestored",e,!1));var Y=V.setFBO=m({framebuffer:Z.define.call(null,1,"framebuffer")});n();l=O(m,{clear:function(a){if("framebuffer"in a)if(a.framebuffer&&"framebufferCube"===a.framebuffer_reglType)for(var b=
|
|
90798
|
+
0;6>b;++b)Y(O({framebuffer:a.framebuffer.faces[b]},a),q);else Y(a,q);else q(null,a)},prop:Z.define.bind(null,1),context:Z.define.bind(null,2),"this":Z.define.bind(null,3),draw:m({}),buffer:function(a){return G.create(a,34962,!1,!1)},elements:function(a){return K.create(a,!1)},texture:L.create2D,cube:L.createCube,renderbuffer:P.create,framebuffer:V.create,framebufferCube:V.createCube,vao:A.createVAO,attributes:l,frame:u,on:function(a,b){var c;switch(a){case "frame":return u(b);case "lost":c=S;break;
|
|
90799
|
+
case "restore":c=T;break;case "destroy":c=U}c.push(b);return{cancel:function(){for(var a=0;a<c.length;++a)if(c[a]===b){c[a]=c[c.length-1];c.pop();break}}}},limits:v,hasExtension:function(a){return 0<=v.extensions.indexOf(a.toLowerCase())},read:p,destroy:function(){I.length=0;d();Q&&(Q.removeEventListener("webglcontextlost",f),Q.removeEventListener("webglcontextrestored",e));J.clear();V.clear();P.clear();A.clear();L.clear();K.clear();G.clear();z&&z.clear();U.forEach(function(a){a()})},_gl:g,_refresh:n,
|
|
90800
|
+
poll:function(){k();z&&z.update()},now:t,stats:y,getCachedCode:function(){return C},preloadCachedCode:function(a){Object.entries(a).forEach(function(a){C[a[0]]=a[1]})}});a.onDone(null,l);return l}});
|
|
90795
90801
|
|
|
90796
90802
|
},{}],284:[function(_dereq_,module,exports){
|
|
90797
90803
|
/* eslint-disable node/no-deprecated-api */
|
|
@@ -110219,7 +110225,7 @@ drawing.setTextPointsScale = function(selection, xScale, yScale) {
|
|
|
110219
110225
|
});
|
|
110220
110226
|
};
|
|
110221
110227
|
|
|
110222
|
-
},{"../../components/fx/helpers":402,"../../constants/alignment":471,"../../constants/interactions":478,"../../constants/xmlns_namespaces":480,"../../lib":503,"../../lib/svg_text_utils":529,"../../registry":638,"../../traces/scatter/make_bubble_size_func":
|
|
110228
|
+
},{"../../components/fx/helpers":402,"../../constants/alignment":471,"../../constants/interactions":478,"../../constants/xmlns_namespaces":480,"../../lib":503,"../../lib/svg_text_utils":529,"../../registry":638,"../../traces/scatter/make_bubble_size_func":944,"../../traces/scatter/subtypes":952,"../color":366,"../colorscale":378,"./symbol_defs":389,"@plotly/d3":58,"fast-isnumeric":190,"tinycolor2":312}],389:[function(_dereq_,module,exports){
|
|
110223
110229
|
'use strict';
|
|
110224
110230
|
|
|
110225
110231
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -111318,7 +111324,7 @@ function errorCoords(d, xa, ya) {
|
|
|
111318
111324
|
return out;
|
|
111319
111325
|
}
|
|
111320
111326
|
|
|
111321
|
-
},{"../../traces/scatter/subtypes":
|
|
111327
|
+
},{"../../traces/scatter/subtypes":952,"../drawing":388,"@plotly/d3":58,"fast-isnumeric":190}],396:[function(_dereq_,module,exports){
|
|
111322
111328
|
'use strict';
|
|
111323
111329
|
|
|
111324
111330
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -117281,7 +117287,7 @@ function dimAttr(v, dflt, max) {
|
|
|
117281
117287
|
return v;
|
|
117282
117288
|
}
|
|
117283
117289
|
|
|
117284
|
-
},{"../../lib":503,"../../registry":638,"../../traces/pie/helpers":
|
|
117290
|
+
},{"../../lib":503,"../../registry":638,"../../traces/pie/helpers":906,"../../traces/pie/style_one":912,"../../traces/scatter/subtypes":952,"../color":366,"../colorscale/helpers":377,"../drawing":388,"./constants":417,"@plotly/d3":58}],425:[function(_dereq_,module,exports){
|
|
117285
117291
|
'use strict';
|
|
117286
117292
|
|
|
117287
117293
|
var constants = _dereq_('./constants');
|
|
@@ -118515,7 +118521,7 @@ function fillCustomButton(customButtons) {
|
|
|
118515
118521
|
return customButtons;
|
|
118516
118522
|
}
|
|
118517
118523
|
|
|
118518
|
-
},{"../../plots/cartesian/axis_ids":558,"../../registry":638,"../../traces/scatter/subtypes":
|
|
118524
|
+
},{"../../plots/cartesian/axis_ids":558,"../../registry":638,"../../traces/scatter/subtypes":952,"../fx/helpers":402,"./buttons":426,"./constants":427,"./modebar":431}],431:[function(_dereq_,module,exports){
|
|
118519
118525
|
'use strict';
|
|
118520
118526
|
|
|
118521
118527
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -118858,7 +118864,7 @@ function createModeBar(gd, buttons) {
|
|
|
118858
118864
|
|
|
118859
118865
|
module.exports = createModeBar;
|
|
118860
118866
|
|
|
118861
|
-
},{"../../fonts/ploticon":482,"../../lib":503,"../../version":
|
|
118867
|
+
},{"../../fonts/ploticon":482,"../../lib":503,"../../version":1123,"@plotly/d3":58,"fast-isnumeric":190}],432:[function(_dereq_,module,exports){
|
|
118862
118868
|
'use strict';
|
|
118863
118869
|
|
|
118864
118870
|
var fontAttrs = _dereq_('../../plots/font_attributes');
|
|
@@ -120450,7 +120456,7 @@ module.exports = templatedArray('shape', {
|
|
|
120450
120456
|
editType: 'arraydraw'
|
|
120451
120457
|
});
|
|
120452
120458
|
|
|
120453
|
-
},{"../../constants/axis_placeable_objects":472,"../../lib/extend":493,"../../plot_api/plot_template":543,"../../traces/scatter/attributes":
|
|
120459
|
+
},{"../../constants/axis_placeable_objects":472,"../../lib/extend":493,"../../plot_api/plot_template":543,"../../traces/scatter/attributes":927,"../annotations/attributes":349,"../drawing/attributes":387}],447:[function(_dereq_,module,exports){
|
|
120454
120460
|
'use strict';
|
|
120455
120461
|
|
|
120456
120462
|
var Lib = _dereq_('../../lib');
|
|
@@ -125640,7 +125646,7 @@ exports.Fx = {
|
|
|
125640
125646
|
exports.Snapshot = _dereq_('./snapshot');
|
|
125641
125647
|
exports.PlotSchema = _dereq_('./plot_api/plot_schema');
|
|
125642
125648
|
|
|
125643
|
-
},{"../build/plotcss":1,"./components/annotations":357,"./components/annotations3d":362,"./components/colorbar":372,"./components/colorscale":378,"./components/errorbars":394,"./components/fx":406,"./components/grid":410,"./components/images":415,"./components/legend":423,"./components/modebar":429,"./components/rangeselector":437,"./components/rangeslider":444,"./components/shapes":458,"./components/sliders":463,"./components/updatemenus":469,"./fonts/ploticon":482,"./locale-en":534,"./locale-en-us":533,"./plot_api":538,"./plot_api/plot_schema":542,"./plots/plots":619,"./registry":638,"./snapshot":643,"./traces/scatter":
|
|
125649
|
+
},{"../build/plotcss":1,"./components/annotations":357,"./components/annotations3d":362,"./components/colorbar":372,"./components/colorscale":378,"./components/errorbars":394,"./components/fx":406,"./components/grid":410,"./components/images":415,"./components/legend":423,"./components/modebar":429,"./components/rangeselector":437,"./components/rangeslider":444,"./components/shapes":458,"./components/sliders":463,"./components/updatemenus":469,"./fonts/ploticon":482,"./locale-en":534,"./locale-en-us":533,"./plot_api":538,"./plot_api/plot_schema":542,"./plots/plots":619,"./registry":638,"./snapshot":643,"./traces/scatter":939,"./version":1123,"native-promise-only":245}],482:[function(_dereq_,module,exports){
|
|
125644
125650
|
'use strict';
|
|
125645
125651
|
|
|
125646
125652
|
module.exports = {
|
|
@@ -131303,12 +131309,15 @@ var createRegl = _dereq_('regl');
|
|
|
131303
131309
|
*
|
|
131304
131310
|
* @return {boolean} true if all createRegl calls succeeded, false otherwise
|
|
131305
131311
|
*/
|
|
131306
|
-
module.exports = function prepareRegl(gd, extensions) {
|
|
131312
|
+
module.exports = function prepareRegl(gd, extensions, reglPrecompiled) {
|
|
131307
131313
|
var fullLayout = gd._fullLayout;
|
|
131308
131314
|
var success = true;
|
|
131309
131315
|
|
|
131310
131316
|
fullLayout._glcanvas.each(function(d) {
|
|
131311
|
-
if(d.regl)
|
|
131317
|
+
if(d.regl) {
|
|
131318
|
+
d.regl.preloadCachedCode(reglPrecompiled);
|
|
131319
|
+
return;
|
|
131320
|
+
}
|
|
131312
131321
|
// only parcoords needs pick layer
|
|
131313
131322
|
if(d.pick && !fullLayout._has('parcoords')) return;
|
|
131314
131323
|
|
|
@@ -131320,7 +131329,8 @@ module.exports = function prepareRegl(gd, extensions) {
|
|
|
131320
131329
|
preserveDrawingBuffer: true
|
|
131321
131330
|
},
|
|
131322
131331
|
pixelRatio: gd._context.plotGlPixelRatio || global.devicePixelRatio,
|
|
131323
|
-
extensions: extensions || []
|
|
131332
|
+
extensions: extensions || [],
|
|
131333
|
+
cachedCode: reglPrecompiled || {}
|
|
131324
131334
|
});
|
|
131325
131335
|
} catch(e) {
|
|
131326
131336
|
success = false;
|
|
@@ -140881,7 +140891,7 @@ function toImage(gd, opts) {
|
|
|
140881
140891
|
|
|
140882
140892
|
module.exports = toImage;
|
|
140883
140893
|
|
|
140884
|
-
},{"../lib":503,"../plots/plots":619,"../snapshot/helpers":642,"../snapshot/svgtoimg":644,"../snapshot/tosvg":646,"../version":
|
|
140894
|
+
},{"../lib":503,"../plots/plots":619,"../snapshot/helpers":642,"../snapshot/svgtoimg":644,"../snapshot/tosvg":646,"../version":1123,"./plot_api":540,"fast-isnumeric":190}],547:[function(_dereq_,module,exports){
|
|
140885
140895
|
'use strict';
|
|
140886
140896
|
|
|
140887
140897
|
var Lib = _dereq_('../lib');
|
|
@@ -157682,7 +157692,7 @@ proto.hoverFormatter = function(axisName, val) {
|
|
|
157682
157692
|
return Axes.tickText(axis, axis.c2l(val), 'hover').text;
|
|
157683
157693
|
};
|
|
157684
157694
|
|
|
157685
|
-
},{"../../../stackgl_modules":
|
|
157695
|
+
},{"../../../stackgl_modules":1124,"../../components/dragelement/helpers":384,"../../components/fx":406,"../../lib/show_no_webgl_msg":525,"../../plots/cartesian/axes":554,"../../registry":638,"../cartesian/autorange":553,"../cartesian/constants":561,"../cartesian/constraints":562,"./camera":594,"./convert":595,"webgl-context":331}],598:[function(_dereq_,module,exports){
|
|
157686
157696
|
'use strict';
|
|
157687
157697
|
|
|
157688
157698
|
var overrideAll = _dereq_('../../plot_api/edit_types').overrideAll;
|
|
@@ -159730,7 +159740,7 @@ proto.make4thDimension = function() {
|
|
|
159730
159740
|
|
|
159731
159741
|
module.exports = Scene;
|
|
159732
159742
|
|
|
159733
|
-
},{"../../../stackgl_modules":
|
|
159743
|
+
},{"../../../stackgl_modules":1124,"../../components/fx":406,"../../lib":503,"../../lib/show_no_webgl_msg":525,"../../lib/str2rgbarray":528,"../../plots/cartesian/axes":554,"../../registry":638,"./layout/convert":602,"./layout/spikes":605,"./layout/tick_marks":606,"./project":607,"has-passive-events":229,"webgl-context":331}],609:[function(_dereq_,module,exports){
|
|
159734
159744
|
'use strict';
|
|
159735
159745
|
|
|
159736
159746
|
module.exports = function zip3(x, y, z, len) {
|
|
@@ -161035,7 +161045,7 @@ attrs.uirevision = {
|
|
|
161035
161045
|
editType: 'none',
|
|
161036
161046
|
};
|
|
161037
161047
|
|
|
161038
|
-
},{"../../components/color":366,"../../lib":503,"../../plot_api/edit_types":536,"../../plot_api/plot_template":543,"../../traces/scatter/attributes":
|
|
161048
|
+
},{"../../components/color":366,"../../lib":503,"../../plot_api/edit_types":536,"../../plot_api/plot_template":543,"../../traces/scatter/attributes":927,"../domain":584,"../font_attributes":585,"./constants":611}],616:[function(_dereq_,module,exports){
|
|
161039
161049
|
'use strict';
|
|
161040
161050
|
|
|
161041
161051
|
var Lib = _dereq_('../../lib');
|
|
@@ -171082,7 +171092,7 @@ module.exports = {
|
|
|
171082
171092
|
}
|
|
171083
171093
|
};
|
|
171084
171094
|
|
|
171085
|
-
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
171095
|
+
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"../scatter/attributes":927,"./constants":650}],649:[function(_dereq_,module,exports){
|
|
171086
171096
|
'use strict';
|
|
171087
171097
|
|
|
171088
171098
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -171157,7 +171167,7 @@ module.exports = function calc(gd, trace) {
|
|
|
171157
171167
|
return cd;
|
|
171158
171168
|
};
|
|
171159
171169
|
|
|
171160
|
-
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":
|
|
171170
|
+
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":929,"./arrays_to_calcdata":647}],650:[function(_dereq_,module,exports){
|
|
171161
171171
|
'use strict';
|
|
171162
171172
|
|
|
171163
171173
|
module.exports = {
|
|
@@ -172124,7 +172134,7 @@ module.exports = {
|
|
|
172124
172134
|
handleText: handleText
|
|
172125
172135
|
};
|
|
172126
172136
|
|
|
172127
|
-
},{"../../components/color":366,"../../lib":503,"../../plots/cartesian/constraints":562,"../../registry":638,"../scatter/period_defaults":
|
|
172137
|
+
},{"../../components/color":366,"../../lib":503,"../../plots/cartesian/constraints":562,"../../registry":638,"../scatter/period_defaults":947,"../scatter/xy_defaults":954,"./attributes":648,"./style_defaults":663}],653:[function(_dereq_,module,exports){
|
|
172128
172138
|
'use strict';
|
|
172129
172139
|
|
|
172130
172140
|
module.exports = function eventData(out, pt, trace) {
|
|
@@ -172469,7 +172479,7 @@ module.exports = {
|
|
|
172469
172479
|
}
|
|
172470
172480
|
};
|
|
172471
172481
|
|
|
172472
|
-
},{"../../plots/cartesian":568,"../scatter/marker_colorbar":
|
|
172482
|
+
},{"../../plots/cartesian":568,"../scatter/marker_colorbar":945,"./arrays_to_calcdata":647,"./attributes":648,"./calc":649,"./cross_trace_calc":651,"./defaults":652,"./event_data":653,"./hover":655,"./layout_attributes":657,"./layout_defaults":658,"./plot":659,"./select":660,"./style":662}],657:[function(_dereq_,module,exports){
|
|
172473
172483
|
'use strict';
|
|
172474
172484
|
|
|
172475
172485
|
|
|
@@ -173842,7 +173852,7 @@ module.exports = {
|
|
|
173842
173852
|
// error_y
|
|
173843
173853
|
};
|
|
173844
173854
|
|
|
173845
|
-
},{"../../lib/extend":493,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatterpolar/attributes":
|
|
173855
|
+
},{"../../lib/extend":493,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatterpolar/attributes":1002}],666:[function(_dereq_,module,exports){
|
|
173846
173856
|
'use strict';
|
|
173847
173857
|
|
|
173848
173858
|
var hasColorscale = _dereq_('../../components/colorscale/helpers').hasColorscale;
|
|
@@ -173946,7 +173956,7 @@ module.exports = {
|
|
|
173946
173956
|
crossTraceCalc: crossTraceCalc
|
|
173947
173957
|
};
|
|
173948
173958
|
|
|
173949
|
-
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"../../lib":503,"../../registry":638,"../bar/arrays_to_calcdata":647,"../bar/cross_trace_calc":651,"../scatter/calc_selection":
|
|
173959
|
+
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"../../lib":503,"../../registry":638,"../bar/arrays_to_calcdata":647,"../bar/cross_trace_calc":651,"../scatter/calc_selection":929}],667:[function(_dereq_,module,exports){
|
|
173950
173960
|
'use strict';
|
|
173951
173961
|
|
|
173952
173962
|
var Lib = _dereq_('../../lib');
|
|
@@ -173997,7 +174007,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
173997
174007
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
173998
174008
|
};
|
|
173999
174009
|
|
|
174000
|
-
},{"../../lib":503,"../bar/style_defaults":663,"../scatterpolar/defaults":
|
|
174010
|
+
},{"../../lib":503,"../bar/style_defaults":663,"../scatterpolar/defaults":1004,"./attributes":665}],668:[function(_dereq_,module,exports){
|
|
174001
174011
|
'use strict';
|
|
174002
174012
|
|
|
174003
174013
|
var Fx = _dereq_('../../components/fx');
|
|
@@ -174064,7 +174074,7 @@ module.exports = function hoverPoints(pointData, xval, yval) {
|
|
|
174064
174074
|
return [pointData];
|
|
174065
174075
|
};
|
|
174066
174076
|
|
|
174067
|
-
},{"../../components/fx":406,"../../lib":503,"../../plots/polar/helpers":621,"../bar/hover":655,"../scatterpolar/hover":
|
|
174077
|
+
},{"../../components/fx":406,"../../lib":503,"../../plots/polar/helpers":621,"../bar/hover":655,"../scatterpolar/hover":1006}],669:[function(_dereq_,module,exports){
|
|
174068
174078
|
'use strict';
|
|
174069
174079
|
|
|
174070
174080
|
module.exports = {
|
|
@@ -174095,7 +174105,7 @@ module.exports = {
|
|
|
174095
174105
|
}
|
|
174096
174106
|
};
|
|
174097
174107
|
|
|
174098
|
-
},{"../../plots/polar":622,"../bar/select":660,"../bar/style":662,"../scatter/marker_colorbar":
|
|
174108
|
+
},{"../../plots/polar":622,"../bar/select":660,"../bar/style":662,"../scatter/marker_colorbar":945,"../scatterpolar/format_labels":1005,"./attributes":665,"./calc":666,"./defaults":667,"./hover":668,"./layout_attributes":670,"./layout_defaults":671,"./plot":672}],670:[function(_dereq_,module,exports){
|
|
174099
174109
|
'use strict';
|
|
174100
174110
|
|
|
174101
174111
|
module.exports = {
|
|
@@ -174476,7 +174486,7 @@ module.exports = {
|
|
|
174476
174486
|
}
|
|
174477
174487
|
};
|
|
174478
174488
|
|
|
174479
|
-
},{"../../components/color/attributes":365,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":
|
|
174489
|
+
},{"../../components/color/attributes":365,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":927}],674:[function(_dereq_,module,exports){
|
|
174480
174490
|
'use strict';
|
|
174481
174491
|
|
|
174482
174492
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -175457,7 +175467,7 @@ module.exports = {
|
|
|
175457
175467
|
handlePointsDefaults: handlePointsDefaults
|
|
175458
175468
|
};
|
|
175459
175469
|
|
|
175460
|
-
},{"../../components/color":366,"../../lib":503,"../../plots/cartesian/axis_autotype":555,"../../registry":638,"../bar/defaults":652,"../scatter/period_defaults":
|
|
175470
|
+
},{"../../components/color":366,"../../lib":503,"../../plots/cartesian/axis_autotype":555,"../../registry":638,"../bar/defaults":652,"../scatter/period_defaults":947,"./attributes":673}],677:[function(_dereq_,module,exports){
|
|
175461
175471
|
'use strict';
|
|
175462
175472
|
|
|
175463
175473
|
module.exports = function eventData(out, pt) {
|
|
@@ -176431,7 +176441,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
|
|
|
176431
176441
|
coerce(direction + '.fillcolor', Color.addOpacity(lineColor, 0.5));
|
|
176432
176442
|
}
|
|
176433
176443
|
|
|
176434
|
-
},{"../../components/color":366,"../../lib":503,"../ohlc/ohlc_defaults":877,"../scatter/period_defaults":
|
|
176444
|
+
},{"../../components/color":366,"../../lib":503,"../ohlc/ohlc_defaults":877,"../scatter/period_defaults":947,"./attributes":685}],688:[function(_dereq_,module,exports){
|
|
176435
176445
|
'use strict';
|
|
176436
176446
|
|
|
176437
176447
|
module.exports = {
|
|
@@ -179656,7 +179666,7 @@ module.exports = extendFlat({
|
|
|
179656
179666
|
})
|
|
179657
179667
|
);
|
|
179658
179668
|
|
|
179659
|
-
},{"../../components/color/attributes":365,"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scattergeo/attributes":
|
|
179669
|
+
},{"../../components/color/attributes":365,"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scattergeo/attributes":969}],717:[function(_dereq_,module,exports){
|
|
179660
179670
|
'use strict';
|
|
179661
179671
|
|
|
179662
179672
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -179709,7 +179719,7 @@ module.exports = function calc(gd, trace) {
|
|
|
179709
179719
|
return calcTrace;
|
|
179710
179720
|
};
|
|
179711
179721
|
|
|
179712
|
-
},{"../../components/colorscale/calc":374,"../../constants/numerical":479,"../scatter/arrays_to_calcdata":
|
|
179722
|
+
},{"../../components/colorscale/calc":374,"../../constants/numerical":479,"../scatter/arrays_to_calcdata":926,"../scatter/calc_selection":929,"fast-isnumeric":190}],718:[function(_dereq_,module,exports){
|
|
179713
179723
|
'use strict';
|
|
179714
179724
|
|
|
179715
179725
|
var Lib = _dereq_('../../lib');
|
|
@@ -180824,7 +180834,7 @@ function createConeTrace(scene, data) {
|
|
|
180824
180834
|
|
|
180825
180835
|
module.exports = createConeTrace;
|
|
180826
180836
|
|
|
180827
|
-
},{"../../../stackgl_modules":
|
|
180837
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib":503,"../../lib/gl_format_color":499,"../../plots/gl3d/zip3":609}],733:[function(_dereq_,module,exports){
|
|
180828
180838
|
'use strict';
|
|
180829
180839
|
|
|
180830
180840
|
var Lib = _dereq_('../../lib');
|
|
@@ -181073,7 +181083,7 @@ module.exports = extendFlat({
|
|
|
181073
181083
|
})
|
|
181074
181084
|
);
|
|
181075
181085
|
|
|
181076
|
-
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../constants/filter_ops":475,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../heatmap/attributes":792,"../scatter/attributes":
|
|
181086
|
+
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../constants/filter_ops":475,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../heatmap/attributes":792,"../scatter/attributes":927}],736:[function(_dereq_,module,exports){
|
|
181077
181087
|
'use strict';
|
|
181078
181088
|
|
|
181079
181089
|
var Colorscale = _dereq_('../../components/colorscale');
|
|
@@ -181638,7 +181648,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
181638
181648
|
}
|
|
181639
181649
|
};
|
|
181640
181650
|
|
|
181641
|
-
},{"../../lib":503,"../heatmap/label_defaults":802,"../heatmap/xyz_defaults":807,"../scatter/period_defaults":
|
|
181651
|
+
},{"../../lib":503,"../heatmap/label_defaults":802,"../heatmap/xyz_defaults":807,"../scatter/period_defaults":947,"./attributes":735,"./constraint_defaults":740,"./contours_defaults":742,"./style_defaults":756}],745:[function(_dereq_,module,exports){
|
|
181642
181652
|
'use strict';
|
|
181643
181653
|
|
|
181644
181654
|
var Lib = _dereq_('../../lib');
|
|
@@ -183914,7 +183924,7 @@ module.exports = extendFlat({
|
|
|
183914
183924
|
})
|
|
183915
183925
|
);
|
|
183916
183926
|
|
|
183917
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scattermapbox/attributes":
|
|
183927
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scattermapbox/attributes":993}],763:[function(_dereq_,module,exports){
|
|
183918
183928
|
'use strict';
|
|
183919
183929
|
|
|
183920
183930
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -184147,7 +184157,7 @@ module.exports = function hoverPoints(pointData, xval, yval) {
|
|
|
184147
184157
|
return [newPointData];
|
|
184148
184158
|
};
|
|
184149
184159
|
|
|
184150
|
-
},{"../../plots/cartesian/axes":554,"../scattermapbox/hover":
|
|
184160
|
+
},{"../../plots/cartesian/axes":554,"../scattermapbox/hover":998}],768:[function(_dereq_,module,exports){
|
|
184151
184161
|
'use strict';
|
|
184152
184162
|
|
|
184153
184163
|
module.exports = {
|
|
@@ -184185,7 +184195,7 @@ module.exports = {
|
|
|
184185
184195
|
}
|
|
184186
184196
|
};
|
|
184187
184197
|
|
|
184188
|
-
},{"../../plots/mapbox":613,"../heatmap/colorbar":795,"../scattermapbox/format_labels":
|
|
184198
|
+
},{"../../plots/mapbox":613,"../heatmap/colorbar":795,"../scattermapbox/format_labels":997,"./attributes":762,"./calc":763,"./defaults":765,"./event_data":766,"./hover":767,"./plot":769}],769:[function(_dereq_,module,exports){
|
|
184189
184199
|
'use strict';
|
|
184190
184200
|
|
|
184191
184201
|
var convert = _dereq_('./convert');
|
|
@@ -184417,7 +184427,7 @@ function funnelMarker() {
|
|
|
184417
184427
|
return marker;
|
|
184418
184428
|
}
|
|
184419
184429
|
|
|
184420
|
-
},{"../../components/color":366,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":
|
|
184430
|
+
},{"../../components/color":366,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":927,"./constants":773}],772:[function(_dereq_,module,exports){
|
|
184421
184431
|
'use strict';
|
|
184422
184432
|
|
|
184423
184433
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -184517,7 +184527,7 @@ function fixNum(a) {
|
|
|
184517
184527
|
return (a === BADNUM) ? 0 : a;
|
|
184518
184528
|
}
|
|
184519
184529
|
|
|
184520
|
-
},{"../../constants/numerical":479,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":
|
|
184530
|
+
},{"../../constants/numerical":479,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":929,"./arrays_to_calcdata":770}],773:[function(_dereq_,module,exports){
|
|
184521
184531
|
'use strict';
|
|
184522
184532
|
|
|
184523
184533
|
module.exports = {
|
|
@@ -184685,7 +184695,7 @@ module.exports = {
|
|
|
184685
184695
|
crossTraceDefaults: crossTraceDefaults
|
|
184686
184696
|
};
|
|
184687
184697
|
|
|
184688
|
-
},{"../../components/color":366,"../../lib":503,"../bar/defaults":652,"../scatter/period_defaults":
|
|
184698
|
+
},{"../../components/color":366,"../../lib":503,"../bar/defaults":652,"../scatter/period_defaults":947,"../scatter/xy_defaults":954,"./attributes":771}],776:[function(_dereq_,module,exports){
|
|
184689
184699
|
'use strict';
|
|
184690
184700
|
|
|
184691
184701
|
module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
|
|
@@ -185155,7 +185165,7 @@ module.exports = {
|
|
|
185155
185165
|
}
|
|
185156
185166
|
};
|
|
185157
185167
|
|
|
185158
|
-
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":
|
|
185168
|
+
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":901}],784:[function(_dereq_,module,exports){
|
|
185159
185169
|
'use strict';
|
|
185160
185170
|
|
|
185161
185171
|
var plots = _dereq_('../../plots/plots');
|
|
@@ -185188,7 +185198,7 @@ module.exports = {
|
|
|
185188
185198
|
crossTraceCalc: crossTraceCalc
|
|
185189
185199
|
};
|
|
185190
185200
|
|
|
185191
|
-
},{"../pie/calc":
|
|
185201
|
+
},{"../pie/calc":903}],786:[function(_dereq_,module,exports){
|
|
185192
185202
|
'use strict';
|
|
185193
185203
|
|
|
185194
185204
|
var Lib = _dereq_('../../lib');
|
|
@@ -185262,7 +185272,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
185262
185272
|
coerce('baseratio');
|
|
185263
185273
|
};
|
|
185264
185274
|
|
|
185265
|
-
},{"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"../pie/defaults":
|
|
185275
|
+
},{"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"../pie/defaults":904,"./attributes":783}],787:[function(_dereq_,module,exports){
|
|
185266
185276
|
'use strict';
|
|
185267
185277
|
|
|
185268
185278
|
module.exports = {
|
|
@@ -185287,7 +185297,7 @@ module.exports = {
|
|
|
185287
185297
|
}
|
|
185288
185298
|
};
|
|
185289
185299
|
|
|
185290
|
-
},{"../pie/style_one":
|
|
185300
|
+
},{"../pie/style_one":912,"./attributes":783,"./base_plot":784,"./calc":785,"./defaults":786,"./layout_attributes":788,"./layout_defaults":789,"./plot":790,"./style":791}],788:[function(_dereq_,module,exports){
|
|
185291
185301
|
'use strict';
|
|
185292
185302
|
|
|
185293
185303
|
var hiddenlabels = _dereq_('../pie/layout_attributes').hiddenlabels;
|
|
@@ -185306,7 +185316,7 @@ module.exports = {
|
|
|
185306
185316
|
}
|
|
185307
185317
|
};
|
|
185308
185318
|
|
|
185309
|
-
},{"../pie/layout_attributes":
|
|
185319
|
+
},{"../pie/layout_attributes":908}],789:[function(_dereq_,module,exports){
|
|
185310
185320
|
'use strict';
|
|
185311
185321
|
|
|
185312
185322
|
var Lib = _dereq_('../../lib');
|
|
@@ -185613,7 +185623,7 @@ function setCoords(cd) {
|
|
|
185613
185623
|
}
|
|
185614
185624
|
}
|
|
185615
185625
|
|
|
185616
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../bar/plot":659,"../bar/uniform_text":664,"../pie/helpers":
|
|
185626
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../bar/plot":659,"../bar/uniform_text":664,"../pie/helpers":906,"../pie/plot":910,"@plotly/d3":58}],791:[function(_dereq_,module,exports){
|
|
185617
185627
|
'use strict';
|
|
185618
185628
|
|
|
185619
185629
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -185638,7 +185648,7 @@ module.exports = function style(gd) {
|
|
|
185638
185648
|
});
|
|
185639
185649
|
};
|
|
185640
185650
|
|
|
185641
|
-
},{"../bar/uniform_text":664,"../pie/style_one":
|
|
185651
|
+
},{"../bar/uniform_text":664,"../pie/style_one":912,"@plotly/d3":58}],792:[function(_dereq_,module,exports){
|
|
185642
185652
|
'use strict';
|
|
185643
185653
|
|
|
185644
185654
|
var scatterAttrs = _dereq_('../scatter/attributes');
|
|
@@ -185745,7 +185755,7 @@ module.exports = extendFlat({
|
|
|
185745
185755
|
colorScaleAttrs('', {cLetter: 'z', autoColorDflt: false})
|
|
185746
185756
|
);
|
|
185747
185757
|
|
|
185748
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
185758
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"../scatter/attributes":927}],793:[function(_dereq_,module,exports){
|
|
185749
185759
|
'use strict';
|
|
185750
185760
|
|
|
185751
185761
|
var Registry = _dereq_('../../registry');
|
|
@@ -186145,7 +186155,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
186145
186155
|
colorscaleDefaults(traceIn, traceOut, layout, coerce, {prefix: '', cLetter: 'z'});
|
|
186146
186156
|
};
|
|
186147
186157
|
|
|
186148
|
-
},{"../../components/colorscale/defaults":376,"../../lib":503,"../scatter/period_defaults":
|
|
186158
|
+
},{"../../components/colorscale/defaults":376,"../../lib":503,"../scatter/period_defaults":947,"./attributes":792,"./label_defaults":802,"./style_defaults":806,"./xyz_defaults":807}],798:[function(_dereq_,module,exports){
|
|
186149
186159
|
'use strict';
|
|
186150
186160
|
|
|
186151
186161
|
var maxRowLength = _dereq_('../../lib').maxRowLength;
|
|
@@ -187212,7 +187222,7 @@ function putColor(pixels, pxIndex, c) {
|
|
|
187212
187222
|
pixels[pxIndex + 3] = Math.round(c[3] * 255);
|
|
187213
187223
|
}
|
|
187214
187224
|
|
|
187215
|
-
},{"../../components/color":366,"../../components/colorscale":378,"../../components/drawing":388,"../../constants/alignment":471,"../../constants/xmlns_namespaces":480,"../../lib":503,"../../lib/svg_text_utils":529,"../../plots/cartesian/axes":554,"../../registry":638,"../scatter/format_labels":
|
|
187225
|
+
},{"../../components/color":366,"../../components/colorscale":378,"../../components/drawing":388,"../../constants/alignment":471,"../../constants/xmlns_namespaces":480,"../../lib":503,"../../lib/svg_text_utils":529,"../../plots/cartesian/axes":554,"../../registry":638,"../scatter/format_labels":936,"@plotly/d3":58,"tinycolor2":312}],805:[function(_dereq_,module,exports){
|
|
187216
187226
|
'use strict';
|
|
187217
187227
|
|
|
187218
187228
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -187510,7 +187520,7 @@ function createHeatmap(scene, fullTrace, calcTrace) {
|
|
|
187510
187520
|
|
|
187511
187521
|
module.exports = createHeatmap;
|
|
187512
187522
|
|
|
187513
|
-
},{"../../../stackgl_modules":
|
|
187523
|
+
},{"../../../stackgl_modules":1124,"../../lib/str2rgbarray":528,"../../plots/cartesian/axes":554}],810:[function(_dereq_,module,exports){
|
|
187514
187524
|
'use strict';
|
|
187515
187525
|
|
|
187516
187526
|
var Lib = _dereq_('../../lib');
|
|
@@ -189015,7 +189025,7 @@ module.exports = {
|
|
|
189015
189025
|
}
|
|
189016
189026
|
};
|
|
189017
189027
|
|
|
189018
|
-
},{"../../plots/cartesian":568,"../bar/cross_trace_calc":651,"../bar/layout_attributes":657,"../bar/layout_defaults":658,"../bar/plot":659,"../bar/select":660,"../bar/style":662,"../scatter/marker_colorbar":
|
|
189028
|
+
},{"../../plots/cartesian":568,"../bar/cross_trace_calc":651,"../bar/layout_attributes":657,"../bar/layout_defaults":658,"../bar/plot":659,"../bar/select":660,"../bar/style":662,"../scatter/marker_colorbar":945,"./attributes":812,"./calc":817,"./cross_trace_defaults":819,"./defaults":820,"./event_data":821,"./hover":822}],824:[function(_dereq_,module,exports){
|
|
189019
189029
|
'use strict';
|
|
189020
189030
|
|
|
189021
189031
|
|
|
@@ -189634,7 +189644,7 @@ module.exports = {
|
|
|
189634
189644
|
domain: domainAttrs({name: 'icicle', trace: true, editType: 'calc'}),
|
|
189635
189645
|
};
|
|
189636
189646
|
|
|
189637
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":
|
|
189647
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":901,"../sunburst/attributes":1049,"../treemap/attributes":1075,"../treemap/constants":1078}],835:[function(_dereq_,module,exports){
|
|
189638
189648
|
'use strict';
|
|
189639
189649
|
|
|
189640
189650
|
var plots = _dereq_('../../plots/plots');
|
|
@@ -189662,7 +189672,7 @@ exports.crossTraceCalc = function(gd) {
|
|
|
189662
189672
|
return calc._runCrossTraceCalc('icicle', gd);
|
|
189663
189673
|
};
|
|
189664
189674
|
|
|
189665
|
-
},{"../sunburst/calc":
|
|
189675
|
+
},{"../sunburst/calc":1051}],837:[function(_dereq_,module,exports){
|
|
189666
189676
|
'use strict';
|
|
189667
189677
|
|
|
189668
189678
|
var Lib = _dereq_('../../lib');
|
|
@@ -189973,7 +189983,7 @@ module.exports = function drawDescendants(gd, cd, entry, slices, opts) {
|
|
|
189973
189983
|
return nextOfPrevEntry;
|
|
189974
189984
|
};
|
|
189975
189985
|
|
|
189976
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":
|
|
189986
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":1054,"../sunburst/helpers":1055,"../sunburst/plot":1059,"../treemap/constants":1078,"./partition":842,"./style":844,"@plotly/d3":58}],839:[function(_dereq_,module,exports){
|
|
189977
189987
|
'use strict';
|
|
189978
189988
|
|
|
189979
189989
|
module.exports = {
|
|
@@ -190000,7 +190010,7 @@ module.exports = {
|
|
|
190000
190010
|
}
|
|
190001
190011
|
};
|
|
190002
190012
|
|
|
190003
|
-
},{"../scatter/marker_colorbar":
|
|
190013
|
+
},{"../scatter/marker_colorbar":945,"./attributes":834,"./base_plot":835,"./calc":836,"./defaults":837,"./layout_attributes":840,"./layout_defaults":841,"./plot":843,"./style":844}],840:[function(_dereq_,module,exports){
|
|
190004
190014
|
'use strict';
|
|
190005
190015
|
|
|
190006
190016
|
module.exports = {
|
|
@@ -190065,7 +190075,7 @@ module.exports = function partition(entry, size, opts) {
|
|
|
190065
190075
|
return result;
|
|
190066
190076
|
};
|
|
190067
190077
|
|
|
190068
|
-
},{"../treemap/flip_tree":
|
|
190078
|
+
},{"../treemap/flip_tree":1083,"d3-hierarchy":115}],843:[function(_dereq_,module,exports){
|
|
190069
190079
|
'use strict';
|
|
190070
190080
|
|
|
190071
190081
|
var draw = _dereq_('../treemap/draw');
|
|
@@ -190078,7 +190088,7 @@ module.exports = function _plot(gd, cdmodule, transitionOpts, makeOnCompleteCall
|
|
|
190078
190088
|
});
|
|
190079
190089
|
};
|
|
190080
190090
|
|
|
190081
|
-
},{"../treemap/draw":
|
|
190091
|
+
},{"../treemap/draw":1080,"./draw_descendants":838}],844:[function(_dereq_,module,exports){
|
|
190082
190092
|
'use strict';
|
|
190083
190093
|
|
|
190084
190094
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -192367,7 +192377,7 @@ module.exports = function calc(gd, trace) {
|
|
|
192367
192377
|
});
|
|
192368
192378
|
};
|
|
192369
192379
|
|
|
192370
|
-
},{"../../components/colorscale/calc":374,"../streamtube/calc":
|
|
192380
|
+
},{"../../components/colorscale/calc":374,"../streamtube/calc":1045}],864:[function(_dereq_,module,exports){
|
|
192371
192381
|
'use strict';
|
|
192372
192382
|
|
|
192373
192383
|
var createMesh = _dereq_('../../../stackgl_modules').gl_mesh3d;
|
|
@@ -193415,7 +193425,7 @@ module.exports = {
|
|
|
193415
193425
|
createIsosurfaceTrace: createIsosurfaceTrace,
|
|
193416
193426
|
};
|
|
193417
193427
|
|
|
193418
|
-
},{"../../../stackgl_modules":
|
|
193428
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib/gl_format_color":499,"../../lib/str2rgbarray":528,"../../plots/gl3d/zip3":609}],865:[function(_dereq_,module,exports){
|
|
193419
193429
|
'use strict';
|
|
193420
193430
|
|
|
193421
193431
|
var Lib = _dereq_('../../lib');
|
|
@@ -193696,7 +193706,7 @@ colorScaleAttrs('', {
|
|
|
193696
193706
|
showlegend: extendFlat({}, baseAttrs.showlegend, {dflt: false})
|
|
193697
193707
|
});
|
|
193698
193708
|
|
|
193699
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../surface/attributes":
|
|
193709
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../surface/attributes":1061}],868:[function(_dereq_,module,exports){
|
|
193700
193710
|
'use strict';
|
|
193701
193711
|
|
|
193702
193712
|
var colorscaleCalc = _dereq_('../../components/colorscale/calc');
|
|
@@ -193906,7 +193916,7 @@ function createMesh3DTrace(scene, data) {
|
|
|
193906
193916
|
|
|
193907
193917
|
module.exports = createMesh3DTrace;
|
|
193908
193918
|
|
|
193909
|
-
},{"../../../stackgl_modules":
|
|
193919
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib/gl_format_color":499,"../../lib/str2rgbarray":528,"../../plots/gl3d/zip3":609}],870:[function(_dereq_,module,exports){
|
|
193910
193920
|
'use strict';
|
|
193911
193921
|
|
|
193912
193922
|
var Registry = _dereq_('../../registry');
|
|
@@ -194125,7 +194135,7 @@ module.exports = {
|
|
|
194125
194135
|
}),
|
|
194126
194136
|
};
|
|
194127
194137
|
|
|
194128
|
-
},{"../../components/drawing/attributes":387,"../../components/fx/attributes":397,"../../constants/delta.js":473,"../../lib":503,"../../plots/cartesian/axis_format_attributes":557,"../scatter/attributes":
|
|
194138
|
+
},{"../../components/drawing/attributes":387,"../../components/fx/attributes":397,"../../constants/delta.js":473,"../../lib":503,"../../plots/cartesian/axis_format_attributes":557,"../scatter/attributes":927}],873:[function(_dereq_,module,exports){
|
|
194129
194139
|
'use strict';
|
|
194130
194140
|
|
|
194131
194141
|
var Lib = _dereq_('../../lib');
|
|
@@ -194340,7 +194350,7 @@ function handleDirection(traceIn, traceOut, coerce, direction) {
|
|
|
194340
194350
|
coerce(direction + '.line.dash', traceOut.line.dash);
|
|
194341
194351
|
}
|
|
194342
194352
|
|
|
194343
|
-
},{"../../lib":503,"../scatter/period_defaults":
|
|
194353
|
+
},{"../../lib":503,"../scatter/period_defaults":947,"./attributes":872,"./ohlc_defaults":877}],875:[function(_dereq_,module,exports){
|
|
194344
194354
|
'use strict';
|
|
194345
194355
|
|
|
194346
194356
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -195493,7 +195503,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
195493
195503
|
Lib.coerceFont(coerce, 'tickfont', categoryfontDefault);
|
|
195494
195504
|
};
|
|
195495
195505
|
|
|
195496
|
-
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503,"../../plots/array_container_defaults":549,"../../plots/domain":584,"../parcoords/merge_length":
|
|
195506
|
+
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503,"../../plots/array_container_defaults":549,"../../plots/domain":584,"../parcoords/merge_length":898,"./attributes":881}],885:[function(_dereq_,module,exports){
|
|
195497
195507
|
'use strict';
|
|
195498
195508
|
|
|
195499
195509
|
module.exports = {
|
|
@@ -198336,7 +198346,28 @@ module.exports = {
|
|
|
198336
198346
|
cleanRanges: cleanRanges
|
|
198337
198347
|
};
|
|
198338
198348
|
|
|
198339
|
-
},{"../../lib":503,"../../lib/gup":500,"./constants":
|
|
198349
|
+
},{"../../lib":503,"../../lib/gup":500,"./constants":893,"@plotly/d3":58}],890:[function(_dereq_,module,exports){
|
|
198350
|
+
'use strict';
|
|
198351
|
+
|
|
198352
|
+
module.exports = {
|
|
198353
|
+
attributes: _dereq_('./attributes'),
|
|
198354
|
+
supplyDefaults: _dereq_('./defaults'),
|
|
198355
|
+
calc: _dereq_('./calc'),
|
|
198356
|
+
colorbar: {
|
|
198357
|
+
container: 'line',
|
|
198358
|
+
min: 'cmin',
|
|
198359
|
+
max: 'cmax'
|
|
198360
|
+
},
|
|
198361
|
+
|
|
198362
|
+
moduleType: 'trace',
|
|
198363
|
+
name: 'parcoords',
|
|
198364
|
+
basePlotModule: _dereq_('./base_plot'),
|
|
198365
|
+
categories: ['gl', 'regl', 'noOpacity', 'noHover'],
|
|
198366
|
+
meta: {
|
|
198367
|
+
}
|
|
198368
|
+
};
|
|
198369
|
+
|
|
198370
|
+
},{"./attributes":888,"./base_plot":891,"./calc":892,"./defaults":894}],891:[function(_dereq_,module,exports){
|
|
198340
198371
|
'use strict';
|
|
198341
198372
|
|
|
198342
198373
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -198395,7 +198426,7 @@ exports.toSVG = function(gd) {
|
|
|
198395
198426
|
}, 60);
|
|
198396
198427
|
};
|
|
198397
198428
|
|
|
198398
|
-
},{"../../constants/xmlns_namespaces":480,"../../plots/get_data":593,"./plot":
|
|
198429
|
+
},{"../../constants/xmlns_namespaces":480,"../../plots/get_data":593,"./plot":900,"@plotly/d3":58}],892:[function(_dereq_,module,exports){
|
|
198399
198430
|
'use strict';
|
|
198400
198431
|
|
|
198401
198432
|
var isArrayOrTypedArray = _dereq_('../../lib').isArrayOrTypedArray;
|
|
@@ -198431,7 +198462,7 @@ function constHalf(len) {
|
|
|
198431
198462
|
return out;
|
|
198432
198463
|
}
|
|
198433
198464
|
|
|
198434
|
-
},{"../../components/colorscale":378,"../../lib":503,"../../lib/gup":500}],
|
|
198465
|
+
},{"../../components/colorscale":378,"../../lib":503,"../../lib/gup":500}],893:[function(_dereq_,module,exports){
|
|
198435
198466
|
'use strict';
|
|
198436
198467
|
|
|
198437
198468
|
|
|
@@ -198484,7 +198515,7 @@ module.exports = {
|
|
|
198484
198515
|
}
|
|
198485
198516
|
};
|
|
198486
198517
|
|
|
198487
|
-
},{}],
|
|
198518
|
+
},{}],894:[function(_dereq_,module,exports){
|
|
198488
198519
|
'use strict';
|
|
198489
198520
|
|
|
198490
198521
|
var Lib = _dereq_('../../lib');
|
|
@@ -198596,7 +198627,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
198596
198627
|
coerce('labelside');
|
|
198597
198628
|
};
|
|
198598
198629
|
|
|
198599
|
-
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503,"../../plots/array_container_defaults":549,"../../plots/cartesian/axes":554,"../../plots/domain":584,"./attributes":888,"./axisbrush":889,"./constants":
|
|
198630
|
+
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503,"../../plots/array_container_defaults":549,"../../plots/cartesian/axes":554,"../../plots/domain":584,"./attributes":888,"./axisbrush":889,"./constants":893,"./merge_length":898}],895:[function(_dereq_,module,exports){
|
|
198600
198631
|
'use strict';
|
|
198601
198632
|
|
|
198602
198633
|
var isTypedArray = _dereq_('../../lib').isTypedArray;
|
|
@@ -198613,29 +198644,16 @@ exports.isVisible = function(dimension) {
|
|
|
198613
198644
|
return dimension.visible || !('visible' in dimension);
|
|
198614
198645
|
};
|
|
198615
198646
|
|
|
198616
|
-
},{"../../lib":503}],
|
|
198647
|
+
},{"../../lib":503}],896:[function(_dereq_,module,exports){
|
|
198617
198648
|
'use strict';
|
|
198618
198649
|
|
|
198619
|
-
|
|
198620
|
-
attributes: _dereq_('./attributes'),
|
|
198621
|
-
supplyDefaults: _dereq_('./defaults'),
|
|
198622
|
-
calc: _dereq_('./calc'),
|
|
198623
|
-
plot: _dereq_('./plot'),
|
|
198624
|
-
colorbar: {
|
|
198625
|
-
container: 'line',
|
|
198626
|
-
min: 'cmin',
|
|
198627
|
-
max: 'cmax'
|
|
198628
|
-
},
|
|
198650
|
+
var index = _dereq_('./base_index');
|
|
198629
198651
|
|
|
198630
|
-
|
|
198631
|
-
|
|
198632
|
-
|
|
198633
|
-
categories: ['gl', 'regl', 'noOpacity', 'noHover'],
|
|
198634
|
-
meta: {
|
|
198635
|
-
}
|
|
198636
|
-
};
|
|
198652
|
+
index.plot = _dereq_('./plot');
|
|
198653
|
+
|
|
198654
|
+
module.exports = index;
|
|
198637
198655
|
|
|
198638
|
-
},{"./
|
|
198656
|
+
},{"./base_index":890,"./plot":900}],897:[function(_dereq_,module,exports){
|
|
198639
198657
|
'use strict';
|
|
198640
198658
|
|
|
198641
198659
|
var glslify = _dereq_('glslify');
|
|
@@ -199179,7 +199197,7 @@ module.exports = function(canvasGL, d) {
|
|
|
199179
199197
|
};
|
|
199180
199198
|
};
|
|
199181
199199
|
|
|
199182
|
-
},{"../../lib":503,"./constants":
|
|
199200
|
+
},{"../../lib":503,"./constants":893,"glslify":227}],898:[function(_dereq_,module,exports){
|
|
199183
199201
|
'use strict';
|
|
199184
199202
|
|
|
199185
199203
|
/**
|
|
@@ -199209,7 +199227,7 @@ module.exports = function(traceOut, dimensions, dataAttr, len) {
|
|
|
199209
199227
|
return len;
|
|
199210
199228
|
};
|
|
199211
199229
|
|
|
199212
|
-
},{}],
|
|
199230
|
+
},{}],899:[function(_dereq_,module,exports){
|
|
199213
199231
|
'use strict';
|
|
199214
199232
|
|
|
199215
199233
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -199970,12 +199988,13 @@ module.exports = function parcoords(gd, cdModule, layout, callbacks) {
|
|
|
199970
199988
|
brush.ensureAxisBrush(axisOverlays, paperColor);
|
|
199971
199989
|
};
|
|
199972
199990
|
|
|
199973
|
-
},{"../../components/colorscale":378,"../../components/drawing":388,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"../../plots/cartesian/axes":554,"./axisbrush":889,"./constants":
|
|
199991
|
+
},{"../../components/colorscale":378,"../../components/drawing":388,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"../../plots/cartesian/axes":554,"./axisbrush":889,"./constants":893,"./helpers":895,"./lines":897,"@plotly/d3":58,"color-rgba":91}],900:[function(_dereq_,module,exports){
|
|
199974
199992
|
'use strict';
|
|
199975
199993
|
|
|
199976
199994
|
var parcoords = _dereq_('./parcoords');
|
|
199977
199995
|
var prepareRegl = _dereq_('../../lib/prepare_regl');
|
|
199978
199996
|
var isVisible = _dereq_('./helpers').isVisible;
|
|
199997
|
+
var reglPrecompiled = {};
|
|
199979
199998
|
|
|
199980
199999
|
function newIndex(visibleIndices, orig, dim) {
|
|
199981
200000
|
var origIndex = orig.indexOf(dim);
|
|
@@ -199996,10 +200015,10 @@ function sorter(visibleIndices, orig) {
|
|
|
199996
200015
|
};
|
|
199997
200016
|
}
|
|
199998
200017
|
|
|
199999
|
-
module.exports = function plot(gd, cdModule) {
|
|
200018
|
+
var exports = module.exports = function plot(gd, cdModule) {
|
|
200000
200019
|
var fullLayout = gd._fullLayout;
|
|
200001
200020
|
|
|
200002
|
-
var success = prepareRegl(gd);
|
|
200021
|
+
var success = prepareRegl(gd, [], reglPrecompiled);
|
|
200003
200022
|
if(!success) return;
|
|
200004
200023
|
|
|
200005
200024
|
var currentDims = {};
|
|
@@ -200117,7 +200136,9 @@ module.exports = function plot(gd, cdModule) {
|
|
|
200117
200136
|
);
|
|
200118
200137
|
};
|
|
200119
200138
|
|
|
200120
|
-
|
|
200139
|
+
exports.reglPrecompiled = reglPrecompiled;
|
|
200140
|
+
|
|
200141
|
+
},{"../../lib/prepare_regl":516,"./helpers":895,"./parcoords":899}],901:[function(_dereq_,module,exports){
|
|
200121
200142
|
'use strict';
|
|
200122
200143
|
|
|
200123
200144
|
var baseAttrs = _dereq_('../../plots/attributes');
|
|
@@ -200332,7 +200353,7 @@ module.exports = {
|
|
|
200332
200353
|
}
|
|
200333
200354
|
};
|
|
200334
200355
|
|
|
200335
|
-
},{"../../components/color/attributes":365,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/font_attributes":585,"../../plots/template_attributes":633}],
|
|
200356
|
+
},{"../../components/color/attributes":365,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/font_attributes":585,"../../plots/template_attributes":633}],902:[function(_dereq_,module,exports){
|
|
200336
200357
|
'use strict';
|
|
200337
200358
|
|
|
200338
200359
|
var plots = _dereq_('../../plots/plots');
|
|
@@ -200347,7 +200368,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
200347
200368
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
200348
200369
|
};
|
|
200349
200370
|
|
|
200350
|
-
},{"../../plots/plots":619}],
|
|
200371
|
+
},{"../../plots/plots":619}],903:[function(_dereq_,module,exports){
|
|
200351
200372
|
'use strict';
|
|
200352
200373
|
|
|
200353
200374
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -200524,7 +200545,7 @@ module.exports = {
|
|
|
200524
200545
|
generateExtendedColors: generateExtendedColors
|
|
200525
200546
|
};
|
|
200526
200547
|
|
|
200527
|
-
},{"../../components/color":366,"fast-isnumeric":190,"tinycolor2":312}],
|
|
200548
|
+
},{"../../components/color":366,"fast-isnumeric":190,"tinycolor2":312}],904:[function(_dereq_,module,exports){
|
|
200528
200549
|
'use strict';
|
|
200529
200550
|
|
|
200530
200551
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -200647,7 +200668,7 @@ module.exports = {
|
|
|
200647
200668
|
supplyDefaults: supplyDefaults
|
|
200648
200669
|
};
|
|
200649
200670
|
|
|
200650
|
-
},{"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"./attributes":
|
|
200671
|
+
},{"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"./attributes":901,"fast-isnumeric":190}],905:[function(_dereq_,module,exports){
|
|
200651
200672
|
'use strict';
|
|
200652
200673
|
|
|
200653
200674
|
var appendArrayMultiPointValues = _dereq_('../../components/fx/helpers').appendArrayMultiPointValues;
|
|
@@ -200689,7 +200710,7 @@ module.exports = function eventData(pt, trace) {
|
|
|
200689
200710
|
return out;
|
|
200690
200711
|
};
|
|
200691
200712
|
|
|
200692
|
-
},{"../../components/fx/helpers":402}],
|
|
200713
|
+
},{"../../components/fx/helpers":402}],906:[function(_dereq_,module,exports){
|
|
200693
200714
|
'use strict';
|
|
200694
200715
|
|
|
200695
200716
|
var Lib = _dereq_('../../lib');
|
|
@@ -200729,7 +200750,7 @@ exports.getRotationAngle = function(rotation) {
|
|
|
200729
200750
|
return (rotation === 'auto' ? 0 : rotation) * Math.PI / 180;
|
|
200730
200751
|
};
|
|
200731
200752
|
|
|
200732
|
-
},{"../../lib":503}],
|
|
200753
|
+
},{"../../lib":503}],907:[function(_dereq_,module,exports){
|
|
200733
200754
|
'use strict';
|
|
200734
200755
|
|
|
200735
200756
|
module.exports = {
|
|
@@ -200753,7 +200774,7 @@ module.exports = {
|
|
|
200753
200774
|
}
|
|
200754
200775
|
};
|
|
200755
200776
|
|
|
200756
|
-
},{"./attributes":
|
|
200777
|
+
},{"./attributes":901,"./base_plot":902,"./calc":903,"./defaults":904,"./layout_attributes":908,"./layout_defaults":909,"./plot":910,"./style":911,"./style_one":912}],908:[function(_dereq_,module,exports){
|
|
200757
200778
|
'use strict';
|
|
200758
200779
|
|
|
200759
200780
|
module.exports = {
|
|
@@ -200772,7 +200793,7 @@ module.exports = {
|
|
|
200772
200793
|
}
|
|
200773
200794
|
};
|
|
200774
200795
|
|
|
200775
|
-
},{}],
|
|
200796
|
+
},{}],909:[function(_dereq_,module,exports){
|
|
200776
200797
|
'use strict';
|
|
200777
200798
|
|
|
200778
200799
|
var Lib = _dereq_('../../lib');
|
|
@@ -200789,7 +200810,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
200789
200810
|
coerce('extendpiecolors');
|
|
200790
200811
|
};
|
|
200791
200812
|
|
|
200792
|
-
},{"../../lib":503,"./layout_attributes":
|
|
200813
|
+
},{"../../lib":503,"./layout_attributes":908}],910:[function(_dereq_,module,exports){
|
|
200793
200814
|
'use strict';
|
|
200794
200815
|
|
|
200795
200816
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -201969,7 +201990,7 @@ module.exports = {
|
|
|
201969
201990
|
computeTransform: computeTransform
|
|
201970
201991
|
};
|
|
201971
201992
|
|
|
201972
|
-
},{"../../components/color":366,"../../components/drawing":388,"../../components/fx":406,"../../lib":503,"../../lib/svg_text_utils":529,"../../plots/plots":619,"../bar/constants":650,"../bar/uniform_text":664,"./event_data":
|
|
201993
|
+
},{"../../components/color":366,"../../components/drawing":388,"../../components/fx":406,"../../lib":503,"../../lib/svg_text_utils":529,"../../plots/plots":619,"../bar/constants":650,"../bar/uniform_text":664,"./event_data":905,"./helpers":906,"@plotly/d3":58}],911:[function(_dereq_,module,exports){
|
|
201973
201994
|
'use strict';
|
|
201974
201995
|
|
|
201975
201996
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -201994,7 +202015,7 @@ module.exports = function style(gd) {
|
|
|
201994
202015
|
});
|
|
201995
202016
|
};
|
|
201996
202017
|
|
|
201997
|
-
},{"../bar/uniform_text":664,"./style_one":
|
|
202018
|
+
},{"../bar/uniform_text":664,"./style_one":912,"@plotly/d3":58}],912:[function(_dereq_,module,exports){
|
|
201998
202019
|
'use strict';
|
|
201999
202020
|
|
|
202000
202021
|
var Color = _dereq_('../../components/color');
|
|
@@ -202010,7 +202031,7 @@ module.exports = function styleOne(s, pt, trace) {
|
|
|
202010
202031
|
.call(Color.stroke, lineColor);
|
|
202011
202032
|
};
|
|
202012
202033
|
|
|
202013
|
-
},{"../../components/color":366,"./helpers":
|
|
202034
|
+
},{"../../components/color":366,"./helpers":906}],913:[function(_dereq_,module,exports){
|
|
202014
202035
|
'use strict';
|
|
202015
202036
|
|
|
202016
202037
|
var scatterglAttrs = _dereq_('../scatter/attributes');
|
|
@@ -202094,7 +202115,7 @@ module.exports = {
|
|
|
202094
202115
|
transforms: undefined
|
|
202095
202116
|
};
|
|
202096
202117
|
|
|
202097
|
-
},{"../scatter/attributes":
|
|
202118
|
+
},{"../scatter/attributes":927}],914:[function(_dereq_,module,exports){
|
|
202098
202119
|
'use strict';
|
|
202099
202120
|
|
|
202100
202121
|
var createPointCloudRenderer = _dereq_('../../../stackgl_modules').gl_pointcloud2d;
|
|
@@ -202288,7 +202309,7 @@ function createPointcloud(scene, data) {
|
|
|
202288
202309
|
|
|
202289
202310
|
module.exports = createPointcloud;
|
|
202290
202311
|
|
|
202291
|
-
},{"../../../stackgl_modules":
|
|
202312
|
+
},{"../../../stackgl_modules":1124,"../../lib/str2rgbarray":528,"../../plots/cartesian/autorange":553,"../scatter/get_trace_color":937}],915:[function(_dereq_,module,exports){
|
|
202292
202313
|
'use strict';
|
|
202293
202314
|
|
|
202294
202315
|
var Lib = _dereq_('../../lib');
|
|
@@ -202327,7 +202348,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor) {
|
|
|
202327
202348
|
traceOut._length = null;
|
|
202328
202349
|
};
|
|
202329
202350
|
|
|
202330
|
-
},{"../../lib":503,"./attributes":
|
|
202351
|
+
},{"../../lib":503,"./attributes":913}],916:[function(_dereq_,module,exports){
|
|
202331
202352
|
'use strict';
|
|
202332
202353
|
|
|
202333
202354
|
var deprecationWarning = [
|
|
@@ -202351,7 +202372,7 @@ module.exports = {
|
|
|
202351
202372
|
}
|
|
202352
202373
|
};
|
|
202353
202374
|
|
|
202354
|
-
},{"../../plots/gl2d":596,"../scatter3d/calc":
|
|
202375
|
+
},{"../../plots/gl2d":596,"../scatter3d/calc":956,"./attributes":913,"./convert":914,"./defaults":915}],917:[function(_dereq_,module,exports){
|
|
202355
202376
|
'use strict';
|
|
202356
202377
|
|
|
202357
202378
|
var fontAttrs = _dereq_('../../plots/font_attributes');
|
|
@@ -202539,7 +202560,7 @@ var attrs = module.exports = overrideAll({
|
|
|
202539
202560
|
}, 'calc', 'nested');
|
|
202540
202561
|
attrs.transforms = undefined;
|
|
202541
202562
|
|
|
202542
|
-
},{"../../components/color/attributes":365,"../../components/colorscale/attributes":373,"../../components/fx/attributes":397,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plot_api/plot_template":543,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/domain":584,"../../plots/font_attributes":585,"../../plots/template_attributes":633}],
|
|
202563
|
+
},{"../../components/color/attributes":365,"../../components/colorscale/attributes":373,"../../components/fx/attributes":397,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plot_api/plot_template":543,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/domain":584,"../../plots/font_attributes":585,"../../plots/template_attributes":633}],918:[function(_dereq_,module,exports){
|
|
202543
202564
|
'use strict';
|
|
202544
202565
|
|
|
202545
202566
|
var overrideAll = _dereq_('../../plot_api/edit_types').overrideAll;
|
|
@@ -202670,7 +202691,7 @@ function subplotUpdateFx(gd, index) {
|
|
|
202670
202691
|
dragElement.init(dragOptions);
|
|
202671
202692
|
}
|
|
202672
202693
|
|
|
202673
|
-
},{"../../components/dragelement":385,"../../components/fx/layout_attributes":407,"../../lib":503,"../../lib/setcursor":524,"../../plot_api/edit_types":536,"../../plots/cartesian/select":575,"../../plots/get_data":593,"../../registry":638,"./plot":
|
|
202694
|
+
},{"../../components/dragelement":385,"../../components/fx/layout_attributes":407,"../../lib":503,"../../lib/setcursor":524,"../../plot_api/edit_types":536,"../../plots/cartesian/select":575,"../../plots/get_data":593,"../../registry":638,"./plot":923}],919:[function(_dereq_,module,exports){
|
|
202674
202695
|
'use strict';
|
|
202675
202696
|
|
|
202676
202697
|
var tarjan = _dereq_('strongly-connected-components');
|
|
@@ -202851,7 +202872,7 @@ module.exports = function calc(gd, trace) {
|
|
|
202851
202872
|
});
|
|
202852
202873
|
};
|
|
202853
202874
|
|
|
202854
|
-
},{"../../components/colorscale":378,"../../lib":503,"../../lib/gup":500,"strongly-connected-components":306}],
|
|
202875
|
+
},{"../../components/colorscale":378,"../../lib":503,"../../lib/gup":500,"strongly-connected-components":306}],920:[function(_dereq_,module,exports){
|
|
202855
202876
|
'use strict';
|
|
202856
202877
|
|
|
202857
202878
|
module.exports = {
|
|
@@ -202874,7 +202895,7 @@ module.exports = {
|
|
|
202874
202895
|
}
|
|
202875
202896
|
};
|
|
202876
202897
|
|
|
202877
|
-
},{}],
|
|
202898
|
+
},{}],921:[function(_dereq_,module,exports){
|
|
202878
202899
|
'use strict';
|
|
202879
202900
|
|
|
202880
202901
|
var Lib = _dereq_('../../lib');
|
|
@@ -202980,7 +203001,7 @@ function concentrationscalesDefaults(In, Out) {
|
|
|
202980
203001
|
coerce('colorscale');
|
|
202981
203002
|
}
|
|
202982
203003
|
|
|
202983
|
-
},{"../../components/color":366,"../../components/fx/hoverlabel_defaults":404,"../../lib":503,"../../plot_api/plot_template":543,"../../plots/array_container_defaults":549,"../../plots/domain":584,"./attributes":
|
|
203004
|
+
},{"../../components/color":366,"../../components/fx/hoverlabel_defaults":404,"../../lib":503,"../../plot_api/plot_template":543,"../../plots/array_container_defaults":549,"../../plots/domain":584,"./attributes":917,"tinycolor2":312}],922:[function(_dereq_,module,exports){
|
|
202984
203005
|
'use strict';
|
|
202985
203006
|
|
|
202986
203007
|
module.exports = {
|
|
@@ -202998,7 +203019,7 @@ module.exports = {
|
|
|
202998
203019
|
}
|
|
202999
203020
|
};
|
|
203000
203021
|
|
|
203001
|
-
},{"./attributes":
|
|
203022
|
+
},{"./attributes":917,"./base_plot":918,"./calc":919,"./defaults":921,"./plot":923,"./select.js":925}],923:[function(_dereq_,module,exports){
|
|
203002
203023
|
'use strict';
|
|
203003
203024
|
|
|
203004
203025
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -203367,7 +203388,7 @@ module.exports = function plot(gd, calcData) {
|
|
|
203367
203388
|
);
|
|
203368
203389
|
};
|
|
203369
203390
|
|
|
203370
|
-
},{"../../components/color":366,"../../components/fx":406,"../../lib":503,"./constants":
|
|
203391
|
+
},{"../../components/color":366,"../../components/fx":406,"../../lib":503,"./constants":920,"./render":924,"@plotly/d3":58}],924:[function(_dereq_,module,exports){
|
|
203371
203392
|
'use strict';
|
|
203372
203393
|
|
|
203373
203394
|
var d3Force = _dereq_('d3-force');
|
|
@@ -204384,7 +204405,7 @@ module.exports = function(gd, svg, calcData, layout, callbacks) {
|
|
|
204384
204405
|
.ease(c.ease).duration(c.duration);
|
|
204385
204406
|
};
|
|
204386
204407
|
|
|
204387
|
-
},{"../../components/color":366,"../../components/drawing":388,"../../constants/alignment":471,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"../../registry":638,"./constants":
|
|
204408
|
+
},{"../../components/color":366,"../../components/drawing":388,"../../constants/alignment":471,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"../../registry":638,"./constants":920,"@plotly/d3":58,"@plotly/d3-sankey":57,"@plotly/d3-sankey-circular":56,"d3-force":111,"d3-interpolate":116,"tinycolor2":312}],925:[function(_dereq_,module,exports){
|
|
204388
204409
|
'use strict';
|
|
204389
204410
|
|
|
204390
204411
|
module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
@@ -204414,7 +204435,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
204414
204435
|
return selection;
|
|
204415
204436
|
};
|
|
204416
204437
|
|
|
204417
|
-
},{}],
|
|
204438
|
+
},{}],926:[function(_dereq_,module,exports){
|
|
204418
204439
|
'use strict';
|
|
204419
204440
|
|
|
204420
204441
|
var Lib = _dereq_('../../lib');
|
|
@@ -204457,7 +204478,7 @@ module.exports = function arraysToCalcdata(cd, trace) {
|
|
|
204457
204478
|
}
|
|
204458
204479
|
};
|
|
204459
204480
|
|
|
204460
|
-
},{"../../lib":503}],
|
|
204481
|
+
},{"../../lib":503}],927:[function(_dereq_,module,exports){
|
|
204461
204482
|
'use strict';
|
|
204462
204483
|
|
|
204463
204484
|
var axisHoverFormat = _dereq_('../../plots/cartesian/axis_format_attributes').axisHoverFormat;
|
|
@@ -204809,7 +204830,7 @@ module.exports = {
|
|
|
204809
204830
|
}),
|
|
204810
204831
|
};
|
|
204811
204832
|
|
|
204812
|
-
},{"../../components/colorscale/attributes":373,"../../components/drawing":388,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"./constants":
|
|
204833
|
+
},{"../../components/colorscale/attributes":373,"../../components/drawing":388,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../../plots/font_attributes":585,"../../plots/template_attributes":633,"./constants":931}],928:[function(_dereq_,module,exports){
|
|
204813
204834
|
'use strict';
|
|
204814
204835
|
|
|
204815
204836
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -205106,7 +205127,7 @@ module.exports = {
|
|
|
205106
205127
|
getStackOpts: getStackOpts
|
|
205107
205128
|
};
|
|
205108
205129
|
|
|
205109
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"./arrays_to_calcdata":
|
|
205130
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"./arrays_to_calcdata":926,"./calc_selection":929,"./colorscale_calc":930,"./subtypes":952,"fast-isnumeric":190}],929:[function(_dereq_,module,exports){
|
|
205110
205131
|
'use strict';
|
|
205111
205132
|
|
|
205112
205133
|
var Lib = _dereq_('../../lib');
|
|
@@ -205117,7 +205138,7 @@ module.exports = function calcSelection(cd, trace) {
|
|
|
205117
205138
|
}
|
|
205118
205139
|
};
|
|
205119
205140
|
|
|
205120
|
-
},{"../../lib":503}],
|
|
205141
|
+
},{"../../lib":503}],930:[function(_dereq_,module,exports){
|
|
205121
205142
|
'use strict';
|
|
205122
205143
|
|
|
205123
205144
|
var hasColorscale = _dereq_('../../components/colorscale/helpers').hasColorscale;
|
|
@@ -205152,7 +205173,7 @@ module.exports = function calcMarkerColorscale(gd, trace) {
|
|
|
205152
205173
|
}
|
|
205153
205174
|
};
|
|
205154
205175
|
|
|
205155
|
-
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"./subtypes":
|
|
205176
|
+
},{"../../components/colorscale/calc":374,"../../components/colorscale/helpers":377,"./subtypes":952}],931:[function(_dereq_,module,exports){
|
|
205156
205177
|
'use strict';
|
|
205157
205178
|
|
|
205158
205179
|
module.exports = {
|
|
@@ -205172,7 +205193,7 @@ module.exports = {
|
|
|
205172
205193
|
eventDataKeys: []
|
|
205173
205194
|
};
|
|
205174
205195
|
|
|
205175
|
-
},{}],
|
|
205196
|
+
},{}],932:[function(_dereq_,module,exports){
|
|
205176
205197
|
'use strict';
|
|
205177
205198
|
|
|
205178
205199
|
var calc = _dereq_('./calc');
|
|
@@ -205344,7 +205365,7 @@ function getInterp(calcTrace, index, position, posAttr) {
|
|
|
205344
205365
|
return pt0.s + (pt1.s - pt0.s) * (position - pt0[posAttr]) / (pt1[posAttr] - pt0[posAttr]);
|
|
205345
205366
|
}
|
|
205346
205367
|
|
|
205347
|
-
},{"./calc":
|
|
205368
|
+
},{"./calc":928}],933:[function(_dereq_,module,exports){
|
|
205348
205369
|
'use strict';
|
|
205349
205370
|
|
|
205350
205371
|
|
|
@@ -205374,7 +205395,7 @@ module.exports = function crossTraceDefaults(fullData) {
|
|
|
205374
205395
|
}
|
|
205375
205396
|
};
|
|
205376
205397
|
|
|
205377
|
-
},{}],
|
|
205398
|
+
},{}],934:[function(_dereq_,module,exports){
|
|
205378
205399
|
'use strict';
|
|
205379
205400
|
|
|
205380
205401
|
var Lib = _dereq_('../../lib');
|
|
@@ -205463,7 +205484,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
205463
205484
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
205464
205485
|
};
|
|
205465
205486
|
|
|
205466
|
-
},{"../../lib":503,"../../registry":638,"./attributes":
|
|
205487
|
+
},{"../../lib":503,"../../registry":638,"./attributes":927,"./constants":931,"./fillcolor_defaults":935,"./line_defaults":940,"./line_shape_defaults":942,"./marker_defaults":946,"./period_defaults":947,"./stack_defaults":950,"./subtypes":952,"./text_defaults":953,"./xy_defaults":954}],935:[function(_dereq_,module,exports){
|
|
205467
205488
|
'use strict';
|
|
205468
205489
|
|
|
205469
205490
|
var Color = _dereq_('../../components/color');
|
|
@@ -205491,7 +205512,7 @@ module.exports = function fillColorDefaults(traceIn, traceOut, defaultColor, coe
|
|
|
205491
205512
|
));
|
|
205492
205513
|
};
|
|
205493
205514
|
|
|
205494
|
-
},{"../../components/color":366,"../../lib":503}],
|
|
205515
|
+
},{"../../components/color":366,"../../lib":503}],936:[function(_dereq_,module,exports){
|
|
205495
205516
|
'use strict';
|
|
205496
205517
|
|
|
205497
205518
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -205509,7 +205530,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
205509
205530
|
return labels;
|
|
205510
205531
|
};
|
|
205511
205532
|
|
|
205512
|
-
},{"../../plots/cartesian/axes":554}],
|
|
205533
|
+
},{"../../plots/cartesian/axes":554}],937:[function(_dereq_,module,exports){
|
|
205513
205534
|
'use strict';
|
|
205514
205535
|
|
|
205515
205536
|
var Color = _dereq_('../../components/color');
|
|
@@ -205549,7 +205570,7 @@ module.exports = function getTraceColor(trace, di) {
|
|
|
205549
205570
|
}
|
|
205550
205571
|
};
|
|
205551
205572
|
|
|
205552
|
-
},{"../../components/color":366,"./subtypes":
|
|
205573
|
+
},{"../../components/color":366,"./subtypes":952}],938:[function(_dereq_,module,exports){
|
|
205553
205574
|
'use strict';
|
|
205554
205575
|
|
|
205555
205576
|
var Lib = _dereq_('../../lib');
|
|
@@ -205760,7 +205781,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
205760
205781
|
}
|
|
205761
205782
|
};
|
|
205762
205783
|
|
|
205763
|
-
},{"../../components/color":366,"../../components/fx":406,"../../lib":503,"../../registry":638,"./get_trace_color":
|
|
205784
|
+
},{"../../components/color":366,"../../components/fx":406,"../../lib":503,"../../registry":638,"./get_trace_color":937}],939:[function(_dereq_,module,exports){
|
|
205764
205785
|
'use strict';
|
|
205765
205786
|
|
|
205766
205787
|
var subtypes = _dereq_('./subtypes');
|
|
@@ -205797,7 +205818,7 @@ module.exports = {
|
|
|
205797
205818
|
}
|
|
205798
205819
|
};
|
|
205799
205820
|
|
|
205800
|
-
},{"../../plots/cartesian":568,"./arrays_to_calcdata":
|
|
205821
|
+
},{"../../plots/cartesian":568,"./arrays_to_calcdata":926,"./attributes":927,"./calc":928,"./cross_trace_calc":932,"./cross_trace_defaults":933,"./defaults":934,"./format_labels":936,"./hover":938,"./marker_colorbar":945,"./plot":948,"./select":949,"./style":951,"./subtypes":952}],940:[function(_dereq_,module,exports){
|
|
205801
205822
|
'use strict';
|
|
205802
205823
|
|
|
205803
205824
|
var isArrayOrTypedArray = _dereq_('../../lib').isArrayOrTypedArray;
|
|
@@ -205820,7 +205841,7 @@ module.exports = function lineDefaults(traceIn, traceOut, defaultColor, layout,
|
|
|
205820
205841
|
if(!(opts || {}).noDash) coerce('line.dash');
|
|
205821
205842
|
};
|
|
205822
205843
|
|
|
205823
|
-
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503}],
|
|
205844
|
+
},{"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"../../lib":503}],941:[function(_dereq_,module,exports){
|
|
205824
205845
|
'use strict';
|
|
205825
205846
|
|
|
205826
205847
|
var numConstants = _dereq_('../../constants/numerical');
|
|
@@ -206272,7 +206293,7 @@ module.exports = function linePoints(d, opts) {
|
|
|
206272
206293
|
return segments;
|
|
206273
206294
|
};
|
|
206274
206295
|
|
|
206275
|
-
},{"../../constants/numerical":479,"../../lib":503,"./constants":
|
|
206296
|
+
},{"../../constants/numerical":479,"../../lib":503,"./constants":931}],942:[function(_dereq_,module,exports){
|
|
206276
206297
|
'use strict';
|
|
206277
206298
|
|
|
206278
206299
|
|
|
@@ -206282,7 +206303,7 @@ module.exports = function handleLineShapeDefaults(traceIn, traceOut, coerce) {
|
|
|
206282
206303
|
if(shape === 'spline') coerce('line.smoothing');
|
|
206283
206304
|
};
|
|
206284
206305
|
|
|
206285
|
-
},{}],
|
|
206306
|
+
},{}],943:[function(_dereq_,module,exports){
|
|
206286
206307
|
'use strict';
|
|
206287
206308
|
|
|
206288
206309
|
var LINKEDFILLS = {tonextx: 1, tonexty: 1, tonext: 1};
|
|
@@ -206364,7 +206385,7 @@ module.exports = function linkTraces(gd, plotinfo, cdscatter) {
|
|
|
206364
206385
|
return cdscatterSorted;
|
|
206365
206386
|
};
|
|
206366
206387
|
|
|
206367
|
-
},{}],
|
|
206388
|
+
},{}],944:[function(_dereq_,module,exports){
|
|
206368
206389
|
'use strict';
|
|
206369
206390
|
|
|
206370
206391
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -206400,7 +206421,7 @@ module.exports = function makeBubbleSizeFn(trace, factor) {
|
|
|
206400
206421
|
};
|
|
206401
206422
|
};
|
|
206402
206423
|
|
|
206403
|
-
},{"fast-isnumeric":190}],
|
|
206424
|
+
},{"fast-isnumeric":190}],945:[function(_dereq_,module,exports){
|
|
206404
206425
|
'use strict';
|
|
206405
206426
|
|
|
206406
206427
|
module.exports = {
|
|
@@ -206409,7 +206430,7 @@ module.exports = {
|
|
|
206409
206430
|
max: 'cmax'
|
|
206410
206431
|
};
|
|
206411
206432
|
|
|
206412
|
-
},{}],
|
|
206433
|
+
},{}],946:[function(_dereq_,module,exports){
|
|
206413
206434
|
'use strict';
|
|
206414
206435
|
|
|
206415
206436
|
var Color = _dereq_('../../components/color');
|
|
@@ -206482,7 +206503,7 @@ module.exports = function markerDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
206482
206503
|
}
|
|
206483
206504
|
};
|
|
206484
206505
|
|
|
206485
|
-
},{"../../components/color":366,"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"./subtypes":
|
|
206506
|
+
},{"../../components/color":366,"../../components/colorscale/defaults":376,"../../components/colorscale/helpers":377,"./subtypes":952}],947:[function(_dereq_,module,exports){
|
|
206486
206507
|
'use strict';
|
|
206487
206508
|
|
|
206488
206509
|
var dateTick0 = _dereq_('../../lib').dateTick0;
|
|
@@ -206521,7 +206542,7 @@ module.exports = function handlePeriodDefaults(traceIn, traceOut, layout, coerce
|
|
|
206521
206542
|
}
|
|
206522
206543
|
};
|
|
206523
206544
|
|
|
206524
|
-
},{"../../constants/numerical":479,"../../lib":503}],
|
|
206545
|
+
},{"../../constants/numerical":479,"../../lib":503}],948:[function(_dereq_,module,exports){
|
|
206525
206546
|
'use strict';
|
|
206526
206547
|
|
|
206527
206548
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -207073,7 +207094,7 @@ function selectMarkers(gd, idx, plotinfo, cdscatter, cdscatterAll) {
|
|
|
207073
207094
|
});
|
|
207074
207095
|
}
|
|
207075
207096
|
|
|
207076
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/polygon":515,"../../registry":638,"./line_points":
|
|
207097
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/polygon":515,"../../registry":638,"./line_points":941,"./link_traces":943,"./subtypes":952,"@plotly/d3":58}],949:[function(_dereq_,module,exports){
|
|
207077
207098
|
'use strict';
|
|
207078
207099
|
|
|
207079
207100
|
var subtypes = _dereq_('./subtypes');
|
|
@@ -207118,7 +207139,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
207118
207139
|
return selection;
|
|
207119
207140
|
};
|
|
207120
207141
|
|
|
207121
|
-
},{"./subtypes":
|
|
207142
|
+
},{"./subtypes":952}],950:[function(_dereq_,module,exports){
|
|
207122
207143
|
'use strict';
|
|
207123
207144
|
|
|
207124
207145
|
var perStackAttrs = ['orientation', 'groupnorm', 'stackgaps'];
|
|
@@ -207215,7 +207236,7 @@ module.exports = function handleStackDefaults(traceIn, traceOut, layout, coerce)
|
|
|
207215
207236
|
}
|
|
207216
207237
|
};
|
|
207217
207238
|
|
|
207218
|
-
},{}],
|
|
207239
|
+
},{}],951:[function(_dereq_,module,exports){
|
|
207219
207240
|
'use strict';
|
|
207220
207241
|
|
|
207221
207242
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -207277,7 +207298,7 @@ module.exports = {
|
|
|
207277
207298
|
styleOnSelect: styleOnSelect
|
|
207278
207299
|
};
|
|
207279
207300
|
|
|
207280
|
-
},{"../../components/drawing":388,"../../registry":638,"@plotly/d3":58}],
|
|
207301
|
+
},{"../../components/drawing":388,"../../registry":638,"@plotly/d3":58}],952:[function(_dereq_,module,exports){
|
|
207281
207302
|
'use strict';
|
|
207282
207303
|
|
|
207283
207304
|
var Lib = _dereq_('../../lib');
|
|
@@ -207307,7 +207328,7 @@ module.exports = {
|
|
|
207307
207328
|
}
|
|
207308
207329
|
};
|
|
207309
207330
|
|
|
207310
|
-
},{"../../lib":503}],
|
|
207331
|
+
},{"../../lib":503}],953:[function(_dereq_,module,exports){
|
|
207311
207332
|
'use strict';
|
|
207312
207333
|
|
|
207313
207334
|
var Lib = _dereq_('../../lib');
|
|
@@ -207328,7 +207349,7 @@ module.exports = function(traceIn, traceOut, layout, coerce, opts) {
|
|
|
207328
207349
|
}
|
|
207329
207350
|
};
|
|
207330
207351
|
|
|
207331
|
-
},{"../../lib":503}],
|
|
207352
|
+
},{"../../lib":503}],954:[function(_dereq_,module,exports){
|
|
207332
207353
|
'use strict';
|
|
207333
207354
|
|
|
207334
207355
|
var Lib = _dereq_('../../lib');
|
|
@@ -207364,7 +207385,7 @@ module.exports = function handleXYDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
207364
207385
|
return len;
|
|
207365
207386
|
};
|
|
207366
207387
|
|
|
207367
|
-
},{"../../lib":503,"../../registry":638}],
|
|
207388
|
+
},{"../../lib":503,"../../registry":638}],955:[function(_dereq_,module,exports){
|
|
207368
207389
|
'use strict';
|
|
207369
207390
|
|
|
207370
207391
|
var scatterAttrs = _dereq_('../scatter/attributes');
|
|
@@ -207492,7 +207513,7 @@ var attrs = module.exports = overrideAll({
|
|
|
207492
207513
|
|
|
207493
207514
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = 'calc+clearAxisTypes';
|
|
207494
207515
|
|
|
207495
|
-
},{"../../components/colorscale/attributes":373,"../../constants/gl3d_dashes":476,"../../constants/gl3d_markers":477,"../../lib/extend":493,"../../lib/sort_object_keys":526,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
207516
|
+
},{"../../components/colorscale/attributes":373,"../../constants/gl3d_dashes":476,"../../constants/gl3d_markers":477,"../../lib/extend":493,"../../lib/sort_object_keys":526,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../scatter/attributes":927}],956:[function(_dereq_,module,exports){
|
|
207496
207517
|
'use strict';
|
|
207497
207518
|
|
|
207498
207519
|
var arraysToCalcdata = _dereq_('../scatter/arrays_to_calcdata');
|
|
@@ -207512,7 +207533,7 @@ module.exports = function calc(gd, trace) {
|
|
|
207512
207533
|
return cd;
|
|
207513
207534
|
};
|
|
207514
207535
|
|
|
207515
|
-
},{"../scatter/arrays_to_calcdata":
|
|
207536
|
+
},{"../scatter/arrays_to_calcdata":926,"../scatter/colorscale_calc":930}],957:[function(_dereq_,module,exports){
|
|
207516
207537
|
'use strict';
|
|
207517
207538
|
|
|
207518
207539
|
var Registry = _dereq_('../../registry');
|
|
@@ -207591,7 +207612,7 @@ function calculateErrors(data, scaleFactor, sceneLayout) {
|
|
|
207591
207612
|
|
|
207592
207613
|
module.exports = calculateErrors;
|
|
207593
207614
|
|
|
207594
|
-
},{"../../registry":638}],
|
|
207615
|
+
},{"../../registry":638}],958:[function(_dereq_,module,exports){
|
|
207595
207616
|
'use strict';
|
|
207596
207617
|
|
|
207597
207618
|
var createLinePlot = _dereq_('../../../stackgl_modules').gl_line3d;
|
|
@@ -208136,7 +208157,7 @@ function createLineWithMarkers(scene, data) {
|
|
|
208136
208157
|
|
|
208137
208158
|
module.exports = createLineWithMarkers;
|
|
208138
208159
|
|
|
208139
|
-
},{"../../../stackgl_modules":
|
|
208160
|
+
},{"../../../stackgl_modules":1124,"../../components/fx/helpers":402,"../../constants/gl3d_dashes":476,"../../constants/gl3d_markers":477,"../../lib":503,"../../lib/gl_format_color":499,"../../lib/str2rgbarray":528,"../../plots/cartesian/axes":554,"../scatter/make_bubble_size_func":944,"./calc_errors":957}],959:[function(_dereq_,module,exports){
|
|
208140
208161
|
'use strict';
|
|
208141
208162
|
|
|
208142
208163
|
var Registry = _dereq_('../../registry');
|
|
@@ -208220,7 +208241,7 @@ function handleXYZDefaults(traceIn, traceOut, coerce, layout) {
|
|
|
208220
208241
|
return len;
|
|
208221
208242
|
}
|
|
208222
208243
|
|
|
208223
|
-
},{"../../lib":503,"../../registry":638,"../scatter/line_defaults":
|
|
208244
|
+
},{"../../lib":503,"../../registry":638,"../scatter/line_defaults":940,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":955}],960:[function(_dereq_,module,exports){
|
|
208224
208245
|
'use strict';
|
|
208225
208246
|
|
|
208226
208247
|
module.exports = {
|
|
@@ -208249,7 +208270,7 @@ module.exports = {
|
|
|
208249
208270
|
}
|
|
208250
208271
|
};
|
|
208251
208272
|
|
|
208252
|
-
},{"../../constants/gl3d_markers":477,"../../plots/gl3d":598,"./attributes":
|
|
208273
|
+
},{"../../constants/gl3d_markers":477,"../../plots/gl3d":598,"./attributes":955,"./calc":956,"./convert":958,"./defaults":959}],961:[function(_dereq_,module,exports){
|
|
208253
208274
|
'use strict';
|
|
208254
208275
|
|
|
208255
208276
|
var scatterAttrs = _dereq_('../scatter/attributes');
|
|
@@ -208333,7 +208354,7 @@ module.exports = {
|
|
|
208333
208354
|
hovertemplate: hovertemplateAttrs()
|
|
208334
208355
|
};
|
|
208335
208356
|
|
|
208336
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
208357
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":927}],962:[function(_dereq_,module,exports){
|
|
208337
208358
|
'use strict';
|
|
208338
208359
|
|
|
208339
208360
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -208383,7 +208404,7 @@ module.exports = function calc(gd, trace) {
|
|
|
208383
208404
|
return cd;
|
|
208384
208405
|
};
|
|
208385
208406
|
|
|
208386
|
-
},{"../carpet/lookup_carpetid":708,"../scatter/arrays_to_calcdata":
|
|
208407
|
+
},{"../carpet/lookup_carpetid":708,"../scatter/arrays_to_calcdata":926,"../scatter/calc":928,"../scatter/calc_selection":929,"../scatter/colorscale_calc":930,"fast-isnumeric":190}],963:[function(_dereq_,module,exports){
|
|
208387
208408
|
'use strict';
|
|
208388
208409
|
|
|
208389
208410
|
var Lib = _dereq_('../../lib');
|
|
@@ -208464,7 +208485,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
208464
208485
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
208465
208486
|
};
|
|
208466
208487
|
|
|
208467
|
-
},{"../../lib":503,"../scatter/constants":
|
|
208488
|
+
},{"../../lib":503,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/line_shape_defaults":942,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":961}],964:[function(_dereq_,module,exports){
|
|
208468
208489
|
'use strict';
|
|
208469
208490
|
|
|
208470
208491
|
module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
@@ -208477,7 +208498,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
|
208477
208498
|
return out;
|
|
208478
208499
|
};
|
|
208479
208500
|
|
|
208480
|
-
},{}],
|
|
208501
|
+
},{}],965:[function(_dereq_,module,exports){
|
|
208481
208502
|
'use strict';
|
|
208482
208503
|
|
|
208483
208504
|
module.exports = function formatLabels(cdi, trace) {
|
|
@@ -208496,7 +208517,7 @@ module.exports = function formatLabels(cdi, trace) {
|
|
|
208496
208517
|
return labels;
|
|
208497
208518
|
};
|
|
208498
208519
|
|
|
208499
|
-
},{}],
|
|
208520
|
+
},{}],966:[function(_dereq_,module,exports){
|
|
208500
208521
|
'use strict';
|
|
208501
208522
|
|
|
208502
208523
|
var scatterHover = _dereq_('../scatter/hover');
|
|
@@ -208579,7 +208600,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
208579
208600
|
return scatterPointData;
|
|
208580
208601
|
};
|
|
208581
208602
|
|
|
208582
|
-
},{"../../lib":503,"../scatter/hover":
|
|
208603
|
+
},{"../../lib":503,"../scatter/hover":938}],967:[function(_dereq_,module,exports){
|
|
208583
208604
|
'use strict';
|
|
208584
208605
|
|
|
208585
208606
|
module.exports = {
|
|
@@ -208603,7 +208624,7 @@ module.exports = {
|
|
|
208603
208624
|
}
|
|
208604
208625
|
};
|
|
208605
208626
|
|
|
208606
|
-
},{"../../plots/cartesian":568,"../scatter/marker_colorbar":
|
|
208627
|
+
},{"../../plots/cartesian":568,"../scatter/marker_colorbar":945,"../scatter/select":949,"../scatter/style":951,"./attributes":961,"./calc":962,"./defaults":963,"./event_data":964,"./format_labels":965,"./hover":966,"./plot":968}],968:[function(_dereq_,module,exports){
|
|
208607
208628
|
'use strict';
|
|
208608
208629
|
|
|
208609
208630
|
var scatterPlot = _dereq_('../scatter/plot');
|
|
@@ -208638,7 +208659,7 @@ module.exports = function plot(gd, plotinfoproxy, data, layer) {
|
|
|
208638
208659
|
}
|
|
208639
208660
|
};
|
|
208640
208661
|
|
|
208641
|
-
},{"../../components/drawing":388,"../../plots/cartesian/axes":554,"../scatter/plot":
|
|
208662
|
+
},{"../../components/drawing":388,"../../plots/cartesian/axes":554,"../scatter/plot":948}],969:[function(_dereq_,module,exports){
|
|
208642
208663
|
'use strict';
|
|
208643
208664
|
|
|
208644
208665
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -208736,7 +208757,7 @@ module.exports = overrideAll({
|
|
|
208736
208757
|
hovertemplate: hovertemplateAttrs(),
|
|
208737
208758
|
}, 'calc', 'nested');
|
|
208738
208759
|
|
|
208739
|
-
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
208760
|
+
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":927}],970:[function(_dereq_,module,exports){
|
|
208740
208761
|
'use strict';
|
|
208741
208762
|
|
|
208742
208763
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -208795,7 +208816,7 @@ module.exports = function calc(gd, trace) {
|
|
|
208795
208816
|
return calcTrace;
|
|
208796
208817
|
};
|
|
208797
208818
|
|
|
208798
|
-
},{"../../constants/numerical":479,"../../lib":503,"../scatter/arrays_to_calcdata":
|
|
208819
|
+
},{"../../constants/numerical":479,"../../lib":503,"../scatter/arrays_to_calcdata":926,"../scatter/calc_selection":929,"../scatter/colorscale_calc":930,"fast-isnumeric":190}],971:[function(_dereq_,module,exports){
|
|
208799
208820
|
'use strict';
|
|
208800
208821
|
|
|
208801
208822
|
var Lib = _dereq_('../../lib');
|
|
@@ -208870,7 +208891,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
208870
208891
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
208871
208892
|
};
|
|
208872
208893
|
|
|
208873
|
-
},{"../../lib":503,"../scatter/fillcolor_defaults":
|
|
208894
|
+
},{"../../lib":503,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":969}],972:[function(_dereq_,module,exports){
|
|
208874
208895
|
'use strict';
|
|
208875
208896
|
|
|
208876
208897
|
|
|
@@ -208888,7 +208909,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
|
208888
208909
|
return out;
|
|
208889
208910
|
};
|
|
208890
208911
|
|
|
208891
|
-
},{}],
|
|
208912
|
+
},{}],973:[function(_dereq_,module,exports){
|
|
208892
208913
|
'use strict';
|
|
208893
208914
|
|
|
208894
208915
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -208905,7 +208926,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
208905
208926
|
return labels;
|
|
208906
208927
|
};
|
|
208907
208928
|
|
|
208908
|
-
},{"../../plots/cartesian/axes":554}],
|
|
208929
|
+
},{"../../plots/cartesian/axes":554}],974:[function(_dereq_,module,exports){
|
|
208909
208930
|
'use strict';
|
|
208910
208931
|
|
|
208911
208932
|
var Fx = _dereq_('../../components/fx');
|
|
@@ -209009,7 +209030,7 @@ function getExtraText(trace, pt, pointData, labels) {
|
|
|
209009
209030
|
return text.join('<br>');
|
|
209010
209031
|
}
|
|
209011
209032
|
|
|
209012
|
-
},{"../../components/fx":406,"../../constants/numerical":479,"../../lib":503,"../scatter/get_trace_color":
|
|
209033
|
+
},{"../../components/fx":406,"../../constants/numerical":479,"../../lib":503,"../scatter/get_trace_color":937,"./attributes":969}],975:[function(_dereq_,module,exports){
|
|
209013
209034
|
'use strict';
|
|
209014
209035
|
|
|
209015
209036
|
module.exports = {
|
|
@@ -209034,7 +209055,7 @@ module.exports = {
|
|
|
209034
209055
|
}
|
|
209035
209056
|
};
|
|
209036
209057
|
|
|
209037
|
-
},{"../../plots/geo":589,"../scatter/marker_colorbar":
|
|
209058
|
+
},{"../../plots/geo":589,"../scatter/marker_colorbar":945,"../scatter/style":951,"./attributes":969,"./calc":970,"./defaults":971,"./event_data":972,"./format_labels":973,"./hover":974,"./plot":976,"./select":977,"./style":978}],976:[function(_dereq_,module,exports){
|
|
209038
209059
|
'use strict';
|
|
209039
209060
|
|
|
209040
209061
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -209155,7 +209176,7 @@ module.exports = {
|
|
|
209155
209176
|
plot: plot
|
|
209156
209177
|
};
|
|
209157
209178
|
|
|
209158
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../lib/geo_location_utils":496,"../../lib/geojson_utils":497,"../../lib/topojson_utils":532,"../../plots/cartesian/autorange":553,"../scatter/calc":
|
|
209179
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../lib/geo_location_utils":496,"../../lib/geojson_utils":497,"../../lib/topojson_utils":532,"../../plots/cartesian/autorange":553,"../scatter/calc":928,"../scatter/subtypes":952,"./style":978,"@plotly/d3":58}],977:[function(_dereq_,module,exports){
|
|
209159
209180
|
'use strict';
|
|
209160
209181
|
|
|
209161
209182
|
var subtypes = _dereq_('../scatter/subtypes');
|
|
@@ -209204,7 +209225,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
209204
209225
|
return selection;
|
|
209205
209226
|
};
|
|
209206
209227
|
|
|
209207
|
-
},{"../../constants/numerical":479,"../scatter/subtypes":
|
|
209228
|
+
},{"../../constants/numerical":479,"../scatter/subtypes":952}],978:[function(_dereq_,module,exports){
|
|
209208
209229
|
'use strict';
|
|
209209
209230
|
|
|
209210
209231
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -209245,7 +209266,7 @@ function styleTrace(gd, calcTrace) {
|
|
|
209245
209266
|
});
|
|
209246
209267
|
}
|
|
209247
209268
|
|
|
209248
|
-
},{"../../components/color":366,"../../components/drawing":388,"../scatter/style":
|
|
209269
|
+
},{"../../components/color":366,"../../components/drawing":388,"../scatter/style":951,"@plotly/d3":58}],979:[function(_dereq_,module,exports){
|
|
209249
209270
|
'use strict';
|
|
209250
209271
|
|
|
209251
209272
|
var baseAttrs = _dereq_('../../plots/attributes');
|
|
@@ -209340,7 +209361,31 @@ attrs.x.editType = attrs.y.editType = attrs.x0.editType = attrs.y0.editType = 'c
|
|
|
209340
209361
|
attrs.hovertemplate = scatterAttrs.hovertemplate;
|
|
209341
209362
|
attrs.texttemplate = scatterAttrs.texttemplate;
|
|
209342
209363
|
|
|
209343
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../lib/sort_object_keys":526,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../scatter/attributes":
|
|
209364
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../lib/sort_object_keys":526,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../scatter/attributes":927,"./constants":982}],980:[function(_dereq_,module,exports){
|
|
209365
|
+
'use strict';
|
|
209366
|
+
|
|
209367
|
+
var hover = _dereq_('./hover');
|
|
209368
|
+
|
|
209369
|
+
module.exports = {
|
|
209370
|
+
moduleType: 'trace',
|
|
209371
|
+
name: 'scattergl',
|
|
209372
|
+
basePlotModule: _dereq_('../../plots/cartesian'),
|
|
209373
|
+
categories: ['gl', 'regl', 'cartesian', 'symbols', 'errorBarsOK', 'showLegend', 'scatter-like'],
|
|
209374
|
+
|
|
209375
|
+
attributes: _dereq_('./attributes'),
|
|
209376
|
+
supplyDefaults: _dereq_('./defaults'),
|
|
209377
|
+
crossTraceDefaults: _dereq_('../scatter/cross_trace_defaults'),
|
|
209378
|
+
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
209379
|
+
formatLabels: _dereq_('./format_labels'),
|
|
209380
|
+
calc: _dereq_('./calc'),
|
|
209381
|
+
hoverPoints: hover.hoverPoints,
|
|
209382
|
+
selectPoints: _dereq_('./select'),
|
|
209383
|
+
|
|
209384
|
+
meta: {
|
|
209385
|
+
}
|
|
209386
|
+
};
|
|
209387
|
+
|
|
209388
|
+
},{"../../plots/cartesian":568,"../scatter/cross_trace_defaults":933,"../scatter/marker_colorbar":945,"./attributes":979,"./calc":981,"./defaults":984,"./format_labels":986,"./hover":988,"./select":992}],981:[function(_dereq_,module,exports){
|
|
209344
209389
|
'use strict';
|
|
209345
209390
|
|
|
209346
209391
|
var cluster = _dereq_('@plotly/point-cluster');
|
|
@@ -209526,7 +209571,7 @@ function sceneOptions(gd, subplot, trace, positions, x, y) {
|
|
|
209526
209571
|
return opts;
|
|
209527
209572
|
}
|
|
209528
209573
|
|
|
209529
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/autorange":553,"../../plots/cartesian/axis_ids":558,"../scatter/calc":
|
|
209574
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/autorange":553,"../../plots/cartesian/axis_ids":558,"../scatter/calc":928,"../scatter/colorscale_calc":930,"./constants":982,"./convert":983,"./scene_update":991,"@plotly/point-cluster":59}],982:[function(_dereq_,module,exports){
|
|
209530
209575
|
'use strict';
|
|
209531
209576
|
|
|
209532
209577
|
var SYMBOL_SIZE = 20;
|
|
@@ -209551,7 +209596,7 @@ module.exports = {
|
|
|
209551
209596
|
}
|
|
209552
209597
|
};
|
|
209553
209598
|
|
|
209554
|
-
},{}],
|
|
209599
|
+
},{}],983:[function(_dereq_,module,exports){
|
|
209555
209600
|
'use strict';
|
|
209556
209601
|
|
|
209557
209602
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -210198,7 +210243,7 @@ module.exports = {
|
|
|
210198
210243
|
textPosition: convertTextPosition
|
|
210199
210244
|
};
|
|
210200
210245
|
|
|
210201
|
-
},{"../../components/drawing":388,"../../components/fx/helpers":402,"../../constants/interactions":478,"../../lib":503,"../../lib/gl_format_color":499,"../../plots/cartesian/axis_ids":558,"../../registry":638,"../scatter/make_bubble_size_func":
|
|
210246
|
+
},{"../../components/drawing":388,"../../components/fx/helpers":402,"../../constants/interactions":478,"../../lib":503,"../../lib/gl_format_color":499,"../../plots/cartesian/axis_ids":558,"../../registry":638,"../scatter/make_bubble_size_func":944,"../scatter/subtypes":952,"./constants":982,"./helpers":987,"color-normalize":89,"fast-isnumeric":190,"svg-path-sdf":310}],984:[function(_dereq_,module,exports){
|
|
210202
210247
|
'use strict';
|
|
210203
210248
|
|
|
210204
210249
|
var Lib = _dereq_('../../lib');
|
|
@@ -210271,7 +210316,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
210271
210316
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
210272
210317
|
};
|
|
210273
210318
|
|
|
210274
|
-
},{"../../lib":503,"../../registry":638,"../scatter/constants":
|
|
210319
|
+
},{"../../lib":503,"../../registry":638,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/marker_defaults":946,"../scatter/period_defaults":947,"../scatter/subtypes":952,"../scatter/text_defaults":953,"../scatter/xy_defaults":954,"./attributes":979,"./helpers":987}],985:[function(_dereq_,module,exports){
|
|
210275
210320
|
'use strict';
|
|
210276
210321
|
|
|
210277
210322
|
var Lib = _dereq_('../../lib');
|
|
@@ -210319,7 +210364,7 @@ module.exports = {
|
|
|
210319
210364
|
styleTextSelection: styleTextSelection
|
|
210320
210365
|
};
|
|
210321
210366
|
|
|
210322
|
-
},{"../../components/color":366,"../../constants/interactions":478,"../../lib":503}],
|
|
210367
|
+
},{"../../components/color":366,"../../constants/interactions":478,"../../lib":503}],986:[function(_dereq_,module,exports){
|
|
210323
210368
|
'use strict';
|
|
210324
210369
|
|
|
210325
210370
|
var scatterFormatLabels = _dereq_('../scatter/format_labels');
|
|
@@ -210331,7 +210376,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
210331
210376
|
return scatterFormatLabels(cdi, trace, fullLayout);
|
|
210332
210377
|
};
|
|
210333
210378
|
|
|
210334
|
-
},{"../scatter/format_labels":
|
|
210379
|
+
},{"../scatter/format_labels":936}],987:[function(_dereq_,module,exports){
|
|
210335
210380
|
'use strict';
|
|
210336
210381
|
|
|
210337
210382
|
var constants = _dereq_('./constants');
|
|
@@ -210348,7 +210393,7 @@ exports.isDotSymbol = function(symbol) {
|
|
|
210348
210393
|
symbol > 200;
|
|
210349
210394
|
};
|
|
210350
210395
|
|
|
210351
|
-
},{"./constants":
|
|
210396
|
+
},{"./constants":982}],988:[function(_dereq_,module,exports){
|
|
210352
210397
|
'use strict';
|
|
210353
210398
|
|
|
210354
210399
|
var Registry = _dereq_('../../registry');
|
|
@@ -210568,32 +210613,9 @@ module.exports = {
|
|
|
210568
210613
|
calcHover: calcHover
|
|
210569
210614
|
};
|
|
210570
210615
|
|
|
210571
|
-
},{"../../lib":503,"../../registry":638,"../scatter/get_trace_color":
|
|
210572
|
-
|
|
210573
|
-
|
|
210574
|
-
var hover = _dereq_('./hover');
|
|
210575
|
-
|
|
210576
|
-
module.exports = {
|
|
210577
|
-
moduleType: 'trace',
|
|
210578
|
-
name: 'scattergl',
|
|
210579
|
-
basePlotModule: _dereq_('../../plots/cartesian'),
|
|
210580
|
-
categories: ['gl', 'regl', 'cartesian', 'symbols', 'errorBarsOK', 'showLegend', 'scatter-like'],
|
|
210581
|
-
|
|
210582
|
-
attributes: _dereq_('./attributes'),
|
|
210583
|
-
supplyDefaults: _dereq_('./defaults'),
|
|
210584
|
-
crossTraceDefaults: _dereq_('../scatter/cross_trace_defaults'),
|
|
210585
|
-
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
210586
|
-
formatLabels: _dereq_('./format_labels'),
|
|
210587
|
-
calc: _dereq_('./calc'),
|
|
210588
|
-
plot: _dereq_('./plot'),
|
|
210589
|
-
hoverPoints: hover.hoverPoints,
|
|
210590
|
-
selectPoints: _dereq_('./select'),
|
|
210591
|
-
|
|
210592
|
-
meta: {
|
|
210593
|
-
}
|
|
210594
|
-
};
|
|
210595
|
-
|
|
210596
|
-
},{"../../plots/cartesian":568,"../scatter/cross_trace_defaults":932,"../scatter/marker_colorbar":944,"./attributes":978,"./calc":979,"./defaults":982,"./format_labels":984,"./hover":986,"./plot":988,"./select":990}],988:[function(_dereq_,module,exports){
|
|
210616
|
+
},{"../../lib":503,"../../registry":638,"../scatter/get_trace_color":937}],989:[function(_dereq_,module,exports){
|
|
210617
|
+
arguments[4][896][0].apply(exports,arguments)
|
|
210618
|
+
},{"./base_index":980,"./plot":990,"dup":896}],990:[function(_dereq_,module,exports){
|
|
210597
210619
|
'use strict';
|
|
210598
210620
|
|
|
210599
210621
|
var createScatter = _dereq_('regl-scatter2d');
|
|
@@ -210610,6 +210632,7 @@ var linkTraces = _dereq_('../scatter/link_traces');
|
|
|
210610
210632
|
|
|
210611
210633
|
var styleTextSelection = _dereq_('./edit_style').styleTextSelection;
|
|
210612
210634
|
|
|
210635
|
+
var reglPrecompiled = {};
|
|
210613
210636
|
|
|
210614
210637
|
function getViewport(fullLayout, xaxis, yaxis, plotGlPixelRatio) {
|
|
210615
210638
|
var gs = fullLayout._size;
|
|
@@ -210630,7 +210653,7 @@ function getViewport(fullLayout, xaxis, yaxis, plotGlPixelRatio) {
|
|
|
210630
210653
|
];
|
|
210631
210654
|
}
|
|
210632
210655
|
|
|
210633
|
-
module.exports = function plot(gd, subplot, cdata) {
|
|
210656
|
+
var exports = module.exports = function plot(gd, subplot, cdata) {
|
|
210634
210657
|
if(!cdata.length) return;
|
|
210635
210658
|
|
|
210636
210659
|
var fullLayout = gd._fullLayout;
|
|
@@ -210642,7 +210665,7 @@ module.exports = function plot(gd, subplot, cdata) {
|
|
|
210642
210665
|
// we may have more subplots than initialized data due to Axes.getSubplots method
|
|
210643
210666
|
if(!scene) return;
|
|
210644
210667
|
|
|
210645
|
-
var success = prepareRegl(gd, ['ANGLE_instanced_arrays', 'OES_element_index_uint']);
|
|
210668
|
+
var success = prepareRegl(gd, ['ANGLE_instanced_arrays', 'OES_element_index_uint'], reglPrecompiled);
|
|
210646
210669
|
if(!success) {
|
|
210647
210670
|
scene.init();
|
|
210648
210671
|
return;
|
|
@@ -210966,7 +210989,9 @@ module.exports = function plot(gd, subplot, cdata) {
|
|
|
210966
210989
|
}
|
|
210967
210990
|
};
|
|
210968
210991
|
|
|
210969
|
-
|
|
210992
|
+
exports.reglPrecompiled = reglPrecompiled;
|
|
210993
|
+
|
|
210994
|
+
},{"../../components/dragelement/helpers":384,"../../lib":503,"../../lib/prepare_regl":516,"../scatter/link_traces":943,"../scatter/subtypes":952,"./edit_style":985,"gl-text":225,"regl-error2d":279,"regl-line2d":280,"regl-scatter2d":281}],991:[function(_dereq_,module,exports){
|
|
210970
210995
|
'use strict';
|
|
210971
210996
|
|
|
210972
210997
|
var Lib = _dereq_('../../lib');
|
|
@@ -211116,7 +211141,7 @@ module.exports = function sceneUpdate(gd, subplot) {
|
|
|
211116
211141
|
return scene;
|
|
211117
211142
|
};
|
|
211118
211143
|
|
|
211119
|
-
},{"../../lib":503}],
|
|
211144
|
+
},{"../../lib":503}],992:[function(_dereq_,module,exports){
|
|
211120
211145
|
'use strict';
|
|
211121
211146
|
|
|
211122
211147
|
var subTypes = _dereq_('../scatter/subtypes');
|
|
@@ -211189,7 +211214,7 @@ module.exports = function select(searchInfo, selectionTester) {
|
|
|
211189
211214
|
return selection;
|
|
211190
211215
|
};
|
|
211191
211216
|
|
|
211192
|
-
},{"../scatter/subtypes":
|
|
211217
|
+
},{"../scatter/subtypes":952,"./edit_style":985}],993:[function(_dereq_,module,exports){
|
|
211193
211218
|
'use strict';
|
|
211194
211219
|
|
|
211195
211220
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -211283,7 +211308,7 @@ module.exports = overrideAll({
|
|
|
211283
211308
|
hovertemplate: hovertemplateAttrs(),
|
|
211284
211309
|
}, 'calc', 'nested');
|
|
211285
211310
|
|
|
211286
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/mapbox/layout_attributes":615,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
211311
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/mapbox/layout_attributes":615,"../../plots/template_attributes":633,"../scatter/attributes":927,"../scattergeo/attributes":969}],994:[function(_dereq_,module,exports){
|
|
211287
211312
|
'use strict';
|
|
211288
211313
|
|
|
211289
211314
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -211610,7 +211635,7 @@ function isBADNUM(lonlat) {
|
|
|
211610
211635
|
return lonlat[0] === BADNUM;
|
|
211611
211636
|
}
|
|
211612
211637
|
|
|
211613
|
-
},{"../../components/colorscale":378,"../../components/drawing":388,"../../components/fx/helpers":402,"../../constants/numerical":479,"../../lib":503,"../../lib/geojson_utils":497,"../../lib/svg_text_utils":529,"../../plots/mapbox/convert_text_opts":612,"../scatter/make_bubble_size_func":
|
|
211638
|
+
},{"../../components/colorscale":378,"../../components/drawing":388,"../../components/fx/helpers":402,"../../constants/numerical":479,"../../lib":503,"../../lib/geojson_utils":497,"../../lib/svg_text_utils":529,"../../plots/mapbox/convert_text_opts":612,"../scatter/make_bubble_size_func":944,"../scatter/subtypes":952,"fast-isnumeric":190}],995:[function(_dereq_,module,exports){
|
|
211614
211639
|
'use strict';
|
|
211615
211640
|
|
|
211616
211641
|
var Lib = _dereq_('../../lib');
|
|
@@ -211680,7 +211705,7 @@ function handleLonLatDefaults(traceIn, traceOut, coerce) {
|
|
|
211680
211705
|
return len;
|
|
211681
211706
|
}
|
|
211682
211707
|
|
|
211683
|
-
},{"../../lib":503,"../scatter/fillcolor_defaults":
|
|
211708
|
+
},{"../../lib":503,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":993}],996:[function(_dereq_,module,exports){
|
|
211684
211709
|
'use strict';
|
|
211685
211710
|
|
|
211686
211711
|
|
|
@@ -211691,7 +211716,7 @@ module.exports = function eventData(out, pt) {
|
|
|
211691
211716
|
return out;
|
|
211692
211717
|
};
|
|
211693
211718
|
|
|
211694
|
-
},{}],
|
|
211719
|
+
},{}],997:[function(_dereq_,module,exports){
|
|
211695
211720
|
'use strict';
|
|
211696
211721
|
|
|
211697
211722
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -211709,7 +211734,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
211709
211734
|
return labels;
|
|
211710
211735
|
};
|
|
211711
211736
|
|
|
211712
|
-
},{"../../plots/cartesian/axes":554}],
|
|
211737
|
+
},{"../../plots/cartesian/axes":554}],998:[function(_dereq_,module,exports){
|
|
211713
211738
|
'use strict';
|
|
211714
211739
|
|
|
211715
211740
|
var Fx = _dereq_('../../components/fx');
|
|
@@ -211817,7 +211842,7 @@ module.exports = {
|
|
|
211817
211842
|
getExtraText: getExtraText
|
|
211818
211843
|
};
|
|
211819
211844
|
|
|
211820
|
-
},{"../../components/fx":406,"../../constants/numerical":479,"../../lib":503,"../scatter/get_trace_color":
|
|
211845
|
+
},{"../../components/fx":406,"../../constants/numerical":479,"../../lib":503,"../scatter/get_trace_color":937}],999:[function(_dereq_,module,exports){
|
|
211821
211846
|
'use strict';
|
|
211822
211847
|
|
|
211823
211848
|
module.exports = {
|
|
@@ -211846,7 +211871,7 @@ module.exports = {
|
|
|
211846
211871
|
}
|
|
211847
211872
|
};
|
|
211848
211873
|
|
|
211849
|
-
},{"../../plots/mapbox":613,"../scatter/marker_colorbar":
|
|
211874
|
+
},{"../../plots/mapbox":613,"../scatter/marker_colorbar":945,"../scattergeo/calc":970,"./attributes":993,"./defaults":995,"./event_data":996,"./format_labels":997,"./hover":998,"./plot":1000,"./select":1001}],1000:[function(_dereq_,module,exports){
|
|
211850
211875
|
'use strict';
|
|
211851
211876
|
|
|
211852
211877
|
var convert = _dereq_('./convert');
|
|
@@ -211971,7 +211996,7 @@ module.exports = function createScatterMapbox(subplot, calcTrace) {
|
|
|
211971
211996
|
return scatterMapbox;
|
|
211972
211997
|
};
|
|
211973
211998
|
|
|
211974
|
-
},{"../../plots/mapbox/constants":611,"./convert":
|
|
211999
|
+
},{"../../plots/mapbox/constants":611,"./convert":994}],1001:[function(_dereq_,module,exports){
|
|
211975
212000
|
'use strict';
|
|
211976
212001
|
|
|
211977
212002
|
var Lib = _dereq_('../../lib');
|
|
@@ -212018,7 +212043,7 @@ module.exports = function selectPoints(searchInfo, selectionTester) {
|
|
|
212018
212043
|
return selection;
|
|
212019
212044
|
};
|
|
212020
212045
|
|
|
212021
|
-
},{"../../constants/numerical":479,"../../lib":503,"../scatter/subtypes":
|
|
212046
|
+
},{"../../constants/numerical":479,"../../lib":503,"../scatter/subtypes":952}],1002:[function(_dereq_,module,exports){
|
|
212022
212047
|
'use strict';
|
|
212023
212048
|
|
|
212024
212049
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -212114,7 +212139,7 @@ module.exports = {
|
|
|
212114
212139
|
unselected: scatterAttrs.unselected
|
|
212115
212140
|
};
|
|
212116
212141
|
|
|
212117
|
-
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
212142
|
+
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":927}],1003:[function(_dereq_,module,exports){
|
|
212118
212143
|
'use strict';
|
|
212119
212144
|
|
|
212120
212145
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -212160,7 +212185,7 @@ module.exports = function calc(gd, trace) {
|
|
|
212160
212185
|
return cd;
|
|
212161
212186
|
};
|
|
212162
212187
|
|
|
212163
|
-
},{"../../constants/numerical":479,"../../plots/cartesian/axes":554,"../scatter/arrays_to_calcdata":
|
|
212188
|
+
},{"../../constants/numerical":479,"../../plots/cartesian/axes":554,"../scatter/arrays_to_calcdata":926,"../scatter/calc":928,"../scatter/calc_selection":929,"../scatter/colorscale_calc":930,"fast-isnumeric":190}],1004:[function(_dereq_,module,exports){
|
|
212164
212189
|
'use strict';
|
|
212165
212190
|
|
|
212166
212191
|
var Lib = _dereq_('../../lib');
|
|
@@ -212259,7 +212284,7 @@ module.exports = {
|
|
|
212259
212284
|
supplyDefaults: supplyDefaults
|
|
212260
212285
|
};
|
|
212261
212286
|
|
|
212262
|
-
},{"../../lib":503,"../scatter/constants":
|
|
212287
|
+
},{"../../lib":503,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/line_shape_defaults":942,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":1002}],1005:[function(_dereq_,module,exports){
|
|
212263
212288
|
'use strict';
|
|
212264
212289
|
|
|
212265
212290
|
var Lib = _dereq_('../../lib');
|
|
@@ -212293,7 +212318,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
212293
212318
|
return labels;
|
|
212294
212319
|
};
|
|
212295
212320
|
|
|
212296
|
-
},{"../../lib":503,"../../plots/cartesian/axes":554}],
|
|
212321
|
+
},{"../../lib":503,"../../plots/cartesian/axes":554}],1006:[function(_dereq_,module,exports){
|
|
212297
212322
|
'use strict';
|
|
212298
212323
|
|
|
212299
212324
|
var scatterHover = _dereq_('../scatter/hover');
|
|
@@ -212361,7 +212386,7 @@ module.exports = {
|
|
|
212361
212386
|
makeHoverPointText: makeHoverPointText
|
|
212362
212387
|
};
|
|
212363
212388
|
|
|
212364
|
-
},{"../scatter/hover":
|
|
212389
|
+
},{"../scatter/hover":938}],1007:[function(_dereq_,module,exports){
|
|
212365
212390
|
'use strict';
|
|
212366
212391
|
|
|
212367
212392
|
module.exports = {
|
|
@@ -212385,7 +212410,7 @@ module.exports = {
|
|
|
212385
212410
|
}
|
|
212386
212411
|
};
|
|
212387
212412
|
|
|
212388
|
-
},{"../../plots/polar":622,"../scatter/marker_colorbar":
|
|
212413
|
+
},{"../../plots/polar":622,"../scatter/marker_colorbar":945,"../scatter/select":949,"../scatter/style":951,"./attributes":1002,"./calc":1003,"./defaults":1004,"./format_labels":1005,"./hover":1006,"./plot":1008}],1008:[function(_dereq_,module,exports){
|
|
212389
212414
|
'use strict';
|
|
212390
212415
|
|
|
212391
212416
|
var scatterPlot = _dereq_('../scatter/plot');
|
|
@@ -212427,7 +212452,7 @@ module.exports = function plot(gd, subplot, moduleCalcData) {
|
|
|
212427
212452
|
scatterPlot(gd, plotinfo, moduleCalcData, mlayer);
|
|
212428
212453
|
};
|
|
212429
212454
|
|
|
212430
|
-
},{"../../constants/numerical":479,"../scatter/plot":
|
|
212455
|
+
},{"../../constants/numerical":479,"../scatter/plot":948}],1009:[function(_dereq_,module,exports){
|
|
212431
212456
|
'use strict';
|
|
212432
212457
|
|
|
212433
212458
|
var scatterPolarAttrs = _dereq_('../scatterpolar/attributes');
|
|
@@ -212470,7 +212495,29 @@ module.exports = {
|
|
|
212470
212495
|
unselected: scatterPolarAttrs.unselected
|
|
212471
212496
|
};
|
|
212472
212497
|
|
|
212473
|
-
},{"../../plots/template_attributes":633,"../scattergl/attributes":
|
|
212498
|
+
},{"../../plots/template_attributes":633,"../scattergl/attributes":979,"../scatterpolar/attributes":1002}],1010:[function(_dereq_,module,exports){
|
|
212499
|
+
'use strict';
|
|
212500
|
+
|
|
212501
|
+
module.exports = {
|
|
212502
|
+
moduleType: 'trace',
|
|
212503
|
+
name: 'scatterpolargl',
|
|
212504
|
+
basePlotModule: _dereq_('../../plots/polar'),
|
|
212505
|
+
categories: ['gl', 'regl', 'polar', 'symbols', 'showLegend', 'scatter-like'],
|
|
212506
|
+
|
|
212507
|
+
attributes: _dereq_('./attributes'),
|
|
212508
|
+
supplyDefaults: _dereq_('./defaults'),
|
|
212509
|
+
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
212510
|
+
formatLabels: _dereq_('./format_labels'),
|
|
212511
|
+
|
|
212512
|
+
calc: _dereq_('./calc'),
|
|
212513
|
+
hoverPoints: _dereq_('./hover').hoverPoints,
|
|
212514
|
+
selectPoints: _dereq_('../scattergl/select'),
|
|
212515
|
+
|
|
212516
|
+
meta: {
|
|
212517
|
+
}
|
|
212518
|
+
};
|
|
212519
|
+
|
|
212520
|
+
},{"../../plots/polar":622,"../scatter/marker_colorbar":945,"../scattergl/select":992,"./attributes":1009,"./calc":1011,"./defaults":1012,"./format_labels":1013,"./hover":1014}],1011:[function(_dereq_,module,exports){
|
|
212474
212521
|
'use strict';
|
|
212475
212522
|
|
|
212476
212523
|
var calcColorscale = _dereq_('../scatter/colorscale_calc');
|
|
@@ -212514,7 +212561,7 @@ module.exports = function calc(gd, trace) {
|
|
|
212514
212561
|
return [{x: false, y: false, t: stash, trace: trace}];
|
|
212515
212562
|
};
|
|
212516
212563
|
|
|
212517
|
-
},{"../../plots/cartesian/axes":554,"../scatter/calc":
|
|
212564
|
+
},{"../../plots/cartesian/axes":554,"../scatter/calc":928,"../scatter/colorscale_calc":930,"../scattergl/constants":982,"../scattergl/convert":983}],1012:[function(_dereq_,module,exports){
|
|
212518
212565
|
'use strict';
|
|
212519
212566
|
|
|
212520
212567
|
var Lib = _dereq_('../../lib');
|
|
@@ -212568,7 +212615,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
212568
212615
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
212569
212616
|
};
|
|
212570
212617
|
|
|
212571
|
-
},{"../../lib":503,"../scatter/constants":
|
|
212618
|
+
},{"../../lib":503,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"../scatterpolar/defaults":1004,"./attributes":1009}],1013:[function(_dereq_,module,exports){
|
|
212572
212619
|
'use strict';
|
|
212573
212620
|
|
|
212574
212621
|
var scatterPolarFormatLabels = _dereq_('../scatterpolar/format_labels');
|
|
@@ -212580,7 +212627,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
212580
212627
|
return scatterPolarFormatLabels(cdi, trace, fullLayout);
|
|
212581
212628
|
};
|
|
212582
212629
|
|
|
212583
|
-
},{"../scatterpolar/format_labels":
|
|
212630
|
+
},{"../scatterpolar/format_labels":1005}],1014:[function(_dereq_,module,exports){
|
|
212584
212631
|
'use strict';
|
|
212585
212632
|
|
|
212586
212633
|
var hover = _dereq_('../scattergl/hover');
|
|
@@ -212622,30 +212669,9 @@ module.exports = {
|
|
|
212622
212669
|
hoverPoints: hoverPoints
|
|
212623
212670
|
};
|
|
212624
212671
|
|
|
212625
|
-
},{"../scattergl/hover":
|
|
212626
|
-
|
|
212627
|
-
|
|
212628
|
-
module.exports = {
|
|
212629
|
-
moduleType: 'trace',
|
|
212630
|
-
name: 'scatterpolargl',
|
|
212631
|
-
basePlotModule: _dereq_('../../plots/polar'),
|
|
212632
|
-
categories: ['gl', 'regl', 'polar', 'symbols', 'showLegend', 'scatter-like'],
|
|
212633
|
-
|
|
212634
|
-
attributes: _dereq_('./attributes'),
|
|
212635
|
-
supplyDefaults: _dereq_('./defaults'),
|
|
212636
|
-
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
212637
|
-
formatLabels: _dereq_('./format_labels'),
|
|
212638
|
-
|
|
212639
|
-
calc: _dereq_('./calc'),
|
|
212640
|
-
plot: _dereq_('./plot'),
|
|
212641
|
-
hoverPoints: _dereq_('./hover').hoverPoints,
|
|
212642
|
-
selectPoints: _dereq_('../scattergl/select'),
|
|
212643
|
-
|
|
212644
|
-
meta: {
|
|
212645
|
-
}
|
|
212646
|
-
};
|
|
212647
|
-
|
|
212648
|
-
},{"../../plots/polar":622,"../scatter/marker_colorbar":944,"../scattergl/select":990,"./attributes":1007,"./calc":1008,"./defaults":1009,"./format_labels":1010,"./hover":1011,"./plot":1013}],1013:[function(_dereq_,module,exports){
|
|
212672
|
+
},{"../scattergl/hover":988,"../scatterpolar/hover":1006}],1015:[function(_dereq_,module,exports){
|
|
212673
|
+
arguments[4][896][0].apply(exports,arguments)
|
|
212674
|
+
},{"./base_index":1010,"./plot":1016,"dup":896}],1016:[function(_dereq_,module,exports){
|
|
212649
212675
|
'use strict';
|
|
212650
212676
|
|
|
212651
212677
|
var cluster = _dereq_('@plotly/point-cluster');
|
|
@@ -212659,6 +212685,8 @@ var Lib = _dereq_('../../lib');
|
|
|
212659
212685
|
|
|
212660
212686
|
var TOO_MANY_POINTS = _dereq_('../scattergl/constants').TOO_MANY_POINTS;
|
|
212661
212687
|
|
|
212688
|
+
var reglPrecompiled = {};
|
|
212689
|
+
|
|
212662
212690
|
module.exports = function plot(gd, subplot, cdata) {
|
|
212663
212691
|
if(!cdata.length) return;
|
|
212664
212692
|
|
|
@@ -212775,7 +212803,9 @@ module.exports = function plot(gd, subplot, cdata) {
|
|
|
212775
212803
|
return scatterglPlot(gd, subplot, cdata);
|
|
212776
212804
|
};
|
|
212777
212805
|
|
|
212778
|
-
|
|
212806
|
+
module.exports.reglPrecompiled = reglPrecompiled;
|
|
212807
|
+
|
|
212808
|
+
},{"../../lib":503,"../scattergl/constants":982,"../scattergl/convert":983,"../scattergl/plot":990,"../scattergl/scene_update":991,"@plotly/point-cluster":59,"fast-isnumeric":190}],1017:[function(_dereq_,module,exports){
|
|
212779
212809
|
'use strict';
|
|
212780
212810
|
|
|
212781
212811
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -212838,7 +212868,7 @@ module.exports = {
|
|
|
212838
212868
|
unselected: scatterAttrs.unselected
|
|
212839
212869
|
};
|
|
212840
212870
|
|
|
212841
|
-
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
212871
|
+
},{"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":927}],1018:[function(_dereq_,module,exports){
|
|
212842
212872
|
'use strict';
|
|
212843
212873
|
|
|
212844
212874
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -212880,7 +212910,7 @@ module.exports = function calc(gd, trace) {
|
|
|
212880
212910
|
return cd;
|
|
212881
212911
|
};
|
|
212882
212912
|
|
|
212883
|
-
},{"../../constants/numerical":479,"../scatter/arrays_to_calcdata":
|
|
212913
|
+
},{"../../constants/numerical":479,"../scatter/arrays_to_calcdata":926,"../scatter/calc":928,"../scatter/calc_selection":929,"../scatter/colorscale_calc":930,"fast-isnumeric":190}],1019:[function(_dereq_,module,exports){
|
|
212884
212914
|
'use strict';
|
|
212885
212915
|
|
|
212886
212916
|
var Lib = _dereq_('../../lib');
|
|
@@ -212962,7 +212992,7 @@ function handleRealImagDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
212962
212992
|
return len;
|
|
212963
212993
|
}
|
|
212964
212994
|
|
|
212965
|
-
},{"../../lib":503,"../scatter/constants":
|
|
212995
|
+
},{"../../lib":503,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/line_shape_defaults":942,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":1017}],1020:[function(_dereq_,module,exports){
|
|
212966
212996
|
'use strict';
|
|
212967
212997
|
|
|
212968
212998
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -212978,7 +213008,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
212978
213008
|
return labels;
|
|
212979
213009
|
};
|
|
212980
213010
|
|
|
212981
|
-
},{"../../plots/cartesian/axes":554}],
|
|
213011
|
+
},{"../../plots/cartesian/axes":554}],1021:[function(_dereq_,module,exports){
|
|
212982
213012
|
'use strict';
|
|
212983
213013
|
|
|
212984
213014
|
var scatterHover = _dereq_('../scatter/hover');
|
|
@@ -213046,7 +213076,7 @@ module.exports = {
|
|
|
213046
213076
|
makeHoverPointText: makeHoverPointText
|
|
213047
213077
|
};
|
|
213048
213078
|
|
|
213049
|
-
},{"../scatter/hover":
|
|
213079
|
+
},{"../scatter/hover":938}],1022:[function(_dereq_,module,exports){
|
|
213050
213080
|
'use strict';
|
|
213051
213081
|
|
|
213052
213082
|
module.exports = {
|
|
@@ -213070,7 +213100,7 @@ module.exports = {
|
|
|
213070
213100
|
}
|
|
213071
213101
|
};
|
|
213072
213102
|
|
|
213073
|
-
},{"../../plots/smith":629,"../scatter/marker_colorbar":
|
|
213103
|
+
},{"../../plots/smith":629,"../scatter/marker_colorbar":945,"../scatter/select":949,"../scatter/style":951,"./attributes":1017,"./calc":1018,"./defaults":1019,"./format_labels":1020,"./hover":1021,"./plot":1023}],1023:[function(_dereq_,module,exports){
|
|
213074
213104
|
'use strict';
|
|
213075
213105
|
|
|
213076
213106
|
var scatterPlot = _dereq_('../scatter/plot');
|
|
@@ -213111,7 +213141,7 @@ module.exports = function plot(gd, subplot, moduleCalcData) {
|
|
|
213111
213141
|
scatterPlot(gd, plotinfo, moduleCalcData, mlayer);
|
|
213112
213142
|
};
|
|
213113
213143
|
|
|
213114
|
-
},{"../../constants/numerical":479,"../../plots/smith/helpers":628,"../scatter/plot":
|
|
213144
|
+
},{"../../constants/numerical":479,"../../plots/smith/helpers":628,"../scatter/plot":948}],1024:[function(_dereq_,module,exports){
|
|
213115
213145
|
'use strict';
|
|
213116
213146
|
|
|
213117
213147
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -213203,7 +213233,7 @@ module.exports = {
|
|
|
213203
213233
|
hovertemplate: hovertemplateAttrs(),
|
|
213204
213234
|
};
|
|
213205
213235
|
|
|
213206
|
-
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
213236
|
+
},{"../../components/colorscale/attributes":373,"../../components/drawing/attributes":387,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/template_attributes":633,"../scatter/attributes":927}],1025:[function(_dereq_,module,exports){
|
|
213207
213237
|
'use strict';
|
|
213208
213238
|
|
|
213209
213239
|
var isNumeric = _dereq_('fast-isnumeric');
|
|
@@ -213275,7 +213305,7 @@ module.exports = function calc(gd, trace) {
|
|
|
213275
213305
|
return cd;
|
|
213276
213306
|
};
|
|
213277
213307
|
|
|
213278
|
-
},{"../scatter/arrays_to_calcdata":
|
|
213308
|
+
},{"../scatter/arrays_to_calcdata":926,"../scatter/calc":928,"../scatter/calc_selection":929,"../scatter/colorscale_calc":930,"fast-isnumeric":190}],1026:[function(_dereq_,module,exports){
|
|
213279
213309
|
'use strict';
|
|
213280
213310
|
|
|
213281
213311
|
var Lib = _dereq_('../../lib');
|
|
@@ -213370,7 +213400,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
213370
213400
|
Lib.coerceSelectionMarkerOpacity(traceOut, coerce);
|
|
213371
213401
|
};
|
|
213372
213402
|
|
|
213373
|
-
},{"../../lib":503,"../scatter/constants":
|
|
213403
|
+
},{"../../lib":503,"../scatter/constants":931,"../scatter/fillcolor_defaults":935,"../scatter/line_defaults":940,"../scatter/line_shape_defaults":942,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scatter/text_defaults":953,"./attributes":1024}],1027:[function(_dereq_,module,exports){
|
|
213374
213404
|
'use strict';
|
|
213375
213405
|
|
|
213376
213406
|
module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
@@ -213394,7 +213424,7 @@ module.exports = function eventData(out, pt, trace, cd, pointNumber) {
|
|
|
213394
213424
|
return out;
|
|
213395
213425
|
};
|
|
213396
213426
|
|
|
213397
|
-
},{}],
|
|
213427
|
+
},{}],1028:[function(_dereq_,module,exports){
|
|
213398
213428
|
'use strict';
|
|
213399
213429
|
|
|
213400
213430
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -213410,7 +213440,7 @@ module.exports = function formatLabels(cdi, trace, fullLayout) {
|
|
|
213410
213440
|
return labels;
|
|
213411
213441
|
};
|
|
213412
213442
|
|
|
213413
|
-
},{"../../plots/cartesian/axes":554}],
|
|
213443
|
+
},{"../../plots/cartesian/axes":554}],1029:[function(_dereq_,module,exports){
|
|
213414
213444
|
'use strict';
|
|
213415
213445
|
|
|
213416
213446
|
var scatterHover = _dereq_('../scatter/hover');
|
|
@@ -213476,7 +213506,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode) {
|
|
|
213476
213506
|
return scatterPointData;
|
|
213477
213507
|
};
|
|
213478
213508
|
|
|
213479
|
-
},{"../scatter/hover":
|
|
213509
|
+
},{"../scatter/hover":938}],1030:[function(_dereq_,module,exports){
|
|
213480
213510
|
'use strict';
|
|
213481
213511
|
|
|
213482
213512
|
module.exports = {
|
|
@@ -213500,7 +213530,7 @@ module.exports = {
|
|
|
213500
213530
|
}
|
|
213501
213531
|
};
|
|
213502
213532
|
|
|
213503
|
-
},{"../../plots/ternary":634,"../scatter/marker_colorbar":
|
|
213533
|
+
},{"../../plots/ternary":634,"../scatter/marker_colorbar":945,"../scatter/select":949,"../scatter/style":951,"./attributes":1024,"./calc":1025,"./defaults":1026,"./event_data":1027,"./format_labels":1028,"./hover":1029,"./plot":1031}],1031:[function(_dereq_,module,exports){
|
|
213504
213534
|
'use strict';
|
|
213505
213535
|
|
|
213506
213536
|
var scatterPlot = _dereq_('../scatter/plot');
|
|
@@ -213524,7 +213554,7 @@ module.exports = function plot(gd, ternary, moduleCalcData) {
|
|
|
213524
213554
|
scatterPlot(gd, plotinfo, moduleCalcData, scatterLayer);
|
|
213525
213555
|
};
|
|
213526
213556
|
|
|
213527
|
-
},{"../scatter/plot":
|
|
213557
|
+
},{"../scatter/plot":948}],1032:[function(_dereq_,module,exports){
|
|
213528
213558
|
'use strict';
|
|
213529
213559
|
|
|
213530
213560
|
var scatterAttrs = _dereq_('../scatter/attributes');
|
|
@@ -213667,7 +213697,37 @@ module.exports = {
|
|
|
213667
213697
|
opacity: scatterGlAttrs.opacity
|
|
213668
213698
|
};
|
|
213669
213699
|
|
|
213670
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/plot_template":543,"../../plots/cartesian/axis_format_attributes":557,"../../plots/cartesian/constants":561,"../../plots/template_attributes":633,"../scatter/attributes":
|
|
213700
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/plot_template":543,"../../plots/cartesian/axis_format_attributes":557,"../../plots/cartesian/constants":561,"../../plots/template_attributes":633,"../scatter/attributes":927,"../scattergl/attributes":979}],1033:[function(_dereq_,module,exports){
|
|
213701
|
+
'use strict';
|
|
213702
|
+
|
|
213703
|
+
var Registry = _dereq_('../../registry');
|
|
213704
|
+
var Grid = _dereq_('../../components/grid');
|
|
213705
|
+
|
|
213706
|
+
module.exports = {
|
|
213707
|
+
moduleType: 'trace',
|
|
213708
|
+
name: 'splom',
|
|
213709
|
+
|
|
213710
|
+
categories: ['gl', 'regl', 'cartesian', 'symbols', 'showLegend', 'scatter-like'],
|
|
213711
|
+
|
|
213712
|
+
attributes: _dereq_('./attributes'),
|
|
213713
|
+
supplyDefaults: _dereq_('./defaults'),
|
|
213714
|
+
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
213715
|
+
|
|
213716
|
+
calc: _dereq_('./calc'),
|
|
213717
|
+
plot: _dereq_('./plot'),
|
|
213718
|
+
hoverPoints: _dereq_('./hover').hoverPoints,
|
|
213719
|
+
selectPoints: _dereq_('./select'),
|
|
213720
|
+
editStyle: _dereq_('./edit_style'),
|
|
213721
|
+
|
|
213722
|
+
meta: {
|
|
213723
|
+
}
|
|
213724
|
+
};
|
|
213725
|
+
|
|
213726
|
+
// splom traces use the 'grid' component to generate their axes,
|
|
213727
|
+
// register it here
|
|
213728
|
+
Registry.register(Grid);
|
|
213729
|
+
|
|
213730
|
+
},{"../../components/grid":410,"../../registry":638,"../scatter/marker_colorbar":945,"./attributes":1032,"./calc":1035,"./defaults":1036,"./edit_style":1037,"./hover":1039,"./plot":1041,"./select":1043}],1034:[function(_dereq_,module,exports){
|
|
213671
213731
|
'use strict';
|
|
213672
213732
|
|
|
213673
213733
|
var createLine = _dereq_('regl-line2d');
|
|
@@ -213681,12 +213741,14 @@ var shouldShowZeroLine = _dereq_('../../plots/cartesian/axes').shouldShowZeroLin
|
|
|
213681
213741
|
|
|
213682
213742
|
var SPLOM = 'splom';
|
|
213683
213743
|
|
|
213744
|
+
var reglPrecompiled = {};
|
|
213745
|
+
|
|
213684
213746
|
function plot(gd) {
|
|
213685
213747
|
var fullLayout = gd._fullLayout;
|
|
213686
213748
|
var _module = Registry.getModule(SPLOM);
|
|
213687
213749
|
var splomCalcData = getModuleCalcData(gd.calcdata, _module)[0];
|
|
213688
213750
|
|
|
213689
|
-
var success = prepareRegl(gd, ['ANGLE_instanced_arrays', 'OES_element_index_uint']);
|
|
213751
|
+
var success = prepareRegl(gd, ['ANGLE_instanced_arrays', 'OES_element_index_uint'], reglPrecompiled);
|
|
213690
213752
|
if(!success) return;
|
|
213691
213753
|
|
|
213692
213754
|
if(fullLayout._hasOnlyLargeSploms) {
|
|
@@ -213889,10 +213951,11 @@ module.exports = {
|
|
|
213889
213951
|
updateGrid: updateGrid,
|
|
213890
213952
|
clean: clean,
|
|
213891
213953
|
updateFx: Cartesian.updateFx,
|
|
213892
|
-
toSVG: Cartesian.toSVG
|
|
213954
|
+
toSVG: Cartesian.toSVG,
|
|
213955
|
+
reglPrecompiled: reglPrecompiled
|
|
213893
213956
|
};
|
|
213894
213957
|
|
|
213895
|
-
},{"../../lib/prepare_regl":516,"../../plots/cartesian":568,"../../plots/cartesian/axes":554,"../../plots/cartesian/axis_ids":558,"../../plots/get_data":593,"../../registry":638,"regl-line2d":280}],
|
|
213958
|
+
},{"../../lib/prepare_regl":516,"../../plots/cartesian":568,"../../plots/cartesian/axes":554,"../../plots/cartesian/axis_ids":558,"../../plots/get_data":593,"../../registry":638,"regl-line2d":280}],1035:[function(_dereq_,module,exports){
|
|
213896
213959
|
'use strict';
|
|
213897
213960
|
|
|
213898
213961
|
var Lib = _dereq_('../../lib');
|
|
@@ -213995,7 +214058,7 @@ module.exports = function calc(gd, trace) {
|
|
|
213995
214058
|
return [{x: false, y: false, t: {}, trace: trace}];
|
|
213996
214059
|
};
|
|
213997
214060
|
|
|
213998
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/axis_ids":558,"../scatter/calc":
|
|
214061
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/axis_ids":558,"../scatter/calc":928,"../scatter/colorscale_calc":930,"../scattergl/constants":982,"../scattergl/convert":983,"./scene_update":1042}],1036:[function(_dereq_,module,exports){
|
|
213999
214062
|
'use strict';
|
|
214000
214063
|
|
|
214001
214064
|
var Lib = _dereq_('../../lib');
|
|
@@ -214166,7 +214229,7 @@ function handleAxisDefaults(traceIn, traceOut, layout, coerce) {
|
|
|
214166
214229
|
}
|
|
214167
214230
|
}
|
|
214168
214231
|
|
|
214169
|
-
},{"../../lib":503,"../../plots/array_container_defaults":549,"../parcoords/merge_length":
|
|
214232
|
+
},{"../../lib":503,"../../plots/array_container_defaults":549,"../parcoords/merge_length":898,"../scatter/marker_defaults":946,"../scatter/subtypes":952,"../scattergl/helpers":987,"./attributes":1032}],1037:[function(_dereq_,module,exports){
|
|
214170
214233
|
'use strict';
|
|
214171
214234
|
|
|
214172
214235
|
var Lib = _dereq_('../../lib');
|
|
@@ -214190,7 +214253,7 @@ module.exports = function editStyle(gd, cd0) {
|
|
|
214190
214253
|
}
|
|
214191
214254
|
};
|
|
214192
214255
|
|
|
214193
|
-
},{"../../lib":503,"../scatter/colorscale_calc":
|
|
214256
|
+
},{"../../lib":503,"../scatter/colorscale_calc":930,"../scattergl/convert":983}],1038:[function(_dereq_,module,exports){
|
|
214194
214257
|
'use strict';
|
|
214195
214258
|
|
|
214196
214259
|
exports.getDimIndex = function getDimIndex(trace, ax) {
|
|
@@ -214206,7 +214269,7 @@ exports.getDimIndex = function getDimIndex(trace, ax) {
|
|
|
214206
214269
|
return false;
|
|
214207
214270
|
};
|
|
214208
214271
|
|
|
214209
|
-
},{}],
|
|
214272
|
+
},{}],1039:[function(_dereq_,module,exports){
|
|
214210
214273
|
'use strict';
|
|
214211
214274
|
|
|
214212
214275
|
var helpers = _dereq_('./helpers');
|
|
@@ -214259,38 +214322,16 @@ module.exports = {
|
|
|
214259
214322
|
hoverPoints: hoverPoints
|
|
214260
214323
|
};
|
|
214261
214324
|
|
|
214262
|
-
},{"../scattergl/hover":
|
|
214325
|
+
},{"../scattergl/hover":988,"./helpers":1038}],1040:[function(_dereq_,module,exports){
|
|
214263
214326
|
'use strict';
|
|
214264
214327
|
|
|
214265
|
-
var
|
|
214266
|
-
var Grid = _dereq_('../../components/grid');
|
|
214328
|
+
var index = _dereq_('./base_index');
|
|
214267
214329
|
|
|
214268
|
-
|
|
214269
|
-
moduleType: 'trace',
|
|
214270
|
-
name: 'splom',
|
|
214271
|
-
|
|
214272
|
-
basePlotModule: _dereq_('./base_plot'),
|
|
214273
|
-
categories: ['gl', 'regl', 'cartesian', 'symbols', 'showLegend', 'scatter-like'],
|
|
214330
|
+
index.basePlotModule = _dereq_('./base_plot'),
|
|
214274
214331
|
|
|
214275
|
-
|
|
214276
|
-
supplyDefaults: _dereq_('./defaults'),
|
|
214277
|
-
colorbar: _dereq_('../scatter/marker_colorbar'),
|
|
214278
|
-
|
|
214279
|
-
calc: _dereq_('./calc'),
|
|
214280
|
-
plot: _dereq_('./plot'),
|
|
214281
|
-
hoverPoints: _dereq_('./hover').hoverPoints,
|
|
214282
|
-
selectPoints: _dereq_('./select'),
|
|
214283
|
-
editStyle: _dereq_('./edit_style'),
|
|
214332
|
+
module.exports = index;
|
|
214284
214333
|
|
|
214285
|
-
|
|
214286
|
-
}
|
|
214287
|
-
};
|
|
214288
|
-
|
|
214289
|
-
// splom traces use the 'grid' component to generate their axes,
|
|
214290
|
-
// register it here
|
|
214291
|
-
Registry.register(Grid);
|
|
214292
|
-
|
|
214293
|
-
},{"../../components/grid":410,"../../registry":638,"../scatter/marker_colorbar":944,"./attributes":1029,"./base_plot":1030,"./calc":1031,"./defaults":1032,"./edit_style":1033,"./hover":1035,"./plot":1037,"./select":1039}],1037:[function(_dereq_,module,exports){
|
|
214334
|
+
},{"./base_index":1033,"./base_plot":1034}],1041:[function(_dereq_,module,exports){
|
|
214294
214335
|
'use strict';
|
|
214295
214336
|
|
|
214296
214337
|
var createMatrix = _dereq_('regl-splom');
|
|
@@ -214433,7 +214474,7 @@ function plotOne(gd, cd0) {
|
|
|
214433
214474
|
}
|
|
214434
214475
|
}
|
|
214435
214476
|
|
|
214436
|
-
},{"../../components/dragelement/helpers":384,"../../lib":503,"../../plots/cartesian/axis_ids":558,"regl-splom":282}],
|
|
214477
|
+
},{"../../components/dragelement/helpers":384,"../../lib":503,"../../plots/cartesian/axis_ids":558,"regl-splom":282}],1042:[function(_dereq_,module,exports){
|
|
214437
214478
|
'use strict';
|
|
214438
214479
|
|
|
214439
214480
|
var Lib = _dereq_('../../lib');
|
|
@@ -214497,7 +214538,7 @@ module.exports = function sceneUpdate(gd, trace) {
|
|
|
214497
214538
|
return scene;
|
|
214498
214539
|
};
|
|
214499
214540
|
|
|
214500
|
-
},{"../../lib":503}],
|
|
214541
|
+
},{"../../lib":503}],1043:[function(_dereq_,module,exports){
|
|
214501
214542
|
'use strict';
|
|
214502
214543
|
|
|
214503
214544
|
var Lib = _dereq_('../../lib');
|
|
@@ -214564,7 +214605,7 @@ module.exports = function select(searchInfo, selectionTester) {
|
|
|
214564
214605
|
return selection;
|
|
214565
214606
|
};
|
|
214566
214607
|
|
|
214567
|
-
},{"../../lib":503,"../scatter/subtypes":
|
|
214608
|
+
},{"../../lib":503,"../scatter/subtypes":952,"./helpers":1038}],1044:[function(_dereq_,module,exports){
|
|
214568
214609
|
'use strict';
|
|
214569
214610
|
|
|
214570
214611
|
var colorScaleAttrs = _dereq_('../../components/colorscale/attributes');
|
|
@@ -214696,7 +214737,7 @@ attrs.transforms = undefined;
|
|
|
214696
214737
|
|
|
214697
214738
|
module.exports = attrs;
|
|
214698
214739
|
|
|
214699
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../mesh3d/attributes":867}],
|
|
214740
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../mesh3d/attributes":867}],1045:[function(_dereq_,module,exports){
|
|
214700
214741
|
'use strict';
|
|
214701
214742
|
|
|
214702
214743
|
var Lib = _dereq_('../../lib');
|
|
@@ -214944,7 +214985,7 @@ module.exports = {
|
|
|
214944
214985
|
processGrid: processGrid
|
|
214945
214986
|
};
|
|
214946
214987
|
|
|
214947
|
-
},{"../../components/colorscale/calc":374,"../../lib":503}],
|
|
214988
|
+
},{"../../components/colorscale/calc":374,"../../lib":503}],1046:[function(_dereq_,module,exports){
|
|
214948
214989
|
'use strict';
|
|
214949
214990
|
|
|
214950
214991
|
var tube2mesh = _dereq_('../../../stackgl_modules').gl_streamtube3d;
|
|
@@ -215162,7 +215203,7 @@ function createStreamtubeTrace(scene, data) {
|
|
|
215162
215203
|
|
|
215163
215204
|
module.exports = createStreamtubeTrace;
|
|
215164
215205
|
|
|
215165
|
-
},{"../../../stackgl_modules":
|
|
215206
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib":503,"../../lib/gl_format_color":499,"../../plots/gl3d/zip3":609}],1047:[function(_dereq_,module,exports){
|
|
215166
215207
|
'use strict';
|
|
215167
215208
|
|
|
215168
215209
|
var Lib = _dereq_('../../lib');
|
|
@@ -215225,7 +215266,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
215225
215266
|
traceOut._length = null;
|
|
215226
215267
|
};
|
|
215227
215268
|
|
|
215228
|
-
},{"../../components/colorscale/defaults":376,"../../lib":503,"./attributes":
|
|
215269
|
+
},{"../../components/colorscale/defaults":376,"../../lib":503,"./attributes":1044}],1048:[function(_dereq_,module,exports){
|
|
215229
215270
|
'use strict';
|
|
215230
215271
|
|
|
215231
215272
|
module.exports = {
|
|
@@ -215266,7 +215307,7 @@ module.exports = {
|
|
|
215266
215307
|
}
|
|
215267
215308
|
};
|
|
215268
215309
|
|
|
215269
|
-
},{"../../plots/gl3d":598,"./attributes":
|
|
215310
|
+
},{"../../plots/gl3d":598,"./attributes":1044,"./calc":1045,"./convert":1046,"./defaults":1047}],1049:[function(_dereq_,module,exports){
|
|
215270
215311
|
'use strict';
|
|
215271
215312
|
|
|
215272
215313
|
var baseAttrs = _dereq_('../../plots/attributes');
|
|
@@ -215419,7 +215460,7 @@ module.exports = {
|
|
|
215419
215460
|
domain: domainAttrs({name: 'sunburst', trace: true, editType: 'calc'})
|
|
215420
215461
|
};
|
|
215421
215462
|
|
|
215422
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":
|
|
215463
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":901,"./constants":1052}],1050:[function(_dereq_,module,exports){
|
|
215423
215464
|
'use strict';
|
|
215424
215465
|
|
|
215425
215466
|
var plots = _dereq_('../../plots/plots');
|
|
@@ -215434,7 +215475,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
215434
215475
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
215435
215476
|
};
|
|
215436
215477
|
|
|
215437
|
-
},{"../../plots/plots":619}],
|
|
215478
|
+
},{"../../plots/plots":619}],1051:[function(_dereq_,module,exports){
|
|
215438
215479
|
'use strict';
|
|
215439
215480
|
|
|
215440
215481
|
var d3Hierarchy = _dereq_('d3-hierarchy');
|
|
@@ -215755,7 +215796,7 @@ function countDescendants(node, trace, opts) {
|
|
|
215755
215796
|
return nChild;
|
|
215756
215797
|
}
|
|
215757
215798
|
|
|
215758
|
-
},{"../../components/colorscale":378,"../../constants/numerical":479,"../../lib":503,"../pie/calc":
|
|
215799
|
+
},{"../../components/colorscale":378,"../../constants/numerical":479,"../../lib":503,"../pie/calc":903,"d3-hierarchy":115,"fast-isnumeric":190}],1052:[function(_dereq_,module,exports){
|
|
215759
215800
|
'use strict';
|
|
215760
215801
|
|
|
215761
215802
|
module.exports = {
|
|
@@ -215775,7 +215816,7 @@ module.exports = {
|
|
|
215775
215816
|
]
|
|
215776
215817
|
};
|
|
215777
215818
|
|
|
215778
|
-
},{}],
|
|
215819
|
+
},{}],1053:[function(_dereq_,module,exports){
|
|
215779
215820
|
'use strict';
|
|
215780
215821
|
|
|
215781
215822
|
var Lib = _dereq_('../../lib');
|
|
@@ -215855,7 +215896,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
215855
215896
|
traceOut._length = null;
|
|
215856
215897
|
};
|
|
215857
215898
|
|
|
215858
|
-
},{"../../components/colorscale":378,"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"./attributes":
|
|
215899
|
+
},{"../../components/colorscale":378,"../../lib":503,"../../plots/domain":584,"../bar/defaults":652,"./attributes":1049}],1054:[function(_dereq_,module,exports){
|
|
215859
215900
|
'use strict';
|
|
215860
215901
|
|
|
215861
215902
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -216171,7 +216212,7 @@ function makeEventData(pt, trace, keys) {
|
|
|
216171
216212
|
return out;
|
|
216172
216213
|
}
|
|
216173
216214
|
|
|
216174
|
-
},{"../../components/fx":406,"../../components/fx/helpers":402,"../../lib":503,"../../lib/events":492,"../../registry":638,"../pie/helpers":
|
|
216215
|
+
},{"../../components/fx":406,"../../components/fx/helpers":402,"../../lib":503,"../../lib/events":492,"../../registry":638,"../pie/helpers":906,"./helpers":1055,"@plotly/d3":58}],1055:[function(_dereq_,module,exports){
|
|
216175
216216
|
'use strict';
|
|
216176
216217
|
|
|
216177
216218
|
var Lib = _dereq_('../../lib');
|
|
@@ -216348,7 +216389,7 @@ exports.formatPercent = function(v, separators) {
|
|
|
216348
216389
|
return tx;
|
|
216349
216390
|
};
|
|
216350
216391
|
|
|
216351
|
-
},{"../../components/color":366,"../../lib":503,"../../lib/setcursor":524,"../pie/helpers":
|
|
216392
|
+
},{"../../components/color":366,"../../lib":503,"../../lib/setcursor":524,"../pie/helpers":906}],1056:[function(_dereq_,module,exports){
|
|
216352
216393
|
'use strict';
|
|
216353
216394
|
|
|
216354
216395
|
module.exports = {
|
|
@@ -216375,7 +216416,7 @@ module.exports = {
|
|
|
216375
216416
|
}
|
|
216376
216417
|
};
|
|
216377
216418
|
|
|
216378
|
-
},{"../scatter/marker_colorbar":
|
|
216419
|
+
},{"../scatter/marker_colorbar":945,"./attributes":1049,"./base_plot":1050,"./calc":1051,"./defaults":1053,"./layout_attributes":1057,"./layout_defaults":1058,"./plot":1059,"./style":1060}],1057:[function(_dereq_,module,exports){
|
|
216379
216420
|
'use strict';
|
|
216380
216421
|
|
|
216381
216422
|
module.exports = {
|
|
@@ -216390,7 +216431,7 @@ module.exports = {
|
|
|
216390
216431
|
}
|
|
216391
216432
|
};
|
|
216392
216433
|
|
|
216393
|
-
},{}],
|
|
216434
|
+
},{}],1058:[function(_dereq_,module,exports){
|
|
216394
216435
|
'use strict';
|
|
216395
216436
|
|
|
216396
216437
|
var Lib = _dereq_('../../lib');
|
|
@@ -216404,7 +216445,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
216404
216445
|
coerce('extendsunburstcolors');
|
|
216405
216446
|
};
|
|
216406
216447
|
|
|
216407
|
-
},{"../../lib":503,"./layout_attributes":
|
|
216448
|
+
},{"../../lib":503,"./layout_attributes":1057}],1059:[function(_dereq_,module,exports){
|
|
216408
216449
|
'use strict';
|
|
216409
216450
|
|
|
216410
216451
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -217039,7 +217080,7 @@ function getCoords(r, angle) {
|
|
|
217039
217080
|
return [r * Math.sin(angle), -r * Math.cos(angle)];
|
|
217040
217081
|
}
|
|
217041
217082
|
|
|
217042
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../bar/style":662,"../bar/uniform_text":664,"../pie/helpers":
|
|
217083
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../bar/style":662,"../bar/uniform_text":664,"../pie/helpers":906,"../pie/plot":910,"./constants":1052,"./fx":1054,"./helpers":1055,"./style":1060,"@plotly/d3":58,"d3-hierarchy":115,"d3-interpolate":116}],1060:[function(_dereq_,module,exports){
|
|
217043
217084
|
'use strict';
|
|
217044
217085
|
|
|
217045
217086
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -217082,7 +217123,7 @@ module.exports = {
|
|
|
217082
217123
|
styleOne: styleOne
|
|
217083
217124
|
};
|
|
217084
217125
|
|
|
217085
|
-
},{"../../components/color":366,"../../lib":503,"../bar/uniform_text":664,"@plotly/d3":58}],
|
|
217126
|
+
},{"../../components/color":366,"../../lib":503,"../bar/uniform_text":664,"@plotly/d3":58}],1061:[function(_dereq_,module,exports){
|
|
217086
217127
|
'use strict';
|
|
217087
217128
|
|
|
217088
217129
|
var Color = _dereq_('../../components/color');
|
|
@@ -217298,7 +217339,7 @@ colorScaleAttrs('', {
|
|
|
217298
217339
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = 'calc+clearAxisTypes';
|
|
217299
217340
|
attrs.transforms = undefined;
|
|
217300
217341
|
|
|
217301
|
-
},{"../../components/color":366,"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633}],
|
|
217342
|
+
},{"../../components/color":366,"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633}],1062:[function(_dereq_,module,exports){
|
|
217302
217343
|
'use strict';
|
|
217303
217344
|
|
|
217304
217345
|
var colorscaleCalc = _dereq_('../../components/colorscale/calc');
|
|
@@ -217321,7 +217362,7 @@ module.exports = function calc(gd, trace) {
|
|
|
217321
217362
|
}
|
|
217322
217363
|
};
|
|
217323
217364
|
|
|
217324
|
-
},{"../../components/colorscale/calc":374}],
|
|
217365
|
+
},{"../../components/colorscale/calc":374}],1063:[function(_dereq_,module,exports){
|
|
217325
217366
|
'use strict';
|
|
217326
217367
|
|
|
217327
217368
|
var createSurface = _dereq_('../../../stackgl_modules').gl_surface3d;
|
|
@@ -218012,7 +218053,7 @@ function createSurfaceTrace(scene, data) {
|
|
|
218012
218053
|
|
|
218013
218054
|
module.exports = createSurfaceTrace;
|
|
218014
218055
|
|
|
218015
|
-
},{"../../../stackgl_modules":
|
|
218056
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib":503,"../../lib/gl_format_color":499,"../../lib/str2rgbarray":528,"../heatmap/find_empties":798,"../heatmap/interp2d":801}],1064:[function(_dereq_,module,exports){
|
|
218016
218057
|
'use strict';
|
|
218017
218058
|
|
|
218018
218059
|
var Registry = _dereq_('../../registry');
|
|
@@ -218181,7 +218222,7 @@ module.exports = {
|
|
|
218181
218222
|
opacityscaleDefaults: opacityscaleDefaults
|
|
218182
218223
|
};
|
|
218183
218224
|
|
|
218184
|
-
},{"../../components/colorscale/defaults":376,"../../lib":503,"../../registry":638,"./attributes":
|
|
218225
|
+
},{"../../components/colorscale/defaults":376,"../../lib":503,"../../registry":638,"./attributes":1061}],1065:[function(_dereq_,module,exports){
|
|
218185
218226
|
'use strict';
|
|
218186
218227
|
|
|
218187
218228
|
module.exports = {
|
|
@@ -218202,7 +218243,7 @@ module.exports = {
|
|
|
218202
218243
|
}
|
|
218203
218244
|
};
|
|
218204
218245
|
|
|
218205
|
-
},{"../../plots/gl3d":598,"./attributes":
|
|
218246
|
+
},{"../../plots/gl3d":598,"./attributes":1061,"./calc":1062,"./convert":1063,"./defaults":1064}],1066:[function(_dereq_,module,exports){
|
|
218206
218247
|
'use strict';
|
|
218207
218248
|
|
|
218208
218249
|
var annAttrs = _dereq_('../../components/annotations/attributes');
|
|
@@ -218339,7 +218380,7 @@ var attrs = module.exports = overrideAll({
|
|
|
218339
218380
|
}, 'calc', 'from-root');
|
|
218340
218381
|
attrs.transforms = undefined;
|
|
218341
218382
|
|
|
218342
|
-
},{"../../components/annotations/attributes":349,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/cartesian/axis_format_attributes":557,"../../plots/domain":584,"../../plots/font_attributes":585}],
|
|
218383
|
+
},{"../../components/annotations/attributes":349,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/cartesian/axis_format_attributes":557,"../../plots/domain":584,"../../plots/font_attributes":585}],1067:[function(_dereq_,module,exports){
|
|
218343
218384
|
'use strict';
|
|
218344
218385
|
|
|
218345
218386
|
var getModuleCalcData = _dereq_('../../plots/get_data').getModuleCalcData;
|
|
@@ -218363,7 +218404,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
218363
218404
|
}
|
|
218364
218405
|
};
|
|
218365
218406
|
|
|
218366
|
-
},{"../../plots/get_data":593,"./plot":
|
|
218407
|
+
},{"../../plots/get_data":593,"./plot":1074}],1068:[function(_dereq_,module,exports){
|
|
218367
218408
|
'use strict';
|
|
218368
218409
|
|
|
218369
218410
|
var wrap = _dereq_('../../lib/gup').wrap;
|
|
@@ -218374,7 +218415,7 @@ module.exports = function calc() {
|
|
|
218374
218415
|
return wrap({});
|
|
218375
218416
|
};
|
|
218376
218417
|
|
|
218377
|
-
},{"../../lib/gup":500}],
|
|
218418
|
+
},{"../../lib/gup":500}],1069:[function(_dereq_,module,exports){
|
|
218378
218419
|
'use strict';
|
|
218379
218420
|
|
|
218380
218421
|
module.exports = {
|
|
@@ -218426,7 +218467,7 @@ module.exports = {
|
|
|
218426
218467
|
}
|
|
218427
218468
|
};
|
|
218428
218469
|
|
|
218429
|
-
},{}],
|
|
218470
|
+
},{}],1070:[function(_dereq_,module,exports){
|
|
218430
218471
|
'use strict';
|
|
218431
218472
|
|
|
218432
218473
|
var c = _dereq_('./constants');
|
|
@@ -218613,7 +218654,7 @@ function makeIdentity() {
|
|
|
218613
218654
|
};
|
|
218614
218655
|
}
|
|
218615
218656
|
|
|
218616
|
-
},{"../../lib/extend":493,"./constants":
|
|
218657
|
+
},{"../../lib/extend":493,"./constants":1069,"fast-isnumeric":190}],1071:[function(_dereq_,module,exports){
|
|
218617
218658
|
'use strict';
|
|
218618
218659
|
|
|
218619
218660
|
var extendFlat = _dereq_('../../lib/extend').extendFlat;
|
|
@@ -218688,7 +218729,7 @@ function rowFromTo(d) {
|
|
|
218688
218729
|
return [rowFrom, rowTo];
|
|
218689
218730
|
}
|
|
218690
218731
|
|
|
218691
|
-
},{"../../lib/extend":493}],
|
|
218732
|
+
},{"../../lib/extend":493}],1072:[function(_dereq_,module,exports){
|
|
218692
218733
|
'use strict';
|
|
218693
218734
|
|
|
218694
218735
|
var Lib = _dereq_('../../lib');
|
|
@@ -218745,7 +218786,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
218745
218786
|
traceOut._length = null;
|
|
218746
218787
|
};
|
|
218747
218788
|
|
|
218748
|
-
},{"../../lib":503,"../../plots/domain":584,"./attributes":
|
|
218789
|
+
},{"../../lib":503,"../../plots/domain":584,"./attributes":1066}],1073:[function(_dereq_,module,exports){
|
|
218749
218790
|
'use strict';
|
|
218750
218791
|
|
|
218751
218792
|
module.exports = {
|
|
@@ -218762,7 +218803,7 @@ module.exports = {
|
|
|
218762
218803
|
}
|
|
218763
218804
|
};
|
|
218764
218805
|
|
|
218765
|
-
},{"./attributes":
|
|
218806
|
+
},{"./attributes":1066,"./base_plot":1067,"./calc":1068,"./defaults":1072,"./plot":1074}],1074:[function(_dereq_,module,exports){
|
|
218766
218807
|
'use strict';
|
|
218767
218808
|
|
|
218768
218809
|
var c = _dereq_('./constants');
|
|
@@ -219653,7 +219694,7 @@ function allRowsHeight(rowBlock) {
|
|
|
219653
219694
|
function getBlock(d) {return d.rowBlocks[d.page];}
|
|
219654
219695
|
function getRow(l, i) {return l.rows[i - l.firstRowIndex];}
|
|
219655
219696
|
|
|
219656
|
-
},{"../../components/color":366,"../../components/drawing":388,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"./constants":
|
|
219697
|
+
},{"../../components/color":366,"../../components/drawing":388,"../../lib":503,"../../lib/gup":500,"../../lib/svg_text_utils":529,"./constants":1069,"./data_preparation_helper":1070,"./data_split_helpers":1071,"@plotly/d3":58}],1075:[function(_dereq_,module,exports){
|
|
219657
219698
|
'use strict';
|
|
219658
219699
|
|
|
219659
219700
|
var hovertemplateAttrs = _dereq_('../../plots/template_attributes').hovertemplateAttrs;
|
|
@@ -219839,7 +219880,7 @@ module.exports = {
|
|
|
219839
219880
|
domain: domainAttrs({name: 'treemap', trace: true, editType: 'calc'}),
|
|
219840
219881
|
};
|
|
219841
219882
|
|
|
219842
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":
|
|
219883
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plots/domain":584,"../../plots/template_attributes":633,"../pie/attributes":901,"../sunburst/attributes":1049,"./constants":1078}],1076:[function(_dereq_,module,exports){
|
|
219843
219884
|
'use strict';
|
|
219844
219885
|
|
|
219845
219886
|
var plots = _dereq_('../../plots/plots');
|
|
@@ -219854,7 +219895,7 @@ exports.clean = function(newFullData, newFullLayout, oldFullData, oldFullLayout)
|
|
|
219854
219895
|
plots.cleanBasePlot(exports.name, newFullData, newFullLayout, oldFullData, oldFullLayout);
|
|
219855
219896
|
};
|
|
219856
219897
|
|
|
219857
|
-
},{"../../plots/plots":619}],
|
|
219898
|
+
},{"../../plots/plots":619}],1077:[function(_dereq_,module,exports){
|
|
219858
219899
|
'use strict';
|
|
219859
219900
|
|
|
219860
219901
|
var calc = _dereq_('../sunburst/calc');
|
|
@@ -219867,7 +219908,7 @@ exports.crossTraceCalc = function(gd) {
|
|
|
219867
219908
|
return calc._runCrossTraceCalc('treemap', gd);
|
|
219868
219909
|
};
|
|
219869
219910
|
|
|
219870
|
-
},{"../sunburst/calc":
|
|
219911
|
+
},{"../sunburst/calc":1051}],1078:[function(_dereq_,module,exports){
|
|
219871
219912
|
'use strict';
|
|
219872
219913
|
|
|
219873
219914
|
module.exports = {
|
|
@@ -219888,7 +219929,7 @@ module.exports = {
|
|
|
219888
219929
|
gapWithPathbar: 1 // i.e. one pixel
|
|
219889
219930
|
};
|
|
219890
219931
|
|
|
219891
|
-
},{}],
|
|
219932
|
+
},{}],1079:[function(_dereq_,module,exports){
|
|
219892
219933
|
'use strict';
|
|
219893
219934
|
|
|
219894
219935
|
var Lib = _dereq_('../../lib');
|
|
@@ -220003,7 +220044,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
220003
220044
|
traceOut._length = null;
|
|
220004
220045
|
};
|
|
220005
220046
|
|
|
220006
|
-
},{"../../components/color":366,"../../components/colorscale":378,"../../lib":503,"../../plots/domain":584,"../bar/constants":650,"../bar/defaults":652,"./attributes":
|
|
220047
|
+
},{"../../components/color":366,"../../components/colorscale":378,"../../lib":503,"../../plots/domain":584,"../bar/constants":650,"../bar/defaults":652,"./attributes":1075}],1080:[function(_dereq_,module,exports){
|
|
220007
220048
|
'use strict';
|
|
220008
220049
|
|
|
220009
220050
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -220074,7 +220115,7 @@ module.exports = function _plot(gd, cdmodule, transitionOpts, makeOnCompleteCall
|
|
|
220074
220115
|
}
|
|
220075
220116
|
};
|
|
220076
220117
|
|
|
220077
|
-
},{"../bar/style":662,"../bar/uniform_text":664,"../sunburst/helpers":
|
|
220118
|
+
},{"../bar/style":662,"../bar/uniform_text":664,"../sunburst/helpers":1055,"./plot_one":1089,"@plotly/d3":58}],1081:[function(_dereq_,module,exports){
|
|
220078
220119
|
'use strict';
|
|
220079
220120
|
|
|
220080
220121
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -220244,7 +220285,7 @@ module.exports = function drawAncestors(gd, cd, entry, slices, opts) {
|
|
|
220244
220285
|
});
|
|
220245
220286
|
};
|
|
220246
220287
|
|
|
220247
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":
|
|
220288
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":1054,"../sunburst/helpers":1055,"./constants":1078,"./partition":1087,"./style":1090,"@plotly/d3":58}],1082:[function(_dereq_,module,exports){
|
|
220248
220289
|
'use strict';
|
|
220249
220290
|
|
|
220250
220291
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -220455,7 +220496,7 @@ module.exports = function drawDescendants(gd, cd, entry, slices, opts) {
|
|
|
220455
220496
|
return nextOfPrevEntry;
|
|
220456
220497
|
};
|
|
220457
220498
|
|
|
220458
|
-
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":
|
|
220499
|
+
},{"../../components/drawing":388,"../../lib":503,"../../lib/svg_text_utils":529,"../sunburst/fx":1054,"../sunburst/helpers":1055,"../sunburst/plot":1059,"./constants":1078,"./partition":1087,"./style":1090,"@plotly/d3":58}],1083:[function(_dereq_,module,exports){
|
|
220459
220500
|
'use strict';
|
|
220460
220501
|
|
|
220461
220502
|
module.exports = function flipTree(node, size, opts) {
|
|
@@ -220493,7 +220534,7 @@ module.exports = function flipTree(node, size, opts) {
|
|
|
220493
220534
|
}
|
|
220494
220535
|
};
|
|
220495
220536
|
|
|
220496
|
-
},{}],
|
|
220537
|
+
},{}],1084:[function(_dereq_,module,exports){
|
|
220497
220538
|
'use strict';
|
|
220498
220539
|
|
|
220499
220540
|
module.exports = {
|
|
@@ -220520,7 +220561,7 @@ module.exports = {
|
|
|
220520
220561
|
}
|
|
220521
220562
|
};
|
|
220522
220563
|
|
|
220523
|
-
},{"../scatter/marker_colorbar":
|
|
220564
|
+
},{"../scatter/marker_colorbar":945,"./attributes":1075,"./base_plot":1076,"./calc":1077,"./defaults":1079,"./layout_attributes":1085,"./layout_defaults":1086,"./plot":1088,"./style":1090}],1085:[function(_dereq_,module,exports){
|
|
220524
220565
|
'use strict';
|
|
220525
220566
|
|
|
220526
220567
|
module.exports = {
|
|
@@ -220535,7 +220576,7 @@ module.exports = {
|
|
|
220535
220576
|
}
|
|
220536
220577
|
};
|
|
220537
220578
|
|
|
220538
|
-
},{}],
|
|
220579
|
+
},{}],1086:[function(_dereq_,module,exports){
|
|
220539
220580
|
'use strict';
|
|
220540
220581
|
|
|
220541
220582
|
var Lib = _dereq_('../../lib');
|
|
@@ -220549,7 +220590,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut) {
|
|
|
220549
220590
|
coerce('extendtreemapcolors');
|
|
220550
220591
|
};
|
|
220551
220592
|
|
|
220552
|
-
},{"../../lib":503,"./layout_attributes":
|
|
220593
|
+
},{"../../lib":503,"./layout_attributes":1085}],1087:[function(_dereq_,module,exports){
|
|
220553
220594
|
'use strict';
|
|
220554
220595
|
|
|
220555
220596
|
var d3Hierarchy = _dereq_('d3-hierarchy');
|
|
@@ -220613,7 +220654,7 @@ function getTilingMethod(key, squarifyratio) {
|
|
|
220613
220654
|
}
|
|
220614
220655
|
}
|
|
220615
220656
|
|
|
220616
|
-
},{"./flip_tree":
|
|
220657
|
+
},{"./flip_tree":1083,"d3-hierarchy":115}],1088:[function(_dereq_,module,exports){
|
|
220617
220658
|
'use strict';
|
|
220618
220659
|
|
|
220619
220660
|
var draw = _dereq_('./draw');
|
|
@@ -220626,7 +220667,7 @@ module.exports = function _plot(gd, cdmodule, transitionOpts, makeOnCompleteCall
|
|
|
220626
220667
|
});
|
|
220627
220668
|
};
|
|
220628
220669
|
|
|
220629
|
-
},{"./draw":
|
|
220670
|
+
},{"./draw":1080,"./draw_descendants":1082}],1089:[function(_dereq_,module,exports){
|
|
220630
220671
|
'use strict';
|
|
220631
220672
|
|
|
220632
220673
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -221218,7 +221259,7 @@ module.exports = function plotOne(gd, cd, element, transitionOpts, drawDescendan
|
|
|
221218
221259
|
}
|
|
221219
221260
|
};
|
|
221220
221261
|
|
|
221221
|
-
},{"../../lib":503,"../bar/constants":650,"../bar/plot":659,"../bar/uniform_text":664,"../sunburst/helpers":
|
|
221262
|
+
},{"../../lib":503,"../bar/constants":650,"../bar/plot":659,"../bar/uniform_text":664,"../sunburst/helpers":1055,"./constants":1078,"./draw_ancestors":1081,"@plotly/d3":58,"d3-interpolate":116}],1090:[function(_dereq_,module,exports){
|
|
221222
221263
|
'use strict';
|
|
221223
221264
|
|
|
221224
221265
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -221312,7 +221353,7 @@ module.exports = {
|
|
|
221312
221353
|
styleOne: styleOne
|
|
221313
221354
|
};
|
|
221314
221355
|
|
|
221315
|
-
},{"../../components/color":366,"../../lib":503,"../bar/uniform_text":664,"../sunburst/helpers":
|
|
221356
|
+
},{"../../components/color":366,"../../lib":503,"../bar/uniform_text":664,"../sunburst/helpers":1055,"@plotly/d3":58}],1091:[function(_dereq_,module,exports){
|
|
221316
221357
|
'use strict';
|
|
221317
221358
|
|
|
221318
221359
|
var boxAttrs = _dereq_('../box/attributes');
|
|
@@ -221468,7 +221509,7 @@ module.exports = {
|
|
|
221468
221509
|
}
|
|
221469
221510
|
};
|
|
221470
221511
|
|
|
221471
|
-
},{"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../box/attributes":673}],
|
|
221512
|
+
},{"../../lib/extend":493,"../../plots/cartesian/axis_format_attributes":557,"../box/attributes":673}],1092:[function(_dereq_,module,exports){
|
|
221472
221513
|
'use strict';
|
|
221473
221514
|
|
|
221474
221515
|
var Lib = _dereq_('../../lib');
|
|
@@ -221636,7 +221677,7 @@ function calcSpan(trace, cdi, valAxis, bandwidth) {
|
|
|
221636
221677
|
return spanOut;
|
|
221637
221678
|
}
|
|
221638
221679
|
|
|
221639
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/axes":554,"../box/calc":674,"./helpers":
|
|
221680
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/axes":554,"../box/calc":674,"./helpers":1095}],1093:[function(_dereq_,module,exports){
|
|
221640
221681
|
'use strict';
|
|
221641
221682
|
|
|
221642
221683
|
var setPositionOffset = _dereq_('../box/cross_trace_calc').setPositionOffset;
|
|
@@ -221671,7 +221712,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
|
|
|
221671
221712
|
}
|
|
221672
221713
|
};
|
|
221673
221714
|
|
|
221674
|
-
},{"../box/cross_trace_calc":675}],
|
|
221715
|
+
},{"../box/cross_trace_calc":675}],1094:[function(_dereq_,module,exports){
|
|
221675
221716
|
'use strict';
|
|
221676
221717
|
|
|
221677
221718
|
var Lib = _dereq_('../../lib');
|
|
@@ -221724,7 +221765,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
221724
221765
|
if(!meanLineVisible) traceOut.meanline = {visible: false};
|
|
221725
221766
|
};
|
|
221726
221767
|
|
|
221727
|
-
},{"../../components/color":366,"../../lib":503,"../box/defaults":676,"./attributes":
|
|
221768
|
+
},{"../../components/color":366,"../../lib":503,"../box/defaults":676,"./attributes":1091}],1095:[function(_dereq_,module,exports){
|
|
221728
221769
|
'use strict';
|
|
221729
221770
|
|
|
221730
221771
|
var Lib = _dereq_('../../lib');
|
|
@@ -221789,7 +221830,7 @@ exports.getKdeValue = function(calcItem, trace, valueDist) {
|
|
|
221789
221830
|
|
|
221790
221831
|
exports.extractVal = function(o) { return o.v; };
|
|
221791
221832
|
|
|
221792
|
-
},{"../../lib":503}],
|
|
221833
|
+
},{"../../lib":503}],1096:[function(_dereq_,module,exports){
|
|
221793
221834
|
'use strict';
|
|
221794
221835
|
|
|
221795
221836
|
var Lib = _dereq_('../../lib');
|
|
@@ -221896,7 +221937,7 @@ module.exports = function hoverPoints(pointData, xval, yval, hovermode, opts) {
|
|
|
221896
221937
|
return closeData;
|
|
221897
221938
|
};
|
|
221898
221939
|
|
|
221899
|
-
},{"../../lib":503,"../../plots/cartesian/axes":554,"../box/hover":678,"./helpers":
|
|
221940
|
+
},{"../../lib":503,"../../plots/cartesian/axes":554,"../box/hover":678,"./helpers":1095}],1097:[function(_dereq_,module,exports){
|
|
221900
221941
|
'use strict';
|
|
221901
221942
|
|
|
221902
221943
|
module.exports = {
|
|
@@ -221921,7 +221962,7 @@ module.exports = {
|
|
|
221921
221962
|
}
|
|
221922
221963
|
};
|
|
221923
221964
|
|
|
221924
|
-
},{"../../plots/cartesian":568,"../box/defaults":676,"../box/select":683,"../scatter/style":
|
|
221965
|
+
},{"../../plots/cartesian":568,"../box/defaults":676,"../box/select":683,"../scatter/style":951,"./attributes":1091,"./calc":1092,"./cross_trace_calc":1093,"./defaults":1094,"./hover":1096,"./layout_attributes":1098,"./layout_defaults":1099,"./plot":1100,"./style":1101}],1098:[function(_dereq_,module,exports){
|
|
221925
221966
|
'use strict';
|
|
221926
221967
|
|
|
221927
221968
|
var boxLayoutAttrs = _dereq_('../box/layout_attributes');
|
|
@@ -221936,7 +221977,7 @@ module.exports = {
|
|
|
221936
221977
|
})
|
|
221937
221978
|
};
|
|
221938
221979
|
|
|
221939
|
-
},{"../../lib":503,"../box/layout_attributes":680}],
|
|
221980
|
+
},{"../../lib":503,"../box/layout_attributes":680}],1099:[function(_dereq_,module,exports){
|
|
221940
221981
|
'use strict';
|
|
221941
221982
|
|
|
221942
221983
|
var Lib = _dereq_('../../lib');
|
|
@@ -221950,7 +221991,7 @@ module.exports = function supplyLayoutDefaults(layoutIn, layoutOut, fullData) {
|
|
|
221950
221991
|
boxLayoutDefaults._supply(layoutIn, layoutOut, fullData, coerce, 'violin');
|
|
221951
221992
|
};
|
|
221952
221993
|
|
|
221953
|
-
},{"../../lib":503,"../box/layout_defaults":681,"./layout_attributes":
|
|
221994
|
+
},{"../../lib":503,"../box/layout_defaults":681,"./layout_attributes":1098}],1100:[function(_dereq_,module,exports){
|
|
221954
221995
|
'use strict';
|
|
221955
221996
|
|
|
221956
221997
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -222132,7 +222173,7 @@ module.exports = function plot(gd, plotinfo, cdViolins, violinLayer) {
|
|
|
222132
222173
|
});
|
|
222133
222174
|
};
|
|
222134
222175
|
|
|
222135
|
-
},{"../../components/drawing":388,"../../lib":503,"../box/plot":682,"../scatter/line_points":
|
|
222176
|
+
},{"../../components/drawing":388,"../../lib":503,"../box/plot":682,"../scatter/line_points":941,"./helpers":1095,"@plotly/d3":58}],1101:[function(_dereq_,module,exports){
|
|
222136
222177
|
'use strict';
|
|
222137
222178
|
|
|
222138
222179
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -222179,7 +222220,7 @@ module.exports = function style(gd) {
|
|
|
222179
222220
|
});
|
|
222180
222221
|
};
|
|
222181
222222
|
|
|
222182
|
-
},{"../../components/color":366,"../scatter/style":
|
|
222223
|
+
},{"../../components/color":366,"../scatter/style":951,"@plotly/d3":58}],1102:[function(_dereq_,module,exports){
|
|
222183
222224
|
'use strict';
|
|
222184
222225
|
|
|
222185
222226
|
var colorScaleAttrs = _dereq_('../../components/colorscale/attributes');
|
|
@@ -222244,7 +222285,7 @@ colorScaleAttrs('', {
|
|
|
222244
222285
|
attrs.x.editType = attrs.y.editType = attrs.z.editType = attrs.value.editType = 'calc+clearAxisTypes';
|
|
222245
222286
|
attrs.transforms = undefined;
|
|
222246
222287
|
|
|
222247
|
-
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../isosurface/attributes":862,"../surface/attributes":
|
|
222288
|
+
},{"../../components/colorscale/attributes":373,"../../lib/extend":493,"../../plot_api/edit_types":536,"../../plots/attributes":550,"../isosurface/attributes":862,"../surface/attributes":1061}],1103:[function(_dereq_,module,exports){
|
|
222248
222289
|
'use strict';
|
|
222249
222290
|
|
|
222250
222291
|
var createMesh = _dereq_('../../../stackgl_modules').gl_mesh3d;
|
|
@@ -222369,7 +222410,7 @@ function createVolumeTrace(scene, data) {
|
|
|
222369
222410
|
|
|
222370
222411
|
module.exports = createVolumeTrace;
|
|
222371
222412
|
|
|
222372
|
-
},{"../../../stackgl_modules":
|
|
222413
|
+
},{"../../../stackgl_modules":1124,"../../components/colorscale":378,"../../lib/gl_format_color":499,"../../lib/str2rgbarray":528,"../../plots/gl3d/zip3":609,"../isosurface/convert":864}],1104:[function(_dereq_,module,exports){
|
|
222373
222414
|
'use strict';
|
|
222374
222415
|
|
|
222375
222416
|
var Lib = _dereq_('../../lib');
|
|
@@ -222387,7 +222428,7 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
|
|
|
222387
222428
|
opacityscaleDefaults(traceIn, traceOut, layout, coerce);
|
|
222388
222429
|
};
|
|
222389
222430
|
|
|
222390
|
-
},{"../../lib":503,"../isosurface/defaults":865,"../surface/defaults":
|
|
222431
|
+
},{"../../lib":503,"../isosurface/defaults":865,"../surface/defaults":1064,"./attributes":1102}],1105:[function(_dereq_,module,exports){
|
|
222391
222432
|
'use strict';
|
|
222392
222433
|
|
|
222393
222434
|
module.exports = {
|
|
@@ -222408,7 +222449,7 @@ module.exports = {
|
|
|
222408
222449
|
}
|
|
222409
222450
|
};
|
|
222410
222451
|
|
|
222411
|
-
},{"../../plots/gl3d":598,"../isosurface/calc":863,"./attributes":
|
|
222452
|
+
},{"../../plots/gl3d":598,"../isosurface/calc":863,"./attributes":1102,"./convert":1103,"./defaults":1104}],1106:[function(_dereq_,module,exports){
|
|
222412
222453
|
'use strict';
|
|
222413
222454
|
|
|
222414
222455
|
var barAttrs = _dereq_('../bar/attributes');
|
|
@@ -222541,7 +222582,7 @@ module.exports = {
|
|
|
222541
222582
|
alignmentgroup: barAttrs.alignmentgroup
|
|
222542
222583
|
};
|
|
222543
222584
|
|
|
222544
|
-
},{"../../components/color":366,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":
|
|
222585
|
+
},{"../../components/color":366,"../../lib/extend":493,"../../plots/attributes":550,"../../plots/cartesian/axis_format_attributes":557,"../../plots/template_attributes":633,"../bar/attributes":648,"../scatter/attributes":927,"./constants":1108}],1107:[function(_dereq_,module,exports){
|
|
222545
222586
|
'use strict';
|
|
222546
222587
|
|
|
222547
222588
|
var Axes = _dereq_('../../plots/cartesian/axes');
|
|
@@ -222651,7 +222692,7 @@ module.exports = function calc(gd, trace) {
|
|
|
222651
222692
|
return cd;
|
|
222652
222693
|
};
|
|
222653
222694
|
|
|
222654
|
-
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":
|
|
222695
|
+
},{"../../constants/numerical":479,"../../lib":503,"../../plots/cartesian/align_period":551,"../../plots/cartesian/axes":554,"../scatter/calc_selection":929}],1108:[function(_dereq_,module,exports){
|
|
222655
222696
|
'use strict';
|
|
222656
222697
|
|
|
222657
222698
|
module.exports = {
|
|
@@ -222662,7 +222703,7 @@ module.exports = {
|
|
|
222662
222703
|
]
|
|
222663
222704
|
};
|
|
222664
222705
|
|
|
222665
|
-
},{}],
|
|
222706
|
+
},{}],1109:[function(_dereq_,module,exports){
|
|
222666
222707
|
'use strict';
|
|
222667
222708
|
|
|
222668
222709
|
var setGroupPositions = _dereq_('../bar/cross_trace_calc').setGroupPositions;
|
|
@@ -222727,7 +222768,7 @@ module.exports = function crossTraceCalc(gd, plotinfo) {
|
|
|
222727
222768
|
}
|
|
222728
222769
|
};
|
|
222729
222770
|
|
|
222730
|
-
},{"../bar/cross_trace_calc":651}],
|
|
222771
|
+
},{"../bar/cross_trace_calc":651}],1110:[function(_dereq_,module,exports){
|
|
222731
222772
|
'use strict';
|
|
222732
222773
|
|
|
222733
222774
|
var Lib = _dereq_('../../lib');
|
|
@@ -222830,7 +222871,7 @@ module.exports = {
|
|
|
222830
222871
|
crossTraceDefaults: crossTraceDefaults
|
|
222831
222872
|
};
|
|
222832
222873
|
|
|
222833
|
-
},{"../../components/color":366,"../../constants/delta.js":473,"../../lib":503,"../bar/defaults":652,"../scatter/period_defaults":
|
|
222874
|
+
},{"../../components/color":366,"../../constants/delta.js":473,"../../lib":503,"../bar/defaults":652,"../scatter/period_defaults":947,"../scatter/xy_defaults":954,"./attributes":1106}],1111:[function(_dereq_,module,exports){
|
|
222834
222875
|
'use strict';
|
|
222835
222876
|
|
|
222836
222877
|
module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
|
|
@@ -222849,7 +222890,7 @@ module.exports = function eventData(out, pt /* , trace, cd, pointNumber */) {
|
|
|
222849
222890
|
return out;
|
|
222850
222891
|
};
|
|
222851
222892
|
|
|
222852
|
-
},{}],
|
|
222893
|
+
},{}],1112:[function(_dereq_,module,exports){
|
|
222853
222894
|
'use strict';
|
|
222854
222895
|
|
|
222855
222896
|
var hoverLabelText = _dereq_('../../plots/cartesian/axes').hoverLabelText;
|
|
@@ -222937,7 +222978,7 @@ function getTraceColor(trace, di) {
|
|
|
222937
222978
|
else if(opacity(mlc) && mlw) return mlc;
|
|
222938
222979
|
}
|
|
222939
222980
|
|
|
222940
|
-
},{"../../components/color":366,"../../constants/delta.js":473,"../../plots/cartesian/axes":554,"../bar/hover":655}],
|
|
222981
|
+
},{"../../components/color":366,"../../constants/delta.js":473,"../../plots/cartesian/axes":554,"../bar/hover":655}],1113:[function(_dereq_,module,exports){
|
|
222941
222982
|
'use strict';
|
|
222942
222983
|
|
|
222943
222984
|
module.exports = {
|
|
@@ -222963,7 +223004,7 @@ module.exports = {
|
|
|
222963
223004
|
}
|
|
222964
223005
|
};
|
|
222965
223006
|
|
|
222966
|
-
},{"../../plots/cartesian":568,"../bar/select":660,"./attributes":
|
|
223007
|
+
},{"../../plots/cartesian":568,"../bar/select":660,"./attributes":1106,"./calc":1107,"./cross_trace_calc":1109,"./defaults":1110,"./event_data":1111,"./hover":1112,"./layout_attributes":1114,"./layout_defaults":1115,"./plot":1116,"./style":1117}],1114:[function(_dereq_,module,exports){
|
|
222967
223008
|
'use strict';
|
|
222968
223009
|
|
|
222969
223010
|
module.exports = {
|
|
@@ -222988,7 +223029,7 @@ module.exports = {
|
|
|
222988
223029
|
}
|
|
222989
223030
|
};
|
|
222990
223031
|
|
|
222991
|
-
},{}],
|
|
223032
|
+
},{}],1115:[function(_dereq_,module,exports){
|
|
222992
223033
|
'use strict';
|
|
222993
223034
|
|
|
222994
223035
|
var Lib = _dereq_('../../lib');
|
|
@@ -223017,7 +223058,7 @@ module.exports = function(layoutIn, layoutOut, fullData) {
|
|
|
223017
223058
|
}
|
|
223018
223059
|
};
|
|
223019
223060
|
|
|
223020
|
-
},{"../../lib":503,"./layout_attributes":
|
|
223061
|
+
},{"../../lib":503,"./layout_attributes":1114}],1116:[function(_dereq_,module,exports){
|
|
223021
223062
|
'use strict';
|
|
223022
223063
|
|
|
223023
223064
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -223140,7 +223181,7 @@ function getXY(di, xa, ya, isHorizontal) {
|
|
|
223140
223181
|
return isHorizontal ? [s, p] : [p, s];
|
|
223141
223182
|
}
|
|
223142
223183
|
|
|
223143
|
-
},{"../../components/drawing":388,"../../constants/numerical":479,"../../lib":503,"../bar/plot":659,"../bar/uniform_text":664,"@plotly/d3":58}],
|
|
223184
|
+
},{"../../components/drawing":388,"../../constants/numerical":479,"../../lib":503,"../bar/plot":659,"../bar/uniform_text":664,"@plotly/d3":58}],1117:[function(_dereq_,module,exports){
|
|
223144
223185
|
'use strict';
|
|
223145
223186
|
|
|
223146
223187
|
var d3 = _dereq_('@plotly/d3');
|
|
@@ -223193,7 +223234,7 @@ module.exports = {
|
|
|
223193
223234
|
style: style
|
|
223194
223235
|
};
|
|
223195
223236
|
|
|
223196
|
-
},{"../../components/color":366,"../../components/drawing":388,"../../constants/interactions":478,"../bar/style":662,"../bar/uniform_text":664,"@plotly/d3":58}],
|
|
223237
|
+
},{"../../components/color":366,"../../components/drawing":388,"../../constants/interactions":478,"../bar/style":662,"../bar/uniform_text":664,"@plotly/d3":58}],1118:[function(_dereq_,module,exports){
|
|
223197
223238
|
'use strict';
|
|
223198
223239
|
|
|
223199
223240
|
var Axes = _dereq_('../plots/cartesian/axes');
|
|
@@ -223597,7 +223638,7 @@ function last(array, indices) {
|
|
|
223597
223638
|
return array[indices[indices.length - 1]];
|
|
223598
223639
|
}
|
|
223599
223640
|
|
|
223600
|
-
},{"../constants/numerical":479,"../lib":503,"../plot_api/plot_schema":542,"../plots/cartesian/axes":554,"./helpers":
|
|
223641
|
+
},{"../constants/numerical":479,"../lib":503,"../plot_api/plot_schema":542,"../plots/cartesian/axes":554,"./helpers":1121}],1119:[function(_dereq_,module,exports){
|
|
223601
223642
|
'use strict';
|
|
223602
223643
|
|
|
223603
223644
|
var Lib = _dereq_('../lib');
|
|
@@ -223857,7 +223898,7 @@ function getFilterFunc(opts, d2c, targetCalendar) {
|
|
|
223857
223898
|
}
|
|
223858
223899
|
}
|
|
223859
223900
|
|
|
223860
|
-
},{"../constants/filter_ops":475,"../lib":503,"../plots/cartesian/axes":554,"../registry":638,"./helpers":
|
|
223901
|
+
},{"../constants/filter_ops":475,"../lib":503,"../plots/cartesian/axes":554,"../registry":638,"./helpers":1121}],1120:[function(_dereq_,module,exports){
|
|
223861
223902
|
'use strict';
|
|
223862
223903
|
|
|
223863
223904
|
var Lib = _dereq_('../lib');
|
|
@@ -224101,7 +224142,7 @@ function transformOne(trace, state) {
|
|
|
224101
224142
|
return newData;
|
|
224102
224143
|
}
|
|
224103
224144
|
|
|
224104
|
-
},{"../lib":503,"../plot_api/plot_schema":542,"../plots/plots":619,"./helpers":
|
|
224145
|
+
},{"../lib":503,"../plot_api/plot_schema":542,"../plots/plots":619,"./helpers":1121}],1121:[function(_dereq_,module,exports){
|
|
224105
224146
|
'use strict';
|
|
224106
224147
|
|
|
224107
224148
|
exports.pointsAccessorFunction = function(transforms, opts) {
|
|
@@ -224119,7 +224160,7 @@ exports.pointsAccessorFunction = function(transforms, opts) {
|
|
|
224119
224160
|
return originalPointsAccessor;
|
|
224120
224161
|
};
|
|
224121
224162
|
|
|
224122
|
-
},{}],
|
|
224163
|
+
},{}],1122:[function(_dereq_,module,exports){
|
|
224123
224164
|
'use strict';
|
|
224124
224165
|
|
|
224125
224166
|
var Lib = _dereq_('../lib');
|
|
@@ -224257,13 +224298,13 @@ function getSortFunc(opts, d2c) {
|
|
|
224257
224298
|
}
|
|
224258
224299
|
}
|
|
224259
224300
|
|
|
224260
|
-
},{"../constants/numerical":479,"../lib":503,"../plots/cartesian/axes":554,"./helpers":
|
|
224301
|
+
},{"../constants/numerical":479,"../lib":503,"../plots/cartesian/axes":554,"./helpers":1121}],1123:[function(_dereq_,module,exports){
|
|
224261
224302
|
'use strict';
|
|
224262
224303
|
|
|
224263
224304
|
// package version injected by `npm run preprocess`
|
|
224264
|
-
exports.version = '2.
|
|
224305
|
+
exports.version = '2.11.1';
|
|
224265
224306
|
|
|
224266
|
-
},{}],
|
|
224307
|
+
},{}],1124:[function(_dereq_,module,exports){
|
|
224267
224308
|
(function (global){(function (){
|
|
224268
224309
|
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.stackgl = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof _dereq_&&_dereq_;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof _dereq_&&_dereq_,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(_glvis_,module,exports){
|
|
224269
224310
|
'use strict'
|
|
@@ -259441,7 +259482,7 @@ var robustSum = _glvis_("robust-sum")
|
|
|
259441
259482
|
var robustScale = _glvis_("robust-scale")
|
|
259442
259483
|
var compress = _glvis_("robust-compress")
|
|
259443
259484
|
|
|
259444
|
-
var NUM_EXPANDED =
|
|
259485
|
+
var NUM_EXPANDED = 6
|
|
259445
259486
|
|
|
259446
259487
|
function determinant_2(sum, scale, prod, compress) {
|
|
259447
259488
|
return function robustDeterminant2(m) {
|
|
@@ -259455,10 +259496,24 @@ function determinant_3(sum, scale, prod, compress) {
|
|
|
259455
259496
|
}
|
|
259456
259497
|
}
|
|
259457
259498
|
|
|
259499
|
+
function determinant_4(sum, scale, prod, compress) {
|
|
259500
|
+
return function robustDeterminant4(m) {
|
|
259501
|
+
return compress(sum(sum(scale(sum(scale(sum(prod(m[2][2], m[3][3]), prod(-m[2][3], m[3][2])), m[1][1]), sum(scale(sum(prod(m[2][1], m[3][3]), prod(-m[2][3], m[3][1])), -m[1][2]), scale(sum(prod(m[2][1], m[3][2]), prod(-m[2][2], m[3][1])), m[1][3]))), m[0][0]), scale(sum(scale(sum(prod(m[2][2], m[3][3]), prod(-m[2][3], m[3][2])), m[1][0]), sum(scale(sum(prod(m[2][0], m[3][3]), prod(-m[2][3], m[3][0])), -m[1][2]), scale(sum(prod(m[2][0], m[3][2]), prod(-m[2][2], m[3][0])), m[1][3]))), -m[0][1])), sum(scale(sum(scale(sum(prod(m[2][1], m[3][3]), prod(-m[2][3], m[3][1])), m[1][0]), sum(scale(sum(prod(m[2][0], m[3][3]), prod(-m[2][3], m[3][0])), -m[1][1]), scale(sum(prod(m[2][0], m[3][1]), prod(-m[2][1], m[3][0])), m[1][3]))), m[0][2]), scale(sum(scale(sum(prod(m[2][1], m[3][2]), prod(-m[2][2], m[3][1])), m[1][0]), sum(scale(sum(prod(m[2][0], m[3][2]), prod(-m[2][2], m[3][0])), -m[1][1]), scale(sum(prod(m[2][0], m[3][1]), prod(-m[2][1], m[3][0])), m[1][2]))), -m[0][3]))))
|
|
259502
|
+
}
|
|
259503
|
+
}
|
|
259504
|
+
|
|
259505
|
+
function determinant_5(sum, scale, prod, compress) {
|
|
259506
|
+
return function robustDeterminant5(m) {
|
|
259507
|
+
return compress(sum(sum(scale(sum(sum(scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][2]), sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), -m[2][3]), scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][4]))), m[1][1]), scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), -m[2][3]), scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), m[2][4]))), -m[1][2])), sum(scale(sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), -m[2][2]), scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][4]))), m[1][3]), scale(sum(scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), -m[2][2]), scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][3]))), -m[1][4]))), m[0][0]), scale(sum(sum(scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][2]), sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), -m[2][3]), scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][4]))), m[1][0]), scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][3]), scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), m[2][4]))), -m[1][2])), sum(scale(sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][2]), scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), m[2][4]))), m[1][3]), scale(sum(scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), -m[2][2]), scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), m[2][3]))), -m[1][4]))), -m[0][1])), sum(scale(sum(sum(scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), -m[2][3]), scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), m[2][4]))), m[1][0]), scale(sum(scale(sum(prod(m[3][3], m[4][4]), prod(-m[3][4], m[4][3])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][3]), scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), m[2][4]))), -m[1][1])), sum(scale(sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][4]))), m[1][3]), scale(sum(scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][3]))), -m[1][4]))), m[0][2]), sum(scale(sum(sum(scale(sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), -m[2][2]), scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][4]))), m[1][0]), scale(sum(scale(sum(prod(m[3][2], m[4][4]), prod(-m[3][4], m[4][2])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][2]), scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), m[2][4]))), -m[1][1])), sum(scale(sum(scale(sum(prod(m[3][1], m[4][4]), prod(-m[3][4], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][4]), prod(-m[3][4], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][4]))), m[1][2]), scale(sum(scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][2]))), -m[1][4]))), -m[0][3]), scale(sum(sum(scale(sum(scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][1]), sum(scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), -m[2][2]), scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][3]))), m[1][0]), scale(sum(scale(sum(prod(m[3][2], m[4][3]), prod(-m[3][3], m[4][2])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), -m[2][2]), scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), m[2][3]))), -m[1][1])), sum(scale(sum(scale(sum(prod(m[3][1], m[4][3]), prod(-m[3][3], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][3]), prod(-m[3][3], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][3]))), m[1][2]), scale(sum(scale(sum(prod(m[3][1], m[4][2]), prod(-m[3][2], m[4][1])), m[2][0]), sum(scale(sum(prod(m[3][0], m[4][2]), prod(-m[3][2], m[4][0])), -m[2][1]), scale(sum(prod(m[3][0], m[4][1]), prod(-m[3][1], m[4][0])), m[2][2]))), -m[1][3]))), m[0][4])))))
|
|
259508
|
+
}
|
|
259509
|
+
}
|
|
259510
|
+
|
|
259458
259511
|
function compileDeterminant(n) {
|
|
259459
259512
|
var fn =
|
|
259460
259513
|
n === 2 ? determinant_2 :
|
|
259461
|
-
n === 3 ? determinant_3 :
|
|
259514
|
+
n === 3 ? determinant_3 :
|
|
259515
|
+
n === 4 ? determinant_4 :
|
|
259516
|
+
n === 5 ? determinant_5 : undefined
|
|
259462
259517
|
return fn(robustSum, robustScale, twoProduct, compress)
|
|
259463
259518
|
}
|
|
259464
259519
|
|
|
@@ -259467,7 +259522,7 @@ var CACHE = [
|
|
|
259467
259522
|
function robustDeterminant1(m) { return [m[0][0]] }
|
|
259468
259523
|
]
|
|
259469
259524
|
|
|
259470
|
-
function proc(det0, det1, det2, det3, CACHE, gen) {
|
|
259525
|
+
function proc(det0, det1, det2, det3, det4, det5, CACHE, gen) {
|
|
259471
259526
|
return function robustDeterminant(m) {
|
|
259472
259527
|
switch (m.length) {
|
|
259473
259528
|
case 0:
|
|
@@ -259478,6 +259533,10 @@ function proc(det0, det1, det2, det3, CACHE, gen) {
|
|
|
259478
259533
|
return det2(m)
|
|
259479
259534
|
case 3:
|
|
259480
259535
|
return det3(m)
|
|
259536
|
+
case 4:
|
|
259537
|
+
return det4(m)
|
|
259538
|
+
case 5:
|
|
259539
|
+
return det5(m)
|
|
259481
259540
|
}
|
|
259482
259541
|
var det = CACHE[m.length]
|
|
259483
259542
|
if (!det) det = CACHE[m.length] = gen(m.length)
|
|
@@ -259721,13 +259780,16 @@ generateInSphereTest()
|
|
|
259721
259780
|
|
|
259722
259781
|
var determinant = _glvis_("robust-determinant")
|
|
259723
259782
|
|
|
259724
|
-
var NUM_EXPAND =
|
|
259783
|
+
var NUM_EXPAND = 6
|
|
259725
259784
|
|
|
259726
259785
|
function generateSolver(n) {
|
|
259727
259786
|
var fn =
|
|
259728
|
-
n === 2 ? solve2d :
|
|
259787
|
+
n === 2 ? solve2d :
|
|
259788
|
+
n === 3 ? solve3d :
|
|
259789
|
+
n === 4 ? solve4d :
|
|
259790
|
+
n === 5 ? solve5d : solve6d
|
|
259729
259791
|
|
|
259730
|
-
if(n <
|
|
259792
|
+
if(n < 6) {
|
|
259731
259793
|
return fn(determinant[n])
|
|
259732
259794
|
}
|
|
259733
259795
|
return fn(determinant)
|
|
@@ -259753,18 +259815,38 @@ function solve3d(det) {
|
|
|
259753
259815
|
}
|
|
259754
259816
|
}
|
|
259755
259817
|
|
|
259818
|
+
function solve4d(det) {
|
|
259819
|
+
return function robustLinearSolve4d(A, b) {
|
|
259820
|
+
return [det([[+b[0], +A[0][1], +A[0][2], +A[0][3]], [+b[1], +A[1][1], +A[1][2], +A[1][3]], [+b[2], +A[2][1], +A[2][2], +A[2][3]], [+b[3], +A[3][1], +A[3][2], +A[3][3]]]), det([[+A[0][0], +b[0], +A[0][2], +A[0][3]], [+A[1][0], +b[1], +A[1][2], +A[1][3]], [+A[2][0], +b[2], +A[2][2], +A[2][3]], [+A[3][0], +b[3], +A[3][2], +A[3][3]]]), det([[+A[0][0], +A[0][1], +b[0], +A[0][3]], [+A[1][0], +A[1][1], +b[1], +A[1][3]], [+A[2][0], +A[2][1], +b[2], +A[2][3]], [+A[3][0], +A[3][1], +b[3], +A[3][3]]]), det([[+A[0][0], +A[0][1], +A[0][2], +b[0]], [+A[1][0], +A[1][1], +A[1][2], +b[1]], [+A[2][0], +A[2][1], +A[2][2], +b[2]], [+A[3][0], +A[3][1], +A[3][2], +b[3]]]), det(A)]
|
|
259821
|
+
}
|
|
259822
|
+
}
|
|
259823
|
+
|
|
259824
|
+
function solve5d(det) {
|
|
259825
|
+
return function robustLinearSolve5d(A, b) {
|
|
259826
|
+
return [det([[+b[0], +A[0][1], +A[0][2], +A[0][3], +A[0][4]], [+b[1], +A[1][1], +A[1][2], +A[1][3], +A[1][4]], [+b[2], +A[2][1], +A[2][2], +A[2][3], +A[2][4]], [+b[3], +A[3][1], +A[3][2], +A[3][3], +A[3][4]], [+b[4], +A[4][1], +A[4][2], +A[4][3], +A[4][4]]]), det([[+A[0][0], +b[0], +A[0][2], +A[0][3], +A[0][4]], [+A[1][0], +b[1], +A[1][2], +A[1][3], +A[1][4]], [+A[2][0], +b[2], +A[2][2], +A[2][3], +A[2][4]], [+A[3][0], +b[3], +A[3][2], +A[3][3], +A[3][4]], [+A[4][0], +b[4], +A[4][2], +A[4][3], +A[4][4]]]), det([[+A[0][0], +A[0][1], +b[0], +A[0][3], +A[0][4]], [+A[1][0], +A[1][1], +b[1], +A[1][3], +A[1][4]], [+A[2][0], +A[2][1], +b[2], +A[2][3], +A[2][4]], [+A[3][0], +A[3][1], +b[3], +A[3][3], +A[3][4]], [+A[4][0], +A[4][1], +b[4], +A[4][3], +A[4][4]]]), det([[+A[0][0], +A[0][1], +A[0][2], +b[0], +A[0][4]], [+A[1][0], +A[1][1], +A[1][2], +b[1], +A[1][4]], [+A[2][0], +A[2][1], +A[2][2], +b[2], +A[2][4]], [+A[3][0], +A[3][1], +A[3][2], +b[3], +A[3][4]], [+A[4][0], +A[4][1], +A[4][2], +b[4], +A[4][4]]]), det([[+A[0][0], +A[0][1], +A[0][2], +A[0][3], +b[0]], [+A[1][0], +A[1][1], +A[1][2], +A[1][3], +b[1]], [+A[2][0], +A[2][1], +A[2][2], +A[2][3], +b[2]], [+A[3][0], +A[3][1], +A[3][2], +A[3][3], +b[3]], [+A[4][0], +A[4][1], +A[4][2], +A[4][3], +b[4]]]), det(A)]
|
|
259827
|
+
}
|
|
259828
|
+
}
|
|
259829
|
+
|
|
259830
|
+
function solve6d(det) {
|
|
259831
|
+
return function robustLinearSolve6d(A, b) {
|
|
259832
|
+
return [det([[+b[0], +A[0][1], +A[0][2], +A[0][3], +A[0][4], +A[0][5]], [+b[1], +A[1][1], +A[1][2], +A[1][3], +A[1][4], +A[1][5]], [+b[2], +A[2][1], +A[2][2], +A[2][3], +A[2][4], +A[2][5]], [+b[3], +A[3][1], +A[3][2], +A[3][3], +A[3][4], +A[3][5]], [+b[4], +A[4][1], +A[4][2], +A[4][3], +A[4][4], +A[4][5]], [+b[5], +A[5][1], +A[5][2], +A[5][3], +A[5][4], +A[5][5]]]), det([[+A[0][0], +b[0], +A[0][2], +A[0][3], +A[0][4], +A[0][5]], [+A[1][0], +b[1], +A[1][2], +A[1][3], +A[1][4], +A[1][5]], [+A[2][0], +b[2], +A[2][2], +A[2][3], +A[2][4], +A[2][5]], [+A[3][0], +b[3], +A[3][2], +A[3][3], +A[3][4], +A[3][5]], [+A[4][0], +b[4], +A[4][2], +A[4][3], +A[4][4], +A[4][5]], [+A[5][0], +b[5], +A[5][2], +A[5][3], +A[5][4], +A[5][5]]]), det([[+A[0][0], +A[0][1], +b[0], +A[0][3], +A[0][4], +A[0][5]], [+A[1][0], +A[1][1], +b[1], +A[1][3], +A[1][4], +A[1][5]], [+A[2][0], +A[2][1], +b[2], +A[2][3], +A[2][4], +A[2][5]], [+A[3][0], +A[3][1], +b[3], +A[3][3], +A[3][4], +A[3][5]], [+A[4][0], +A[4][1], +b[4], +A[4][3], +A[4][4], +A[4][5]], [+A[5][0], +A[5][1], +b[5], +A[5][3], +A[5][4], +A[5][5]]]), det([[+A[0][0], +A[0][1], +A[0][2], +b[0], +A[0][4], +A[0][5]], [+A[1][0], +A[1][1], +A[1][2], +b[1], +A[1][4], +A[1][5]], [+A[2][0], +A[2][1], +A[2][2], +b[2], +A[2][4], +A[2][5]], [+A[3][0], +A[3][1], +A[3][2], +b[3], +A[3][4], +A[3][5]], [+A[4][0], +A[4][1], +A[4][2], +b[4], +A[4][4], +A[4][5]], [+A[5][0], +A[5][1], +A[5][2], +b[5], +A[5][4], +A[5][5]]]), det([[+A[0][0], +A[0][1], +A[0][2], +A[0][3], +b[0], +A[0][5]], [+A[1][0], +A[1][1], +A[1][2], +A[1][3], +b[1], +A[1][5]], [+A[2][0], +A[2][1], +A[2][2], +A[2][3], +b[2], +A[2][5]], [+A[3][0], +A[3][1], +A[3][2], +A[3][3], +b[3], +A[3][5]], [+A[4][0], +A[4][1], +A[4][2], +A[4][3], +b[4], +A[4][5]], [+A[5][0], +A[5][1], +A[5][2], +A[5][3], +b[5], +A[5][5]]]), det([[+A[0][0], +A[0][1], +A[0][2], +A[0][3], +A[0][4], +b[0]], [+A[1][0], +A[1][1], +A[1][2], +A[1][3], +A[1][4], +b[1]], [+A[2][0], +A[2][1], +A[2][2], +A[2][3], +A[2][4], +b[2]], [+A[3][0], +A[3][1], +A[3][2], +A[3][3], +A[3][4], +b[3]], [+A[4][0], +A[4][1], +A[4][2], +A[4][3], +A[4][4], +b[4]], [+A[5][0], +A[5][1], +A[5][2], +A[5][3], +A[5][4], +b[5]]]), det(A)]
|
|
259833
|
+
}
|
|
259834
|
+
}
|
|
259835
|
+
|
|
259756
259836
|
var CACHE = [
|
|
259757
259837
|
robustLinearSolve0d,
|
|
259758
259838
|
robustLinearSolve1d
|
|
259759
259839
|
]
|
|
259760
259840
|
|
|
259761
|
-
function proc(s0, s1, s2, s3, CACHE, g) {
|
|
259841
|
+
function proc(s0, s1, s2, s3, s4, s5, CACHE, g) {
|
|
259762
259842
|
return function dispatchLinearSolve(A, b) {
|
|
259763
259843
|
switch (A.length) {
|
|
259764
259844
|
case 0: return s0(A, b);
|
|
259765
259845
|
case 1: return s1(A, b);
|
|
259766
259846
|
case 2: return s2(A, b);
|
|
259767
259847
|
case 3: return s3(A, b);
|
|
259848
|
+
case 4: return s4(A, b);
|
|
259849
|
+
case 5: return s5(A, b);
|
|
259768
259850
|
}
|
|
259769
259851
|
var s = CACHE[A.length];
|
|
259770
259852
|
if (!s) s = CACHE[A.length] = g(A.length);
|
|
@@ -259773,7 +259855,7 @@ function proc(s0, s1, s2, s3, CACHE, g) {
|
|
|
259773
259855
|
}
|
|
259774
259856
|
|
|
259775
259857
|
function generateDispatch() {
|
|
259776
|
-
while(CACHE.length
|
|
259858
|
+
while(CACHE.length < NUM_EXPAND) {
|
|
259777
259859
|
CACHE.push(generateSolver(CACHE.length))
|
|
259778
259860
|
}
|
|
259779
259861
|
module.exports = proc.apply(undefined, CACHE.concat([CACHE, generateSolver]))
|