vislite 1.2.1 → 1.3.0-alpha.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.
Files changed (168) hide show
  1. package/AUTHORS.txt +6 -6
  2. package/CHANGELOG +18 -1
  3. package/LICENSE +20 -20
  4. package/README.md +9 -33
  5. package/lib/Buffer/index.es.js +1 -1
  6. package/lib/Buffer/index.es.min.js +1 -1
  7. package/lib/Canvas/index.es.js +36 -7
  8. package/lib/Canvas/index.es.min.js +2 -2
  9. package/lib/Cardinal/index.es.js +1 -1
  10. package/lib/Cardinal/index.es.min.js +1 -1
  11. package/lib/Eoap/index.es.js +1 -1
  12. package/lib/Eoap/index.es.min.js +1 -1
  13. package/lib/Hermite/index.es.js +1 -1
  14. package/lib/Hermite/index.es.min.js +1 -1
  15. package/lib/MapCoordinate/index.es.d.ts +3 -0
  16. package/lib/MapCoordinate/index.es.js +217 -0
  17. package/lib/MapCoordinate/index.es.min.d.ts +3 -0
  18. package/lib/MapCoordinate/index.es.min.js +5 -0
  19. package/lib/Matrix4/index.es.js +1 -1
  20. package/lib/Matrix4/index.es.min.js +1 -1
  21. package/lib/Mercator/index.es.js +1 -1
  22. package/lib/Mercator/index.es.min.js +1 -1
  23. package/lib/RawCanvas/index.es.js +36 -7
  24. package/lib/RawCanvas/index.es.min.js +2 -2
  25. package/lib/SVG/index.es.js +47 -20
  26. package/lib/SVG/index.es.min.js +2 -2
  27. package/lib/Shader/index.es.js +1 -1
  28. package/lib/Shader/index.es.min.js +1 -1
  29. package/lib/Texture/index.es.js +1 -1
  30. package/lib/Texture/index.es.min.js +1 -1
  31. package/lib/TreeLayout/index.es.js +1 -1
  32. package/lib/TreeLayout/index.es.min.js +1 -1
  33. package/lib/animation/index.es.js +1 -1
  34. package/lib/animation/index.es.min.js +1 -1
  35. package/lib/assemble/index.es.js +1 -1
  36. package/lib/assemble/index.es.min.js +1 -1
  37. package/lib/getLoopColors/index.es.js +1 -1
  38. package/lib/getLoopColors/index.es.min.js +1 -1
  39. package/lib/getWebGLContext/index.es.js +1 -1
  40. package/lib/getWebGLContext/index.es.min.js +1 -1
  41. package/lib/index.umd.js +198 -26
  42. package/lib/index.umd.min.js +2 -2
  43. package/lib/initOption/index.es.js +1 -1
  44. package/lib/initOption/index.es.min.js +1 -1
  45. package/lib/mergeOption/index.es.js +1 -1
  46. package/lib/mergeOption/index.es.min.js +1 -1
  47. package/lib/move/index.es.js +1 -1
  48. package/lib/move/index.es.min.js +1 -1
  49. package/lib/rotate/index.es.js +1 -1
  50. package/lib/rotate/index.es.min.js +1 -1
  51. package/lib/ruler/index.es.js +1 -1
  52. package/lib/ruler/index.es.min.js +1 -1
  53. package/lib/scale/index.es.js +1 -1
  54. package/lib/scale/index.es.min.js +1 -1
  55. package/lib/throttle/index.es.js +1 -1
  56. package/lib/throttle/index.es.min.js +1 -1
  57. package/minialipay/ui-canvas/drawImage.js +35 -35
  58. package/minialipay/ui-canvas/index.acss +4 -4
  59. package/minialipay/ui-canvas/index.axml +3 -3
  60. package/minialipay/ui-canvas/index.d.ts +1 -1
  61. package/minialipay/ui-canvas/index.js +100 -100
  62. package/minialipay/ui-canvas/index.json +6 -6
  63. package/miniprogram/ui-canvas/drawImage.js +35 -35
  64. package/miniprogram/ui-canvas/index.js +117 -117
  65. package/miniprogram/ui-canvas/index.json +4 -4
  66. package/miniprogram/ui-canvas/index.wxml +4 -4
  67. package/miniprogram/ui-canvas/index.wxss +5 -5
  68. package/package/Buffer/index.ts +2 -2
  69. package/package/Canvas/index.ts +2 -2
  70. package/package/Cardinal/index.ts +2 -2
  71. package/package/Eoap/index.ts +2 -2
  72. package/package/Hermite/index.ts +2 -2
  73. package/package/MapCoordinate/index.ts +3 -0
  74. package/package/Matrix4/index.ts +2 -2
  75. package/package/Mercator/index.ts +2 -2
  76. package/package/RawCanvas/index.ts +2 -2
  77. package/package/SVG/index.ts +2 -2
  78. package/package/Shader/index.ts +2 -2
  79. package/package/Texture/index.ts +2 -2
  80. package/package/TreeLayout/index.ts +2 -2
  81. package/package/animation/index.ts +2 -2
  82. package/package/assemble/index.ts +2 -2
  83. package/package/getLoopColors/index.ts +2 -2
  84. package/package/getWebGLContext/index.ts +40 -40
  85. package/package/index.ts +80 -75
  86. package/package/initOption/index.ts +2 -2
  87. package/package/mergeOption/index.ts +2 -2
  88. package/package/move/index.ts +2 -2
  89. package/package/rotate/index.ts +2 -2
  90. package/package/ruler/index.ts +2 -2
  91. package/package/scale/index.ts +2 -2
  92. package/package/throttle/index.ts +2 -2
  93. package/package.json +75 -77
  94. package/src/Canvas.ts +84 -84
  95. package/src/Eoap.ts +66 -66
  96. package/src/Matrix4/index.ts +84 -84
  97. package/src/Matrix4/move.ts +12 -12
  98. package/src/Matrix4/rotate.ts +15 -15
  99. package/src/Matrix4/scale.ts +11 -11
  100. package/src/Matrix4/transform.ts +64 -64
  101. package/src/Mercator.ts +27 -27
  102. package/src/SVG.ts +24 -24
  103. package/src/common/assemble.ts +22 -22
  104. package/src/common/canvas/arc.ts +51 -51
  105. package/src/common/canvas/config.ts +176 -158
  106. package/src/common/canvas/default.ts +64 -61
  107. package/src/common/canvas/gradient.ts +31 -31
  108. package/src/common/canvas/index.ts +188 -188
  109. package/src/common/canvas/painter.ts +443 -430
  110. package/src/common/canvas/texts.ts +18 -18
  111. package/src/common/map/getBoundary.ts +16 -0
  112. package/src/common/map/tool.ts +30 -0
  113. package/src/common/option.ts +29 -29
  114. package/src/common/setStyle.ts +5 -5
  115. package/src/common/svg/config.ts +213 -194
  116. package/src/common/svg/default.ts +29 -26
  117. package/src/common/svg/gradient.ts +53 -53
  118. package/src/common/svg/index.ts +332 -332
  119. package/src/common/svg/tool.ts +51 -42
  120. package/src/common/tree/index.ts +25 -25
  121. package/src/common/tree/toPlainTree.ts +132 -132
  122. package/src/common/type.ts +26 -26
  123. package/src/common/webgl/buffer.ts +79 -79
  124. package/src/common/webgl/getWebGLContext.ts +45 -45
  125. package/src/common/webgl/shader.ts +75 -75
  126. package/src/common/webgl/texture.ts +97 -97
  127. package/src/coordinate/MapCoordinate.ts +81 -0
  128. package/src/getLoopColors.ts +42 -42
  129. package/src/interpolation/Cardinal.ts +110 -110
  130. package/src/interpolation/Hermite.ts +65 -65
  131. package/src/move.ts +7 -7
  132. package/src/rotate.ts +7 -7
  133. package/src/ruler.ts +209 -209
  134. package/src/scale.ts +6 -6
  135. package/types/Buffer.d.ts +23 -23
  136. package/types/Canvas.d.ts +352 -344
  137. package/types/CanvasConfig.d.ts +88 -116
  138. package/types/CanvasOption.d.ts +8 -8
  139. package/types/CanvasOpts.d.ts +9 -9
  140. package/types/Cardinal.d.ts +13 -13
  141. package/types/Gradient.d.ts +14 -14
  142. package/types/Hermite.d.ts +18 -18
  143. package/types/Map.d.ts +9 -9
  144. package/types/MapConfig.d.ts +28 -0
  145. package/types/MapCoordinate.d.ts +23 -0
  146. package/types/Matrix4.d.ts +47 -47
  147. package/types/SVG.d.ts +243 -243
  148. package/types/SVGConfig.d.ts +71 -89
  149. package/types/Shader.d.ts +16 -16
  150. package/types/Texture.d.ts +16 -16
  151. package/types/TreeConfig.d.ts +36 -36
  152. package/types/TreeOption.d.ts +48 -48
  153. package/types/animation.d.ts +5 -5
  154. package/types/assemble.d.ts +5 -5
  155. package/types/getLoopColors.d.ts +5 -5
  156. package/types/getWebGLContext.d.ts +7 -7
  157. package/types/index.d.ts +179 -165
  158. package/types/move.d.ts +5 -5
  159. package/types/option.d.ts +12 -12
  160. package/types/painterConfig.d.ts +4 -4
  161. package/types/rotate.d.ts +5 -5
  162. package/types/ruler.d.ts +10 -10
  163. package/types/scale.d.ts +5 -5
  164. package/types/throttle.d.ts +5 -5
  165. package/types/ui-canvas.d.ts +4 -4
  166. package/types/uni-canvas.d.ts +3 -3
  167. package/uni-app/drawImage.js +19 -19
  168. package/uni-app/ui-canvas.vue +284 -284
package/lib/index.umd.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * VISLite JavaScript Library v1.2.1
2
+ * VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  (function (global, factory) {
@@ -583,6 +583,12 @@
583
583
 
584
584
  var XLINK_ATTRIBUTE = ["href", "title", "show", "type", "role", "actuate"];
585
585
 
586
+ var setLineAttr = function (el, config) {
587
+ setAttribute(el, "stroke-dasharray", config.lineDash.join(','));
588
+ setAttribute(el, "stroke-width", config.lineWidth + "");
589
+ setAttribute(el, "stroke-linecap", config.lineCap + "");
590
+ setAttribute(el, "stroke-linejoin", config.lineJoin + "");
591
+ };
586
592
  function toNode(tagname) {
587
593
  return document.createElementNS('http://www.w3.org/2000/svg', tagname);
588
594
  }
@@ -601,6 +607,7 @@
601
607
  return el.getAttribute(key);
602
608
  }
603
609
  function full(el, config) {
610
+ setLineAttr(el, config);
604
611
  _setAttribute(el, "stroke", config.strokeStyle);
605
612
  _setAttribute(el, "fill", config.fillStyle);
606
613
  }
@@ -608,6 +615,7 @@
608
615
  _setAttribute(el, "fill", config.fillStyle);
609
616
  }
610
617
  function stroke(el, config) {
618
+ setLineAttr(el, config);
611
619
  _setAttribute(el, "stroke", config.strokeStyle);
612
620
  _setAttribute(el, "fill", "none");
613
621
  }
@@ -690,18 +698,20 @@
690
698
  setAttribute(el, "cy", cy);
691
699
  setAttribute(el, "r", r);
692
700
  };
693
- var initPath = function (el, path, config) {
701
+ var initPath = function (el, path) {
694
702
  if (el.nodeName.toLowerCase() !== "path")
695
703
  throw new Error("Need a <path> !");
696
704
  setAttribute(el, "d", path);
697
- setAttribute(el, "stroke-dasharray", config.lineDash.join(','));
698
- setAttribute(el, "stroke-width", config.lineWidth + "");
699
- setAttribute(el, "stroke-linecap", config.lineCap + "");
700
- setAttribute(el, "stroke-linejoin", config.lineJoin + "");
701
705
  };
702
- var initRect$1 = function (el, x, y, width, height) {
703
- if (el.nodeName.toLowerCase() !== "rect")
704
- throw new Error("Need a <rect> !");
706
+ var initRect$1 = function (el, config, x, y, width, height) {
707
+ if (el.nodeName.toLowerCase() !== "path")
708
+ throw new Error("Need a <path> !");
709
+ var rectRadius = [];
710
+ if (Array.isArray(config.rectRadius) && config.rectRadius.length > 0) {
711
+ for (var index = 0; index < 4; index++) {
712
+ rectRadius.push.apply(rectRadius, config.rectRadius);
713
+ }
714
+ }
705
715
  if (height < 0) {
706
716
  height *= -1;
707
717
  y -= height;
@@ -710,10 +720,26 @@
710
720
  width *= -1;
711
721
  x -= width;
712
722
  }
713
- setAttribute(el, "x", x);
714
- setAttribute(el, "y", y);
715
- setAttribute(el, "width", width);
716
- setAttribute(el, "height", height);
723
+ var d = "";
724
+ if (rectRadius.length >= 4) {
725
+ d = "M" + (x + rectRadius[0]) + " " + y;
726
+ d += "L" + (x + width - rectRadius[1]) + " " + y;
727
+ d += "A" + rectRadius[1] + " " + rectRadius[1] + " 0 0 1 " + (x + width) + " " + (y + rectRadius[1]);
728
+ d += "L" + (x + width) + " " + (y + height - rectRadius[2]);
729
+ d += "A" + rectRadius[2] + " " + rectRadius[2] + " 0 0 1 " + (x + width - rectRadius[2]) + " " + (y + height);
730
+ d += "L" + (x + rectRadius[3]) + " " + (y + height);
731
+ d += "A" + rectRadius[3] + " " + rectRadius[3] + " 0 0 1 " + x + " " + (y + height - rectRadius[3]);
732
+ d += "L" + x + " " + (y + rectRadius[0]);
733
+ d += "A" + rectRadius[0] + " " + rectRadius[0] + " 0 0 1 " + (x + rectRadius[0]) + " " + y;
734
+ }
735
+ else {
736
+ d = "M" + x + " " + y;
737
+ d += "L" + (x + width) + " " + y;
738
+ d += "L" + (x + width) + " " + (y + height);
739
+ d += "L" + x + " " + (y + height);
740
+ d += "Z";
741
+ }
742
+ setAttribute(el, "d", d);
717
743
  };
718
744
  var initArc$1 = function (el, config, cx, cy, r1, r2, beginDeg, deg) {
719
745
  if (el.nodeName.toLowerCase() !== "path")
@@ -811,7 +837,8 @@
811
837
  lineDash: [],
812
838
  lineWidth: 1,
813
839
  lineCap: "butt",
814
- lineJoin: "miter"
840
+ lineJoin: "miter",
841
+ "rectRadius": []
815
842
  };
816
843
  }
817
844
 
@@ -942,17 +969,17 @@
942
969
  return this;
943
970
  };
944
971
  SVG.prototype.fillRect = function (x, y, width, height) {
945
- initRect$1(this.__useEl, x, y, width, height);
972
+ initRect$1(this.__useEl, this.__config, x, y, width, height);
946
973
  fill(this.__useEl, this.__config);
947
974
  return this;
948
975
  };
949
976
  SVG.prototype.strokeRect = function (x, y, width, height) {
950
- initRect$1(this.__useEl, x, y, width, height);
977
+ initRect$1(this.__useEl, this.__config, x, y, width, height);
951
978
  stroke(this.__useEl, this.__config);
952
979
  return this;
953
980
  };
954
981
  SVG.prototype.fullRect = function (x, y, width, height) {
955
- initRect$1(this.__useEl, x, y, width, height);
982
+ initRect$1(this.__useEl, this.__config, x, y, width, height);
956
983
  full(this.__useEl, this.__config);
957
984
  return this;
958
985
  };
@@ -976,17 +1003,17 @@
976
1003
  return this;
977
1004
  };
978
1005
  SVG.prototype.fill = function () {
979
- initPath(this.__useEl, this.__path, this.__config);
1006
+ initPath(this.__useEl, this.__path);
980
1007
  fill(this.__useEl, this.__config);
981
1008
  return this;
982
1009
  };
