igniteui-webcomponents-maps 5.2.0-beta.0 → 5.2.1-beta.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 (72) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1060 -1060
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +189 -189
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -62
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/TileSeries_combined.js +87 -87
  14. package/esm2015/lib/XamGeographicMap_combined.js +86 -86
  15. package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
  16. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  17. package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
  18. package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
  19. package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
  20. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  21. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +7 -7
  22. package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
  23. package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
  24. package/esm2015/lib/igc-geographic-symbol-series-component.js +19 -19
  25. package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
  26. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  27. package/esm2015/lib/igc-tile-series-component.js +3 -3
  28. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  29. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  30. package/esm5/lib/GeographicMapSeriesHost_combined.js +187 -187
  31. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  32. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  33. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  34. package/esm5/lib/GeographicShapeSeriesBase_combined.js +61 -61
  35. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  36. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  37. package/esm5/lib/GeographicTileSeries.js +26 -26
  38. package/esm5/lib/TileSeries_combined.js +85 -85
  39. package/esm5/lib/XamGeographicMap_combined.js +85 -85
  40. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
  41. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
  42. package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
  43. package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
  44. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
  45. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +41 -41
  46. package/esm5/lib/igc-geographic-scatter-area-series-component.js +7 -7
  47. package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
  48. package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
  49. package/esm5/lib/igc-geographic-symbol-series-component.js +19 -19
  50. package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
  51. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
  52. package/esm5/lib/igc-tile-series-component.js +3 -3
  53. package/fesm2015/igniteui-webcomponents-maps.js +1069 -1069
  54. package/fesm5/igniteui-webcomponents-maps.js +1060 -1060
  55. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  56. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  57. package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
  58. package/lib/GeographicMarkerSeries.d.ts +15 -15
  59. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  60. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  61. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  62. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +23 -23
  63. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  64. package/lib/GeographicShapeSeriesBase_combined.d.ts +21 -21
  65. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  66. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  67. package/lib/GeographicSymbolSeriesView_combined.d.ts +16 -16
  68. package/lib/GeographicTileSeries.d.ts +9 -9
  69. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  70. package/lib/TileSeries_combined.d.ts +20 -20
  71. package/lib/XamGeographicMap_combined.d.ts +24 -24
  72. package/package.json +3 -3
@@ -313,7 +313,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
313
313
  x4() {
314
314
  this.w4.ee();
315
315
  for (let a of fromEnum(this.series)) {
316
- a.sc();
316
+ a.sb();
317
317
  }
318
318
  }
319
319
  x7() {
@@ -709,7 +709,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
709
709
  break;
710
710
  case "ActualWorldRect":
711
711
  for (let g of fromEnum(this.series)) {
712
- g.rr(false);
712
+ g.rq(false);
713
713
  }
714
714
  break;
715
715
  case XamGeographicMap.$$p[5]:
@@ -740,7 +740,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
740
740
  break;
741
741
  case "MarkerAutomaticBehavior":
742
742
  for (let i of fromEnum(this.series)) {
743
- i.qg();
743
+ i.qf();
744
744
  }
745
745
  break;
746
746
  }
@@ -782,7 +782,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
782
782
  let c = b;
783
783
  let d = a;
784
784
  d.itemsSource = c.triangulationSource.points;
785
- d.w9 = c.triangulationSource.triangles;
785
+ d.w8 = c.triangulationSource.triangles;
786
786
  }
