igniteui-angular-maps 19.0.1 → 19.1.0-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-angular-maps.umd.js +1704 -1704
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +114 -114
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +224 -224
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +73 -73
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +154 -154
- package/esm2015/lib/XamGeographicMap_combined.js +477 -477
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +39 -39
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +113 -113
- package/esm5/lib/GeographicMapSeriesHost_combined.js +223 -223
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +28 -28
- package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +123 -123
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +79 -79
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
- package/esm5/lib/TileSeries_combined.js +151 -151
- package/esm5/lib/XamGeographicMap_combined.js +469 -469
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +39 -39
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1709 -1709
- package/fesm5/igniteui-angular-maps.js +1704 -1704
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +42 -42
- package/lib/GeographicMapSeriesHost_combined.d.ts +65 -65
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +51 -51
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +32 -32
- package/lib/GeographicShapeSeriesView_combined.d.ts +41 -41
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +36 -36
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +43 -43
- package/lib/XamGeographicMap_combined.d.ts +122 -122
- package/package.json +2 -2
|
@@ -21,77 +21,77 @@ var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/ (functi
|
|
|
21
21
|
__extends(GeographicHighDensityScatterSeriesView, _super);
|
|
22
22
|
function GeographicHighDensityScatterSeriesView(a) {
|
|
23
23
|
var _this = _super.call(this, a) || this;
|
|
24
|
-
_this.
|
|
25
|
-
_this.
|
|
24
|
+
_this.cu = null;
|
|
25
|
+
_this.cu = a;
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
29
|
-
_super.prototype.
|
|
30
|
-
var a = typeCast(HighDensityScatterSeries.$, this.
|
|
31
|
-
a.
|
|
32
|
-
a.
|
|
33
|
-
a.
|
|
34
|
-
a.
|
|
35
|
-
a.
|
|
36
|
-
a.
|
|
37
|
-
a.
|
|
38
|
-
a.
|
|
39
|
-
a.
|
|
40
|
-
a.
|
|
41
|
-
};
|
|
42
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
43
|
-
this.
|
|
44
|
-
};
|
|
45
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
46
|
-
this.
|
|
47
|
-
};
|
|
48
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
49
|
-
this.
|
|
50
|
-
};
|
|
51
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
52
|
-
this.
|
|
53
|
-
};
|
|
54
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
55
|
-
this.
|
|
56
|
-
};
|
|
57
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
58
|
-
this.
|
|
59
|
-
};
|
|
60
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
61
|
-
this.
|
|
62
|
-
};
|
|
63
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.
|
|
65
|
-
if (this.
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
28
|
+
GeographicHighDensityScatterSeriesView.prototype.ci = function () {
|
|
29
|
+
_super.prototype.ci.call(this);
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.w5);
|
|
31
|
+
a.ze = this.cu.xu;
|
|
32
|
+
a.zm = this.cu.xs;
|
|
33
|
+
a.xr = this.cu.xh;
|
|
34
|
+
a.xq = this.cu.xg;
|
|
35
|
+
a.f9 = this.cu.xf;
|
|
36
|
+
a.ym = this.cu.xj;
|
|
37
|
+
a.yl = this.cu.xi;
|
|
38
|
+
a.aak = this.cu.yd;
|
|
39
|
+
a.aaj = this.cu.yc;
|
|
40
|
+
a.yy = this.cu.xm;
|
|
41
|
+
};
|
|
42
|
+
GeographicHighDensityScatterSeriesView.prototype.c0 = function () {
|
|
43
|
+
this.cu.w5.ze = this.cu.xu;
|
|
44
|
+
};
|
|
45
|
+
GeographicHighDensityScatterSeriesView.prototype.cz = function () {
|
|
46
|
+
this.cu.w5.zm = this.cu.xs;
|
|
47
|
+
};
|
|
48
|
+
GeographicHighDensityScatterSeriesView.prototype.c5 = function () {
|
|
49
|
+
this.cu.w5.xr = this.cu.xh;
|
|
50
|
+
};
|
|
51
|
+
GeographicHighDensityScatterSeriesView.prototype.c3 = function () {
|
|
52
|
+
this.cu.w5.xq = this.cu.xg;
|
|
53
|
+
};
|
|
54
|
+
GeographicHighDensityScatterSeriesView.prototype.c1 = function () {
|
|
55
|
+
this.cu.w5.f9 = this.cu.xf;
|
|
56
|
+
};
|
|
57
|
+
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
58
|
+
this.cu.w5.ym = this.cu.xj;
|
|
59
|
+
};
|
|
60
|
+
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
61
|
+
this.cu.w5.yl = this.cu.xi;
|
|
62
|
+
};
|
|
63
|
+
GeographicHighDensityScatterSeriesView.prototype.c4 = function () {
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cu.w5);
|
|
65
|
+
if (this.cu.dc == null) {
|
|
66
|
+
a.xa = null;
|
|
67
|
+
a.xc = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.xa = this.cu.dc.w7;
|
|
71
|
+
a.xc = this.cu.dc.w9;
|
|
72
72
|
};
|
|
73
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
74
|
-
this.
|
|
73
|
+
GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
|
|
74
|
+
this.cu.w5.xa = this.cu.dc.w7;
|
|
75
75
|
};
|
|
76
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
77
|
-
this.
|
|
76
|
+
GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
|
|
77
|
+
this.cu.w5.xc = this.cu.dc.w9;
|
|
78
78
|
};
|
|
79
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
80
|
-
this.
|
|
79
|
+
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
80
|
+
this.cu.w5.aak = this.cu.yd;
|
|
81
81
|
};
|
|
82
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
83
|
-
this.
|
|
84
|
-
};
|
|
85
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
86
|
-
this.
|
|
87
|
-
};
|
|
88
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
89
|
-
_super.prototype.
|
|
90
|
-
if (!this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
82
|
+
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
83
|
+
this.cu.w5.aaj = this.cu.yc;
|
|
84
|
+
};
|
|
85
|
+
GeographicHighDensityScatterSeriesView.prototype.c2 = function () {
|
|
86
|
+
this.cu.w5.yy = this.cu.xm;
|
|
87
|
+
};
|
|
88
|
+
GeographicHighDensityScatterSeriesView.prototype.a4 = function () {
|
|
89
|
+
_super.prototype.a4.call(this);
|
|
90
|
+
if (!this.t) {
|
|
91
|
+
this.cu.yd = Defaults.bf;
|
|
92
|
+
this.cu.yc = Defaults.be;
|
|
93
|
+
this.cu.vk = Defaults.ba;
|
|
94
|
+
this.cu.v0 = Defaults.a9;
|
|
95
95
|
}
|
|
96
96
|
};
|
|
97
97
|
GeographicHighDensityScatterSeriesView.$t = markType(GeographicHighDensityScatterSeriesView, 'GeographicHighDensityScatterSeriesView', HostSeriesView.$);
|
|
@@ -105,117 +105,117 @@ var GeographicHighDensityScatterSeries = /** @class */ /*@__PURE__*/ (function (
|
|
|
105
105
|
__extends(GeographicHighDensityScatterSeries, _super);
|
|
106
106
|
function GeographicHighDensityScatterSeries() {
|
|
107
107
|
var _this = _super.call(this) || this;
|
|
108
|
-
_this.
|
|
108
|
+
_this.xd = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.xl = 0;
|
|
111
111
|
_this.ab = GeographicHighDensityScatterSeries.$;
|
|
112
112
|
return _this;
|
|
113
113
|
}
|
|
114
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
114
|
+
GeographicHighDensityScatterSeries.prototype.bk = function () {
|
|
115
115
|
return new GeographicHighDensityScatterSeries();
|
|
116
116
|
};
|
|
117
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
118
|
-
if (!isNaN_(this.
|
|
119
|
-
return _super.prototype.
|
|
117
|
+
GeographicHighDensityScatterSeries.prototype.jl = function () {
|
|
118
|
+
if (!isNaN_(this.jk)) {
|
|
119
|
+
return _super.prototype.jl.call(this);
|
|
120
120
|
}
|
|
121
|
-
return Defaults.
|
|
121
|
+
return Defaults.ad;
|
|
122
122
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.get_fp = function () {
|
|
124
124
|
return true;
|
|
125
125
|
};
|
|
126
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
126
|
+
GeographicHighDensityScatterSeries.prototype.ct = function () {
|
|
127
127
|
return new GeographicHighDensityScatterSeriesView(this);
|
|
128
128
|
};
|
|
129
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
130
|
-
_super.prototype.
|
|
131
|
-
this.
|
|
129
|
+
GeographicHighDensityScatterSeries.prototype.q3 = function (a) {
|
|
130
|
+
_super.prototype.q3.call(this, a);
|
|
131
|
+
this.xe = a;
|
|
132
132
|
};
|
|
133
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
134
|
-
this.
|
|
135
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.w4 = function () {
|
|
134
|
+
this.xd = new HighDensityScatterSeries();
|
|
135
|
+
return this.xd;
|
|
136
136
|
};
|
|
137
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xn", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.xl;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
var b = this.
|
|
143
|
-
this.
|
|
144
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.xl;
|
|
143
|
+
this.xl = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.xl);
|
|
145
145
|
},
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
150
|
-
_super.prototype.
|
|
151
|
-
var c = this.
|
|
152
|
-
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.
|
|
153
|
-
var d = this.
|
|
154
|
-
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.
|
|
155
|
-
};
|
|
156
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
157
|
-
this.
|
|
149
|
+
GeographicHighDensityScatterSeries.prototype.xa = function (a, b) {
|
|
150
|
+
_super.prototype.xa.call(this, a, b);
|
|
151
|
+
var c = this.w5;
|
|
152
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.x1));
|
|
153
|
+
var d = this.w5;
|
|
154
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.x0));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.x1 = function (a, b) {
|
|
157
|
+
this.xn = b.currentStatus;
|
|
158
158
|
if (this.progressiveLoadStatusChanged != null) {
|
|
159
159
|
this.progressiveLoadStatusChanged(this, b);
|
|
160
160
|
}
|
|
161
161
|
};
|
|
162
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
163
|
-
if (this.
|
|
162
|
+
GeographicHighDensityScatterSeries.prototype.x0 = function (a, b) {
|
|
163
|
+
if (this.xd == null) {
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.rc = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.rc.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.xe.c4();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
174
|
-
this.
|
|
174
|
+
this.xe.c0();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
177
|
-
this.
|
|
177
|
+
this.xe.cz();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
180
|
-
this.
|
|
180
|
+
this.xe.c5();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
183
|
-
this.
|
|
183
|
+
this.xe.c3();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
186
|
-
this.
|
|
186
|
+
this.xe.c1();
|
|
187
187
|
break;
|
|
188
188
|
case "XAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.xe.c6();
|
|
190
190
|
break;
|
|
191
191
|
case "YAxis":
|
|
192
|
-
this.
|
|
192
|
+
this.xe.c7();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
195
|
-
this.
|
|
195
|
+
this.xe.cy();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
198
|
-
this.
|
|
198
|
+
this.xe.cw();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
201
|
-
this.
|
|
201
|
+
this.xe.cx();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
204
|
-
this.
|
|
204
|
+
this.xe.cv();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
207
|
-
this.
|
|
207
|
+
this.xe.c2();
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.get_g8 = function () {
|
|
212
212
|
return true;
|
|
213
213
|
};
|
|
214
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
215
|
-
_super.prototype.
|
|
214
|
+
GeographicHighDensityScatterSeries.prototype.set_g8 = function (a) {
|
|
215
|
+
_super.prototype.set_g8.call(this, a);
|
|
216
216
|
};
|
|
217
217
|
GeographicHighDensityScatterSeries.$t = markType(GeographicHighDensityScatterSeries, 'GeographicHighDensityScatterSeries', GeographicMapSeriesHost.$);
|
|
218
|
-
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:
|
|
218
|
+
GeographicHighDensityScatterSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicHighDensityScatterSeries, 'raisePropertyChanged', ['HeatMaximumColor:yc:x2', [Color.$, Defaults.be], 'HeatMaximum:xi:x3', [1, 50], 'HeatMinimumColor:yd:x4', [Color.$, Defaults.bf], 'HeatMinimum:xj:x5', [1, 0], 'LatitudeMemberPath:xs:x6', [2, null], 'LongitudeMemberPath:xu:x7', [2, null], 'MouseOverEnabled:xf:x8', [0, false], 'PointExtent:xm:x9', [1, 1], 'ProgressiveLoad:xg:ya', [0, true], 'UseBruteForce:xh:yb', [0, false]]);
|
|
219
219
|
return GeographicHighDensityScatterSeries;
|
|
220
220
|
}(GeographicMapSeriesHost));
|
|
221
221
|
export { GeographicHighDensityScatterSeries };
|