igniteui-angular-maps 17.1.0 → 17.2.0

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 (86) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1645 -1645
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +46 -46
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +101 -101
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +201 -201
  6. package/esm2015/lib/GeographicMarkerSeries.js +29 -29
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +26 -26
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  9. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  10. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  11. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -72
  12. package/esm2015/lib/GeographicShapeSeriesView_combined.js +72 -72
  13. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  14. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +77 -77
  15. package/esm2015/lib/GeographicTileSeries.js +28 -28
  16. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  17. package/esm2015/lib/TileSeries_combined.js +147 -147
  18. package/esm2015/lib/XamGeographicMap_combined.js +482 -482
  19. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  20. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  21. package/esm2015/lib/igx-geographic-map-component.js +40 -40
  22. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  23. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  25. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
  27. package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
  28. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  29. package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
  30. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  31. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  32. package/esm2015/lib/igx-tile-series-component.js +3 -3
  33. package/esm5/lib/GeographicContourLineSeriesView_combined.js +46 -46
  34. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +100 -100
  35. package/esm5/lib/GeographicMapSeriesHost_combined.js +199 -199
  36. package/esm5/lib/GeographicMarkerSeries.js +29 -29
  37. package/esm5/lib/GeographicPolylineSeriesView_combined.js +26 -26
  38. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  39. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +119 -119
  40. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  41. package/esm5/lib/GeographicShapeSeriesBase_combined.js +69 -69
  42. package/esm5/lib/GeographicShapeSeriesView_combined.js +72 -72
  43. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  44. package/esm5/lib/GeographicSymbolSeriesView_combined.js +77 -77
  45. package/esm5/lib/GeographicTileSeries.js +27 -27
  46. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  47. package/esm5/lib/TileSeries_combined.js +144 -144
  48. package/esm5/lib/XamGeographicMap_combined.js +475 -475
  49. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  50. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  51. package/esm5/lib/igx-geographic-map-component.js +40 -40
  52. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  53. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  54. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  55. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
  56. package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
  58. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  59. package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
  60. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  61. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  62. package/esm5/lib/igx-tile-series-component.js +3 -3
  63. package/fesm2015/igniteui-angular-maps.js +1661 -1661
  64. package/fesm5/igniteui-angular-maps.js +1645 -1645
  65. package/lib/GeographicContourLineSeriesView_combined.d.ts +20 -20
  66. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
  67. package/lib/GeographicMapSeriesHost_combined.d.ts +59 -59
  68. package/lib/GeographicMarkerSeries.d.ts +18 -18
  69. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  70. package/lib/GeographicPolylineSeriesView_combined.d.ts +14 -14
  71. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  72. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
  73. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +46 -46
  74. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  75. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  76. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -30
  77. package/lib/GeographicShapeSeriesView_combined.d.ts +38 -38
  78. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  79. package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
  80. package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
  81. package/lib/GeographicTileSeries.d.ts +10 -10
  82. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  83. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  84. package/lib/TileSeries_combined.d.ts +42 -42
  85. package/lib/XamGeographicMap_combined.d.ts +125 -125
  86. package/package.json +2 -2
@@ -20,66 +20,66 @@ var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_super)
20
20
  __extends(GeographicSymbolSeriesView, _super);
21
21
  function GeographicSymbolSeriesView(a) {
22
22
  var _this = _super.call(this, a) || this;
23
- _this.ce = null;
24
- _this.ce = a;
23
+ _this.ch = null;
24
+ _this.ch = a;
25
25
  return _this;
26
26
  }