983
1010
  SVG.prototype.stroke = function () {
984
- initPath(this.__useEl, this.__path, this.__config);
1011
+ initPath(this.__useEl, this.__path);
985
1012
  stroke(this.__useEl, this.__config);
986
1013
  return this;
987
1014
  };
988
1015
  SVG.prototype.full = function () {
989
- initPath(this.__useEl, this.__path, this.__config);
1016
+ initPath(this.__useEl, this.__path);
990
1017
  full(this.__useEl, this.__config);
991
1018
  return this;
992
1019
  };
@@ -1113,9 +1140,24 @@
1113
1140
  painter.arc(cx, cy, r, 0, Math.PI * 2);
1114
1141
  return painter;
1115
1142
  };
1116
- var initRect = function (painter, x, y, width, height) {
1143
+ var initRect = function (painter, config, x, y, width, height) {
1117
1144
  painter.beginPath();
1118
- painter.rect(x, y, width, height);
1145
+ var rectRadius = [];
1146
+ if (Array.isArray(config.rectRadius) && config.rectRadius.length > 0) {
1147
+ for (var index = 0; index < 4; index++) {
1148
+ rectRadius.push.apply(rectRadius, config.rectRadius);
1149
+ }
1150
+ }
1151
+ if (rectRadius.length >= 4) {
1152
+ painter.arc(x + rectRadius[0], y + rectRadius[0], rectRadius[0], Math.PI, Math.PI * 1.5);
1153
+ painter.arc(x + width - rectRadius[1], y + rectRadius[1], rectRadius[1], 1.5 * Math.PI, 0);
1154
+ painter.arc(x + width - rectRadius[2], y + height - rectRadius[2], rectRadius[2], 0, Math.PI * 0.5);
1155
+ painter.arc(x + rectRadius[3], y + height - rectRadius[3], rectRadius[3], 0.5 * Math.PI, Math.PI);
1156
+ painter.closePath();
1157
+ }
1158
+ else {
1159
+ painter.rect(x, y, width, height);
1160
+ }
1119
1161
  return painter;
1120
1162
  };
1121
1163
 
@@ -1145,7 +1187,8 @@
1145
1187
  "fontWeight": 400,
1146
1188
  "fontStyle": "normal",
1147
1189
  "arcStartCap": 'butt',
1148
- "arcEndCap": 'butt'
1190
+ "arcEndCap": 'butt',
1191
+ "rectRadius": []
1149
1192
  };
1150
1193
  var init = {
1151
1194
  "fillStyle": 'black',
@@ -1408,6 +1451,19 @@
1408
1451
  this.painter.clearRect(x, y, w, h);
1409
1452
  return this;
1410
1453
  };
1454
+ Painter.prototype.clearCircle = function (cx, cy, r) {
1455
+ if (this.__region && !this.__onlyView)
1456
+ this.__region.clearCircle(cx, cy, r);
1457
+ if (this.__isPainter && this.__onlyRegion)
1458
+ return this;
1459
+ this.painter.beginPath();
1460
+ this.painter.globalCompositeOperation = "destination-out";
1461
+ this.painter.arc(cx, cy, r, 0, Math.PI * 2);
1462
+ this.painter.fill();
1463
+ this.painter.globalCompositeOperation = "source-over";
1464
+ this.painter.closePath();
1465
+ return this;
1466
+ };
1411
1467
  Painter.prototype.fillArc = function (cx, cy, r1, r2, beginDeg, deg) {
1412
1468
  if (this.__region && !this.__onlyView)
1413
1469
  this.__region.fillArc(cx, cy, r1, r2, beginDeg, deg);
@@ -1465,7 +1521,7 @@
1465
1521
  this.__region.fillRect(x, y, width, height);
1466
1522
  if (this.__isPainter && this.__onlyRegion)
1467
1523
  return this;
1468
- initRect(this.painter, x, y, width, height).fill();
1524
+ initRect(this.painter, this.__specialConfig, x, y, width, height).fill();
1469
1525
  return this;
1470
1526
  };
1471
1527
  Painter.prototype.strokeRect = function (x, y, width, height) {
@@ -1473,7 +1529,7 @@
1473
1529
  this.__region.strokeRect(x, y, width, height);
1474
1530
  if (this.__isPainter && this.__onlyRegion)
1475
1531
  return this;
1476
- initRect(this.painter, x, y, width, height).stroke();
1532
+ initRect(this.painter, this.__specialConfig, x, y, width, height).stroke();
1477
1533
  return this;
1478
1534
  };
1479
1535
  Painter.prototype.fullRect = function (x, y, width, height) {
@@ -1481,7 +1537,7 @@
1481
1537
  this.__region.fullRect(x, y, width, height);
1482
1538
  if (this.__isPainter && this.__onlyRegion)
1483
1539
  return this;
1484
- initRect(this.painter, x, y, width, height);
1540
+ initRect(this.painter, this.__specialConfig, x, y, width, height);
1485
1541
  this.painter.fill();
1486
1542
  this.painter.stroke();
1487
1543
  return this;
@@ -2123,6 +2179,121 @@
2123
2179
  };
2124
2180
  }
2125
2181
 