787
787
  else {
788
788
  super.rd(a, b);
@@ -815,7 +815,7 @@ export let XamGeographicMap = /*@__PURE__*/ (() => {
815
815
  a.axes.add1(b);
816
816
  a.axes.add1(c);
817
817
  for (let d = 0; d < this.series.count; d++) {
818
- let e = this.series._inner[d].km();
818
+ let e = this.series._inner[d].kl();
819
819
  a.series.add1(e);
820
820
  }
821
821
  a.name = this.name;
@@ -1091,41 +1091,41 @@ export let GeographicXYTriangulatingSeriesView = /*@__PURE__*/ (() => {
1091
1091
  }
1092
1092
  b5() {
1093
1093
  super.b5();
1094
- let a = this.ch.w0;
1095
- a.x0 = this.ch.xc;
1096
- a.x8 = this.ch.xa;
1097
- a.trianglesSource = this.ch.w9;
1098
- a.xo = this.ch.xf;
1099
- a.xq = this.ch.xh;
1100
- a.xs = this.ch.xj;
1094
+ let a = this.ch.wz;
1095
+ a.xz = this.ch.xb;
1096
+ a.x7 = this.ch.w9;
1097
+ a.trianglesSource = this.ch.w8;
1098
+ a.xn = this.ch.xe;
1099
+ a.xp = this.ch.xg;
1100
+ a.xr = this.ch.xi;
1101
1101
  }
1102
1102
  ck() {
1103
- let a = this.ch.w0;
1103
+ let a = this.ch.wz;
1104
1104
  if (this.ch.db == null) {
1105
+ a.wx = null;
1105
1106
  a.wy = null;
1106
- a.wz = null;
1107
1107
  return;
1108
1108
  }
1109
- a.wy = this.ch.db.ws;
1110
- a.wz = this.ch.db.wu;
1109
+ a.wx = this.ch.db.ws;
1110
+ a.wy = this.ch.db.wu;
1111
1111
  }
1112
1112
  cj() {
1113
- this.ch.w0.x0 = this.ch.xc;
1113
+ this.ch.wz.xz = this.ch.xb;
1114
1114
  }
1115
1115
  ci() {
1116
- this.ch.w0.x8 = this.ch.xa;
1116
+ this.ch.wz.x7 = this.ch.w9;
1117
1117
  }
1118
1118
  cl() {
1119
- this.ch.w0.trianglesSource = this.ch.w9;
1119
+ this.ch.wz.trianglesSource = this.ch.w8;
1120
1120
  }
1121
1121
  cm() {
1122
- this.ch.w0.xo = this.ch.xf;
1122
+ this.ch.wz.xn = this.ch.xe;
1123
1123
  }
1124
1124
  cn() {
1125
- this.ch.w0.xq = this.ch.xh;
1125
+ this.ch.wz.xp = this.ch.xg;
1126
1126
  }
1127
1127
  co() {
1128
- this.ch.w0.xs = this.ch.xj;
1128
+ this.ch.wz.xr = this.ch.xi;
1129
1129
  }
1130
1130
  }
1131
1131
  GeographicXYTriangulatingSeriesView.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
@@ -1148,19 +1148,19 @@ export let GeographicScatterAreaSeriesView = /*@__PURE__*/ (() => {
1148
1148
  }
1149
1149
  b5() {
1150
1150
  super.b5();
1151
- if (this.cp.xu != null) {
1152
- this.cp.xu.y7 = this.cp.xy;
1153
- this.cp.xu.yv = this.cp.xt;
1151
+ if (this.cp.xt != null) {
1152
+ this.cp.xt.y6 = this.cp.xx;
1153
+ this.cp.xt.yu = this.cp.xs;
1154
1154
  }
1155
1155
  }
1156
1156
  cq() {
1157
- if (this.cp.xu != null) {
1158
- this.cp.xu.y7 = this.cp.xy;
1157
+ if (this.cp.xt != null) {
1158
+ this.cp.xt.y6 = this.cp.xx;
1159
1159
  }
1160
1160
  }
1161
1161
  cr() {
1162
- if (this.cp.xu != null) {
1163
- this.cp.xu.yv = this.cp.xt;
1162
+ if (this.cp.xt != null) {
1163
+ this.cp.xt.yu = this.cp.xs;
1164
1164
  }
1165
1165
  }
1166
1166
  }
@@ -1358,39 +1358,39 @@ export let GeographicXYTriangulatingSeries = /*@__PURE__*/ (() => {
1358
1358
  cs() {
1359
1359
  return new GeographicXYTriangulatingSeriesView(this);
1360
1360
  }
1361
- q1(a) {
1362
- super.q1(a);
1363
- this.w8 = a;
1361
+ q0(a) {
1362
+ super.q0(a);
1363
+ this.w7 = a;
1364
1364
  }
1365
- q9(a, b, c, d) {
1366
- super.q9(a, b, c, d);
1365
+ q8(a, b, c, d) {
1366
+ super.q8(a, b, c, d);
1367
1367
  switch (b) {
1368
1368
  case "SeriesViewer":
1369
- this.w8.ck();
1369
+ this.w7.ck();
1370
1370
  break;
1371
1371
  case GeographicXYTriangulatingSeries.$$p[1]:
1372
- this.w8.cj();
1372
+ this.w7.cj();
1373
1373
  break;
1374
1374
  case GeographicXYTriangulatingSeries.$$p[0]:
1375
- this.w8.ci();
1375
+ this.w7.ci();
1376
1376
  break;
1377
1377
  case GeographicXYTriangulatingSeries.$$p[5]:
1378
- this.w8.cl();
1378
+ this.w7.cl();
1379
1379
  break;
1380
1380
  case GeographicXYTriangulatingSeries.$$p[2]:
1381
- this.w8.cm();
1381
+ this.w7.cm();
1382
1382
  break;
1383
1383
  case GeographicXYTriangulatingSeries.$$p[3]:
1384
- this.w8.cn();
1384
+ this.w7.cn();
1385
1385
  break;
1386
1386
  case GeographicXYTriangulatingSeries.$$p[4]:
1387
- this.w8.co();
1387
+ this.w7.co();
1388
1388
  break;
1389
1389
  }
1390
1390
  }
1391
1391
  }
1392
1392
  GeographicXYTriangulatingSeries.$t = /*@__PURE__*/ markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1393
- GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:xa:xl', [2, "pointY"], 'LongitudeMemberPath:xc:xm', [2, "pointX"], 'TriangleVertexMemberPath1:xf:xo', [2, "v1"], 'TriangleVertexMemberPath2:xh:xp', [2, "v2"], 'TriangleVertexMemberPath3:xj:xq', [2, "v3"], 'TrianglesSource:w9:xn', [IEnumerable_$type, null]]);
1393
+ GeographicXYTriangulatingSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:w9:xk', [2, "pointY"], 'LongitudeMemberPath:xb:xl', [2, "pointX"], 'TriangleVertexMemberPath1:xe:xn', [2, "v1"], 'TriangleVertexMemberPath2:xg:xo', [2, "v2"], 'TriangleVertexMemberPath3:xi:xp', [2, "v3"], 'TrianglesSource:w8:xm', [IEnumerable_$type, null]]);
1394
1394
  return GeographicXYTriangulatingSeries;
1395
1395
  })();
1396
1396
  /**
@@ -1406,53 +1406,53 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1406
1406
  }
1407
1407
  constructor() {
1408
1408
  super();
1409
- this.xr = null;
1409
+ this.xq = null;
1410
1410
  this.triangulationStatusChanged = null;
1411
1411
  this.ab = GeographicScatterAreaSeries.$;
1412
1412
  }
1413
- get xt() {
1414
- return this.xr;
1413
+ get xs() {
1414
+ return this.xq;
1415
1415
  }
1416
- set xt(a) {
1417
- let b = this.xr != a;
1416
+ set xs(a) {
1417
+ let b = this.xq != a;
1418
1418
  if (b) {
1419
- let c = this.xr;
1420
- if (this.xr != null) {
1421
- let d = this.xr;
1422
- d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x1));
1419
+ let c = this.xq;
1420
+ if (this.xq != null) {
1421
+ let d = this.xq;
1422
+ d.propertyChanged = delegateRemove(d.propertyChanged, runOn(this, this.x0));
1423
1423
  }
1424
- this.xr = a;
1425
- if (this.xr != null) {
1426
- let e = this.xr;
1427
- e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x1));
1424
+ this.xq = a;
1425
+ if (this.xq != null) {
1426
+ let e = this.xq;
1427
+ e.propertyChanged = delegateCombine(e.propertyChanged, runOn(this, this.x0));
1428
1428
  }
1429
- this.raisePropertyChanged("ColorScale", c, this.xr);
1430
- if (this.xu != null) {
1431
- this.xu.yv = a;
1429
+ this.raisePropertyChanged("ColorScale", c, this.xq);
1430
+ if (this.xt != null) {
1431
+ this.xt.yu = a;
1432
1432
  }
1433
1433
  }
1434
1434
  }
1435
- x1(a, b) {
1436
- this.xw.cr();
1437
- this.x3();
1438
- this.rr(false);
1435
+ x0(a, b) {
1436
+ this.xv.cr();
1437
+ this.x2();
1438
+ this.rq(false);
1439
1439
  }
1440
- x3() {
1441
- if (this.xu != null) {
1442
- this.xs = this.xu.yu;
1440
+ x2() {
1441
+ if (this.xt != null) {
1442
+ this.xr = this.xt.yt;
1443
1443
  }
1444
1444
  }
1445
- sh() {
1446
- super.sh();
1447
- this.x3();
1445
+ sg() {
1446
+ super.sg();
1447
+ this.x2();
1448
1448
  }
1449
- wz() {
1450
- this.xu = new ScatterAreaSeries();
1451
- let a = this.xu;
1452
- a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x2));
1453
- return this.xu;
1449
+ wy() {
1450
+ this.xt = new ScatterAreaSeries();
1451
+ let a = this.xt;
1452
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.x1));
1453
+ return this.xt;
1454
1454
  }
1455
- x2(a, b) {
1455
+ x1(a, b) {
1456
1456
  if (this.triangulationStatusChanged != null) {
1457
1457
  this.triangulationStatusChanged(this, b);
1458
1458
  }
@@ -1460,30 +1460,30 @@ export let GeographicScatterAreaSeries = /*@__PURE__*/ (() => {
1460
1460
  cs() {
1461
1461
  return new GeographicScatterAreaSeriesView(this);
1462
1462
  }
1463
- q1(a) {
1464
- super.q1(a);
1465
- this.xw = a;
1463
+ q0(a) {
1464
+ super.q0(a);
1465
+ this.xv = a;
1466
1466
  }
1467
- q9(a, b, c, d) {
1468
- super.q9(a, b, c, d);
1467
+ q8(a, b, c, d) {
1468
+ super.q8(a, b, c, d);
1469
1469
  switch (b) {
1470
1470
  case GeographicScatterAreaSeries.$$p[1]:
1471
- this.xw.cq();
1471
+ this.xv.cq();
1472
1472
  break;
1473
1473
  case "ColorScale":
1474
- this.xw.cr();
1475
- this.x3();
1474
+ this.xv.cr();
1475
+ this.x2();
1476
1476
  break;
1477
1477
  }
1478
1478
  }
1479
- get_g7() {
1479
+ get_g6() {
1480
1480
  return true;
1481
1481
  }
1482
- set_g7(a) {
1483
- super.set_g7(a);
1482
+ set_g6(a) {
1483
+ super.set_g6(a);
1484
1484
  }
1485
1485
  }
1486
1486
  GeographicScatterAreaSeries.$t = /*@__PURE__*/ markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1487
- GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xs:x4', [ColorScale.$, null], 'ColorMemberPath:xy:x5', [2, "value"]]);
1487
+ GeographicScatterAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ActualColorScale:xr:x3', [ColorScale.$, null], 'ColorMemberPath:xx:x4', [2, "value"]]);
1488
1488
  return GeographicScatterAreaSeries;
1489
1489
  })();
@@ -68,22 +68,22 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
68
68
  * Gets whether the current series shows a line contour shape.
69
69
  */
70
70
  get isLineContour() {
71
- return this.i.fj;
71
+ return this.i.fi;
72
72
  }
73
73
  /**
74
74
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
75
75
  */
76
76
  get valueMemberPath() {
77
- return this.i.xz;
77
+ return this.i.xy;
78
78
  }
79
79
  set valueMemberPath(v) {
80
- this.i.xz = v;
80
+ this.i.xy = v;
81
81
  }
82
82
  /**
83
83
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
84
84
  */
85
85
  get fillScale() {
86
- const r = this.i.xv;
86
+ const r = this.i.xu;
87
87
  if (r == null) {
88
88
  return null;
89
89
  }
@@ -99,13 +99,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
99
99
  set fillScale(v) {
100
100
  if (v != null && this._stylingContainer && v._styling)
101
101
  v._styling(this._stylingContainer, this, this);
102
- v == null ? this.i.xv = null : this.i.xv = v.i;
102
+ v == null ? this.i.xu = null : this.i.xu = v.i;
103
103
  }
104
104
  /**
105
105
  * Gets actual fill scale that is set on the FillScale property or default FillScale
106
106
  */
107
107
  get actualFillScale() {
108
- const r = this.i.xu;
108
+ const r = this.i.xt;
109
109
  if (r == null) {
110
110
  return null;
111
111
  }
@@ -121,13 +121,13 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
121
121
  set actualFillScale(v) {
122
122
  if (v != null && this._stylingContainer && v._styling)
123
123
  v._styling(this._stylingContainer, this, this);
124
- v == null ? this.i.xu = null : this.i.xu = v.i;
124
+ v == null ? this.i.xt = null : this.i.xt = v.i;
125
125
  }
126
126
  /**
127
127
  * The ContourValueResolver used to determine the numeric values of contours.
128
128
  */
129
129
  get valueResolver() {
130
- const r = this.i.xr;
130
+ const r = this.i.xq;
131
131
  if (r == null) {
132
132
  return null;
133
133
  }
@@ -143,7 +143,7 @@ export let IgcGeographicContourLineSeriesComponent = /*@__PURE__*/ (() => {
143
143
  set valueResolver(v) {
144
144
  if (v != null && this._stylingContainer && v._styling)
145
145
  v._styling(this._stylingContainer, this, this);
146
- v == null ? this.i.xr = null : this.i.xr = v.i;
146
+ v == null ? this.i.xq = null : this.i.xq = v.i;
147
147
  }
148
148
  findByName(name) {
149
149
  var baseResult = super.findByName(name);
@@ -67,115 +67,115 @@ export let IgcGeographicHighDensityScatterSeriesComponent = /*@__PURE__*/ (() =>
67
67
  * Gets whether the current series shows pixels.
68
68
  */
69
69
  get isPixel() {
70
- return this.i.fo;
70
+ return this.i.fn;
71
71
  }
72
72
  /**
73
73
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
74
74
  */
75
75
  get latitudeMemberPath() {
76
- return this.i.xn;
76
+ return this.i.xm;
77
77
  }
78
78
  set latitudeMemberPath(v) {
79
- this.i.xn = v;
79
+ this.i.xm = v;
80
80
  }
81
81
  /**
82
82
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
83
83
  */
84
84
  get longitudeMemberPath() {
85
- return this.i.xp;
85
+ return this.i.xo;
86
86
  }
87
87
  set longitudeMemberPath(v) {
88
- this.i.xp = v;
88
+ this.i.xo = v;
89
89
  }
90
90
  /**
91
91
  * Gets or sets the whether to use use brute force mode.
92
92
  */
93
93
  get useBruteForce() {
94
- return this.i.xc;
94
+ return this.i.xb;
95
95
  }
96
96
  set useBruteForce(v) {
97
- this.i.xc = ensureBool(v);
98
- this._a("useBruteForce", this.i.xc);
97
+ this.i.xb = ensureBool(v);
98
+ this._a("useBruteForce", this.i.xb);
99
99
  }
100
100
  /**
101
101
  * Gets or sets the whether to progressively load the data into the chart.
102
102
  */
103
103
  get progressiveLoad() {
104
- return this.i.xb;
104
+ return this.i.xa;
105
105
  }
106
106
  set progressiveLoad(v) {
107
- this.i.xb = ensureBool(v);
108
- this._a("progressiveLoad", this.i.xb);
107
+ this.i.xa = ensureBool(v);
108
+ this._a("progressiveLoad", this.i.xa);
109
109
  }
110
110
  /**
111
111
  * Gets or sets the whether the chart reacts to mouse move events.
112
112
  */
113
113
  get mouseOverEnabled() {
114
- return this.i.xa;
114
+ return this.i.w9;
115
115
  }
116
116
  set mouseOverEnabled(v) {
117
- this.i.xa = ensureBool(v);
118
- this._a("mouseOverEnabled", this.i.xa);
117
+ this.i.w9 = ensureBool(v);
118
+ this._a("mouseOverEnabled", this.i.w9);
119
119
  }
120
120
  /**
121
121
  * Gets or sets the density value that maps to the minimum heat color.
122
122
  */
123
123
  get heatMinimum() {
124
- return this.i.xe;
124
+ return this.i.xd;
125
125
  }
126
126
  set heatMinimum(v) {
127
- this.i.xe = +v;
128
- this._a("heatMinimum", this.i.xe);
127
+ this.i.xd = +v;
128
+ this._a("heatMinimum", this.i.xd);
129
129
  }
130
130
  /**
131
131
  * Gets or sets the value that maps to the maximum heat color.
132
132
  */
133
133
  get heatMaximum() {
134
- return this.i.xd;
134
+ return this.i.xc;
135
135
  }
136
136
  set heatMaximum(v) {
137
- this.i.xd = +v;
138
- this._a("heatMaximum", this.i.xd);
137
+ this.i.xc = +v;
138
+ this._a("heatMaximum", this.i.xc);
139
139
  }
140
140
  /**
141
141
  * Gets or sets the color to use for the minimum end of the scale.
142
142
  */
143
143
  get heatMinimumColor() {
144
- return colorToString(this.i.x8);
144
+ return colorToString(this.i.x7);
145
145
  }
146
146
  set heatMinimumColor(v) {
147
- this.i.x8 = stringToColor(v);
148
- this._a("heatMinimumColor", colorToString(this.i.x8));
147
+ this.i.x7 = stringToColor(v);
148
+ this._a("heatMinimumColor", colorToString(this.i.x7));
149
149
  }
150
150
  /**
151
151
  * Gets or sets the color to use for the maximum end of the scale.
152
152
  */
153
153
  get heatMaximumColor() {
154
- return colorToString(this.i.x7);
154
+ return colorToString(this.i.x6);
155
155
  }
156
156
  set heatMaximumColor(v) {
157
- this.i.x7 = stringToColor(v);
158
- this._a("heatMaximumColor", colorToString(this.i.x7));
157
+ this.i.x6 = stringToColor(v);
158
+ this._a("heatMaximumColor", colorToString(this.i.x6));
159
159
  }
160
160
  /**
161
161
  * Gets or sets the the pixel extent of the square data points that are rendered.
162
162
  */
163
163
  get pointExtent() {
164
- return this.i.xh;
164
+ return this.i.xg;
165
165
  }
166
166
  set pointExtent(v) {
167
- this.i.xh = +v;
168
- this._a("pointExtent", this.i.xh);
167
+ this.i.xg = +v;
168
+ this._a("pointExtent", this.i.xg);
169
169
  }
170
170
  /**
171
171
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
172
172
  */
173
173
  get progressiveStatus() {
174
- return this.i.xi;
174
+ return this.i.xh;
175
175
  }
176
176
  set progressiveStatus(v) {
177
- this.i.xi = +v;
178
- this._a("progressiveStatus", this.i.xi);
177
+ this.i.xh = +v;
178
+ this._a("progressiveStatus", this.i.xh);
179
179
  }
180
180
  /**
181
181
  * Raised when the progressive loading state of the series has changed.