27
- GeographicSymbolSeriesView.prototype.as = function () {
28
- _super.prototype.as.call(this);
27
+ GeographicSymbolSeriesView.prototype.au = function () {
28
+ _super.prototype.au.call(this);
29
29
  if (!this.q) {
30
30
  }
31
31
  };
32
- GeographicSymbolSeriesView.prototype.b2 = function () {
33
- var a = this.ce.qe;
34
- _super.prototype.b2.call(this);
35
- a.tr = this.ce.r2;
36
- a.tz = this.ce.r0;
37
- a.ql = this.ce.qo;
38
- a.q7 = this.ce.q4;
39
- a.qq = this.ce.qp;
32
+ GeographicSymbolSeriesView.prototype.b5 = function () {
33
+ var a = this.ch.t3;
34
+ _super.prototype.b5.call(this);
35
+ a.xl = this.ch.vr;
36
+ a.xt = this.ch.vp;
37
+ a.ua = this.ch.ud;
38
+ a.uw = this.ch.ut;
39
+ a.uf = this.ch.ue;
40
40
  };
41
- GeographicSymbolSeriesView.prototype.cg = function () {
42
- this.ce.qe.tr = this.ce.r2;
43
- };
44
- GeographicSymbolSeriesView.prototype.cf = function () {
45
- this.ce.qe.tz = this.ce.r0;
46
- };
47
- GeographicSymbolSeriesView.prototype.cm = function () {
48
- this.ce.qe.ql = this.ce.qo;
41
+ GeographicSymbolSeriesView.prototype.cj = function () {
42
+ this.ch.t3.xl = this.ch.vr;
49
43
  };
50
- GeographicSymbolSeriesView.prototype.ck = function () {
51
- this.ce.qe.q7 = this.ce.q4;
44
+ GeographicSymbolSeriesView.prototype.ci = function () {
45
+ this.ch.t3.xt = this.ch.vp;
52
46
  };
53
- GeographicSymbolSeriesView.prototype.cl = function () {
54
- this.ce.qe.qq = this.ce.qp;
47
+ GeographicSymbolSeriesView.prototype.cp = function () {
48
+ this.ch.t3.ua = this.ch.ud;
55
49
  };
56
50
  GeographicSymbolSeriesView.prototype.cn = function () {
57
- this.ce.qe.tb = this.ce.qq;
51
+ this.ch.t3.uw = this.ch.ut;
58
52
  };
59
- GeographicSymbolSeriesView.prototype.cp = function () {
60
- this.ce.qe.xAxis = this.ce.ce.t7;
53
+ GeographicSymbolSeriesView.prototype.co = function () {
54
+ this.ch.t3.uf = this.ch.ue;
61
55
  };
62
56
  GeographicSymbolSeriesView.prototype.cq = function () {
63
- this.ce.qe.yAxis = this.ce.ce.t9;
57
+ this.ch.t3.w1 = this.ch.uf;
64
58
  };
65
- GeographicSymbolSeriesView.prototype.co = function () {
66
- var a = this.ce.qe;
67
- if (this.ce.ce == null) {
59
+ GeographicSymbolSeriesView.prototype.cs = function () {
60
+ this.ch.t3.xAxis = this.ch.cy.ua;
61
+ };
62
+ GeographicSymbolSeriesView.prototype.ct = function () {
63
+ this.ch.t3.yAxis = this.ch.cy.uc;
64
+ };
65
+ GeographicSymbolSeriesView.prototype.cr = function () {
66
+ var a = this.ch.t3;
67
+ if (this.ch.cy == null) {
68
68
  a.xAxis = null;
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.ce.ce.t7;
73
- a.yAxis = this.ce.ce.t9;
72
+ a.xAxis = this.ch.cy.ua;
73
+ a.yAxis = this.ch.cy.uc;
74
74
  };
75
- GeographicSymbolSeriesView.prototype.ci = function () {
76
- this.ce.qe.rx = this.ce.rm;
75
+ GeographicSymbolSeriesView.prototype.cl = function () {
76
+ this.ch.t3.vm = this.ch.vb;
77
77
  };
78
- GeographicSymbolSeriesView.prototype.ch = function () {
79
- this.ce.qe.rn = this.ce.ri;
78
+ GeographicSymbolSeriesView.prototype.ck = function () {
79
+ this.ch.t3.vc = this.ch.u7;
80
80
  };
81
- GeographicSymbolSeriesView.prototype.cj = function () {
82
- this.ce.qe.ro = this.ce.rj;
81
+ GeographicSymbolSeriesView.prototype.cm = function () {
82
+ this.ch.t3.vd = this.ch.u8;
83
83
  };
84
84
  GeographicSymbolSeriesView.$t = markType(GeographicSymbolSeriesView, 'GeographicSymbolSeriesView', HostSeriesView.$);
85
85
  return GeographicSymbolSeriesView;
@@ -92,98 +92,98 @@ var GeographicSymbolSeries = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  __extends(GeographicSymbolSeries, _super);
93
93
  function GeographicSymbolSeries() {
94
94
  var _this = _super.call(this) || this;
95
- _this.ro = null;
96
- _this.rr = false;
97
- _this.rq = false;
95
+ _this.vd = null;
96
+ _this.vg = false;
97
+ _this.vf = false;
98
98
  _this.assigningScatterStyle = null;
99
99
  _this.assigningScatterMarkerStyle = null;
100
100
  _this.ab = GeographicSymbolSeries.$;
101
101
  return _this;
102
102
  }
103
- GeographicSymbolSeries.prototype.get_c5 = function () {
103
+ GeographicSymbolSeries.prototype.get_dx = function () {
104
104
  return true;
105
105
  };
106
- GeographicSymbolSeries.prototype.by = function () {
106
+ GeographicSymbolSeries.prototype.cg = function () {
107
107
  return new GeographicSymbolSeriesView(this);
108
108
  };
109
- GeographicSymbolSeries.prototype.l4 = function (a) {
110
- _super.prototype.l4.call(this, a);
111
- this.rp = a;
109
+ GeographicSymbolSeries.prototype.o0 = function (a) {
110
+ _super.prototype.o0.call(this, a);
111
+ this.ve = a;
112
112
  };
113
- GeographicSymbolSeries.prototype.g0 = function () {
113
+ GeographicSymbolSeries.prototype.iq = function () {
114
114
  return 0.7;
115
115
  };
116
- GeographicSymbolSeries.prototype.qd = function () {
116
+ GeographicSymbolSeries.prototype.t2 = function () {
117
117
  return new ScatterSeries();
118
118
  };
119
- GeographicSymbolSeries.prototype.get_d0 = function () {
119
+ GeographicSymbolSeries.prototype.get_es = function () {
120
120
  return true;
121
121
  };
122
- GeographicSymbolSeries.prototype.l9 = function (a, b, c, d) {
123
- _super.prototype.l9.call(this, a, b, c, d);
122
+ GeographicSymbolSeries.prototype.o8 = function (a, b, c, d) {
123
+ _super.prototype.o8.call(this, a, b, c, d);
124
124
  switch (b) {
125
125
  case "SeriesViewer":
126
- this.rp.co();
126
+ this.ve.cr();
127
127
  break;
128
128
  case GeographicSymbolSeries.$$p[5]:
129
- this.rp.cg();
129
+ this.ve.cj();
130
130
  break;
131
131
  case GeographicSymbolSeries.$$p[4]:
132
- this.rp.cf();
132
+ this.ve.ci();
133
133
  break;
134
134
  case GeographicSymbolSeries.$$p[6]:
135
- this.rp.ci();
135
+ this.ve.cl();
136
136
  break;
137
137
  case "XAxis":
138
- this.rp.cp();
138
+ this.ve.cs();
139
139
  break;
140
140
  case "YAxis":
141
- this.rp.cq();
141
+ this.ve.ct();
142
142
  break;
143
143
  case GeographicSymbolSeries.$$p[1]:
144
- this.qe.st = this.rt;
145
- this.rr = this.rt;
146
- if (this.rt) {
147
- var e = this.qe;
148
- e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.r7));
144
+ this.t3.wi = this.vi;
145
+ this.vg = this.vi;
146
+ if (this.vi) {
147
+ var e = this.t3;
148
+ e.assigningScatterStyle = delegateCombine(e.assigningScatterStyle, runOn(this, this.vw));
149
149
  }
150
150
  else {
151
- var f = this.qe;
152
- f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.r7));
151
+ var f = this.t3;
152
+ f.assigningScatterStyle = delegateRemove(f.assigningScatterStyle, runOn(this, this.vw));
153
153
  }
154
154
  break;
155
155
  case GeographicSymbolSeries.$$p[0]:
156
- this.qe.ss = this.rs;
157
- this.rq = this.rs;
158
- if (this.rt) {
159
- var g = this.qe;
160
- g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.r6));
156
+ this.t3.wh = this.vh;
157
+ this.vf = this.vh;
158
+ if (this.vi) {
159
+ var g = this.t3;
160
+ g.assigningScatterMarkerStyle = delegateCombine(g.assigningScatterMarkerStyle, runOn(this, this.vv));
161
161
  }
162
162
  else {
163
- var h = this.qe;
164
- h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.r6));
163
+ var h = this.t3;
164
+ h.assigningScatterMarkerStyle = delegateRemove(h.assigningScatterMarkerStyle, runOn(this, this.vv));
165
165
  }
166
166
  break;
167
167
  case GeographicSymbolSeries.$$p[2]:
168
- this.qe.sh = this.rn;
168
+ this.t3.v6 = this.vc;
169
169
  break;
170
170
  case GeographicSymbolSeries.$$p[3]:
171
- this.qe.ta = this.rv;
171
+ this.t3.w0 = this.vk;
172
172
  break;
173
173
  }
174
174
  };
175
- GeographicSymbolSeries.prototype.r7 = function (a, b) {
175
+ GeographicSymbolSeries.prototype.vw = function (a, b) {
176
176
  if (this.assigningScatterStyle != null) {
177
177
  this.assigningScatterStyle(this, b);
178
178
  }
179
179
  };
180
- GeographicSymbolSeries.prototype.r6 = function (a, b) {
180
+ GeographicSymbolSeries.prototype.vv = function (a, b) {
181
181
  if (this.assigningScatterMarkerStyle != null) {
182
182
  this.assigningScatterMarkerStyle(this, b);
183
183
  }
184
184
  };
185
185
  GeographicSymbolSeries.$t = markType(GeographicSymbolSeries, 'GeographicSymbolSeries', GeographicMarkerSeries.$);
186
- GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:rs:r8', [0, false], 'IsCustomScatterStyleAllowed:rt:r9', [0, false], 'ItemSearchMode:rn:sa', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:rv:sb', [1, 10000], 'LatitudeMemberPath:r0:sc', [2, null], 'LongitudeMemberPath:r2:sd', [2, null], 'MarkerCollisionAvoidance:rm:se', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:ru:sf', [0, false]]);
186
+ GeographicSymbolSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicSymbolSeries, 'raisePropertyChanged', ['IsCustomScatterMarkerStyleAllowed:vh:vx', [0, false], 'IsCustomScatterStyleAllowed:vi:vy', [0, false], 'ItemSearchMode:vc:vz', [ScatterItemSearchMode_$type, enumGetBox(ScatterItemSearchMode_$type, 0)], 'ItemSearchThreshold:vk:v0', [1, 10000], 'LatitudeMemberPath:vp:v1', [2, null], 'LongitudeMemberPath:vr:v2', [2, null], 'MarkerCollisionAvoidance:vb:v3', [CollisionAvoidanceType_$type, enumGetBox(CollisionAvoidanceType_$type, 0)], 'UseLightweightMarkers:vj:v4', [0, false]]);
187
187
  return GeographicSymbolSeries;
188
188
  }(GeographicMarkerSeries));
189
189
  export { GeographicSymbolSeries };
@@ -16,62 +16,62 @@ var GeographicTileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(GeographicTileSeries, _super);
17
17
  function GeographicTileSeries() {
18
18
  var _this = _super.call(this) || this;
19
- _this.rl = null;
20
- _this.rk = null;
19
+ _this.va = null;
20
+ _this.u9 = null;
21
21
  _this.imageTilesReady = null;
22
22
  _this.ab = GeographicTileSeries.$;
23
23
  return _this;
24
24
  }
25
- GeographicTileSeries.prototype.get_el = function () {
25
+ GeographicTileSeries.prototype.get_fg = function () {
26
26
  return true;
27
27
  };
28
- Object.defineProperty(GeographicTileSeries.prototype, "rm", {
28
+ Object.defineProperty(GeographicTileSeries.prototype, "vb", {
29
29
  get: function () {
30
- return this.rl;
30
+ return this.va;
31
31
  },
32
32
  set: function (a) {
33
- var b = a != this.rm;
33
+ var b = a != this.vb;
34
34
  if (b) {
35
- var c = this.rm;
36
- this.rl = a;
35
+ var c = this.vb;
36
+ this.va = a;
37
37
  this.raisePropertyChanged("TileImagery", c, a);
38
38
  }
39
39
  },
40
40
  enumerable: false,
41
41
  configurable: true
42
42
  });
43
- GeographicTileSeries.prototype.rq = function () {
44
- if (this.rm != null) {
45
- this.rm.clearTileCache();
43
+ GeographicTileSeries.prototype.vf = function () {
44
+ if (this.vb != null) {
45
+ this.vb.clearTileCache();
46
46
  }
47
47
  };
48
- GeographicTileSeries.prototype.l9 = function (a, b, c, d) {
49
- _super.prototype.l9.call(this, a, b, c, d);
48
+ GeographicTileSeries.prototype.o8 = function (a, b, c, d) {
49
+ _super.prototype.o8.call(this, a, b, c, d);
50
50
  switch (b) {
51
51
  case "TileImagery":
52
- if (this.qe != null) {
53
- this.qe.s3 = this.rm;
52
+ if (this.t3 != null) {
53
+ this.t3.ww = this.vb;
54
54
  }
55
55
  break;
56
56
  }
57
57
  };
58
- GeographicTileSeries.prototype.qj = function () {
59
- _super.prototype.qj.call(this);
60
- this.qe.s3 = this.rm;
61
- if (this.rk != null) {
62
- var a = this.rk;
63
- a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.rp));
58
+ GeographicTileSeries.prototype.t8 = function () {
59
+ _super.prototype.t8.call(this);
60
+ this.t3.ww = this.vb;
61
+ if (this.u9 != null) {
62
+ var a = this.u9;
63
+ a.imageTilesReady = delegateRemove(a.imageTilesReady, runOn(this, this.ve));
64
64
  }
65
- this.rk = this.qe;
66
- if (this.rk != null) {
67
- var b = this.rk;
68
- b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.rp));
65
+ this.u9 = this.t3;
66
+ if (this.u9 != null) {
67
+ var b = this.u9;
68
+ b.imageTilesReady = delegateCombine(b.imageTilesReady, runOn(this, this.ve));
69
69
  }
70
70
  };
71
- GeographicTileSeries.prototype.qd = function () {
71
+ GeographicTileSeries.prototype.t2 = function () {
72
72
  return new TileSeries();
73
73
  };
74
- GeographicTileSeries.prototype.rp = function (a, b) {
74
+ GeographicTileSeries.prototype.ve = function (a, b) {
75
75
  if (this.imageTilesReady != null) {
76
76
  this.imageTilesReady(this, new ImageTilesReadyEventArgs());
77
77
  }
@@ -14,8 +14,8 @@ var GeographicXYTriangulatingSeriesBaseView = /** @class */ /*@__PURE__*/ (funct
14
14
  __extends(GeographicXYTriangulatingSeriesBaseView, _super);
15
15
  function GeographicXYTriangulatingSeriesBaseView(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.ce = null;
18
- _this.ce = a;
17
+ _this.ch = null;
18
+ _this.ch = a;
19
19
  return _this;
20
20
  }
21
21
  GeographicXYTriangulatingSeriesBaseView.$t = markType(GeographicXYTriangulatingSeriesBaseView, 'GeographicXYTriangulatingSeriesBaseView', HostSeriesView.$);