2182
+ function mllData(geoJson) {
2183
+ var minLongitude = null, maxLongitude = null, minLatitude = null, maxLatitude = null;
2184
+ var forPolygon = function (coordinates) {
2185
+ for (var j = 0; j < coordinates.length; j++) {
2186
+ for (var k = 0; k < coordinates[j].length; k++) {
2187
+ var longitude = coordinates[j][k][0], latitude = coordinates[j][k][1];
2188
+ if (minLongitude == void 0 || minLongitude > longitude)
2189
+ minLongitude = longitude;
2190
+ if (maxLongitude == void 0 || maxLongitude < longitude)
2191
+ maxLongitude = longitude;
2192
+ if (minLatitude == void 0 || minLatitude > latitude)
2193
+ minLatitude = latitude;
2194
+ if (maxLatitude == void 0 || maxLatitude < latitude)
2195
+ maxLatitude = latitude;
2196
+ }
2197
+ }
2198
+ };
2199
+ var features = geoJson.features;
2200
+ for (var i = 0; i < features.length; i++) {
2201
+ if (features[i].geometry.type == "Polygon") {
2202
+ forPolygon(features[i].geometry.coordinates);
2203
+ }
2204
+ else if (features[i].geometry.type == "MultiPolygon") {
2205
+ for (var j = 0; j < features[i].geometry.coordinates.length; j++) {
2206
+ forPolygon(features[i].geometry.coordinates[j]);
2207
+ }
2208
+ }
2209
+ }
2210
+ return [minLongitude, maxLongitude, minLatitude, maxLatitude];
2211
+ }
2212
+
2213
+ function getBoundary () {
2214
+ var geos = [];
2215
+ for (var _i = 0; _i < arguments.length; _i++) {
2216
+ geos[_i] = arguments[_i];
2217
+ }
2218
+ var minLongitude = null, maxLongitude = null, minLatitude = null, maxLatitude = null;
2219
+ for (var _a = 0, geos_1 = geos; _a < geos_1.length; _a++) {
2220
+ var geoJson = geos_1[_a];
2221
+ var _b = mllData(geoJson), _minLongitude = _b[0], _maxLongitude = _b[1], _minLatitude = _b[2], _maxLatitude = _b[3];
2222
+ if (minLongitude == void 0 || _minLongitude < minLongitude)
2223
+ minLongitude = _minLongitude;
2224
+ if (maxLongitude == void 0 || _maxLongitude > maxLongitude)
2225
+ maxLongitude = _maxLongitude;
2226
+ if (minLatitude == void 0 || _minLatitude < minLatitude)
2227
+ minLatitude = _minLatitude;
2228
+ if (maxLatitude == void 0 || _maxLatitude > maxLatitude)
2229
+ maxLatitude = _maxLatitude;
2230
+ }
2231
+ return [minLongitude, maxLongitude, minLatitude, maxLatitude];
2232
+ }
2233
+
2234
+ var MapCoordinate = (function () {
2235
+ function MapCoordinate(config) {
2236
+ if (config === void 0) { config = {}; }
2237
+ this.name = 'MapCoordinate';
2238
+ this.__config = initOption(config, {
2239
+ api: "Mercator",
2240
+ width: 400,
2241
+ height: 300,
2242
+ left: 0,
2243
+ top: 0
2244
+ });
2245
+ }
2246
+ MapCoordinate.prototype.$$updateMap = function () {
2247
+ var _a = this.__boundary, minLongitude = _a[0], maxLongitude = _a[1], minLatitude = _a[2], maxLatitude = _a[3];
2248
+ if (this.__config.api == "Eoap") {
2249
+ var xScale = this.__config.width * 0.836 / (maxLongitude - minLongitude);
2250
+ var yScale = this.__config.height * 0.557 / (maxLatitude - minLatitude);
2251
+ this.__map = new Eoap(xScale < yScale ? xScale : yScale, [
2252
+ (minLongitude + maxLongitude) * 0.5 * 0.9778,
2253
+ (minLatitude + maxLatitude) * 0.5 * 1.025
2254
+ ]);
2255
+ }
2256
+ else if (this.__config.api == "Mercator") {
2257
+ var xScale = this.__config.width * 0.72 / (maxLongitude - minLongitude);
2258
+ var yScale = this.__config.height * 0.575 / (maxLatitude - minLatitude);
2259
+ this.__map = new Mercator(xScale < yScale ? xScale : yScale, [
2260
+ (minLongitude + maxLongitude) * 0.5,
2261
+ (minLatitude + maxLatitude) * 0.5
2262
+ ]);
2263
+ }
2264
+ else {
2265
+ throw new Error("Unexpected API types:" + this.__config.api);
2266
+ }
2267
+ };
2268
+ MapCoordinate.prototype.setConfig = function (config) {
2269
+ mergeOption(this.__config, config);
2270
+ this.$$updateMap();
2271
+ return this;
2272
+ };
2273
+ MapCoordinate.prototype.setGeos = function () {
2274
+ var geos = [];
2275
+ for (var _i = 0; _i < arguments.length; _i++) {
2276
+ geos[_i] = arguments[_i];
2277
+ }
2278
+ this.__boundary = getBoundary.apply(void 0, geos);
2279
+ this.$$updateMap();
2280
+ return this;
2281
+ };
2282
+ MapCoordinate.prototype.use = function (λ, φ) {
2283
+ if (this.__map) {
2284
+ var dxyz = this.__map.use(λ, φ);
2285
+ return [
2286
+ this.__config.left + this.__config.width * 0.5 + dxyz[0],
2287
+ this.__config.top + this.__config.height * 0.5 + dxyz[1],
2288
+ ];
2289
+ }
2290
+ else {
2291
+ throw new Error("Geographic data not set");
2292
+ }
2293
+ };
2294
+ return MapCoordinate;
2295
+ }());
2296
+
2126
2297
  var toInnerTree = (function (initTree, config) {
2127
2298
  var tempTree = {};
2128
2299
  var temp = config.root(initTree);
@@ -2441,6 +2612,7 @@
2441
2612
  Mercator: Mercator,
2442
2613
  throttle: throttle,
2443
2614
  assemble: assemble,
2615
+ MapCoordinate: MapCoordinate,
2444
2616
  TreeLayout: TreeLayout,
2445
2617
  initOption: initOption,
2446
2618
  mergeOption: mergeOption
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * VISLite JavaScript Library v1.2.1
2
+ * VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
- var t,i;t=this,i=function(){"use strict";var t=function(){function t(t){void 0===t&&(t=.5),this.name="Hermite",this.__u=t}return t.prototype.setP=function(t,i,e,n,r,o){if(!(t<e))throw new Error("The point x-position should be increamented!");this.__a=t,this.__b=e;var s=this.__u*r,_=this.__u*o;return i/=e-t,n/=e-t,this.__MR=[2*i-2*n+s+_,3*n-3*i-2*s-_,s,i],this},t.prototype.use=function(t){if(this.__MR){var i=(t-this.__a)/(this.__b-this.__a),e=i*i;return(i*e*this.__MR[0]+e*this.__MR[1]+i*this.__MR[2]+this.__MR[3])*(this.__b-this.__a)}throw new Error("You shoud first set the position!")},t}(),i=function(){function i(t){void 0===t&&(t=0),this.name="Cardinal",this.__t=t}return i.prototype.setP=function(i){this.__HS={x:[],h:[]};var e,n,r=(i[1][1]-i[0][1])/(i[1][0]-i[0][0]);for(this.__HS.x[0]=i[0][0],e=1;e<i.length;e++){if(i[e][0]<=i[e-1][0])throw new Error("The point position should be increamented!");this.__HS.x[e]=i[e][0],n=e<i.length-1?i[e+1][1]>i[e][1]&&i[e-1][1]>i[e][1]||i[e+1][1]<i[e][1]&&i[e-1][1]<i[e][1]||i[e+1][1]==i[e][1]||i[e-1][1]==i[e][1]?0:(i[e+1][1]-i[e-1][1])/(i[e+1][0]-i[e-1][0]):(i[e][1]-i[e-1][1])/(i[e][0]-i[e-1][0]),this.__HS.h[e-1]=new t(.5*(1-this.__t)).setP(i[e-1][0],i[e-1][1],i[e][0],i[e][1],r,n),r=n}return this},i.prototype.use=function(t){if(this.__HS){for(this.__i=-1;this.__i+1<this.__HS.x.length&&(t>this.__HS.x[this.__i+1]||-1==this.__i&&t>=this.__HS.x[this.__i+1]);)this.__i+=1;return this.__i<0?this.__HS.h[0].use(this.__HS.x[0]):this.__i>=this.__HS.h.length?this.__HS.h[this.__HS.h.length-1].use(this.__HS.x[this.__HS.x.length-1]):this.__HS.h[this.__i].use(t)}throw new Error("You shoud first set the position!")},i}(),e=function(t,i){for(var e=[],n=0;n<4;n++)for(var r=0;r<i.length/4;r++)e[4*r+n]=t[n]*i[4*r]+t[n+4]*i[4*r+1]+t[n+8]*i[4*r+2]+t[n+12]*i[4*r+3];return e},n=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r=function(){function t(t){void 0===t&&(t=n),this.name="Matrix4",this.__matrix4=t}return t.prototype.setValue=function(t){return void 0===t&&(t=n),this.__matrix4=t,this},t.prototype.move=function(t,i,n,r){return void 0===r&&(r=0),this.__matrix4=e(function(t,i,e,n){void 0===n&&(n=0);var r=Math.sqrt(i*i+e*e+n*n);return[1,0,0,0,0,1,0,0,0,0,1,0,i*t/r,e*t/r,n*t/r,1]}(t,i,n,r),this.__matrix4),this},t.prototype.rotate=function(t,i,n,r,o,s,_){var h=function(t,i,e,n,r,o){if("number"==typeof t&&"number"==typeof i){if("number"!=typeof e?(e=0,n=t,r=i,o=1):"number"==typeof n&&"number"==typeof r&&"number"==typeof o||(n=t,r=i,o=e,t=0,i=0,e=0),t==n&&i==r&&e==o)throw new Error("It's not a legitimate ray!");var s=Math.sqrt((n-t)*(n-t)+(r-i)*(r-i)),_=0!=s?(r-i)/s:1,h=0!=s?(n-t)/s:0,a=(n-t)*h+(r-i)*_,u=o-e,l=Math.sqrt(a*a+u*u),p=0!=l?u/l:1,f=0!=l?a/l:0;return[[_,p*h,h*f,0,-h,_*p,_*f,0,0,-f,p,0,i*h-t*_,e*f-t*h*p-i*_*p,-t*h*f-i*_*f-e*p,1],[_,-h,0,0,p*h,p*_,-f,0,h*f,_*f,p,0,t,i,e,1]]}throw new Error("a1 and b1 is required!")}(i,n,r,o,s,_);return this.__matrix4=e(e(e(h[1],function(t){var i=Math.sin(t),e=Math.cos(t);return[e,i,0,0,-i,e,0,0,0,0,1,0,0,0,0,1]}(t)),h[0]),this.__matrix4),this},t.prototype.scale=function(t,i,n,r,o,s){return void 0===r&&(r=0),void 0===o&&(o=0),void 0===s&&(s=0),this.__matrix4=e(function(t,i,e,n,r,o){return void 0===n&&(n=0),void 0===r&&(r=0),void 0===o&&(o=0),[t,0,0,0,0,i,0,0,0,0,e,0,n-n*t,r-r*i,o-o*e,1]}(t,i,n,r,o,s),this.__matrix4),this},t.prototype.multiply=function(t,i){return void 0===i&&(i=!1),this.__matrix4=i?e(this.__matrix4,t):e(t,this.__matrix4),this},t.prototype.use=function(t,i,n,r){return void 0===n&&(n=0),void 0===r&&(r=1),e(this.__matrix4,[t,i,n,r])},t.prototype.value=function(){return this.__matrix4},t}();function o(t,i,e,n,r){var o=Math.cos(e),s=Math.sin(e);return[(n-t)*o-(r-i)*s+t,(n-t)*s+(r-i)*o+i]}var s,_=[];function h(t,i,e){arguments.length<2&&(i=400),arguments.length<3&&(e=function(){});var n={timer:function(t,i,e){if(!t)throw new Error("Tick is required!");var r=(new Date).valueOf()+"_"+(1e3*Math.random()).toFixed(0);return _.push({id:r,createTime:new Date,tick:t,duration:i,callback:e}),n.start(),r},start:function(){s||(s=setInterval(n.tick,13))},tick:function(){var t,i,e,r,o,s,h,a=_;for((_=[]).length=0,i=0;i<a.length;i++)t=(o=a[i]).createTime,e=o.tick,s=o.duration,r=o.callback,e(h=(h=(+(new Date).valueOf()-t.valueOf())/s)>1?1:h),h<1&&o.id?_.push(o):r(h);_.length<=0&&n.stop()},stop:function(){s&&(clearInterval(s),s=null)}},r=n.timer((function(i){t(i)}),i,e);return function(){var t;for(t in _)if(_[t].id==r)return void(_[t].id=void 0)}}var a=function(t,i){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},a(t,i)};function u(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function e(){this.constructor=t}a(t,i),t.prototype=null===i?Object.create(i):(e.prototype=i.prototype,new e)}var l=function(){return l=Object.assign||function(t){for(var i,e=1,n=arguments.length;e<n;e++)for(var r in i=arguments[e])Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r]);return t},l.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;var p=["href","title","show","type","role","actuate"];function f(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}var c=function(t,i,e){p.indexOf(i)>-1?t.setAttributeNS("http://www.w3.org/1999/xlink","xlink:"+i,e+""):t.setAttribute(i,e+"")},d=c;function g(t,i){c(t,"stroke",i.strokeStyle),c(t,"fill",i.fillStyle)}function v(t,i){c(t,"fill",i.fillStyle)}function y(t,i){c(t,"stroke",i.strokeStyle),c(t,"fill","none")}var E=function(t,i,e,n,r){var o=Math.cos(e),s=Math.sin(e);return[+((n-t)*o-(r-i)*s+t).toFixed(7),+((n-t)*s+(r-i)*o+i).toFixed(7)]};function w(t,i,e,n,r,o,s){i<0&&(t+=i,i*=-1);var _,h=[];_=E(0,0,t,r,0),h[0]=_[0],h[1]=_[1],_=E(0,0,i,_[0],_[1]),h[2]=_[0],h[3]=_[1],_=E(0,0,t,o,0),h[4]=_[0],h[5]=_[1],_=E(0,0,i,_[0],_[1]),h[6]=_[0],h[7]=_[1],s(t,t+i,h[0]+e,h[1]+n,h[4]+e,h[5]+n,h[2]+e,h[3]+n,h[6]+e,h[7]+n,.5*(o-r))}var m=function(t){var i=t.getElementsByTagName("defs");if(i.length<=0){var e=f("defs");return t.appendChild(e),e}return i[0]},T=function(t,i,e,n,r){if("text"!==t.nodeName.toLowerCase())throw new Error("Need a <text> !");d(t,"dy",{top:.5*i.fontSize,middle:0,bottom:.5*-i.fontSize}[i.textBaseline]),function(t,i){for(var e in i)t.style[e]=i[e]}(t,{"text-anchor":{left:"start",right:"end",center:"middle"}[i.textAlign],"dominant-baseline":"central","font-size":i.fontSize+"px","font-family":i.fontFamily}),d(t,"x",e),d(t,"y",n),"number"==typeof r&&d(t,"transform","rotate("+(r%=360)+","+e+","+n+")")},x=function(t,i,e,n){if("circle"!==t.nodeName.toLowerCase())throw new Error("Need a <circle> !");d(t,"cx",i),d(t,"cy",e),d(t,"r",n)},b=function(t,i,e){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");d(t,"d",i),d(t,"stroke-dasharray",e.lineDash.join(",")),d(t,"stroke-width",e.lineWidth+""),d(t,"stroke-linecap",e.lineCap+""),d(t,"stroke-linejoin",e.lineJoin+"")},P=function(t,i,e,n,r){if("rect"!==t.nodeName.toLowerCase())throw new Error("Need a <rect> !");r<0&&(e-=r*=-1),n<0&&(i-=n*=-1),d(t,"x",i),d(t,"y",e),d(t,"width",n),d(t,"height",r)},C=function(t,i,e,n,r,o,s,_){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");if(s=s/180*Math.PI,_=_/180*Math.PI,s%=2*Math.PI,r>o){var h=r;r=o,o=h}_>=1.999999*Math.PI||_<=1.999999*-Math.PI?_=1.999999*Math.PI:_%=2*Math.PI,w(s,_,e,n,r,o,(function(e,n,s,_,h,a,u,l,p,f,c){var g=n-e>Math.PI?1:0,v="M"+s+" "+_;c<0&&(c=-c),v+="A"+r+" "+r+" 0 "+g+" 1 "+u+" "+l,"round"==i.arcEndCap?v+="A"+c+" "+c+" 0 1 0 "+p+" "+f:"-round"==i.arcEndCap?v+="A"+c+" "+c+" 0 1 1 "+p+" "+f:v+="L"+p+" "+f,v+="A"+o+" "+o+" 0 "+g+" 0 "+h+" "+a,"round"==i.arcStartCap?v+="A"+c+" "+c+" 0 1 0 "+s+" "+_:"-round"==i.arcStartCap?v+="A"+c+" "+c+" 0 1 1 "+s+" "+_:v+="L"+s+" "+_,"butt"==i.arcStartCap&&(v+="Z"),d(t,"d",v)}))},R=function(t,i){var e={value:function(){return"url(#"+i+")"},setColor:function(i,n){var r=f("stop");return t.appendChild(r),d(r,"offset",100*i+"%"),d(r,"style","stop-color:"+n+";"),e}};return e},S=function(){function t(t){this.name="SVG",this.__config={fillStyle:"#000",strokeStyle:"#000",textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[],lineWidth:1,lineCap:"butt",lineJoin:"miter"},this.__path="",this.__currentPosition=[],this.__svg=t}return t.prototype.config=function(t){if("object"!=typeof t)return this.__config[t];for(var i in t)this.__config[i]=t[i];return this},t.prototype.reset=function(){return this.config({fillStyle:"#000",strokeStyle:"#000",textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[],lineWidth:1,lineCap:"butt",lineJoin:"miter"}),this},t.prototype.useEl=function(t){return this.__useEl=t,this},t.prototype.getEl=function(){return this.__useEl},t.prototype.appendEl=function(t,i){return i=i||this.__svg,"string"==typeof t&&(t=f(t)),i.appendChild(t),this.__useEl=t,this},t.prototype.appendBoard=function(t,i){var e=t;if("string"==typeof t&&(e={text:"text",path:"path",arc:"path",circle:"circle",rect:"rect"}[t]||""),""==e)throw new Error("Unsupported drawing method:"+t);return this.appendEl(e,i)},t.prototype.remove=function(){if(!this.__useEl)throw new Error("Currently, no node can be deleted.");return this.__useEl.parentNode.removeChild(this.__useEl),this},t.prototype.attr=function(t){if(!this.__useEl)throw new Error("Currently, no node can be modified or viewed.");if("object"!=typeof t)return function(t,i){return p.indexOf(i)>-1&&(i="xlink:"+i),t.getAttribute(i)}(this.__useEl,t);for(var i in t)d(this.__useEl,i,t[i]);return this},t.prototype.fillText=function(t,i,e,n){return void 0===n&&(n=0),T(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,v(this.__useEl,this.__config),this},t.prototype.strokeText=function(t,i,e,n){return void 0===n&&(n=0),T(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,y(this.__useEl,this.__config),this},t.prototype.fullText=function(t,i,e,n){return void 0===n&&(n=0),T(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,g(this.__useEl,this.__config),this},t.prototype.fillArc=function(t,i,e,n,r,o){return C(this.__useEl,this.__config,t,i,e,n,r,o),v(this.__useEl,this.__config),this},t.prototype.strokeArc=function(t,i,e,n,r,o){return C(this.__useEl,this.__config,t,i,e,n,r,o),y(this.__useEl,this.__config),this},t.prototype.fullArc=function(t,i,e,n,r,o){return C(this.__useEl,this.__config,t,i,e,n,r,o),g(this.__useEl,this.__config),this},t.prototype.fillCircle=function(t,i,e){return x(this.__useEl,t,i,e),v(this.__useEl,this.__config),this},t.prototype.strokeCircle=function(t,i,e){return x(this.__useEl,t,i,e),y(this.__useEl,this.__config),this},t.prototype.fullCircle=function(t,i,e){return x(this.__useEl,t,i,e),g(this.__useEl,this.__config),this},t.prototype.fillRect=function(t,i,e,n){return P(this.__useEl,t,i,e,n),v(this.__useEl,this.__config),this},t.prototype.strokeRect=function(t,i,e,n){return P(this.__useEl,t,i,e,n),y(this.__useEl,this.__config),this},t.prototype.fullRect=function(t,i,e,n){return P(this.__useEl,t,i,e,n),g(this.__useEl,this.__config),this},t.prototype.beginPath=function(){return this.__currentPosition=[],this.__path="",this},t.prototype.closePath=function(){return this.__path+="Z",this},t.prototype.moveTo=function(t,i){return this.__currentPosition=[t,i],this.__path+="M"+t+" "+i,this},t.prototype.lineTo=function(t,i){return this.__currentPosition=[t,i],this.__path+=(""==this.__path?"M":"L")+t+" "+i,this},t.prototype.fill=function(){return b(this.__useEl,this.__path,this.__config),v(this.__useEl,this.__config),this},t.prototype.stroke=function(){return b(this.__useEl,this.__path,this.__config),y(this.__useEl,this.__config),this},t.prototype.full=function(){return b(this.__useEl,this.__path,this.__config),g(this.__useEl,this.__config),this},t.prototype.arc=function(t,i,e,n,r){var s=o(t,i,n/180*Math.PI,t+e,i),_=o(t,i,(n+r)/180*Math.PI,t+e,i);return""==this.__path?this.__path+="M"+s[0]+","+s[1]:s[0]==this.__currentPosition[0]&&s[1]==this.__currentPosition[1]||(this.__path+="L"+s[0]+","+s[1]),this.__path+="A"+e+","+e+" 0 "+(r>180||r<-180?1:0)+","+(r>0?1:0)+" "+_[0]+","+_[1],this},t.prototype.quadraticCurveTo=function(t,i,e,n){return this.__path+="Q"+t+" "+i+","+e+" "+n,this},t.prototype.bezierCurveTo=function(t,i,e,n,r,o){return this.__path+="C"+t+" "+i+","+e+" "+n+","+r+" "+o,this},t.prototype.bind=function(t,i){return this.__useEl.addEventListener(t,(function(t){i.call(this,t,this)}),!1),this},t.prototype.createLinearGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=m(t),s="vislite-lg-"+(new Date).valueOf()+"-"+Math.random(),_=f("linearGradient");return o.appendChild(_),d(_,"id",s),d(_,"x1",i+"%"),d(_,"y1",e+"%"),d(_,"x2",n+"%"),d(_,"y2",r+"%"),R(_,s)}(this.__svg,t,i,e,n)},t.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,n){var r=m(t),o="vislite-rg-"+(new Date).valueOf()+"-"+Math.random(),s=f("radialGradient");return r.appendChild(s),d(s,"id",o),d(s,"cx",i+"%"),d(s,"cy",e+"%"),d(s,"r",n+"%"),R(s,o)}(this.__svg,t,i,e)},t}(),M=function(t){function i(i){if(!i)throw new Error("VISLite SVG:The mount point requires an HTMLElement type but encountered null.");var e=i.clientWidth,n=i.clientHeight,r=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.appendChild(r),r.setAttribute("width",e+""),r.setAttribute("height",n+""),r.setAttribute("viewBox","0 0 "+e+" "+n),t.call(this,r)||this}return u(i,t),i}(S),A=function(t,i,e,n,r){return t.beginPath(),t.translate(e,n),t.rotate(r),t.font=i.fontStyle+" "+i.fontWeight+" "+i.fontSize+"px "+i.fontFamily,t},I=function(t,i,e,n,r,o,s,_){if(r>o){var h=r;r=o,o=h}return s%=2*Math.PI,_>=1.999999*Math.PI||_<=1.999999*-Math.PI?_=2*Math.PI:_%=2*Math.PI,w(s,_,e,n,r,o,(function(s,_,h,a,u,l,p,f,c,d,g){g<0&&(g=-g),t.beginPath(),t.moveTo(h,a),t.arc(e,n,r,s,_,!1),"round"==i.arcEndCap?t.arc(.5*(p+c),.5*(f+d),g,_-Math.PI,_,!0):"-round"==i.arcEndCap?t.arc(.5*(p+c),.5*(f+d),g,_-Math.PI,_,!1):t.lineTo(c,d),t.arc(e,n,o,_,s,!0),"round"==i.arcStartCap?t.arc(.5*(h+u),.5*(a+l),g,s,s-Math.PI,!0):"-round"==i.arcStartCap?t.arc(.5*(h+u),.5*(a+l),g,s,s-Math.PI,!1):t.lineTo(h,a)})),"butt"==i.arcStartCap&&t.closePath(),t},k=function(t,i,e,n){return t.beginPath(),t.moveTo(i+n,e),t.arc(i,e,n,0,2*Math.PI),t},L=function(t,i,e,n,r){return t.beginPath(),t.rect(i,e,n,r),t};function V(t,i,e,n,r){for(var o=0,s="",_=0;_<i.length;_++)t.measureText(s+i[_]).width>e||/\n$/.test(s)?(r(s,((o+=1)-.5)*n),s=i[_]):_==i.length-1?(o+=1,r(s+i[_],(o-.5)*n)):s+=i[_];return o*n}function O(t){var i={fontSize:16,fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",arcStartCap:"butt",arcEndCap:"butt"},e={fillStyle:"black",strokeStyle:"black",lineWidth:1,lineCap:"butt",lineJoin:"miter",lineDash:[],textAlign:"left",textBaseline:"middle",shadowBlur:0,shadowColor:"black"};return"special"==t?i:"init"==t?e:l(l({},i),e)}var U=function(){function t(t,i,e,n,r){void 0===i&&(i={}),void 0===n&&(n=!1),this.__region=null,this.__onlyRegion=!1,this.__onlyView=!1,this.__specialConfig=O("special"),this.__initConfig=O("init"),this.painter=t.getContext("2d",i),this.__region=e,this.__isPainter=n,this.painter.textBaseline="middle",this.painter.textAlign="left"}return t.prototype.useConfig=function(t,i){if(this.__region&&!this.__onlyView&&["fillStyle","strokeStyle","shadowBlur","shadowColor"].indexOf(t)<0&&this.__region.useConfig(t,i),this.__isPainter&&this.__onlyRegion)return this;if("lineDash"==t)this.painter.setLineDash&&this.painter.setLineDash(i);else if(t in this.__specialConfig)"fontSize"==t&&(i=Math.round(i)),this.__specialConfig[t]=i;else{if(!(t in this.__initConfig))throw new Error("Illegal configuration item of painter : "+t+" !");this.painter[t]=i}return this},t.prototype.fillText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.fillText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),A(this.painter,this.__specialConfig,i,e,n).fillText(t,0,0),this.painter.restore()),this},t.prototype.strokeText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.strokeText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),A(this.painter,this.__specialConfig,i,e,n).strokeText(t,0,0),this.painter.restore()),this},t.prototype.fullText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.fullText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),A(this.painter,this.__specialConfig,i,e,n),this.painter.fillText(t,0,0),this.painter.strokeText(t,0,0),this.painter.restore()),this},t.prototype.fillTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),A(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.fillText(t,0,i)}));return this.painter.restore(),h},t.prototype.strokeTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),A(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.strokeText(t,0,i)}));return this.painter.restore(),h},t.prototype.fullTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),A(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.fillText(t,0,i),s.painter.strokeText(t,0,i)}));return this.painter.restore(),h},t.prototype.beginPath=function(){return this.__region&&!this.__onlyView&&this.__region.beginPath(),this.__isPainter&&this.__onlyRegion||this.painter.beginPath(),this},t.prototype.closePath=function(){return this.__region&&!this.__onlyView&&this.__region.closePath(),this.__isPainter&&this.__onlyRegion||this.painter.closePath(),this},t.prototype.moveTo=function(t,i){return this.__region&&!this.__onlyView&&this.__region.moveTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.moveTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.lineTo=function(t,i){return this.__region&&!this.__onlyView&&this.__region.lineTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.lineTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.arc=function(t,i,e,n,r){return this.__region&&!this.__onlyView&&this.__region.arc(t,i,e,n,r),this.__isPainter&&this.__onlyRegion||this.painter.arc(t,i,e,n,n+r,r<0),this},t.prototype.fill=function(){return this.__region&&!this.__onlyView&&this.__region.fill(),this.__isPainter&&this.__onlyRegion||this.painter.fill(),this},t.prototype.stroke=function(){return this.__region&&!this.__onlyView&&this.__region.stroke(),this.__isPainter&&this.__onlyRegion||this.painter.stroke(),this},t.prototype.full=function(){return this.__region&&!this.__onlyView&&this.__region.full(),this.__isPainter&&this.__onlyRegion||(this.painter.fill(),this.painter.stroke()),this},t.prototype.save=function(){return this.__region&&!this.__onlyView&&this.__region.save(),this.__isPainter&&this.__onlyRegion||this.painter.save(),this},t.prototype.restore=function(){return this.__region&&!this.__onlyView&&this.__region.restore(),this.__isPainter&&this.__onlyRegion||this.painter.restore(),this},t.prototype.clip=function(){return this.__region&&!this.__onlyView&&this.__region.clip(),this.__isPainter&&this.__onlyRegion||this.painter.clip(),this},t.prototype.quadraticCurveTo=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.quadraticCurveTo(t,i,e,n),this.__isPainter&&this.__onlyRegion||this.painter.quadraticCurveTo(t,i,e,n),this},t.prototype.bezierCurveTo=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.bezierCurveTo(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||this.painter.bezierCurveTo(t,i,e,n,r,o),this},t.prototype.clearRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.clearRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||this.painter.clearRect(t,i,e,n),this},t.prototype.fillArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.fillArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,n,r,o).fill(),this},t.prototype.strokeArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.strokeArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||I(this.painter,this.__specialConfig,t,i,e,n,r,o).stroke(),this},t.prototype.fullArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.fullArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||(I(this.painter,this.__specialConfig,t,i,e,n,r,o),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.fillCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).fill(),this},t.prototype.strokeCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.strokeCircle(t,i,e),this.__isPainter&&this.__onlyRegion||k(this.painter,t,i,e).stroke(),this},t.prototype.fullCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.fullCircle(t,i,e),this.__isPainter&&this.__onlyRegion||(k(this.painter,t,i,e),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.fillRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||L(this.painter,t,i,e,n).fill(),this},t.prototype.strokeRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.strokeRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||L(this.painter,t,i,e,n).stroke(),this},t.prototype.fullRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.fullRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||(L(this.painter,t,i,e,n),this.painter.fill(),this.painter.stroke()),this},t.prototype.draw=function(){return Promise.resolve()},t.prototype.drawImage=function(t,i,e,n,r,o){var s=this;return void 0===o&&(o=!1),new Promise((function(_){if(s.__region&&!s.__onlyView&&s.__region.fillRect(i,e,n,r),s.__isPainter&&s.__onlyRegion)_({});else if("string"!=typeof t||o)s.painter.drawImage(t,i,e,n,r),_({});else{var h=new Image;h.onload=function(){s.painter.drawImage(h,i,e,n,r),_({})},h.src=t}}))},t.prototype.install=function(t){var i=this,e=function(e){if(e in n)throw new Error("VISLite Canvas:Method already exists and cannot be overwritten.");n[e]=function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o=t[e].apply(i,n);return null!=o?o:i}},n=this;for(var r in t)e(r);return this},t}();function N(t,i,e,n){for(var r=[],o=0;o<n;o++)r[o]=t;return function(){for(var o=0;o<n;o++){if(r[o]+e<i){r[o]=+(r[o]+e).toFixed(7);break}o<n-1&&(r[o]=t)}return r}}var B=function(t,i){var e={value:function(){return t},setColor:function(n,r){return t.addColorStop(i?i(n):n,r),e}};return e},F=function(t){function i(i,e,n,r){void 0===n&&(n={}),void 0===r&&(r=1);var o=t.call(this,i,n,e?new U(e,{willReadFrequently:!0}):void 0,!0,r)||this;return o.name="Canvas",o.__regionList={},o.__regionAssemble=N(0,255,10,3),o.__scaleSize=r,o.setRegion(""),o}return u(i,t),i.prototype.config=function(t){for(var i in t)this.useConfig(i,t[i]);return this},i.prototype.reset=function(){return this.config(O()),this},i.prototype.onlyRegion=function(t){return this.__onlyRegion=t,this},i.prototype.onlyView=function(t){return this.__onlyView=t,this},i.prototype.setRegion=function(t){if(this.__region)if(t){if(null==this.__regionList[t]){var i=this.__regionAssemble();this.__regionList[t]="rgb("+i[0]+","+i[1]+","+i[2]+")"}this.__region.useConfig("fillStyle",this.__regionList[t])&&this.__region.useConfig("strokeStyle",this.__regionList[t])}else this.__region.useConfig("fillStyle","#000000")&&this.__region.useConfig("strokeStyle","#000000");return this},i.prototype.getRegion=function(t,i){var e=this;return new Promise((function(n){var r=e.__region?e.__region.painter.getImageData(t-.5,i-.5,1,1):{data:[0,0,0,0]},o=r.data,s=function(){if(e.__region)for(var t in e.__regionList)if("rgb("+o[0]+","+o[1]+","+o[2]+")"==e.__regionList[t]){n(t);break}n("")};o?s():r.then((function(t){o=t,s()}))}))},i.prototype.textWidth=function(t){this.painter.save(),A(this.painter,this.__specialConfig,0,0,0);var i=this.painter.measureText(t+"").width;return this.painter.restore(),i},i.prototype.getContext=function(t){return void 0===t&&(t=!1),t?this.__region?this.__region.painter:null:this.painter},i.prototype.getInfo=function(){return{width:this.painter.canvas.width/this.__scaleSize,height:this.painter.canvas.height/this.__scaleSize}},i.prototype.createLinearGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=t.createLinearGradient(i,e,n,r);return B(o)}(this.painter,t,i,e,n)},i.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,n){var r=t.createRadialGradient(i,e,0,i,e,n);return B(r)}(this.painter,t,i,e)},i.prototype.createConicGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=t.createConicGradient(n,i,e);return B(o,r?function(t){return r/(2*Math.PI)*t}:void 0)}(this.painter,t,i,e,n)},i.prototype.getColor=function(t,i){t*=this.__scaleSize,i*=this.__scaleSize;var e=this.painter.getImageData(t-.5,i-.5,1,1).data;return"rgba("+e[0]+","+e[1]+","+e[2]+","+e[3]+")"},i}(U),z=Object.prototype.toString;function D(t){if(null===t||"object"!=typeof t||"[object Object]"!=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":z.call(t)}(t))return!1;if(null===Object.getPrototypeOf(t))return!0;for(var i=t;null!==Object.getPrototypeOf(i);)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(t)===i}function G(t,i){for(var e in t)i[e]=t[e];return i}var H=function(t){function i(i,e,n,r){void 0===e&&(e={}),void 0===n&&(n=0),void 0===r&&(r=0);var o=this;if(!i)throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.");e=G(e,{region:!0,willReadFrequently:!1}),n=n||i.clientWidth,r=r||i.clientHeight;var s,_=null,h=i;h._vislite_canvas_?(s=h._vislite_canvas_[0],_=h._vislite_canvas_[1]):(s=document.createElement("canvas"),i.appendChild(s),e.region&&(_=document.createElement("canvas")),h._vislite_canvas_=[s,_],i.setAttribute("vislite","Canvas"));for(var a=[_,s],u=0;u<a.length;u++){var l=a[u];l&&(l.style.width=n+"px",l.setAttribute("width",u*n+n+""),l.style.height=r+"px",l.setAttribute("height",u*r+r+""))}return(o=t.call(this,s,_,{willReadFrequently:e.willReadFrequently},2)||this).__canvas=s,o.__el=i,o.painter.scale(2,2),o}return u(i,t),i.prototype.toDataURL=function(){var t=this;return new Promise((function(i){i(t.__canvas.toDataURL())}))},i.prototype.bind=function(t,i){var e=this;return this.__el.addEventListener(t,(function(t){e.getRegion(t.offsetX,t.offsetY).then((function(e){i(e,t.offsetX,t.offsetY)}))})),this},i}(F),X=function(t,i,e){var n=t.createShader(i);if(null==n)throw new Error("Unable to create shader!");if(t.shaderSource(n,e),t.compileShader(n),!t.getShaderParameter(n,t.COMPILE_STATUS))throw new Error("Failed to compile shader:"+t.getShaderInfoLog(n));return n},j=function(){function t(t){this.__painter=t}return t.prototype.use=function(){return this.__painter.useProgram(this.program),this},t.prototype.compile=function(t,i){return this.program=function(t,i,e){var n=X(t,t.VERTEX_SHADER,i),r=X(t,t.FRAGMENT_SHADER,e),o=t.createProgram();if(t.attachShader(o,n),t.attachShader(o,r),t.linkProgram(o),!t.getProgramParameter(o,t.LINK_STATUS))throw new Error("Failed to link program: "+t.getProgramInfoLog(o));return o}(this.__painter,t,i),this},t}(),q=function(){function t(t,i,e){void 0===e&&(e=0),this.__painter=t,this.__type={"2d":t.TEXTURE_2D,cube:t.TEXTURE_CUBE_MAP}[i],this.__texture=function(t,i,e){var n=t.createTexture();return t.activeTexture(t["TEXTURE"+e]),t.bindTexture(i,n),n}(t,this.__type,e),t.texParameteri(this.__type,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_MAG_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(this.__type,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE)}return t.prototype.useImage=function(t){return function(t,i,e,n,r,o){t.texImage2D(i,e,n,n,r,o)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t),this},t.prototype.useCube=function(t,i,e){return function(t,i,e,n,r,o,s,_,h){for(var a,u=[t.TEXTURE_CUBE_MAP_POSITIVE_X,t.TEXTURE_CUBE_MAP_NEGATIVE_X,t.TEXTURE_CUBE_MAP_POSITIVE_Y,t.TEXTURE_CUBE_MAP_NEGATIVE_Y,t.TEXTURE_CUBE_MAP_POSITIVE_Z,t.TEXTURE_CUBE_MAP_NEGATIVE_Z],l=0;l<u.length;l++)o[l]&&(a=u[l],t.texImage2D(a,e,n,s,_,0,n,r,null),t.bindTexture(i,h),t.texImage2D(a,e,n,n,r,o[l]));t.generateMipmap(i)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t,i,e,this.__texture),this},t}(),W=function(){function t(t,i){void 0===i&&(i=!1),this.__painter=t,this.__isElement=i,this.__buffer=function(t){return t.createBuffer()}(t),this.__type=i?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER}return t.prototype.use=function(){return this.__painter.bindBuffer(this.__type,this.__buffer),this},t.prototype.write=function(t){return function(t,i,e,n){var r=e?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER;t.bufferData(r,i,n)}(this.__painter,t,this.__isElement,this.__painter.STATIC_DRAW),this.__fsize=t.BYTES_PER_ELEMENT,this},t.prototype.divide=function(t,i,e,n){return void 0===n&&(n=0),function(t,i,e,n,r,o,s){t.vertexAttribPointer(i,e,n,s,r,o),t.enableVertexAttribArray(i)}(this.__painter,t,i,this.__painter.FLOAT,e*this.__fsize,n*this.__fsize,!1),this},t}(),Y=function(t,i,e,n){var r=Math.cos(t),o=Math.sin(t);return[i*r-e*o,i*o+e*r,n]},J=function(){function t(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Eoap",this.__scale=t,this.__center=i}return t.prototype.use=function(t,i){var e,n,r,o,s,_,h=(e=(360-i)/180*Math.PI,n=100*this.__scale,r=0,o=0,s=Math.cos(e),_=Math.sin(e),[o*_+n*s,r,o*s-n*_]);return h=Y(t/180*Math.PI,h[0],h[1],h[2]),h=Y((90-this.__center[0])/180*Math.PI,h[0],h[1],h[2]),h=function(t,i,e,n){var r=Math.cos(t),o=Math.sin(t);return[i,e*r-n*o,e*o+n*r]}((90-this.__center[1])/180*Math.PI,h[0],h[1],h[2]),[-h[0],h[1],h[2]]},t}(),$=function(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Mercator";var e=100*t*Math.PI/180,n=e*i[0],r=-1*e*i[1];this.use=function(t,i){return[.8*(e*t-n),-1*e*i-r,0]}},Z=function(){function t(t){void 0===t&&(t={}),this.name="Tree",this.__config=G(t,{root:function(t){return t},children:function(t){return t.children},id:function(t){return t.name}})}return t.prototype.use=function(t,i){return void 0===i&&(i={}),function(t,i,e){var n=function(t,i){var e,n,r={},o=i.root(t);e=n=i.id(o),r[e]={data:o,pid:null,id:e,isOpen:!0,show:!0,deg:0,children:[]};var s=1;return function n(o,_){var h=i.children(o,t);s+=h?h.length:0;for(var a=0;h&&a<h.length;a++)e=i.id(h[a]),r[_].children.push(e),r[e]={data:h[a],pid:_,id:e,isOpen:!0,show:!0,deg:0,children:[]},n(h[a],e)}(o,e),{rid:n,value:r,num:s}}(t,i),r=n.value,o=n.rid;if(1==n.num)return r[o].left=.5,r[o].top=.5,r[o].show=!0,{deep:1,node:r,root:o,size:1};var s=[],_=0,h=0;for(var a in e[o]?(r[o].left=.5,r[o].top=.5,r[o].show=!0,_=1):function t(i,n){n>h&&(h=n);var o=0;if(!e[i.id])for(o=0;o<i.children.length;o++)t(r[i.children[o]],n+1);if(r[i.id].left=n+.5,0==o?(null==s[n]&&(s[n]=-.5),null==s[n-1]&&(s[n-1]=-.5),r[i.id].top=s[n]+1,s[n]+1+.5*(r[i.pid].children.length-1)-1<s[n-1]&&(r[i.id].top=s[n-1]+1-.5*(r[i.pid].children.length-1))):r[i.id].top=.5*(r[i.children[0]].top+r[i.children[o-1]].top),r[i.id].top<=s[n])var a=s[n]+1-r[i.id].top((function t(i,e){r[i].top+=a,s[e]<r[i].top&&(s[e]=r[i].top);for(var n=0;n<r[i].children.length;n++)t(r[i].children[n],e+1)}))(i.id,n);s[n]=r[i.id].top,r[i.id].top+.5>_&&(_=r[i.id].top+.5)}(r[o],0),e)e[a]&&(r[a].isOpen=!1,function t(i,e,n){for(var o=0;o<r[i].children.length;o++)r[r[i].children[o]].left=e,r[r[i].children[o]].top=n,r[r[i].children[o]].show=!1,t(r[i].children[o],e,n)}(a,r[a].left,r[a].top));return{node:r,root:o,size:_,deep:h+1}}(t,this.__config,i)},t}(),Q=function(t){function i(){var i=null!==t&&t.apply(this,arguments)||this;return i.name="TreeLayout",i.__option={offsetX:0,offsetY:0,duration:500,type:"plain",direction:"LR",x:100,y:100,width:100,height:100,radius:100},i.__noOpens={},i}return u(i,t),i.prototype.setOption=function(t){return G(t,this.__option),this},i.prototype.use=function(i,e){void 0===e&&(e={});var n=t.prototype.use.call(this,i,e);if(0!=this.__option.offsetX||0!=this.__option.offsetY)for(var r in n.node)if(!n.node[r].show){var s=0,_=r;do{_=n.node[_].pid,s++}while(!n.node[_].show);n.node[r].left+=this.__option.offsetX*s,n.node[r].top+=this.__option.offsetY*s}if("rect"==this.__option.type){if("LR"==this.__option.direction||"RL"==this.__option.direction){var h=this.__option.height/n.size,a=this.__option.width/(n.deep-1),u=this.__option.y-.5*this.__option.height,l="LR"==this.__option.direction?1:-1;for(var r in n.node)1==n.deep?(n.node[r].left=this.__option.x+.5*this.__option.width*l,n.node[r].top=this.__option.y):(n.node[r].left=this.__option.x+(n.node[r].left-.5)*a*l,n.node[r].top=n.node[r].top*h+u)}else if("TB"==this.__option.direction||"BT"==this.__option.direction)for(var r in h=this.__option.width/n.size,a=this.__option.height/(n.deep-1),u=this.__option.x-.5*this.__option.width,l="TB"==this.__option.direction?1:-1,n.node)if(n.node[r].deg="TB"==this.__option.direction?.5*Math.PI:-.5*Math.PI,1==n.deep)n.node[r].left=this.__option.x,n.node[r].top=this.__option.y+.5*this.__option.height*l;else{var p=n.node[r].left;n.node[r].left=n.node[r].top*h+u,n.node[r].top=this.__option.y+(p-.5)*a*l}}else if("circle"==this.__option.type){var f=this.__option.x,c=this.__option.y,d=2*Math.PI/n.size,g=this.__option.radius/(n.deep-1);for(var r in n.node)if(.5==n.node[r].left)n.node[r].left=f,n.node[r].top=c;else{var v=o(f,c,d*n.node[r].top,f+(n.node[r].left-.5)*g,c);n.node[r].deg=d*n.node[r].top,n.node[r].left=v[0],n.node[r].top=v[1]}}return n},i.prototype.bind=function(t,i,e){return void 0===e&&(e={}),this.__rback=i,this.__oralTree=t,this.__noOpens=e,this.__preTree=this.use(this.__oralTree,this.__noOpens),this.__rback(this.__preTree),this},i.prototype.unbind=function(){return this.__rback=function(){return null},this.__oralTree=null,this.__preTree=null,this.__noOpens={},this},i.prototype.doUpdate=function(){var t=this,i=this.use(this.__oralTree,this.__noOpens),e=JSON.parse(JSON.stringify(i));return h((function(n){if(t.__preTree)for(var r in e.node)(i.node[r].show||t.__preTree.node[r].show)&&(e.node[r].show=!0,e.node[r].left=t.__preTree.node[r].left+(i.node[r].left-t.__preTree.node[r].left)*n,e.node[r].top=t.__preTree.node[r].top+(i.node[r].top-t.__preTree.node[r].top)*n);t.__rback(e)}),this.__option.duration,(function(){t.__preTree=i,t.__rback(t.__preTree)})),this},i.prototype.closeNode=function(t){return this.__preTree?(this.__noOpens[t]=!0,this.doUpdate(),this):this},i.prototype.openNode=function(t){return this.__preTree?(this.__noOpens[t]=!1,this.doUpdate(),this):this},i.prototype.toggleNode=function(t){return this.__preTree?(this.__noOpens[t]=!this.__noOpens[t],this.doUpdate(),this):this},i}(Z),K={Cardinal:i,Hermite:t,Matrix4:r,rotate:o,move:function(t,i,e,n,r){var o=Math.sqrt(t*t+i*i);return[t*e/o+n,i*e/o+r]},scale:function(t,i,e,n,r){return[e*(n-t)+t,e*(r-i)+i]},getLoopColors:function(t,i,e){void 0===i&&(i=1);var n=e?e(i):["rgba(84,112,198,"+i+")","rgba(145,204,117,"+i+")","rgba(250,200,88,"+i+")","rgba(238,102,102,"+i+")","rgba(115,192,222,"+i+")","rgba(59,162,114,"+i+")","rgba(252,132,82,"+i+")","rgba(154,96,180,"+i+")","rgba(234,124,204,"+i+")"],r=[];if(t<=n.length)return n;if(t%n.length==0)for(var o=0;o<t/n.length;o++)r=r.concat(n);else{for(var s=1;s<t/n.length;s++)r=r.concat(n);if(t%n.length==1)r=r.concat(n[4]);else for(var _=0;_<t%n.length;_++)r=r.concat(n[_])}return r},animation:h,ruler:function(t,i,e,n){if(t<i){var r=i;i=t,t=r}else if(t==i)return[t];var o=function(t){for(var i=t<100&&t>-100?10:.1,e=-1,n=t;10==i?n>=-100&&n<=100:n<=-100||n>=100;)e+=1,n*=i;if(10==i)return Math.pow(10,e);for(var r="0.",o=1;o<e;o++)r+="0";return+(r+"1")}(t-i),s=Math.ceil((t-i)*o/e),_=function(e){var n=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[s+e]||s+e)/o,r=Math.floor(i/n)*n,_=[];_.push(r);for(var h=1;_[_.length-1]<t;h++)_.push(r+n*h);return _},h=_(0),a=function(){for(var t=[],e=h[h.length-1]-(null==n?void 0:n.max),r=0;r<h.length;r++)r+1<h.length&&h[r+1]-e<i||t.push(h[r]-e);return t},u=function(){for(var i=[],e=h[0]-(null==n?void 0:n.min),r=0;r<h.length&&(i[r]=h[r]-e,!(t<=i[r]));r++);return i};if(n){if("max"in n&&"min"in n&&n.max>=t&&n.min<=i){var l=function(){if(h[0]>=n.min&&h[h.length-1]<=n.max)return!0;var t=a();if(t[0]>=n.min&&t[t.length-1]<=n.max)return h=t,!0;var i=u();return i[0]>=n.min&&i[t.length-1]<=n.max?(h=i,!0):void 0};if(l())return h;for(var p=1;p<100;p++){if(h=_(p),l())return h;if(h=_(-p),l())return h}}"max"in n&&n.max>=t?n.max<h[h.length-1]&&(h=a()):"min"in n&&n.min<=i&&n.min>h[0]&&(h=u())}for(var f=0;f<h.length;f++){var c=h[f]+"";/\./.test(c)&&(/9{7,}$/.test(c)?(c=c.replace(/9{7,}$/,""),h[f]=+(c.substring(0,c.length-1)+(+c[c.length-1]+1))):/0{7,}\d$/.test(c)&&(h[f]=+c.replace(/0{7,}\d$/,"")))}return h},SVG:M,Canvas:H,RawCanvas:F,getWebGLContext:function(t,i,e){if(void 0===i&&(i=1),!t)throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.");var n,r=t.clientWidth,o=t.clientHeight,s=t;return s._vislite_canvas_?n=s._vislite_canvas_:(n=document.createElement("canvas"),t.appendChild(n),s._vislite_canvas_=n,t.setAttribute("vislite","WebGL")),n.style.width=r+"px",n.setAttribute("width",r+""),n.style.height=o+"px",n.setAttribute("height",o+""),function(t,i,e,n){void 0===e&&(e={}),void 0===n&&(n="scaleToFill");for(var r=["experimental-webgl","webkit-3d","moz-webgl"],o=t.getContext("webgl",e),s=0;s<r.length;s++){try{o=t.getContext(r[s],e)}catch(t){}if(o)break}if(!o)throw new Error("Non canvas or browser does not support webgl.");var _=o.canvas.width,h=o.canvas.height,a=i,u=i;"aspectFit"==n?_>h?a*=h/_:h>_&&(u*=_/h):"aspectFill"==n&&(_>h?u*=_/h:h>_&&(a*=h/_));var l=_*a,p=h*u;return o.viewport(.5*(_-l),.5*(h-p),l,p),o.depthFunc(o.LEQUAL),o.enable(o.DEPTH_TEST),o}(n,i,{},e)},Shader:j,Texture:q,Buffer:W,Eoap:J,Mercator:$,throttle:function(t,i){var e={time:200,keep:!1,opportunity:"end"};if(i)for(var n in i)e[n]=i[n];var r,o=!1,s=!1,_=!1;return function(){const i=this;if(r=arguments,o)s=!0,_=!0;else{"end"!=e.opportunity&&t.apply(i,r),o=!0;var n=setInterval((()=>{s?e.keep||t.apply(i,r):("begin"!=e.opportunity&&(_||"end"==e.opportunity)&&t.apply(i,r),o=!1,_=!1,clearInterval(n)),s=!1}),e.time)}}},assemble:N,TreeLayout:Q,initOption:G,mergeOption:function(t,i){!function t(i,e){for(var n in e){var r=e[n];D(r)?(i[n]||(i[n]={}),t(i[n],e[n])):i[n]=r}}(t,i)}};return K},"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(t="undefined"!=typeof globalThis?globalThis:t||self).VISLite=i();
5
+ var t,i;t=this,i=function(){"use strict";var t=function(){function t(t){void 0===t&&(t=.5),this.name="Hermite",this.__u=t}return t.prototype.setP=function(t,i,e,n,r,o){if(!(t<e))throw new Error("The point x-position should be increamented!");this.__a=t,this.__b=e;var s=this.__u*r,_=this.__u*o;return i/=e-t,n/=e-t,this.__MR=[2*i-2*n+s+_,3*n-3*i-2*s-_,s,i],this},t.prototype.use=function(t){if(this.__MR){var i=(t-this.__a)/(this.__b-this.__a),e=i*i;return(i*e*this.__MR[0]+e*this.__MR[1]+i*this.__MR[2]+this.__MR[3])*(this.__b-this.__a)}throw new Error("You shoud first set the position!")},t}(),i=function(){function i(t){void 0===t&&(t=0),this.name="Cardinal",this.__t=t}return i.prototype.setP=function(i){this.__HS={x:[],h:[]};var e,n,r=(i[1][1]-i[0][1])/(i[1][0]-i[0][0]);for(this.__HS.x[0]=i[0][0],e=1;e<i.length;e++){if(i[e][0]<=i[e-1][0])throw new Error("The point position should be increamented!");this.__HS.x[e]=i[e][0],n=e<i.length-1?i[e+1][1]>i[e][1]&&i[e-1][1]>i[e][1]||i[e+1][1]<i[e][1]&&i[e-1][1]<i[e][1]||i[e+1][1]==i[e][1]||i[e-1][1]==i[e][1]?0:(i[e+1][1]-i[e-1][1])/(i[e+1][0]-i[e-1][0]):(i[e][1]-i[e-1][1])/(i[e][0]-i[e-1][0]),this.__HS.h[e-1]=new t(.5*(1-this.__t)).setP(i[e-1][0],i[e-1][1],i[e][0],i[e][1],r,n),r=n}return this},i.prototype.use=function(t){if(this.__HS){for(this.__i=-1;this.__i+1<this.__HS.x.length&&(t>this.__HS.x[this.__i+1]||-1==this.__i&&t>=this.__HS.x[this.__i+1]);)this.__i+=1;return this.__i<0?this.__HS.h[0].use(this.__HS.x[0]):this.__i>=this.__HS.h.length?this.__HS.h[this.__HS.h.length-1].use(this.__HS.x[this.__HS.x.length-1]):this.__HS.h[this.__i].use(t)}throw new Error("You shoud first set the position!")},i}(),e=function(t,i){for(var e=[],n=0;n<4;n++)for(var r=0;r<i.length/4;r++)e[4*r+n]=t[n]*i[4*r]+t[n+4]*i[4*r+1]+t[n+8]*i[4*r+2]+t[n+12]*i[4*r+3];return e},n=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r=function(){function t(t){void 0===t&&(t=n),this.name="Matrix4",this.__matrix4=t}return t.prototype.setValue=function(t){return void 0===t&&(t=n),this.__matrix4=t,this},t.prototype.move=function(t,i,n,r){return void 0===r&&(r=0),this.__matrix4=e(function(t,i,e,n){void 0===n&&(n=0);var r=Math.sqrt(i*i+e*e+n*n);return[1,0,0,0,0,1,0,0,0,0,1,0,i*t/r,e*t/r,n*t/r,1]}(t,i,n,r),this.__matrix4),this},t.prototype.rotate=function(t,i,n,r,o,s,_){var h=function(t,i,e,n,r,o){if("number"==typeof t&&"number"==typeof i){if("number"!=typeof e?(e=0,n=t,r=i,o=1):"number"==typeof n&&"number"==typeof r&&"number"==typeof o||(n=t,r=i,o=e,t=0,i=0,e=0),t==n&&i==r&&e==o)throw new Error("It's not a legitimate ray!");var s=Math.sqrt((n-t)*(n-t)+(r-i)*(r-i)),_=0!=s?(r-i)/s:1,h=0!=s?(n-t)/s:0,a=(n-t)*h+(r-i)*_,u=o-e,l=Math.sqrt(a*a+u*u),p=0!=l?u/l:1,f=0!=l?a/l:0;return[[_,p*h,h*f,0,-h,_*p,_*f,0,0,-f,p,0,i*h-t*_,e*f-t*h*p-i*_*p,-t*h*f-i*_*f-e*p,1],[_,-h,0,0,p*h,p*_,-f,0,h*f,_*f,p,0,t,i,e,1]]}throw new Error("a1 and b1 is required!")}(i,n,r,o,s,_);return this.__matrix4=e(e(e(h[1],function(t){var i=Math.sin(t),e=Math.cos(t);return[e,i,0,0,-i,e,0,0,0,0,1,0,0,0,0,1]}(t)),h[0]),this.__matrix4),this},t.prototype.scale=function(t,i,n,r,o,s){return void 0===r&&(r=0),void 0===o&&(o=0),void 0===s&&(s=0),this.__matrix4=e(function(t,i,e,n,r,o){return void 0===n&&(n=0),void 0===r&&(r=0),void 0===o&&(o=0),[t,0,0,0,0,i,0,0,0,0,e,0,n-n*t,r-r*i,o-o*e,1]}(t,i,n,r,o,s),this.__matrix4),this},t.prototype.multiply=function(t,i){return void 0===i&&(i=!1),this.__matrix4=i?e(this.__matrix4,t):e(t,this.__matrix4),this},t.prototype.use=function(t,i,n,r){return void 0===n&&(n=0),void 0===r&&(r=1),e(this.__matrix4,[t,i,n,r])},t.prototype.value=function(){return this.__matrix4},t}();function o(t,i,e,n,r){var o=Math.cos(e),s=Math.sin(e);return[(n-t)*o-(r-i)*s+t,(n-t)*s+(r-i)*o+i]}var s,_=[];function h(t,i,e){arguments.length<2&&(i=400),arguments.length<3&&(e=function(){});var n={timer:function(t,i,e){if(!t)throw new Error("Tick is required!");var r=(new Date).valueOf()+"_"+(1e3*Math.random()).toFixed(0);return _.push({id:r,createTime:new Date,tick:t,duration:i,callback:e}),n.start(),r},start:function(){s||(s=setInterval(n.tick,13))},tick:function(){var t,i,e,r,o,s,h,a=_;for((_=[]).length=0,i=0;i<a.length;i++)t=(o=a[i]).createTime,e=o.tick,s=o.duration,r=o.callback,e(h=(h=(+(new Date).valueOf()-t.valueOf())/s)>1?1:h),h<1&&o.id?_.push(o):r(h);_.length<=0&&n.stop()},stop:function(){s&&(clearInterval(s),s=null)}},r=n.timer((function(i){t(i)}),i,e);return function(){var t;for(t in _)if(_[t].id==r)return void(_[t].id=void 0)}}var a=function(t,i){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,i){t.__proto__=i}||function(t,i){for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&(t[e]=i[e])},a(t,i)};function u(t,i){if("function"!=typeof i&&null!==i)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");function e(){this.constructor=t}a(t,i),t.prototype=null===i?Object.create(i):(e.prototype=i.prototype,new e)}var l=function(){return l=Object.assign||function(t){for(var i,e=1,n=arguments.length;e<n;e++)for(var r in i=arguments[e])Object.prototype.hasOwnProperty.call(i,r)&&(t[r]=i[r]);return t},l.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;var p=["href","title","show","type","role","actuate"],f=function(t,i){g(t,"stroke-dasharray",i.lineDash.join(",")),g(t,"stroke-width",i.lineWidth+""),g(t,"stroke-linecap",i.lineCap+""),g(t,"stroke-linejoin",i.lineJoin+"")};function c(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}var d=function(t,i,e){p.indexOf(i)>-1?t.setAttributeNS("http://www.w3.org/1999/xlink","xlink:"+i,e+""):t.setAttribute(i,e+"")},g=d;function y(t,i){f(t,i),d(t,"stroke",i.strokeStyle),d(t,"fill",i.fillStyle)}function v(t,i){d(t,"fill",i.fillStyle)}function w(t,i){f(t,i),d(t,"stroke",i.strokeStyle),d(t,"fill","none")}var E=function(t,i,e,n,r){var o=Math.cos(e),s=Math.sin(e);return[+((n-t)*o-(r-i)*s+t).toFixed(7),+((n-t)*s+(r-i)*o+i).toFixed(7)]};function m(t,i,e,n,r,o,s){i<0&&(t+=i,i*=-1);var _,h=[];_=E(0,0,t,r,0),h[0]=_[0],h[1]=_[1],_=E(0,0,i,_[0],_[1]),h[2]=_[0],h[3]=_[1],_=E(0,0,t,o,0),h[4]=_[0],h[5]=_[1],_=E(0,0,i,_[0],_[1]),h[6]=_[0],h[7]=_[1],s(t,t+i,h[0]+e,h[1]+n,h[4]+e,h[5]+n,h[2]+e,h[3]+n,h[6]+e,h[7]+n,.5*(o-r))}var T=function(t){var i=t.getElementsByTagName("defs");if(i.length<=0){var e=c("defs");return t.appendChild(e),e}return i[0]},b=function(t,i,e,n,r){if("text"!==t.nodeName.toLowerCase())throw new Error("Need a <text> !");g(t,"dy",{top:.5*i.fontSize,middle:0,bottom:.5*-i.fontSize}[i.textBaseline]),function(t,i){for(var e in i)t.style[e]=i[e]}(t,{"text-anchor":{left:"start",right:"end",center:"middle"}[i.textAlign],"dominant-baseline":"central","font-size":i.fontSize+"px","font-family":i.fontFamily}),g(t,"x",e),g(t,"y",n),"number"==typeof r&&g(t,"transform","rotate("+(r%=360)+","+e+","+n+")")},P=function(t,i,e,n){if("circle"!==t.nodeName.toLowerCase())throw new Error("Need a <circle> !");g(t,"cx",i),g(t,"cy",e),g(t,"r",n)},x=function(t,i){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");g(t,"d",i)},C=function(t,i,e,n,r,o){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");var s=[];if(Array.isArray(i.rectRadius)&&i.rectRadius.length>0)for(var _=0;_<4;_++)s.push.apply(s,i.rectRadius);o<0&&(n-=o*=-1),r<0&&(e-=r*=-1);var h="";s.length>=4?(h="M"+(e+s[0])+" "+n,h+="L"+(e+r-s[1])+" "+n,h+="A"+s[1]+" "+s[1]+" 0 0 1 "+(e+r)+" "+(n+s[1]),h+="L"+(e+r)+" "+(n+o-s[2]),h+="A"+s[2]+" "+s[2]+" 0 0 1 "+(e+r-s[2])+" "+(n+o),h+="L"+(e+s[3])+" "+(n+o),h+="A"+s[3]+" "+s[3]+" 0 0 1 "+e+" "+(n+o-s[3]),h+="L"+e+" "+(n+s[0]),h+="A"+s[0]+" "+s[0]+" 0 0 1 "+(e+s[0])+" "+n):(h="M"+e+" "+n,h+="L"+(e+r)+" "+n,h+="L"+(e+r)+" "+(n+o),h+="L"+e+" "+(n+o),h+="Z"),g(t,"d",h)},R=function(t,i,e,n,r,o,s,_){if("path"!==t.nodeName.toLowerCase())throw new Error("Need a <path> !");if(s=s/180*Math.PI,_=_/180*Math.PI,s%=2*Math.PI,r>o){var h=r;r=o,o=h}_>=1.999999*Math.PI||_<=1.999999*-Math.PI?_=1.999999*Math.PI:_%=2*Math.PI,m(s,_,e,n,r,o,(function(e,n,s,_,h,a,u,l,p,f,c){var d=n-e>Math.PI?1:0,y="M"+s+" "+_;c<0&&(c=-c),y+="A"+r+" "+r+" 0 "+d+" 1 "+u+" "+l,"round"==i.arcEndCap?y+="A"+c+" "+c+" 0 1 0 "+p+" "+f:"-round"==i.arcEndCap?y+="A"+c+" "+c+" 0 1 1 "+p+" "+f:y+="L"+p+" "+f,y+="A"+o+" "+o+" 0 "+d+" 0 "+h+" "+a,"round"==i.arcStartCap?y+="A"+c+" "+c+" 0 1 0 "+s+" "+_:"-round"==i.arcStartCap?y+="A"+c+" "+c+" 0 1 1 "+s+" "+_:y+="L"+s+" "+_,"butt"==i.arcStartCap&&(y+="Z"),g(t,"d",y)}))},M=function(t,i){var e={value:function(){return"url(#"+i+")"},setColor:function(i,n){var r=c("stop");return t.appendChild(r),g(r,"offset",100*i+"%"),g(r,"style","stop-color:"+n+";"),e}};return e},S=function(){function t(t){this.name="SVG",this.__config={fillStyle:"#000",strokeStyle:"#000",textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[],lineWidth:1,lineCap:"butt",lineJoin:"miter",rectRadius:[]},this.__path="",this.__currentPosition=[],this.__svg=t}return t.prototype.config=function(t){if("object"!=typeof t)return this.__config[t];for(var i in t)this.__config[i]=t[i];return this},t.prototype.reset=function(){return this.config({fillStyle:"#000",strokeStyle:"#000",textAlign:"left",textBaseline:"middle",fontSize:16,fontFamily:"sans-serif",arcStartCap:"butt",arcEndCap:"butt",lineDash:[],lineWidth:1,lineCap:"butt",lineJoin:"miter",rectRadius:[]}),this},t.prototype.useEl=function(t){return this.__useEl=t,this},t.prototype.getEl=function(){return this.__useEl},t.prototype.appendEl=function(t,i){return i=i||this.__svg,"string"==typeof t&&(t=c(t)),i.appendChild(t),this.__useEl=t,this},t.prototype.appendBoard=function(t,i){var e=t;if("string"==typeof t&&(e={text:"text",path:"path",arc:"path",circle:"circle",rect:"rect"}[t]||""),""==e)throw new Error("Unsupported drawing method:"+t);return this.appendEl(e,i)},t.prototype.remove=function(){if(!this.__useEl)throw new Error("Currently, no node can be deleted.");return this.__useEl.parentNode.removeChild(this.__useEl),this},t.prototype.attr=function(t){if(!this.__useEl)throw new Error("Currently, no node can be modified or viewed.");if("object"!=typeof t)return function(t,i){return p.indexOf(i)>-1&&(i="xlink:"+i),t.getAttribute(i)}(this.__useEl,t);for(var i in t)g(this.__useEl,i,t[i]);return this},t.prototype.fillText=function(t,i,e,n){return void 0===n&&(n=0),b(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,v(this.__useEl,this.__config),this},t.prototype.strokeText=function(t,i,e,n){return void 0===n&&(n=0),b(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,w(this.__useEl,this.__config),this},t.prototype.fullText=function(t,i,e,n){return void 0===n&&(n=0),b(this.__useEl,this.__config,i,e,n),this.__useEl.textContent=t,y(this.__useEl,this.__config),this},t.prototype.fillArc=function(t,i,e,n,r,o){return R(this.__useEl,this.__config,t,i,e,n,r,o),v(this.__useEl,this.__config),this},t.prototype.strokeArc=function(t,i,e,n,r,o){return R(this.__useEl,this.__config,t,i,e,n,r,o),w(this.__useEl,this.__config),this},t.prototype.fullArc=function(t,i,e,n,r,o){return R(this.__useEl,this.__config,t,i,e,n,r,o),y(this.__useEl,this.__config),this},t.prototype.fillCircle=function(t,i,e){return P(this.__useEl,t,i,e),v(this.__useEl,this.__config),this},t.prototype.strokeCircle=function(t,i,e){return P(this.__useEl,t,i,e),w(this.__useEl,this.__config),this},t.prototype.fullCircle=function(t,i,e){return P(this.__useEl,t,i,e),y(this.__useEl,this.__config),this},t.prototype.fillRect=function(t,i,e,n){return C(this.__useEl,this.__config,t,i,e,n),v(this.__useEl,this.__config),this},t.prototype.strokeRect=function(t,i,e,n){return C(this.__useEl,this.__config,t,i,e,n),w(this.__useEl,this.__config),this},t.prototype.fullRect=function(t,i,e,n){return C(this.__useEl,this.__config,t,i,e,n),y(this.__useEl,this.__config),this},t.prototype.beginPath=function(){return this.__currentPosition=[],this.__path="",this},t.prototype.closePath=function(){return this.__path+="Z",this},t.prototype.moveTo=function(t,i){return this.__currentPosition=[t,i],this.__path+="M"+t+" "+i,this},t.prototype.lineTo=function(t,i){return this.__currentPosition=[t,i],this.__path+=(""==this.__path?"M":"L")+t+" "+i,this},t.prototype.fill=function(){return x(this.__useEl,this.__path),v(this.__useEl,this.__config),this},t.prototype.stroke=function(){return x(this.__useEl,this.__path),w(this.__useEl,this.__config),this},t.prototype.full=function(){return x(this.__useEl,this.__path),y(this.__useEl,this.__config),this},t.prototype.arc=function(t,i,e,n,r){var s=o(t,i,n/180*Math.PI,t+e,i),_=o(t,i,(n+r)/180*Math.PI,t+e,i);return""==this.__path?this.__path+="M"+s[0]+","+s[1]:s[0]==this.__currentPosition[0]&&s[1]==this.__currentPosition[1]||(this.__path+="L"+s[0]+","+s[1]),this.__path+="A"+e+","+e+" 0 "+(r>180||r<-180?1:0)+","+(r>0?1:0)+" "+_[0]+","+_[1],this},t.prototype.quadraticCurveTo=function(t,i,e,n){return this.__path+="Q"+t+" "+i+","+e+" "+n,this},t.prototype.bezierCurveTo=function(t,i,e,n,r,o){return this.__path+="C"+t+" "+i+","+e+" "+n+","+r+" "+o,this},t.prototype.bind=function(t,i){return this.__useEl.addEventListener(t,(function(t){i.call(this,t,this)}),!1),this},t.prototype.createLinearGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=T(t),s="vislite-lg-"+(new Date).valueOf()+"-"+Math.random(),_=c("linearGradient");return o.appendChild(_),g(_,"id",s),g(_,"x1",i+"%"),g(_,"y1",e+"%"),g(_,"x2",n+"%"),g(_,"y2",r+"%"),M(_,s)}(this.__svg,t,i,e,n)},t.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,n){var r=T(t),o="vislite-rg-"+(new Date).valueOf()+"-"+Math.random(),s=c("radialGradient");return r.appendChild(s),g(s,"id",o),g(s,"cx",i+"%"),g(s,"cy",e+"%"),g(s,"r",n+"%"),M(s,o)}(this.__svg,t,i,e)},t}(),A=function(t){function i(i){if(!i)throw new Error("VISLite SVG:The mount point requires an HTMLElement type but encountered null.");var e=i.clientWidth,n=i.clientHeight,r=document.createElementNS("http://www.w3.org/2000/svg","svg");return i.appendChild(r),r.setAttribute("width",e+""),r.setAttribute("height",n+""),r.setAttribute("viewBox","0 0 "+e+" "+n),t.call(this,r)||this}return u(i,t),i}(S),I=function(t,i,e,n,r){return t.beginPath(),t.translate(e,n),t.rotate(r),t.font=i.fontStyle+" "+i.fontWeight+" "+i.fontSize+"px "+i.fontFamily,t},k=function(t,i,e,n,r,o,s,_){if(r>o){var h=r;r=o,o=h}return s%=2*Math.PI,_>=1.999999*Math.PI||_<=1.999999*-Math.PI?_=2*Math.PI:_%=2*Math.PI,m(s,_,e,n,r,o,(function(s,_,h,a,u,l,p,f,c,d,g){g<0&&(g=-g),t.beginPath(),t.moveTo(h,a),t.arc(e,n,r,s,_,!1),"round"==i.arcEndCap?t.arc(.5*(p+c),.5*(f+d),g,_-Math.PI,_,!0):"-round"==i.arcEndCap?t.arc(.5*(p+c),.5*(f+d),g,_-Math.PI,_,!1):t.lineTo(c,d),t.arc(e,n,o,_,s,!0),"round"==i.arcStartCap?t.arc(.5*(h+u),.5*(a+l),g,s,s-Math.PI,!0):"-round"==i.arcStartCap?t.arc(.5*(h+u),.5*(a+l),g,s,s-Math.PI,!1):t.lineTo(h,a)})),"butt"==i.arcStartCap&&t.closePath(),t},L=function(t,i,e,n){return t.beginPath(),t.moveTo(i+n,e),t.arc(i,e,n,0,2*Math.PI),t},O=function(t,i,e,n,r,o){t.beginPath();var s=[];if(Array.isArray(i.rectRadius)&&i.rectRadius.length>0)for(var _=0;_<4;_++)s.push.apply(s,i.rectRadius);return s.length>=4?(t.arc(e+s[0],n+s[0],s[0],Math.PI,1.5*Math.PI),t.arc(e+r-s[1],n+s[1],s[1],1.5*Math.PI,0),t.arc(e+r-s[2],n+o-s[2],s[2],0,.5*Math.PI),t.arc(e+s[3],n+o-s[3],s[3],.5*Math.PI,Math.PI),t.closePath()):t.rect(e,n,r,o),t};function V(t,i,e,n,r){for(var o=0,s="",_=0;_<i.length;_++)t.measureText(s+i[_]).width>e||/\n$/.test(s)?(r(s,((o+=1)-.5)*n),s=i[_]):_==i.length-1?(o+=1,r(s+i[_],(o-.5)*n)):s+=i[_];return o*n}function U(t){var i={fontSize:16,fontFamily:"sans-serif",fontWeight:400,fontStyle:"normal",arcStartCap:"butt",arcEndCap:"butt",rectRadius:[]},e={fillStyle:"black",strokeStyle:"black",lineWidth:1,lineCap:"butt",lineJoin:"miter",lineDash:[],textAlign:"left",textBaseline:"middle",shadowBlur:0,shadowColor:"black"};return"special"==t?i:"init"==t?e:l(l({},i),e)}var N=function(){function t(t,i,e,n,r){void 0===i&&(i={}),void 0===n&&(n=!1),this.__region=null,this.__onlyRegion=!1,this.__onlyView=!1,this.__specialConfig=U("special"),this.__initConfig=U("init"),this.painter=t.getContext("2d",i),this.__region=e,this.__isPainter=n,this.painter.textBaseline="middle",this.painter.textAlign="left"}return t.prototype.useConfig=function(t,i){if(this.__region&&!this.__onlyView&&["fillStyle","strokeStyle","shadowBlur","shadowColor"].indexOf(t)<0&&this.__region.useConfig(t,i),this.__isPainter&&this.__onlyRegion)return this;if("lineDash"==t)this.painter.setLineDash&&this.painter.setLineDash(i);else if(t in this.__specialConfig)"fontSize"==t&&(i=Math.round(i)),this.__specialConfig[t]=i;else{if(!(t in this.__initConfig))throw new Error("Illegal configuration item of painter : "+t+" !");this.painter[t]=i}return this},t.prototype.fillText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.fillText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),I(this.painter,this.__specialConfig,i,e,n).fillText(t,0,0),this.painter.restore()),this},t.prototype.strokeText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.strokeText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),I(this.painter,this.__specialConfig,i,e,n).strokeText(t,0,0),this.painter.restore()),this},t.prototype.fullText=function(t,i,e,n){return void 0===n&&(n=0),this.__region&&!this.__onlyView&&this.__region.fullText(t,i,e,n),this.__isPainter&&this.__onlyRegion||(this.painter.save(),I(this.painter,this.__specialConfig,i,e,n),this.painter.fillText(t,0,0),this.painter.strokeText(t,0,0),this.painter.restore()),this},t.prototype.fillTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),I(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.fillText(t,0,i)}));return this.painter.restore(),h},t.prototype.strokeTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),I(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.strokeText(t,0,i)}));return this.painter.restore(),h},t.prototype.fullTexts=function(t,i,e,n,r,o){var s=this;void 0===r&&(r=1.2),void 0===o&&(o=0);var _=0;if(this.__region&&!this.__onlyView&&(_=this.__region.fillTexts(t,i,e,n,r)),this.__isPainter&&this.__onlyRegion)return _;this.painter.save(),I(this.painter,this.__specialConfig,i,e,o);var h=V(this.painter,t,n,this.__specialConfig.fontSize*r,(function(t,i){s.painter.fillText(t,0,i),s.painter.strokeText(t,0,i)}));return this.painter.restore(),h},t.prototype.beginPath=function(){return this.__region&&!this.__onlyView&&this.__region.beginPath(),this.__isPainter&&this.__onlyRegion||this.painter.beginPath(),this},t.prototype.closePath=function(){return this.__region&&!this.__onlyView&&this.__region.closePath(),this.__isPainter&&this.__onlyRegion||this.painter.closePath(),this},t.prototype.moveTo=function(t,i){return this.__region&&!this.__onlyView&&this.__region.moveTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.moveTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.lineTo=function(t,i){return this.__region&&!this.__onlyView&&this.__region.lineTo(t,i),this.__isPainter&&this.__onlyRegion||this.painter.lineTo(Math.round(t)+.5,Math.round(i)+.5),this},t.prototype.arc=function(t,i,e,n,r){return this.__region&&!this.__onlyView&&this.__region.arc(t,i,e,n,r),this.__isPainter&&this.__onlyRegion||this.painter.arc(t,i,e,n,n+r,r<0),this},t.prototype.fill=function(){return this.__region&&!this.__onlyView&&this.__region.fill(),this.__isPainter&&this.__onlyRegion||this.painter.fill(),this},t.prototype.stroke=function(){return this.__region&&!this.__onlyView&&this.__region.stroke(),this.__isPainter&&this.__onlyRegion||this.painter.stroke(),this},t.prototype.full=function(){return this.__region&&!this.__onlyView&&this.__region.full(),this.__isPainter&&this.__onlyRegion||(this.painter.fill(),this.painter.stroke()),this},t.prototype.save=function(){return this.__region&&!this.__onlyView&&this.__region.save(),this.__isPainter&&this.__onlyRegion||this.painter.save(),this},t.prototype.restore=function(){return this.__region&&!this.__onlyView&&this.__region.restore(),this.__isPainter&&this.__onlyRegion||this.painter.restore(),this},t.prototype.clip=function(){return this.__region&&!this.__onlyView&&this.__region.clip(),this.__isPainter&&this.__onlyRegion||this.painter.clip(),this},t.prototype.quadraticCurveTo=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.quadraticCurveTo(t,i,e,n),this.__isPainter&&this.__onlyRegion||this.painter.quadraticCurveTo(t,i,e,n),this},t.prototype.bezierCurveTo=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.bezierCurveTo(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||this.painter.bezierCurveTo(t,i,e,n,r,o),this},t.prototype.clearRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.clearRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||this.painter.clearRect(t,i,e,n),this},t.prototype.clearCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.clearCircle(t,i,e),this.__isPainter&&this.__onlyRegion||(this.painter.beginPath(),this.painter.globalCompositeOperation="destination-out",this.painter.arc(t,i,e,0,2*Math.PI),this.painter.fill(),this.painter.globalCompositeOperation="source-over",this.painter.closePath()),this},t.prototype.fillArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.fillArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||k(this.painter,this.__specialConfig,t,i,e,n,r,o).fill(),this},t.prototype.strokeArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.strokeArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||k(this.painter,this.__specialConfig,t,i,e,n,r,o).stroke(),this},t.prototype.fullArc=function(t,i,e,n,r,o){return this.__region&&!this.__onlyView&&this.__region.fullArc(t,i,e,n,r,o),this.__isPainter&&this.__onlyRegion||(k(this.painter,this.__specialConfig,t,i,e,n,r,o),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.fillCircle(t,i,e),this.__isPainter&&this.__onlyRegion||L(this.painter,t,i,e).fill(),this},t.prototype.strokeCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.strokeCircle(t,i,e),this.__isPainter&&this.__onlyRegion||L(this.painter,t,i,e).stroke(),this},t.prototype.fullCircle=function(t,i,e){return this.__region&&!this.__onlyView&&this.__region.fullCircle(t,i,e),this.__isPainter&&this.__onlyRegion||(L(this.painter,t,i,e),this.painter.fill(),this.painter.stroke()),this},t.prototype.fillRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.fillRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||O(this.painter,this.__specialConfig,t,i,e,n).fill(),this},t.prototype.strokeRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.strokeRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||O(this.painter,this.__specialConfig,t,i,e,n).stroke(),this},t.prototype.fullRect=function(t,i,e,n){return this.__region&&!this.__onlyView&&this.__region.fullRect(t,i,e,n),this.__isPainter&&this.__onlyRegion||(O(this.painter,this.__specialConfig,t,i,e,n),this.painter.fill(),this.painter.stroke()),this},t.prototype.draw=function(){return Promise.resolve()},t.prototype.drawImage=function(t,i,e,n,r,o){var s=this;return void 0===o&&(o=!1),new Promise((function(_){if(s.__region&&!s.__onlyView&&s.__region.fillRect(i,e,n,r),s.__isPainter&&s.__onlyRegion)_({});else if("string"!=typeof t||o)s.painter.drawImage(t,i,e,n,r),_({});else{var h=new Image;h.onload=function(){s.painter.drawImage(h,i,e,n,r),_({})},h.src=t}}))},t.prototype.install=function(t){var i=this,e=function(e){if(e in n)throw new Error("VISLite Canvas:Method already exists and cannot be overwritten.");n[e]=function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o=t[e].apply(i,n);return null!=o?o:i}},n=this;for(var r in t)e(r);return this},t}();function B(t,i,e,n){for(var r=[],o=0;o<n;o++)r[o]=t;return function(){for(var o=0;o<n;o++){if(r[o]+e<i){r[o]=+(r[o]+e).toFixed(7);break}o<n-1&&(r[o]=t)}return r}}var F=function(t,i){var e={value:function(){return t},setColor:function(n,r){return t.addColorStop(i?i(n):n,r),e}};return e},z=function(t){function i(i,e,n,r){void 0===n&&(n={}),void 0===r&&(r=1);var o=t.call(this,i,n,e?new N(e,{willReadFrequently:!0}):void 0,!0,r)||this;return o.name="Canvas",o.__regionList={},o.__regionAssemble=B(0,255,10,3),o.__scaleSize=r,o.setRegion(""),o}return u(i,t),i.prototype.config=function(t){for(var i in t)this.useConfig(i,t[i]);return this},i.prototype.reset=function(){return this.config(U()),this},i.prototype.onlyRegion=function(t){return this.__onlyRegion=t,this},i.prototype.onlyView=function(t){return this.__onlyView=t,this},i.prototype.setRegion=function(t){if(this.__region)if(t){if(null==this.__regionList[t]){var i=this.__regionAssemble();this.__regionList[t]="rgb("+i[0]+","+i[1]+","+i[2]+")"}this.__region.useConfig("fillStyle",this.__regionList[t])&&this.__region.useConfig("strokeStyle",this.__regionList[t])}else this.__region.useConfig("fillStyle","#000000")&&this.__region.useConfig("strokeStyle","#000000");return this},i.prototype.getRegion=function(t,i){var e=this;return new Promise((function(n){var r=e.__region?e.__region.painter.getImageData(t-.5,i-.5,1,1):{data:[0,0,0,0]},o=r.data,s=function(){if(e.__region)for(var t in e.__regionList)if("rgb("+o[0]+","+o[1]+","+o[2]+")"==e.__regionList[t]){n(t);break}n("")};o?s():r.then((function(t){o=t,s()}))}))},i.prototype.textWidth=function(t){this.painter.save(),I(this.painter,this.__specialConfig,0,0,0);var i=this.painter.measureText(t+"").width;return this.painter.restore(),i},i.prototype.getContext=function(t){return void 0===t&&(t=!1),t?this.__region?this.__region.painter:null:this.painter},i.prototype.getInfo=function(){return{width:this.painter.canvas.width/this.__scaleSize,height:this.painter.canvas.height/this.__scaleSize}},i.prototype.createLinearGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=t.createLinearGradient(i,e,n,r);return F(o)}(this.painter,t,i,e,n)},i.prototype.createRadialGradient=function(t,i,e){return function(t,i,e,n){var r=t.createRadialGradient(i,e,0,i,e,n);return F(r)}(this.painter,t,i,e)},i.prototype.createConicGradient=function(t,i,e,n){return function(t,i,e,n,r){var o=t.createConicGradient(n,i,e);return F(o,r?function(t){return r/(2*Math.PI)*t}:void 0)}(this.painter,t,i,e,n)},i.prototype.getColor=function(t,i){t*=this.__scaleSize,i*=this.__scaleSize;var e=this.painter.getImageData(t-.5,i-.5,1,1).data;return"rgba("+e[0]+","+e[1]+","+e[2]+","+e[3]+")"},i}(N),D=Object.prototype.toString;function G(t){if(null===t||"object"!=typeof t||"[object Object]"!=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":D.call(t)}(t))return!1;if(null===Object.getPrototypeOf(t))return!0;for(var i=t;null!==Object.getPrototypeOf(i);)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(t)===i}function H(t,i){for(var e in t)i[e]=t[e];return i}function X(t,i){!function t(i,e){for(var n in e){var r=e[n];G(r)?(i[n]||(i[n]={}),t(i[n],e[n])):i[n]=r}}(t,i)}var j=function(t){function i(i,e,n,r){void 0===e&&(e={}),void 0===n&&(n=0),void 0===r&&(r=0);var o=this;if(!i)throw new Error("VISLite Canvas:The mount point requires an HTMLElement type but encountered null.");e=H(e,{region:!0,willReadFrequently:!1}),n=n||i.clientWidth,r=r||i.clientHeight;var s,_=null,h=i;h._vislite_canvas_?(s=h._vislite_canvas_[0],_=h._vislite_canvas_[1]):(s=document.createElement("canvas"),i.appendChild(s),e.region&&(_=document.createElement("canvas")),h._vislite_canvas_=[s,_],i.setAttribute("vislite","Canvas"));for(var a=[_,s],u=0;u<a.length;u++){var l=a[u];l&&(l.style.width=n+"px",l.setAttribute("width",u*n+n+""),l.style.height=r+"px",l.setAttribute("height",u*r+r+""))}return(o=t.call(this,s,_,{willReadFrequently:e.willReadFrequently},2)||this).__canvas=s,o.__el=i,o.painter.scale(2,2),o}return u(i,t),i.prototype.toDataURL=function(){var t=this;return new Promise((function(i){i(t.__canvas.toDataURL())}))},i.prototype.bind=function(t,i){var e=this;return this.__el.addEventListener(t,(function(t){e.getRegion(t.offsetX,t.offsetY).then((function(e){i(e,t.offsetX,t.offsetY)}))})),this},i}(z),q=function(t,i,e){var n=t.createShader(i);if(null==n)throw new Error("Unable to create shader!");if(t.shaderSource(n,e),t.compileShader(n),!t.getShaderParameter(n,t.COMPILE_STATUS))throw new Error("Failed to compile shader:"+t.getShaderInfoLog(n));return n},W=function(){function t(t){this.__painter=t}return t.prototype.use=function(){return this.__painter.useProgram(this.program),this},t.prototype.compile=function(t,i){return this.program=function(t,i,e){var n=q(t,t.VERTEX_SHADER,i),r=q(t,t.FRAGMENT_SHADER,e),o=t.createProgram();if(t.attachShader(o,n),t.attachShader(o,r),t.linkProgram(o),!t.getProgramParameter(o,t.LINK_STATUS))throw new Error("Failed to link program: "+t.getProgramInfoLog(o));return o}(this.__painter,t,i),this},t}(),Y=function(){function t(t,i,e){void 0===e&&(e=0),this.__painter=t,this.__type={"2d":t.TEXTURE_2D,cube:t.TEXTURE_CUBE_MAP}[i],this.__texture=function(t,i,e){var n=t.createTexture();return t.activeTexture(t["TEXTURE"+e]),t.bindTexture(i,n),n}(t,this.__type,e),t.texParameteri(this.__type,t.TEXTURE_MIN_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_MAG_FILTER,t.NEAREST),t.texParameteri(this.__type,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(this.__type,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE)}return t.prototype.useImage=function(t){return function(t,i,e,n,r,o){t.texImage2D(i,e,n,n,r,o)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t),this},t.prototype.useCube=function(t,i,e){return function(t,i,e,n,r,o,s,_,h){for(var a,u=[t.TEXTURE_CUBE_MAP_POSITIVE_X,t.TEXTURE_CUBE_MAP_NEGATIVE_X,t.TEXTURE_CUBE_MAP_POSITIVE_Y,t.TEXTURE_CUBE_MAP_NEGATIVE_Y,t.TEXTURE_CUBE_MAP_POSITIVE_Z,t.TEXTURE_CUBE_MAP_NEGATIVE_Z],l=0;l<u.length;l++)o[l]&&(a=u[l],t.texImage2D(a,e,n,s,_,0,n,r,null),t.bindTexture(i,h),t.texImage2D(a,e,n,n,r,o[l]));t.generateMipmap(i)}(this.__painter,this.__type,0,this.__painter.RGBA,this.__painter.UNSIGNED_BYTE,t,i,e,this.__texture),this},t}(),$=function(){function t(t,i){void 0===i&&(i=!1),this.__painter=t,this.__isElement=i,this.__buffer=function(t){return t.createBuffer()}(t),this.__type=i?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER}return t.prototype.use=function(){return this.__painter.bindBuffer(this.__type,this.__buffer),this},t.prototype.write=function(t){return function(t,i,e,n){var r=e?t.ELEMENT_ARRAY_BUFFER:t.ARRAY_BUFFER;t.bufferData(r,i,n)}(this.__painter,t,this.__isElement,this.__painter.STATIC_DRAW),this.__fsize=t.BYTES_PER_ELEMENT,this},t.prototype.divide=function(t,i,e,n){return void 0===n&&(n=0),function(t,i,e,n,r,o,s){t.vertexAttribPointer(i,e,n,s,r,o),t.enableVertexAttribArray(i)}(this.__painter,t,i,this.__painter.FLOAT,e*this.__fsize,n*this.__fsize,!1),this},t}(),J=function(t,i,e,n){var r=Math.cos(t),o=Math.sin(t);return[i*r-e*o,i*o+e*r,n]},Z=function(){function t(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Eoap",this.__scale=t,this.__center=i}return t.prototype.use=function(t,i){var e,n,r,o,s,_,h=(e=(360-i)/180*Math.PI,n=100*this.__scale,r=0,o=0,s=Math.cos(e),_=Math.sin(e),[o*_+n*s,r,o*s-n*_]);return h=J(t/180*Math.PI,h[0],h[1],h[2]),h=J((90-this.__center[0])/180*Math.PI,h[0],h[1],h[2]),h=function(t,i,e,n){var r=Math.cos(t),o=Math.sin(t);return[i,e*r-n*o,e*o+n*r]}((90-this.__center[1])/180*Math.PI,h[0],h[1],h[2]),[-h[0],h[1],h[2]]},t}(),Q=function(t,i){void 0===t&&(t=7),void 0===i&&(i=[107,36]),this.name="Mercator";var e=100*t*Math.PI/180,n=e*i[0],r=-1*e*i[1];this.use=function(t,i){return[.8*(e*t-n),-1*e*i-r,0]}};function K(t){for(var i=null,e=null,n=null,r=null,o=function(t){for(var o=0;o<t.length;o++)for(var s=0;s<t[o].length;s++){var _=t[o][s][0],h=t[o][s][1];(null==i||i>_)&&(i=_),(null==e||e<_)&&(e=_),(null==n||n>h)&&(n=h),(null==r||r<h)&&(r=h)}},s=t.features,_=0;_<s.length;_++)if("Polygon"==s[_].geometry.type)o(s[_].geometry.coordinates);else if("MultiPolygon"==s[_].geometry.type)for(var h=0;h<s[_].geometry.coordinates.length;h++)o(s[_].geometry.coordinates[h]);return[i,e,n,r]}function tt(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];for(var e=null,n=null,r=null,o=null,s=0,_=t;s<_.length;s++){var h=K(_[s]),a=h[0],u=h[1],l=h[2],p=h[3];(null==e||a<e)&&(e=a),(null==n||u>n)&&(n=u),(null==r||l<r)&&(r=l),(null==o||p>o)&&(o=p)}return[e,n,r,o]}var it=function(){function t(t){void 0===t&&(t={}),this.name="MapCoordinate",this.__config=H(t,{api:"Mercator",width:400,height:300,left:0,top:0})}return t.prototype.$$updateMap=function(){var t=this.__boundary,i=t[0],e=t[1],n=t[2],r=t[3];if("Eoap"==this.__config.api){var o=.836*this.__config.width/(e-i),s=.557*this.__config.height/(r-n);this.__map=new Z(o<s?o:s,[.5*(i+e)*.9778,.5*(n+r)*1.025])}else{if("Mercator"!=this.__config.api)throw new Error("Unexpected API types:"+this.__config.api);o=.72*this.__config.width/(e-i),s=.575*this.__config.height/(r-n),this.__map=new Q(o<s?o:s,[.5*(i+e),.5*(n+r)])}},t.prototype.setConfig=function(t){return X(this.__config,t),this.$$updateMap(),this},t.prototype.setGeos=function(){for(var t=[],i=0;i<arguments.length;i++)t[i]=arguments[i];return this.__boundary=tt.apply(void 0,t),this.$$updateMap(),this},t.prototype.use=function(t,i){if(this.__map){var e=this.__map.use(t,i);return[this.__config.left+.5*this.__config.width+e[0],this.__config.top+.5*this.__config.height+e[1]]}throw new Error("Geographic data not set")},t}(),et=function(){function t(t){void 0===t&&(t={}),this.name="Tree",this.__config=H(t,{root:function(t){return t},children:function(t){return t.children},id:function(t){return t.name}})}return t.prototype.use=function(t,i){return void 0===i&&(i={}),function(t,i,e){var n=function(t,i){var e,n,r={},o=i.root(t);e=n=i.id(o),r[e]={data:o,pid:null,id:e,isOpen:!0,show:!0,deg:0,children:[]};var s=1;return function n(o,_){var h=i.children(o,t);s+=h?h.length:0;for(var a=0;h&&a<h.length;a++)e=i.id(h[a]),r[_].children.push(e),r[e]={data:h[a],pid:_,id:e,isOpen:!0,show:!0,deg:0,children:[]},n(h[a],e)}(o,e),{rid:n,value:r,num:s}}(t,i),r=n.value,o=n.rid;if(1==n.num)return r[o].left=.5,r[o].top=.5,r[o].show=!0,{deep:1,node:r,root:o,size:1};var s=[],_=0,h=0;for(var a in e[o]?(r[o].left=.5,r[o].top=.5,r[o].show=!0,_=1):function t(i,n){n>h&&(h=n);var o=0;if(!e[i.id])for(o=0;o<i.children.length;o++)t(r[i.children[o]],n+1);if(r[i.id].left=n+.5,0==o?(null==s[n]&&(s[n]=-.5),null==s[n-1]&&(s[n-1]=-.5),r[i.id].top=s[n]+1,s[n]+1+.5*(r[i.pid].children.length-1)-1<s[n-1]&&(r[i.id].top=s[n-1]+1-.5*(r[i.pid].children.length-1))):r[i.id].top=.5*(r[i.children[0]].top+r[i.children[o-1]].top),r[i.id].top<=s[n])var a=s[n]+1-r[i.id].top((function t(i,e){r[i].top+=a,s[e]<r[i].top&&(s[e]=r[i].top);for(var n=0;n<r[i].children.length;n++)t(r[i].children[n],e+1)}))(i.id,n);s[n]=r[i.id].top,r[i.id].top+.5>_&&(_=r[i.id].top+.5)}(r[o],0),e)e[a]&&(r[a].isOpen=!1,function t(i,e,n){for(var o=0;o<r[i].children.length;o++)r[r[i].children[o]].left=e,r[r[i].children[o]].top=n,r[r[i].children[o]].show=!1,t(r[i].children[o],e,n)}(a,r[a].left,r[a].top));return{node:r,root:o,size:_,deep:h+1}}(t,this.__config,i)},t}(),nt=function(t){function i(){var i=null!==t&&t.apply(this,arguments)||this;return i.name="TreeLayout",i.__option={offsetX:0,offsetY:0,duration:500,type:"plain",direction:"LR",x:100,y:100,width:100,height:100,radius:100},i.__noOpens={},i}return u(i,t),i.prototype.setOption=function(t){return H(t,this.__option),this},i.prototype.use=function(i,e){void 0===e&&(e={});var n=t.prototype.use.call(this,i,e);if(0!=this.__option.offsetX||0!=this.__option.offsetY)for(var r in n.node)if(!n.node[r].show){var s=0,_=r;do{_=n.node[_].pid,s++}while(!n.node[_].show);n.node[r].left+=this.__option.offsetX*s,n.node[r].top+=this.__option.offsetY*s}if("rect"==this.__option.type){if("LR"==this.__option.direction||"RL"==this.__option.direction){var h=this.__option.height/n.size,a=this.__option.width/(n.deep-1),u=this.__option.y-.5*this.__option.height,l="LR"==this.__option.direction?1:-1;for(var r in n.node)1==n.deep?(n.node[r].left=this.__option.x+.5*this.__option.width*l,n.node[r].top=this.__option.y):(n.node[r].left=this.__option.x+(n.node[r].left-.5)*a*l,n.node[r].top=n.node[r].top*h+u)}else if("TB"==this.__option.direction||"BT"==this.__option.direction)for(var r in h=this.__option.width/n.size,a=this.__option.height/(n.deep-1),u=this.__option.x-.5*this.__option.width,l="TB"==this.__option.direction?1:-1,n.node)if(n.node[r].deg="TB"==this.__option.direction?.5*Math.PI:-.5*Math.PI,1==n.deep)n.node[r].left=this.__option.x,n.node[r].top=this.__option.y+.5*this.__option.height*l;else{var p=n.node[r].left;n.node[r].left=n.node[r].top*h+u,n.node[r].top=this.__option.y+(p-.5)*a*l}}else if("circle"==this.__option.type){var f=this.__option.x,c=this.__option.y,d=2*Math.PI/n.size,g=this.__option.radius/(n.deep-1);for(var r in n.node)if(.5==n.node[r].left)n.node[r].left=f,n.node[r].top=c;else{var y=o(f,c,d*n.node[r].top,f+(n.node[r].left-.5)*g,c);n.node[r].deg=d*n.node[r].top,n.node[r].left=y[0],n.node[r].top=y[1]}}return n},i.prototype.bind=function(t,i,e){return void 0===e&&(e={}),this.__rback=i,this.__oralTree=t,this.__noOpens=e,this.__preTree=this.use(this.__oralTree,this.__noOpens),this.__rback(this.__preTree),this},i.prototype.unbind=function(){return this.__rback=function(){return null},this.__oralTree=null,this.__preTree=null,this.__noOpens={},this},i.prototype.doUpdate=function(){var t=this,i=this.use(this.__oralTree,this.__noOpens),e=JSON.parse(JSON.stringify(i));return h((function(n){if(t.__preTree)for(var r in e.node)(i.node[r].show||t.__preTree.node[r].show)&&(e.node[r].show=!0,e.node[r].left=t.__preTree.node[r].left+(i.node[r].left-t.__preTree.node[r].left)*n,e.node[r].top=t.__preTree.node[r].top+(i.node[r].top-t.__preTree.node[r].top)*n);t.__rback(e)}),this.__option.duration,(function(){t.__preTree=i,t.__rback(t.__preTree)})),this},i.prototype.closeNode=function(t){return this.__preTree?(this.__noOpens[t]=!0,this.doUpdate(),this):this},i.prototype.openNode=function(t){return this.__preTree?(this.__noOpens[t]=!1,this.doUpdate(),this):this},i.prototype.toggleNode=function(t){return this.__preTree?(this.__noOpens[t]=!this.__noOpens[t],this.doUpdate(),this):this},i}(et),rt={Cardinal:i,Hermite:t,Matrix4:r,rotate:o,move:function(t,i,e,n,r){var o=Math.sqrt(t*t+i*i);return[t*e/o+n,i*e/o+r]},scale:function(t,i,e,n,r){return[e*(n-t)+t,e*(r-i)+i]},getLoopColors:function(t,i,e){void 0===i&&(i=1);var n=e?e(i):["rgba(84,112,198,"+i+")","rgba(145,204,117,"+i+")","rgba(250,200,88,"+i+")","rgba(238,102,102,"+i+")","rgba(115,192,222,"+i+")","rgba(59,162,114,"+i+")","rgba(252,132,82,"+i+")","rgba(154,96,180,"+i+")","rgba(234,124,204,"+i+")"],r=[];if(t<=n.length)return n;if(t%n.length==0)for(var o=0;o<t/n.length;o++)r=r.concat(n);else{for(var s=1;s<t/n.length;s++)r=r.concat(n);if(t%n.length==1)r=r.concat(n[4]);else for(var _=0;_<t%n.length;_++)r=r.concat(n[_])}return r},animation:h,ruler:function(t,i,e,n){if(t<i){var r=i;i=t,t=r}else if(t==i)return[t];var o=function(t){for(var i=t<100&&t>-100?10:.1,e=-1,n=t;10==i?n>=-100&&n<=100:n<=-100||n>=100;)e+=1,n*=i;if(10==i)return Math.pow(10,e);for(var r="0.",o=1;o<e;o++)r+="0";return+(r+"1")}(t-i),s=Math.ceil((t-i)*o/e),_=function(e){var n=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[s+e]||s+e)/o,r=Math.floor(i/n)*n,_=[];_.push(r);for(var h=1;_[_.length-1]<t;h++)_.push(r+n*h);return _},h=_(0),a=function(){for(var t=[],e=h[h.length-1]-(null==n?void 0:n.max),r=0;r<h.length;r++)r+1<h.length&&h[r+1]-e<i||t.push(h[r]-e);return t},u=function(){for(var i=[],e=h[0]-(null==n?void 0:n.min),r=0;r<h.length&&(i[r]=h[r]-e,!(t<=i[r]));r++);return i};if(n){if("max"in n&&"min"in n&&n.max>=t&&n.min<=i){var l=function(){if(h[0]>=n.min&&h[h.length-1]<=n.max)return!0;var t=a();if(t[0]>=n.min&&t[t.length-1]<=n.max)return h=t,!0;var i=u();return i[0]>=n.min&&i[t.length-1]<=n.max?(h=i,!0):void 0};if(l())return h;for(var p=1;p<100;p++){if(h=_(p),l())return h;if(h=_(-p),l())return h}}"max"in n&&n.max>=t?n.max<h[h.length-1]&&(h=a()):"min"in n&&n.min<=i&&n.min>h[0]&&(h=u())}for(var f=0;f<h.length;f++){var c=h[f]+"";/\./.test(c)&&(/9{7,}$/.test(c)?(c=c.replace(/9{7,}$/,""),h[f]=+(c.substring(0,c.length-1)+(+c[c.length-1]+1))):/0{7,}\d$/.test(c)&&(h[f]=+c.replace(/0{7,}\d$/,"")))}return h},SVG:A,Canvas:j,RawCanvas:z,getWebGLContext:function(t,i,e){if(void 0===i&&(i=1),!t)throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.");var n,r=t.clientWidth,o=t.clientHeight,s=t;return s._vislite_canvas_?n=s._vislite_canvas_:(n=document.createElement("canvas"),t.appendChild(n),s._vislite_canvas_=n,t.setAttribute("vislite","WebGL")),n.style.width=r+"px",n.setAttribute("width",r+""),n.style.height=o+"px",n.setAttribute("height",o+""),function(t,i,e,n){void 0===e&&(e={}),void 0===n&&(n="scaleToFill");for(var r=["experimental-webgl","webkit-3d","moz-webgl"],o=t.getContext("webgl",e),s=0;s<r.length;s++){try{o=t.getContext(r[s],e)}catch(t){}if(o)break}if(!o)throw new Error("Non canvas or browser does not support webgl.");var _=o.canvas.width,h=o.canvas.height,a=i,u=i;"aspectFit"==n?_>h?a*=h/_:h>_&&(u*=_/h):"aspectFill"==n&&(_>h?u*=_/h:h>_&&(a*=h/_));var l=_*a,p=h*u;return o.viewport(.5*(_-l),.5*(h-p),l,p),o.depthFunc(o.LEQUAL),o.enable(o.DEPTH_TEST),o}(n,i,{},e)},Shader:W,Texture:Y,Buffer:$,Eoap:Z,Mercator:Q,throttle:function(t,i){var e={time:200,keep:!1,opportunity:"end"};if(i)for(var n in i)e[n]=i[n];var r,o=!1,s=!1,_=!1;return function(){const i=this;if(r=arguments,o)s=!0,_=!0;else{"end"!=e.opportunity&&t.apply(i,r),o=!0;var n=setInterval((()=>{s?e.keep||t.apply(i,r):("begin"!=e.opportunity&&(_||"end"==e.opportunity)&&t.apply(i,r),o=!1,_=!1,clearInterval(n)),s=!1}),e.time)}}},assemble:B,MapCoordinate:it,TreeLayout:nt,initOption:H,mergeOption:X};return rt},"object"==typeof exports&&"undefined"!=typeof module?module.exports=i():"function"==typeof define&&define.amd?define(i):(t="undefined"!=typeof globalThis?globalThis:t||self).VISLite=i();
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * initOption of VISLite JavaScript Library v1.2.1
2
+ * initOption of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  function initOption(setOption, defaultOption) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * initOption of VISLite JavaScript Library v1.2.1
2
+ * initOption of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  function r(r,n){for(var t in r)n[t]=r[t];return n}export{r as default};
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * mergeOption of VISLite JavaScript Library v1.2.1
2
+ * mergeOption of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  var toString = Object.prototype.toString;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * mergeOption of VISLite JavaScript Library v1.2.1
2
+ * mergeOption of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  var t=Object.prototype.toString;function e(e){if(null===e||"object"!=typeof e||"[object Object]"!=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":t.call(e)}(e))return!1;if(null===Object.getPrototypeOf(e))return!0;for(var o=e;null!==Object.getPrototypeOf(o);)o=Object.getPrototypeOf(o);return Object.getPrototypeOf(e)===o}function o(t,o){!function t(o,r){for(var n in r){var c=r[n];e(c)?(o[n]||(o[n]={}),t(o[n],r[n])):o[n]=c}}(t,o)}export{o as default};
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * move of VISLite JavaScript Library v1.2.1
2
+ * move of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  function move (ax, ay, d, x, y) {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * move of VISLite JavaScript Library v1.2.1
2
+ * move of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  function t(t,r,a,e,n){var u=Math.sqrt(t*t+r*r);return[t*a/u+e,r*a/u+n]}export{t as default};
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * rotate of VISLite JavaScript Library v1.2.1
2
+ * rotate of VISLite JavaScript Library v1.3.0-alpha.1
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  */
5
5
  function rotate (cx, cy, deg, x, y) {