igniteui-webcomponents-maps 5.4.0-beta.0 → 5.4.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 +1752 -1752
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +104 -104
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +218 -218
- 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 +121 -121
- package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +75 -75
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +74 -74
- 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 +478 -478
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm2015/lib/igc-geographic-map-component.js +50 -50
- package/esm2015/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm2015/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm2015/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm2015/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm2015/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm2015/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igc-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +48 -48
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +103 -103
- package/esm5/lib/GeographicMapSeriesHost_combined.js +216 -216
- 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 +121 -121
- package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +72 -72
- package/esm5/lib/GeographicShapeSeriesView_combined.js +74 -74
- 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 +470 -470
- package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -32
- package/esm5/lib/igc-geographic-map-component.js +50 -50
- package/esm5/lib/igc-geographic-map-series-host-component.js +23 -23
- package/esm5/lib/igc-geographic-marker-series-component.js +31 -31
- package/esm5/lib/igc-geographic-polyline-series-component.js +13 -13
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -42
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igc-geographic-shape-series-base-component.js +29 -29
- package/esm5/lib/igc-geographic-shape-series-component.js +44 -44
- package/esm5/lib/igc-geographic-symbol-series-component.js +20 -20
- package/esm5/lib/igc-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igc-tile-series-component.js +3 -3
- package/fesm2015/igniteui-webcomponents-maps.js +1760 -1760
- package/fesm5/igniteui-webcomponents-maps.js +1752 -1752
- package/lib/GeographicContourLineSeriesView_combined.d.ts +21 -21
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -39
- package/lib/GeographicMapSeriesHost_combined.d.ts +62 -62
- package/lib/GeographicMarkerSeries.d.ts +17 -17
- 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 +45 -45
- 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 +37 -37
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesBaseView.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +34 -34
- 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 +42 -42
- package/lib/XamGeographicMap_combined.d.ts +119 -119
- package/package.json +3 -3
|
@@ -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.cl = null;
|
|
25
|
+
_this.cl = 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.
|
|
28
|
+
GeographicHighDensityScatterSeriesView.prototype.b9 = function () {
|
|
29
|
+
_super.prototype.b9.call(this);
|
|
30
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cl.w2);
|
|
31
|
+
a.zb = this.cl.xr;
|
|
32
|
+
a.zj = this.cl.xp;
|
|
33
|
+
a.xo = this.cl.xe;
|
|
34
|
+
a.xn = this.cl.xd;
|
|
35
|
+
a.f8 = this.cl.xc;
|
|
36
|
+
a.yj = this.cl.xg;
|
|
37
|
+
a.yi = this.cl.xf;
|
|
38
|
+
a.aah = this.cl.ya;
|
|
39
|
+
a.aag = this.cl.x9;
|
|
40
|
+
a.yv = this.cl.xj;
|
|
41
41
|
};
|
|
42
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
43
|
-
this.
|
|
42
|
+
GeographicHighDensityScatterSeriesView.prototype.cr = function () {
|
|
43
|
+
this.cl.w2.zb = this.cl.xr;
|
|
44
44
|
};
|
|
45
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
46
|
-
this.
|
|
45
|
+
GeographicHighDensityScatterSeriesView.prototype.cq = function () {
|
|
46
|
+
this.cl.w2.zj = this.cl.xp;
|
|
47
47
|
};
|
|
48
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
49
|
-
this.
|
|
48
|
+
GeographicHighDensityScatterSeriesView.prototype.cw = function () {
|
|
49
|
+
this.cl.w2.xo = this.cl.xe;
|
|
50
50
|
};
|
|
51
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
52
|
-
this.
|
|
51
|
+
GeographicHighDensityScatterSeriesView.prototype.cu = function () {
|
|
52
|
+
this.cl.w2.xn = this.cl.xd;
|
|
53
53
|
};
|
|
54
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
55
|
-
this.
|
|
54
|
+
GeographicHighDensityScatterSeriesView.prototype.cs = function () {
|
|
55
|
+
this.cl.w2.f8 = this.cl.xc;
|
|
56
56
|
};
|
|
57
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
58
|
-
this.
|
|
57
|
+
GeographicHighDensityScatterSeriesView.prototype.cp = function () {
|
|
58
|
+
this.cl.w2.yj = this.cl.xg;
|
|
59
59
|
};
|
|
60
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
61
|
-
this.
|
|
60
|
+
GeographicHighDensityScatterSeriesView.prototype.cn = function () {
|
|
61
|
+
this.cl.w2.yi = this.cl.xf;
|
|
62
62
|
};
|
|
63
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
64
|
-
var a = typeCast(HighDensityScatterSeries.$, this.
|
|
65
|
-
if (this.
|
|
66
|
-
a.
|
|
67
|
-
a.
|
|
63
|
+
GeographicHighDensityScatterSeriesView.prototype.cv = function () {
|
|
64
|
+
var a = typeCast(HighDensityScatterSeries.$, this.cl.w2);
|
|
65
|
+
if (this.cl.dc == null) {
|
|
66
|
+
a.w7 = null;
|
|
67
|
+
a.w9 = null;
|
|
68
68
|
return;
|
|
69
69
|
}
|
|
70
|
-
a.
|
|
71
|
-
a.
|
|
70
|
+
a.w7 = this.cl.dc.wv;
|
|
71
|
+
a.w9 = this.cl.dc.wx;
|
|
72
72
|
};
|
|
73
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
74
|
-
this.
|
|
73
|
+
GeographicHighDensityScatterSeriesView.prototype.cx = function () {
|
|
74
|
+
this.cl.w2.w7 = this.cl.dc.wv;
|
|
75
75
|
};
|
|
76
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
77
|
-
this.
|
|
76
|
+
GeographicHighDensityScatterSeriesView.prototype.cy = function () {
|
|
77
|
+
this.cl.w2.w9 = this.cl.dc.wx;
|
|
78
78
|
};
|
|
79
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
80
|
-
this.
|
|
79
|
+
GeographicHighDensityScatterSeriesView.prototype.co = function () {
|
|
80
|
+
this.cl.w2.aah = this.cl.ya;
|
|
81
81
|
};
|
|
82
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
83
|
-
this.
|
|
82
|
+
GeographicHighDensityScatterSeriesView.prototype.cm = function () {
|
|
83
|
+
this.cl.w2.aag = this.cl.x9;
|
|
84
84
|
};
|
|
85
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
86
|
-
this.
|
|
87
|
-
};
|
|
88
|
-
GeographicHighDensityScatterSeriesView.prototype.
|
|
89
|
-
_super.prototype.
|
|
90
|
-
if (!this.
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
94
|
-
this.
|
|
85
|
+
GeographicHighDensityScatterSeriesView.prototype.ct = function () {
|
|
86
|
+
this.cl.w2.yv = this.cl.xj;
|
|
87
|
+
};
|
|
88
|
+
GeographicHighDensityScatterSeriesView.prototype.ax = function () {
|
|
89
|
+
_super.prototype.ax.call(this);
|
|
90
|
+
if (!this.r) {
|
|
91
|
+
this.cl.ya = Defaults.aq;
|
|
92
|
+
this.cl.x9 = Defaults.ap;
|
|
93
|
+
this.cl.vh = Defaults.al;
|
|
94
|
+
this.cl.vx = Defaults.ak;
|
|
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.xa = null;
|
|
109
109
|
_this.progressiveLoadStatusChanged = null;
|
|
110
|
-
_this.
|
|
110
|
+
_this.xi = 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.jk = function () {
|
|
118
|
+
if (!isNaN_(this.jj)) {
|
|
119
|
+
return _super.prototype.jk.call(this);
|
|
120
120
|
}
|
|
121
121
|
return Defaults.q;
|
|
122
122
|
};
|
|
123
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
123
|
+
GeographicHighDensityScatterSeries.prototype.get_fo = 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.q1 = function (a) {
|
|
130
|
+
_super.prototype.q1.call(this, a);
|
|
131
|
+
this.xb = a;
|
|
132
132
|
};
|
|
133
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
134
|
-
this.
|
|
135
|
-
return this.
|
|
133
|
+
GeographicHighDensityScatterSeries.prototype.w1 = function () {
|
|
134
|
+
this.xa = new HighDensityScatterSeries();
|
|
135
|
+
return this.xa;
|
|
136
136
|
};
|
|
137
|
-
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "
|
|
137
|
+
Object.defineProperty(GeographicHighDensityScatterSeries.prototype, "xk", {
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.
|
|
139
|
+
return this.xi;
|
|
140
140
|
},
|
|
141
141
|
set: function (a) {
|
|
142
|
-
var b = this.
|
|
143
|
-
this.
|
|
144
|
-
this.raisePropertyChanged("ProgressiveStatus", b, this.
|
|
142
|
+
var b = this.xi;
|
|
143
|
+
this.xi = a;
|
|
144
|
+
this.raisePropertyChanged("ProgressiveStatus", b, this.xi);
|
|
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.w7 = function (a, b) {
|
|
150
|
+
_super.prototype.w7.call(this, a, b);
|
|
151
|
+
var c = this.w2;
|
|
152
|
+
c.progressiveLoadStatusChanged = delegateCombine(c.progressiveLoadStatusChanged, runOn(this, this.xy));
|
|
153
|
+
var d = this.w2;
|
|
154
|
+
d.propertyUpdated = delegateCombine(d.propertyUpdated, runOn(this, this.xx));
|
|
155
|
+
};
|
|
156
|
+
GeographicHighDensityScatterSeries.prototype.xy = function (a, b) {
|
|
157
|
+
this.xk = 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.xx = function (a, b) {
|
|
163
|
+
if (this.xa == null) {
|
|
164
164
|
return;
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
168
|
-
_super.prototype.
|
|
167
|
+
GeographicHighDensityScatterSeries.prototype.ra = function (a, b, c, d) {
|
|
168
|
+
_super.prototype.ra.call(this, a, b, c, d);
|
|
169
169
|
switch (b) {
|
|
170
170
|
case "SeriesViewer":
|
|
171
|
-
this.
|
|
171
|
+
this.xb.cv();
|
|
172
172
|
break;
|
|
173
173
|
case GeographicHighDensityScatterSeries.$$p[5]:
|
|
174
|
-
this.
|
|
174
|
+
this.xb.cr();
|
|
175
175
|
break;
|
|
176
176
|
case GeographicHighDensityScatterSeries.$$p[4]:
|
|
177
|
-
this.
|
|
177
|
+
this.xb.cq();
|
|
178
178
|
break;
|
|
179
179
|
case GeographicHighDensityScatterSeries.$$p[9]:
|
|
180
|
-
this.
|
|
180
|
+
this.xb.cw();
|
|
181
181
|
break;
|
|
182
182
|
case GeographicHighDensityScatterSeries.$$p[8]:
|
|
183
|
-
this.
|
|
183
|
+
this.xb.cu();
|
|
184
184
|
break;
|
|
185
185
|
case GeographicHighDensityScatterSeries.$$p[6]:
|
|
186
|
-
this.
|
|
186
|
+
this.xb.cs();
|
|
187
187
|
break;
|
|
188
188
|
case "XAxis":
|
|
189
|
-
this.
|
|
189
|
+
this.xb.cx();
|
|
190
190
|
break;
|
|
191
191
|
case "YAxis":
|
|
192
|
-
this.
|
|
192
|
+
this.xb.cy();
|
|
193
193
|
break;
|
|
194
194
|
case GeographicHighDensityScatterSeries.$$p[3]:
|
|
195
|
-
this.
|
|
195
|
+
this.xb.cp();
|
|
196
196
|
break;
|
|
197
197
|
case GeographicHighDensityScatterSeries.$$p[1]:
|
|
198
|
-
this.
|
|
198
|
+
this.xb.cn();
|
|
199
199
|
break;
|
|
200
200
|
case GeographicHighDensityScatterSeries.$$p[2]:
|
|
201
|
-
this.
|
|
201
|
+
this.xb.co();
|
|
202
202
|
break;
|
|
203
203
|
case GeographicHighDensityScatterSeries.$$p[0]:
|
|
204
|
-
this.
|
|
204
|
+
this.xb.cm();
|
|
205
205
|
break;
|
|
206
206
|
case GeographicHighDensityScatterSeries.$$p[7]:
|
|
207
|
-
this.
|
|
207
|
+
this.xb.ct();
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
};
|
|
211
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
211
|
+
GeographicHighDensityScatterSeries.prototype.get_g7 = function () {
|
|
212
212
|
return true;
|
|
213
213
|
};
|
|
214
|
-
GeographicHighDensityScatterSeries.prototype.
|
|
215
|
-
_super.prototype.
|
|
214
|
+
GeographicHighDensityScatterSeries.prototype.set_g7 = function (a) {
|
|
215
|
+
_super.prototype.set_g7.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:x9:xz', [Color.$, Defaults.ap], 'HeatMaximum:xf:x0', [1, 50], 'HeatMinimumColor:ya:x1', [Color.$, Defaults.aq], 'HeatMinimum:xg:x2', [1, 0], 'LatitudeMemberPath:xp:x3', [2, null], 'LongitudeMemberPath:xr:x4', [2, null], 'MouseOverEnabled:xc:x5', [0, false], 'PointExtent:xj:x6', [1, 1], 'ProgressiveLoad:xd:x7', [0, true], 'UseBruteForce:xe:x8', [0, false]]);
|
|
219
219
|
return GeographicHighDensityScatterSeries;
|
|
220
220
|
}(GeographicMapSeriesHost));
|
|
221
221
|
export { GeographicHighDensityScatterSeries };
|