igniteui-webcomponents-maps 4.7.2-beta.0 → 4.7.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-maps.umd.js +79 -79
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +7 -7
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm2015/lib/GeographicTileSeries.js +1 -1
- package/esm2015/lib/TileSeries_combined.js +9 -9
- package/esm2015/lib/XamGeographicMap_combined.js +15 -15
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +7 -7
- package/esm5/lib/GeographicMapSeriesHost_combined.js +18 -18
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +7 -7
- package/esm5/lib/GeographicShapeSeriesView_combined.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +8 -8
- package/esm5/lib/GeographicTileSeries.js +1 -1
- package/esm5/lib/TileSeries_combined.js +9 -9
- package/esm5/lib/XamGeographicMap_combined.js +15 -15
- package/fesm2015/igniteui-webcomponents-maps.js +79 -79
- package/fesm5/igniteui-webcomponents-maps.js +79 -79
- package/lib/GeographicContourLineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +2 -2
- package/lib/GeographicMapSeriesHost_combined.d.ts +5 -5
- package/lib/GeographicPolylineSeriesView_combined.d.ts +2 -2
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicShapeSeriesBase_combined.d.ts +1 -1
- package/lib/GeographicShapeSeriesView_combined.d.ts +2 -2
- package/lib/GeographicSymbolSeriesView_combined.d.ts +2 -2
- package/lib/GeographicTileSeries.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +2 -2
- package/lib/XamGeographicMap_combined.d.ts +5 -5
- package/package.json +3 -3
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
GeographicMapSeriesHost.prototype.ag = function () {
|
|
479
479
|
return this.t4.ag();
|
|
480
480
|
};
|
|
481
|
-
GeographicMapSeriesHost.prototype.
|
|
481
|
+
GeographicMapSeriesHost.prototype.bg = function () {
|
|
482
482
|
return this.t4;
|
|
483
483
|
};
|
|
484
484
|
Object.defineProperty(GeographicMapSeriesHost.prototype, "t4", {
|
|
@@ -507,11 +507,11 @@
|
|
|
507
507
|
this.ns(this.t4);
|
|
508
508
|
this.t5.b5();
|
|
509
509
|
};
|
|
510
|
-
GeographicMapSeriesHost.prototype.
|
|
511
|
-
return this.
|
|
510
|
+
GeographicMapSeriesHost.prototype.c0 = function (a, b, c) {
|
|
511
|
+
return this.c2(this.t4, a, b, c);
|
|
512
512
|
};
|
|
513
|
-
GeographicMapSeriesHost.prototype.
|
|
514
|
-
return this.
|
|
513
|
+
GeographicMapSeriesHost.prototype.c1 = function (a, b, c) {
|
|
514
|
+
return this.c3(this.t4, a, b, c);
|
|
515
515
|
};
|
|
516
516
|
GeographicMapSeriesHost.prototype.js = function (a) {
|
|
517
517
|
return this.jy(this.t4, a);
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
GeographicMapSeriesHost.prototype.jt = function (a) {
|
|
589
589
|
return this.t4.jt(a);
|
|
590
590
|
};
|
|
591
|
-
GeographicMapSeriesHost.prototype.
|
|
591
|
+
GeographicMapSeriesHost.prototype.cd = function () {
|
|
592
592
|
return new HostSeriesView(this);
|
|
593
593
|
};
|
|
594
594
|
GeographicMapSeriesHost.prototype.o1 = function (a) {
|
|
@@ -609,12 +609,12 @@
|
|
|
609
609
|
_super.prototype.o9.call(this, a, b, c, d);
|
|
610
610
|
switch (b) {
|
|
611
611
|
case "SeriesViewer":
|
|
612
|
-
this.t4.
|
|
612
|
+
this.t4.cv = this.cv;
|
|
613
613
|
if (c != null) {
|
|
614
614
|
c.o2(this.t4);
|
|
615
615
|
}
|
|
616
616
|
if (d != null) {
|
|
617
|
-
this.
|
|
617
|
+
this.cv.lr(this.t4);
|
|
618
618
|
}
|
|
619
619
|
this.t4.pc(this.tx);
|
|
620
620
|
this.t4.index = this.index;
|
|
@@ -624,14 +624,14 @@
|
|
|
624
624
|
if (e != null) {
|
|
625
625
|
e.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateRemove(e.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.ua));
|
|
626
626
|
}
|
|
627
|
-
if (this.
|
|
628
|
-
var f = this.
|
|
627
|
+
if (this.cv != null) {
|
|
628
|
+
var f = this.cv;
|
|
629
629
|
f.actualWindowRectChanged = igniteuiWebcomponentsCore.delegateCombine(f.actualWindowRectChanged, igniteuiWebcomponentsCore.runOn(this, this.ua));
|
|
630
630
|
}
|
|
631
631
|
this.t8();
|
|
632
632
|
break;
|
|
633
633
|
case "SyncLink":
|
|
634
|
-
this.t4.
|
|
634
|
+
this.t4.co = this.co;
|
|
635
635
|
break;
|
|
636
636
|
case "VisibleFromScale":
|
|
637
637
|
this.t8();
|
|
@@ -704,16 +704,16 @@
|
|
|
704
704
|
break;
|
|
705
705
|
case "Legend":
|
|
706
706
|
this.t4.legend = this.legend;
|
|
707
|
-
this.
|
|
707
|
+
this.cg.av();
|
|
708
708
|
break;
|
|
709
709
|
}
|
|
710
710
|
};
|
|
711
711
|
GeographicMapSeriesHost.prototype.t8 = function () {
|
|
712
|
-
if (this.
|
|
712
|
+
if (this.cv == null || this.t4 == null) {
|
|
713
713
|
return;
|
|
714
714
|
}
|
|
715
715
|
if (!igniteuiWebcomponentsCore.isNaN_(this.t6)) {
|
|
716
|
-
if (this.
|
|
716
|
+
if (this.cv.tn.width > this.t6) {
|
|
717
717
|
var hs_ = this.t4;
|
|
718
718
|
var v_ = 1;
|
|
719
719
|
hs_.visibility = v_;
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
this.b0.t4.index = this.b0.index;
|
|
789
789
|
this.b0.t4.sx = this.b0.sx;
|
|
790
790
|
this.b0.t4.s3 = this.b0.sx;
|
|
791
|
-
this.b0.t4.
|
|
791
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
792
792
|
this.b0.t4.ip = this.b0.ip;
|
|
793
793
|
this.b0.t4.jj = this.b0.jj;
|
|
794
794
|
this.b0.t4._opacity = this.b0._opacity;
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
this.b0.t4.il = this.b0.il;
|
|
798
798
|
this.b0.t4.fz = this.b0.fz;
|
|
799
799
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
800
|
-
this.b0.t4.
|
|
800
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
801
801
|
};
|
|
802
802
|
HostSeriesView.prototype.b6 = function () {
|
|
803
803
|
this.b0.t4.itemsSource = this.b0.itemsSource;
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
this.b0.t4.s3 = this.b0.sw;
|
|
828
828
|
};
|
|
829
829
|
HostSeriesView.prototype.b7 = function () {
|
|
830
|
-
this.b0.t4.
|
|
830
|
+
this.b0.t4.a6 = this.b0.a6;
|
|
831
831
|
};
|
|
832
832
|
HostSeriesView.prototype.b8 = function () {
|
|
833
833
|
this.b0.t4.legendItemBadgeShape = this.b0.legendItemBadgeShape;
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
this.b0.t4.il = this.b0.il;
|
|
840
840
|
};
|
|
841
841
|
HostSeriesView.prototype.cb = function () {
|
|
842
|
-
this.b0.t4.
|
|
842
|
+
this.b0.t4.b9 = this.b0.b9;
|
|
843
843
|
};
|
|
844
844
|
HostSeriesView.prototype.ce = function () {
|
|
845
845
|
this.b0.t4.fz = this.b0.fz;
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
if (this.wn.isEmpty) {
|
|
970
970
|
return;
|
|
971
971
|
}
|
|
972
|
-
this.wb = this.wl(this.wn, this.
|
|
972
|
+
this.wb = this.wl(this.wn, this.cd == 1);
|
|
973
973
|
};
|
|
974
974
|
XamGeographicMap.prototype.wl = function (a, b) {
|
|
975
975
|
var c = a.top;
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
var k = i - g;
|
|
1132
1132
|
var l = h - j;
|
|
1133
1133
|
var m = new igniteuiWebcomponentsCore.Rect(0, g, j, k, l);
|
|
1134
|
-
if (this.
|
|
1134
|
+
if (this.cd == 1) {
|
|
1135
1135
|
m.intersect(XamGeographicMap.v7);
|
|
1136
1136
|
if (m.isEmpty) {
|
|
1137
1137
|
m = XamGeographicMap.v7;
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
this.ty();
|
|
1268
1268
|
var b = a.left;
|
|
1269
1269
|
var c = a.top;
|
|
1270
|
-
if (this.
|
|
1270
|
+
if (this.cd == 1) {
|
|
1271
1271
|
if (this.t3.width > this.v9.width) {
|
|
1272
1272
|
b = 0.5 - (this.t3.width / 2);
|
|
1273
1273
|
}
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
}
|
|
1289
1289
|
}
|
|
1290
1290
|
var d = false;
|
|
1291
|
-
if (!this.ur && this.
|
|
1291
|
+
if (!this.ur && this.cd == 2 && this.uo) {
|
|
1292
1292
|
if (b > 1) {
|
|
1293
1293
|
b = (b - Math.floor(b)) + 1;
|
|
1294
1294
|
}
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
XamGeographicMap.prototype.wg = function (a) {
|
|
1460
1460
|
return this.tp(a);
|
|
1461
1461
|
};
|
|
1462
|
-
XamGeographicMap.prototype.
|
|
1462
|
+
XamGeographicMap.prototype.ct = function () {
|
|
1463
1463
|
return new XamGeographicMapView(this);
|
|
1464
1464
|
};
|
|
1465
1465
|
XamGeographicMap.prototype.vg = function (a) {
|
|
@@ -1509,13 +1509,13 @@
|
|
|
1509
1509
|
XamGeographicMap.prototype.fb = function () {
|
|
1510
1510
|
return this.uo;
|
|
1511
1511
|
};
|
|
1512
|
-
XamGeographicMap.prototype.
|
|
1513
|
-
if (this.
|
|
1512
|
+
XamGeographicMap.prototype.ce = function () {
|
|
1513
|
+
if (this.cf == 0) {
|
|
1514
1514
|
if (this.up) {
|
|
1515
1515
|
return 2;
|
|
1516
1516
|
}
|
|
1517
1517
|
}
|
|
1518
|
-
return this.
|
|
1518
|
+
return this.cf;
|
|
1519
1519
|
};
|
|
1520
1520
|
XamGeographicMap.prototype.og = function (a, b, c, d) {
|
|
1521
1521
|
var e_2, _a, e_3, _b;
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
case XamGeographicMap.$$p[1]:
|
|
1537
1537
|
this.uo = this.up;
|
|
1538
1538
|
this.ui = this.uj();
|
|
1539
|
-
this.
|
|
1539
|
+
this.cd = this.ce();
|
|
1540
1540
|
if (this.uf != null) {
|
|
1541
1541
|
this.uf.isHorizontalWrappingEnabled = this.ui == 2;
|
|
1542
1542
|
}
|
|
@@ -2032,13 +2032,13 @@
|
|
|
2032
2032
|
};
|
|
2033
2033
|
GeographicXYTriangulatingSeriesView.prototype.ck = function () {
|
|
2034
2034
|
var a = this.ch.t4;
|
|
2035
|
-
if (this.ch.
|
|
2035
|
+
if (this.ch.cv == null) {
|
|
2036
2036
|
a.t2 = null;
|
|
2037
2037
|
a.t3 = null;
|
|
2038
2038
|
return;
|
|
2039
2039
|
}
|
|
2040
|
-
a.t2 = this.ch.
|
|
2041
|
-
a.t3 = this.ch.
|
|
2040
|
+
a.t2 = this.ch.cv.ua;
|
|
2041
|
+
a.t3 = this.ch.cv.uc;
|
|
2042
2042
|
};
|
|
2043
2043
|
GeographicXYTriangulatingSeriesView.prototype.cj = function () {
|
|
2044
2044
|
this.ch.t4.u4 = this.ch.ug;
|
|
@@ -2295,7 +2295,7 @@
|
|
|
2295
2295
|
function GeographicXYTriangulatingSeries() {
|
|
2296
2296
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
2297
2297
|
}
|
|
2298
|
-
GeographicXYTriangulatingSeries.prototype.
|
|
2298
|
+
GeographicXYTriangulatingSeries.prototype.cd = function () {
|
|
2299
2299
|
return new GeographicXYTriangulatingSeriesView(this);
|
|
2300
2300
|
};
|
|
2301
2301
|
GeographicXYTriangulatingSeries.prototype.o1 = function (a) {
|
|
@@ -2344,7 +2344,7 @@
|
|
|
2344
2344
|
_this.ab = GeographicScatterAreaSeries.$;
|
|
2345
2345
|
return _this;
|
|
2346
2346
|
}
|
|
2347
|
-
GeographicScatterAreaSeries.prototype.
|
|
2347
|
+
GeographicScatterAreaSeries.prototype.bc = function () {
|
|
2348
2348
|
return new GeographicScatterAreaSeries();
|
|
2349
2349
|
};
|
|
2350
2350
|
GeographicScatterAreaSeries.prototype.get_d9 = function () {
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
this.triangulationStatusChanged(this, b);
|
|
2402
2402
|
}
|
|
2403
2403
|
};
|
|
2404
|
-
GeographicScatterAreaSeries.prototype.
|
|
2404
|
+
GeographicScatterAreaSeries.prototype.cd = function () {
|
|
2405
2405
|
return new GeographicScatterAreaSeriesView(this);
|
|
2406
2406
|
};
|
|
2407
2407
|
GeographicScatterAreaSeries.prototype.o1 = function (a) {
|
|
@@ -5374,7 +5374,7 @@
|
|
|
5374
5374
|
_this.ui = false;
|
|
5375
5375
|
return _this;
|
|
5376
5376
|
}
|
|
5377
|
-
GeographicShapeSeriesBase.prototype.
|
|
5377
|
+
GeographicShapeSeriesBase.prototype.cd = function () {
|
|
5378
5378
|
return new GeographicShapeSeriesBaseView(this);
|
|
5379
5379
|
};
|
|
5380
5380
|
GeographicShapeSeriesBase.prototype.o1 = function (a) {
|
|
@@ -5424,7 +5424,7 @@
|
|
|
5424
5424
|
}
|
|
5425
5425
|
break;
|
|
5426
5426
|
case GeographicShapeSeriesBase.$$p[2]:
|
|
5427
|
-
this.t4.
|
|
5427
|
+
this.t4.uk = this.ue;
|
|
5428
5428
|
break;
|
|
5429
5429
|
case GeographicShapeSeriesBase.$$p[3]:
|
|
5430
5430
|
this.t4.vk = this.uo;
|
|
@@ -5510,13 +5510,13 @@
|
|
|
5510
5510
|
};
|
|
5511
5511
|
GeographicShapeSeriesBaseView.prototype.ci = function () {
|
|
5512
5512
|
var a = this.ch.t4;
|
|
5513
|
-
if (this.ch.
|
|
5514
|
-
a.
|
|
5515
|
-
a.
|
|
5513
|
+
if (this.ch.cv == null) {
|
|
5514
|
+
a.ue = null;
|
|
5515
|
+
a.ug = null;
|
|
5516
5516
|
return;
|
|
5517
5517
|
}
|
|
5518
|
-
a.
|
|
5519
|
-
a.
|
|
5518
|
+
a.ue = this.ch.cv.ua;
|
|
5519
|
+
a.ug = this.ch.cv.uc;
|
|
5520
5520
|
};
|
|
5521
5521
|
GeographicShapeSeriesBaseView.prototype.ck = function () {
|
|
5522
5522
|
this.ch.t4.vx = this.ch.ux;
|
|
@@ -5621,13 +5621,13 @@
|
|
|
5621
5621
|
_this.ab = GeographicShapeSeries.$;
|
|
5622
5622
|
return _this;
|
|
5623
5623
|
}
|
|
5624
|
-
GeographicShapeSeries.prototype.
|
|
5624
|
+
GeographicShapeSeries.prototype.bc = function () {
|
|
5625
5625
|
return new GeographicShapeSeries();
|
|
5626
5626
|
};
|
|
5627
5627
|
GeographicShapeSeries.prototype.get_e4 = function () {
|
|
5628
5628
|
return true;
|
|
5629
5629
|
};
|
|
5630
|
-
GeographicShapeSeries.prototype.
|
|
5630
|
+
GeographicShapeSeries.prototype.cd = function () {
|
|
5631
5631
|
return new GeographicShapeSeriesView(this);
|
|
5632
5632
|
};
|
|
5633
5633
|
GeographicShapeSeries.prototype.o1 = function (a) {
|
|
@@ -6117,13 +6117,13 @@
|
|
|
6117
6117
|
_this.ab = GeographicPolylineSeries.$;
|
|
6118
6118
|
return _this;
|
|
6119
6119
|
}
|
|
6120
|
-
GeographicPolylineSeries.prototype.
|
|
6120
|
+
GeographicPolylineSeries.prototype.bc = function () {
|
|
6121
6121
|
return new GeographicPolylineSeries();
|
|
6122
6122
|
};
|
|
6123
6123
|
GeographicPolylineSeries.prototype.get_e5 = function () {
|
|
6124
6124
|
return true;
|
|
6125
6125
|
};
|
|
6126
|
-
GeographicPolylineSeries.prototype.
|
|
6126
|
+
GeographicPolylineSeries.prototype.cd = function () {
|
|
6127
6127
|
return new GeographicPolylineSeriesView(this);
|
|
6128
6128
|
};
|
|
6129
6129
|
GeographicPolylineSeries.prototype.o1 = function (a) {
|
|
@@ -6475,13 +6475,13 @@
|
|
|
6475
6475
|
_this.ab = TileSeries.$;
|
|
6476
6476
|
return _this;
|
|
6477
6477
|
}
|
|
6478
|
-
TileSeries.prototype.
|
|
6478
|
+
TileSeries.prototype.bc = function () {
|
|
6479
6479
|
return new TileSeries();
|
|
6480
6480
|
};
|
|
6481
6481
|
TileSeries.prototype.get_fh = function () {
|
|
6482
6482
|
return true;
|
|
6483
6483
|
};
|
|
6484
|
-
TileSeries.prototype.
|
|
6484
|
+
TileSeries.prototype.cd = function () {
|
|
6485
6485
|
return new TileSeriesView(this);
|
|
6486
6486
|
};
|
|
6487
6487
|
TileSeries.prototype.o1 = function (a) {
|
|
@@ -6548,10 +6548,10 @@
|
|
|
6548
6548
|
f.deferralHandler = this;
|
|
6549
6549
|
}
|
|
6550
6550
|
this.wt.dg(e, f);
|
|
6551
|
-
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.
|
|
6552
|
-
f.geographicMap = this.
|
|
6553
|
-
this.w5(this.
|
|
6554
|
-
this.wt.dd(this.
|
|
6551
|
+
if (f != null && igniteuiWebcomponentsCore.typeCast(XamGeographicMap.$, this.cv) !== null) {
|
|
6552
|
+
f.geographicMap = this.cv;
|
|
6553
|
+
this.w5(this.cg);
|
|
6554
|
+
this.wt.dd(this.cv.tn);
|
|
6555
6555
|
}
|
|
6556
6556
|
this.om();
|
|
6557
6557
|
break;
|
|
@@ -6568,7 +6568,7 @@
|
|
|
6568
6568
|
this.ww.be(null);
|
|
6569
6569
|
}
|
|
6570
6570
|
if (h != null && this.ww != null) {
|
|
6571
|
-
this.ww.be(this.
|
|
6571
|
+
this.ww.be(this.cg.w);
|
|
6572
6572
|
}
|
|
6573
6573
|
break;
|
|
6574
6574
|
case "ActualBrush":
|
|
@@ -6580,7 +6580,7 @@
|
|
|
6580
6580
|
};
|
|
6581
6581
|
TileSeries.prototype.w2 = function (a, b) {
|
|
6582
6582
|
if (b.propertyName == "MultiScaleImage") {
|
|
6583
|
-
this.w5(this.
|
|
6583
|
+
this.w5(this.cg);
|
|
6584
6584
|
}
|
|
6585
6585
|
};
|
|
6586
6586
|
TileSeries.prototype.w3 = function (a, b) {
|
|
@@ -6614,7 +6614,7 @@
|
|
|
6614
6614
|
};
|
|
6615
6615
|
TileSeries.prototype.pr = function (a) {
|
|
6616
6616
|
_super.prototype.pr.call(this, a);
|
|
6617
|
-
this.w4(a, this.
|
|
6617
|
+
this.w4(a, this.cg);
|
|
6618
6618
|
};
|
|
6619
6619
|
TileSeries.prototype.w4 = function (a, b) {
|
|
6620
6620
|
var c;
|
|
@@ -6948,7 +6948,7 @@
|
|
|
6948
6948
|
_this.ab = GeographicTileSeries.$;
|
|
6949
6949
|
return _this;
|
|
6950
6950
|
}
|
|
6951
|
-
GeographicTileSeries.prototype.
|
|
6951
|
+
GeographicTileSeries.prototype.bc = function () {
|
|
6952
6952
|
return new GeographicTileSeries();
|
|
6953
6953
|
};
|
|
6954
6954
|
GeographicTileSeries.prototype.get_fh = function () {
|
|
@@ -7534,20 +7534,20 @@
|
|
|
7534
7534
|
this.ch.t4.w2 = this.ch.ug;
|
|
7535
7535
|
};
|
|
7536
7536
|
GeographicProportionalSymbolSeriesView.prototype.cy = function () {
|
|
7537
|
-
this.ch.t4.xAxis = this.ch.
|
|
7537
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
7538
7538
|
};
|
|
7539
7539
|
GeographicProportionalSymbolSeriesView.prototype.cz = function () {
|
|
7540
|
-
this.ch.t4.yAxis = this.ch.
|
|
7540
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
7541
7541
|
};
|
|
7542
7542
|
GeographicProportionalSymbolSeriesView.prototype.cx = function () {
|
|
7543
7543
|
var a = this.ch.t4;
|
|
7544
|
-
if (this.ch.
|
|
7544
|
+
if (this.ch.cv == null) {
|
|
7545
7545
|
a.xAxis = null;
|
|
7546
7546
|
a.yAxis = null;
|
|
7547
7547
|
return;
|
|
7548
7548
|
}
|
|
7549
|
-
a.xAxis = this.ch.
|
|
7550
|
-
a.yAxis = this.ch.
|
|
7549
|
+
a.xAxis = this.ch.cv.ua;
|
|
7550
|
+
a.yAxis = this.ch.cv.uc;
|
|
7551
7551
|
};
|
|
7552
7552
|
GeographicProportionalSymbolSeriesView.prototype.cr = function () {
|
|
7553
7553
|
this.ch.t4.vd = this.ch.u8;
|
|
@@ -7608,13 +7608,13 @@
|
|
|
7608
7608
|
_this.ab = GeographicProportionalSymbolSeries.$;
|
|
7609
7609
|
return _this;
|
|
7610
7610
|
}
|
|
7611
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7611
|
+
GeographicProportionalSymbolSeries.prototype.bc = function () {
|
|
7612
7612
|
return new GeographicProportionalSymbolSeries();
|
|
7613
7613
|
};
|
|
7614
7614
|
GeographicProportionalSymbolSeries.prototype.get_dy = function () {
|
|
7615
7615
|
return true;
|
|
7616
7616
|
};
|
|
7617
|
-
GeographicProportionalSymbolSeries.prototype.
|
|
7617
|
+
GeographicProportionalSymbolSeries.prototype.cd = function () {
|
|
7618
7618
|
return new GeographicProportionalSymbolSeriesView(this);
|
|
7619
7619
|
};
|
|
7620
7620
|
GeographicProportionalSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -7703,7 +7703,7 @@
|
|
|
7703
7703
|
}
|
|
7704
7704
|
break;
|
|
7705
7705
|
case GeographicProportionalSymbolSeries.$$p[5]:
|
|
7706
|
-
this.t4.
|
|
7706
|
+
this.t4.v2 = this.ve;
|
|
7707
7707
|
break;
|
|
7708
7708
|
case GeographicProportionalSymbolSeries.$$p[6]:
|
|
7709
7709
|
this.t4.w1 = this.vq;
|
|
@@ -8220,20 +8220,20 @@
|
|
|
8220
8220
|
this.ch.t4.w2 = this.ch.ug;
|
|
8221
8221
|
};
|
|
8222
8222
|
GeographicSymbolSeriesView.prototype.cs = function () {
|
|
8223
|
-
this.ch.t4.xAxis = this.ch.
|
|
8223
|
+
this.ch.t4.xAxis = this.ch.cv.ua;
|
|
8224
8224
|
};
|
|
8225
8225
|
GeographicSymbolSeriesView.prototype.ct = function () {
|
|
8226
|
-
this.ch.t4.yAxis = this.ch.
|
|
8226
|
+
this.ch.t4.yAxis = this.ch.cv.uc;
|
|
8227
8227
|
};
|
|
8228
8228
|
GeographicSymbolSeriesView.prototype.cr = function () {
|
|
8229
8229
|
var a = this.ch.t4;
|
|
8230
|
-
if (this.ch.
|
|
8230
|
+
if (this.ch.cv == null) {
|
|
8231
8231
|
a.xAxis = null;
|
|
8232
8232
|
a.yAxis = null;
|
|
8233
8233
|
return;
|
|
8234
8234
|
}
|
|
8235
|
-
a.xAxis = this.ch.
|
|
8236
|
-
a.yAxis = this.ch.
|
|
8235
|
+
a.xAxis = this.ch.cv.ua;
|
|
8236
|
+
a.yAxis = this.ch.cv.uc;
|
|
8237
8237
|
};
|
|
8238
8238
|
GeographicSymbolSeriesView.prototype.cl = function () {
|
|
8239
8239
|
this.ch.t4.vn = this.ch.vc;
|
|
@@ -8262,13 +8262,13 @@
|
|
|
8262
8262
|
_this.ab = GeographicSymbolSeries.$;
|
|
8263
8263
|
return _this;
|
|
8264
8264
|
}
|
|
8265
|
-
GeographicSymbolSeries.prototype.
|
|
8265
|
+
GeographicSymbolSeries.prototype.bc = function () {
|
|
8266
8266
|
return new GeographicSymbolSeries();
|
|
8267
8267
|
};
|
|
8268
8268
|
GeographicSymbolSeries.prototype.get_dy = function () {
|
|
8269
8269
|
return true;
|
|
8270
8270
|
};
|
|
8271
|
-
GeographicSymbolSeries.prototype.
|
|
8271
|
+
GeographicSymbolSeries.prototype.cd = function () {
|
|
8272
8272
|
return new GeographicSymbolSeriesView(this);
|
|
8273
8273
|
};
|
|
8274
8274
|
GeographicSymbolSeries.prototype.o1 = function (a) {
|
|
@@ -8330,7 +8330,7 @@
|
|
|
8330
8330
|
}
|
|
8331
8331
|
break;
|
|
8332
8332
|
case GeographicSymbolSeries.$$p[2]:
|
|
8333
|
-
this.t4.
|
|
8333
|
+
this.t4.v2 = this.vd;
|
|
8334
8334
|
break;
|
|
8335
8335
|
case GeographicSymbolSeries.$$p[3]:
|
|
8336
8336
|
this.t4.w1 = this.vl;
|
|
@@ -9048,19 +9048,19 @@
|
|
|
9048
9048
|
};
|
|
9049
9049
|
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
9050
9050
|
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCharts.HighDensityScatterSeries.$, this.ch.t4);
|
|
9051
|
-
if (this.ch.
|
|
9051
|
+
if (this.ch.cv == null) {
|
|
9052
9052
|
a.t9 = null;
|
|
9053
9053
|
a.ub = null;
|
|
9054
9054
|
return;
|
|
9055
9055
|
}
|
|
9056
|
-
a.t9 = this.ch.
|
|
9057
|
-
a.ub = this.ch.
|
|
9056
|
+
a.t9 = this.ch.cv.ua;
|
|
9057
|
+
a.ub = this.ch.cv.uc;
|
|
9058
9058
|
};
|
|
9059
9059
|
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
9060
|
-
this.ch.t4.t9 = this.ch.
|
|
9060
|
+
this.ch.t4.t9 = this.ch.cv.ua;
|
|
9061
9061
|
};
|
|
9062
9062
|
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
9063
|
-
this.ch.t4.ub = this.ch.
|
|
9063
|
+
this.ch.t4.ub = this.ch.cv.uc;
|
|
9064
9064
|
};
|
|
9065
9065
|
GeographicHighDensityScatterSeriesView.prototype.ck = function () {
|
|
9066
9066
|
this.ch.t4.xi = this.ch.vc;
|
|
@@ -9096,7 +9096,7 @@
|
|
|
9096
9096
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
9097
9097
|
return _this;
|
|
9098
9098
|
}
|
|
9099
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9099
|
+
GeographicHighDensityScatterSeries.prototype.bc = function () {
|
|
9100
9100
|
return new GeographicHighDensityScatterSeries();
|
|
9101
9101
|
};
|
|
9102
9102
|
GeographicHighDensityScatterSeries.prototype.iq = function () {
|
|
@@ -9108,7 +9108,7 @@
|
|
|
9108
9108
|
GeographicHighDensityScatterSeries.prototype.get_e2 = function () {
|
|
9109
9109
|
return true;
|
|
9110
9110
|
};
|
|
9111
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
9111
|
+
GeographicHighDensityScatterSeries.prototype.cd = function () {
|
|
9112
9112
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
9113
9113
|
};
|
|
9114
9114
|
GeographicHighDensityScatterSeries.prototype.o1 = function (a) {
|
|
@@ -9564,7 +9564,7 @@
|
|
|
9564
9564
|
_this.ab = GeographicContourLineSeries.$;
|
|
9565
9565
|
return _this;
|
|
9566
9566
|
}
|
|
9567
|
-
GeographicContourLineSeries.prototype.
|
|
9567
|
+
GeographicContourLineSeries.prototype.bc = function () {
|
|
9568
9568
|
return new GeographicContourLineSeries();
|
|
9569
9569
|
};
|
|
9570
9570
|
GeographicContourLineSeries.prototype.get_ex = function () {
|
|
@@ -9598,7 +9598,7 @@
|
|
|
9598
9598
|
GeographicContourLineSeries.prototype.qe = function () {
|
|
9599
9599
|
_super.prototype.qe.call(this);
|
|
9600
9600
|
};
|
|
9601
|
-
GeographicContourLineSeries.prototype.
|
|
9601
|
+
GeographicContourLineSeries.prototype.cd = function () {
|
|
9602
9602
|
return new GeographicContourLineSeriesView(this);
|
|
9603
9603
|
};
|
|
9604
9604
|
GeographicContourLineSeries.prototype.o1 = function (a) {
|