igniteui-webcomponents-charts 5.0.0 → 5.0.2-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.
- package/bundles/igniteui-webcomponents-charts.umd.js +1088 -948
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +2 -2
- package/esm2015/lib/CalloutLayer_combined.js +1 -1
- package/esm2015/lib/CategoryBucketCalculator_combined.js +50 -50
- package/esm2015/lib/DataLegendContent_combined.js +7 -0
- package/esm2015/lib/DataLegendVisualData_combined.js +24 -14
- package/esm2015/lib/DataPieBaseChart.js +311 -298
- package/esm2015/lib/DataPieChart.js +73 -73
- package/esm2015/lib/FinancialLegend_combined.js +3 -3
- package/esm2015/lib/ItemLegend_combined.js +26 -25
- package/esm2015/lib/LegendBaseViewManager_combined.js +118 -100
- package/esm2015/lib/Legend_combined.js +13 -13
- package/esm2015/lib/PieChartViewManager_combined.js +11 -1
- package/esm2015/lib/PolarBase_combined.js +24 -24
- package/esm2015/lib/RadialBucketCalculator_combined.js +32 -32
- package/esm2015/lib/RadialPieSeries_combined.js +153 -78
- package/esm2015/lib/ScaleLegend_combined.js +82 -82
- package/esm2015/lib/ScatterBase_combined.js +23 -22
- package/esm2015/lib/ScatterPolygonSeries_combined.js +20 -20
- package/esm2015/lib/SeriesViewer_combined.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +2 -2
- package/esm2015/lib/igc-data-pie-base-chart-component.js +91 -83
- package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
- package/esm2015/lib/igc-pie-chart-base-component.js +1 -1
- package/esm2015/lib/igc-radial-pie-series-component.js +20 -9
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +2 -2
- package/esm5/lib/CalloutLayer_combined.js +1 -1
- package/esm5/lib/CategoryBucketCalculator_combined.js +50 -50
- package/esm5/lib/DataLegendContent_combined.js +7 -0
- package/esm5/lib/DataLegendVisualData_combined.js +28 -14
- package/esm5/lib/DataPieBaseChart.js +285 -268
- package/esm5/lib/DataPieChart.js +65 -65
- package/esm5/lib/FinancialLegend_combined.js +3 -3
- package/esm5/lib/ItemLegend_combined.js +26 -25
- package/esm5/lib/LegendBaseViewManager_combined.js +118 -100
- package/esm5/lib/Legend_combined.js +13 -13
- package/esm5/lib/PieChartViewManager_combined.js +11 -1
- package/esm5/lib/PolarBase_combined.js +24 -24
- package/esm5/lib/RadialBucketCalculator_combined.js +32 -32
- package/esm5/lib/RadialPieSeries_combined.js +160 -76
- package/esm5/lib/ScaleLegend_combined.js +82 -82
- package/esm5/lib/ScatterBase_combined.js +23 -22
- package/esm5/lib/ScatterPolygonSeries_combined.js +20 -20
- package/esm5/lib/SeriesViewer_combined.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +2 -2
- package/esm5/lib/igc-data-pie-base-chart-component.js +95 -83
- package/esm5/lib/igc-data-pie-chart-component.js +23 -23
- package/esm5/lib/igc-pie-chart-base-component.js +1 -1
- package/esm5/lib/igc-radial-pie-series-component.js +24 -9
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-charts.js +1101 -984
- package/fesm5/igniteui-webcomponents-charts.js +1087 -945
- package/lib/AnchoredRadialBucketCalculator_combined.d.ts +1 -1
- package/lib/CategoryBucketCalculator_combined.d.ts +1 -1
- package/lib/DataLegendVisualData_combined.d.ts +5 -1
- package/lib/DataPieBaseChart.d.ts +96 -92
- package/lib/DataPieChart.d.ts +26 -26
- package/lib/ItemLegend_combined.d.ts +5 -5
- package/lib/LegendBaseViewManager_combined.d.ts +33 -32
- package/lib/Legend_combined.d.ts +2 -2
- package/lib/PieChartViewManager_combined.d.ts +1 -1
- package/lib/PolarBase_combined.d.ts +1 -1
- package/lib/RadialBucketCalculator_combined.d.ts +2 -2
- package/lib/RadialPieSeries_combined.d.ts +18 -12
- package/lib/ScaleLegend_combined.d.ts +23 -23
- package/lib/ScatterBase_combined.d.ts +1 -1
- package/lib/ScatterPolygonSeries_combined.d.ts +1 -1
- package/lib/SeriesViewer_combined.d.ts +1 -1
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +1 -1
- package/lib/igc-data-pie-base-chart-component.d.ts +3 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -1
- package/lib/igc-radial-pie-series-component.d.ts +6 -0
- package/package.json +2 -2
- package/public_api.d.ts +0 -1
- package/esm2015/lib/LegendEmptyValuesMode.js +0 -29
- package/esm5/lib/LegendEmptyValuesMode.js +0 -29
- package/lib/LegendEmptyValuesMode.d.ts +0 -22
|
@@ -22222,7 +22222,7 @@
|
|
|
22222
22222
|
}
|
|
22223
22223
|
return this.kg;
|
|
22224
22224
|
};
|
|
22225
|
-
Series.prototype.d9 = function (a, b, c, d) {
|
|
22225
|
+
Series.prototype.d9 = function (a, b, c, d, e) {
|
|
22226
22226
|
return false;
|
|
22227
22227
|
};
|
|
22228
22228
|
Series.prototype.jb = function (a) {
|
|
@@ -24232,7 +24232,7 @@
|
|
|
24232
24232
|
this.hs = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.UIElement.$, 0);
|
|
24233
24233
|
var b = this.dl;
|
|
24234
24234
|
var c = new igniteuiWebcomponentsCore.List$1(SeriesPointOfInterest.$, 0);
|
|
24235
|
-
this.d9(c, false, false, 0);
|
|
24235
|
+
this.d9(c, false, false, 0, true);
|
|
24236
24236
|
var _loop_7 = function (d) {
|
|
24237
24237
|
var e = c._inner[d];
|
|
24238
24238
|
var f = this_4.vi(e.c);
|
|
@@ -34818,7 +34818,7 @@
|
|
|
34818
34818
|
d = true;
|
|
34819
34819
|
}
|
|
34820
34820
|
a.kg = this.zs;
|
|
34821
|
-
if (!a.gg && a.d9(this.aa9, this.aa4, this.aa0, this.abn)) {
|
|
34821
|
+
if (!a.gg && a.d9(this.aa9, this.aa4, this.aa0, this.abn, false)) {
|
|
34822
34822
|
var e = this.aa9;
|
|
34823
34823
|
var _loop_1 = function (f) {
|
|
34824
34824
|
var g = e._inner[f];
|
|
@@ -54775,6 +54775,7 @@
|
|
|
54775
54775
|
_this._badgeMarginRight = 0;
|
|
54776
54776
|
_this._badgeMarginBottom = 0;
|
|
54777
54777
|
_this._badgeShape = null;
|
|
54778
|
+
_this._badgeAppearance = null;
|
|
54778
54779
|
_this._rowBounds = null;
|
|
54779
54780
|
_this._rowMarginLeft = 0;
|
|
54780
54781
|
_this._rowMarginTop = 0;
|
|
@@ -54864,6 +54865,16 @@
|
|
|
54864
54865
|
enumerable: false,
|
|
54865
54866
|
configurable: true
|
|
54866
54867
|
});
|
|
54868
|
+
Object.defineProperty(DataLegendVisualDataRow.prototype, "badgeAppearance", {
|
|
54869
|
+
get: function () {
|
|
54870
|
+
return this._badgeAppearance;
|
|
54871
|
+
},
|
|
54872
|
+
set: function (a) {
|
|
54873
|
+
this._badgeAppearance = a;
|
|
54874
|
+
},
|
|
54875
|
+
enumerable: false,
|
|
54876
|
+
configurable: true
|
|
54877
|
+
});
|
|
54867
54878
|
Object.defineProperty(DataLegendVisualDataRow.prototype, "rowBounds", {
|
|
54868
54879
|
get: function () {
|
|
54869
54880
|
return this._rowBounds;
|
|
@@ -54920,22 +54931,25 @@
|
|
|
54920
54931
|
var b = " ";
|
|
54921
54932
|
var c = new igniteuiWebcomponentsCore.StringBuilder(0);
|
|
54922
54933
|
c.u("{");
|
|
54923
|
-
c.u(b + this.
|
|
54924
|
-
c.u(b + this.
|
|
54925
|
-
c.u(b + this.
|
|
54926
|
-
c.u(b + this.
|
|
54934
|
+
c.u(b + this.o("badgeMarginLeft") + this.badgeMarginLeft + a);
|
|
54935
|
+
c.u(b + this.o("badgeMarginTop") + this.badgeMarginTop + a);
|
|
54936
|
+
c.u(b + this.o("badgeMarginRight") + this.badgeMarginRight + a);
|
|
54937
|
+
c.u(b + this.o("badgeMarginBottom") + this.badgeMarginBottom + a);
|
|
54927
54938
|
if (this.badgeBounds == null) {
|
|
54928
|
-
c.u(b + this.
|
|
54939
|
+
c.u(b + this.o("badgeBounds") + "{}" + a);
|
|
54929
54940
|
}
|
|
54930
54941
|
else {
|
|
54931
|
-
c.u(b + this.
|
|
54942
|
+
c.u(b + this.o("badgeBounds") + DataLegendVisualData.serialize1(this.badgeBounds) + a);
|
|
54932
54943
|
}
|
|
54933
|
-
c.u(b + this.
|
|
54934
|
-
|
|
54935
|
-
|
|
54936
|
-
|
|
54937
|
-
c.u(b + this.
|
|
54938
|
-
c.u(b + this.
|
|
54944
|
+
c.u(b + this.o("badgeShape") + DataLegendVisualData.serialize1(this.badgeShape) + a);
|
|
54945
|
+
if (this.badgeAppearance != null) {
|
|
54946
|
+
c.u(b + this.o("badgeAppearance") + this.badgeAppearance.serialize() + a);
|
|
54947
|
+
}
|
|
54948
|
+
c.u(b + this.o("rowBounds") + DataLegendVisualData.serialize1(this.rowBounds) + a);
|
|
54949
|
+
c.u(b + this.o("rowMarginLeft") + this.rowMarginLeft + a);
|
|
54950
|
+
c.u(b + this.o("rowMarginTop") + this.rowMarginTop + a);
|
|
54951
|
+
c.u(b + this.o("rowMarginRight") + this.rowMarginRight + a);
|
|
54952
|
+
c.u(b + this.o("rowMarginBottom") + this.rowMarginBottom + a);
|
|
54939
54953
|
var d = new igniteuiWebcomponentsCore.List$1(igniteuiWebcomponentsCore.String_$type, 0);
|
|
54940
54954
|
try {
|
|
54941
54955
|
for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(this.columns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
@@ -54956,13 +54970,13 @@
|
|
|
54956
54970
|
throw e_2.error;
|
|
54957
54971
|
}
|
|
54958
54972
|
}
|
|
54959
|
-
c.u(b + this.
|
|
54973
|
+
c.u(b + this.o("columns") + "[");
|
|
54960
54974
|
c.u(b + b + igniteuiWebcomponentsCore.stringJoin.apply(void 0, tslib.__spreadArray([", \n" + b + b], tslib.__read(d.toArray()), false)));
|
|
54961
54975
|
c.u(b + "]");
|
|
54962
54976
|
c.u("}");
|
|
54963
54977
|
return c.toString();
|
|
54964
54978
|
};
|
|
54965
|
-
DataLegendVisualDataRow.prototype.
|
|
54979
|
+
DataLegendVisualDataRow.prototype.o = function (a) {
|
|
54966
54980
|
return a + ": ";
|
|
54967
54981
|
};
|
|
54968
54982
|
DataLegendVisualDataRow.$t = igniteuiWebcomponentsCore.markType(DataLegendVisualDataRow, 'DataLegendVisualDataRow');
|
|
@@ -56683,6 +56697,11 @@
|
|
|
56683
56697
|
l.badgeMarginBottom = k.z.bottom;
|
|
56684
56698
|
l.badgeMarginRight = k.z.right;
|
|
56685
56699
|
l.badgeMarginLeft = k.z.left;
|
|
56700
|
+
l.badgeAppearance = new igniteuiWebcomponentsCore.PrimitiveAppearanceData();
|
|
56701
|
+
var aa = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.ILegendContext_$type, k.n);
|
|
56702
|
+
var ab = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.ILegendContext_$type, k.i);
|
|
56703
|
+
l.badgeAppearance.fill = igniteuiWebcomponentsCore.AppearanceHelper.b(aa.actualItemBrush);
|
|
56704
|
+
l.badgeAppearance.stroke = igniteuiWebcomponentsCore.AppearanceHelper.b(aa.outline);
|
|
56686
56705
|
l.badgeShape = k.o;
|
|
56687
56706
|
}
|
|
56688
56707
|
l.rowBounds = igniteuiWebcomponentsCore.RectData.b(m);
|
|
@@ -67466,104 +67485,104 @@
|
|
|
67466
67485
|
enumerable: false,
|
|
67467
67486
|
configurable: true
|
|
67468
67487
|
});
|
|
67469
|
-
CategorySeries.prototype.d9 = function (a, b, c, d) {
|
|
67488
|
+
CategorySeries.prototype.d9 = function (a, b, c, d, e) {
|
|
67470
67489
|
var _this = this;
|
|
67471
67490
|
if (!this.hasMarkers) {
|
|
67472
67491
|
return false;
|
|
67473
67492
|
}
|
|
67474
|
-
var
|
|
67475
|
-
var
|
|
67476
|
-
var
|
|
67477
|
-
|
|
67478
|
-
var
|
|
67479
|
-
var
|
|
67480
|
-
|
|
67481
|
-
var
|
|
67482
|
-
var
|
|
67483
|
-
var
|
|
67484
|
-
var
|
|
67485
|
-
if (
|
|
67486
|
-
|
|
67493
|
+
var f = this.getEffectiveViewport1(this.ct);
|
|
67494
|
+
var g = this.yk();
|
|
67495
|
+
var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
|
|
67496
|
+
h.c = f;
|
|
67497
|
+
var i = this.y0();
|
|
67498
|
+
var j = new ScalerParams(1, this.c9.vl, this.wl, i.ch);
|
|
67499
|
+
j.c = f;
|
|
67500
|
+
var k = this.c9.vl;
|
|
67501
|
+
var l = this.wl;
|
|
67502
|
+
var m = this.currentMode2Index;
|
|
67503
|
+
var n = 0;
|
|
67504
|
+
if (g.ce && g.cc) {
|
|
67505
|
+
n = g.getSeriesOffset(k, l, f, m, g.categoryMode);
|
|
67487
67506
|
}
|
|
67488
67507
|
a.clear();
|
|
67489
|
-
this.wy.cj(function (
|
|
67490
|
-
if (
|
|
67491
|
-
var
|
|
67492
|
-
var
|
|
67493
|
-
var
|
|
67494
|
-
if (
|
|
67508
|
+
this.wy.cj(function (o) {
|
|
67509
|
+
if (o._visibility == 0) {
|
|
67510
|
+
var p = new SeriesPointOfInterest();
|
|
67511
|
+
var q = o.n;
|
|
67512
|
+
var r = o.o;
|
|
67513
|
+
if (q < _this.wl.left || q > _this.wl.right || r < _this.wl.top || r > _this.wl.bottom) {
|
|
67495
67514
|
return;
|
|
67496
67515
|
}
|
|
67497
67516
|
if (_this.isVertical) {
|
|
67498
|
-
if (
|
|
67499
|
-
|
|
67517
|
+
if (g.cb && !g.ce && g.categoryMode != 0) {
|
|
67518
|
+
p.e = o.ak;
|
|
67500
67519
|
}
|
|
67501
67520
|
else {
|
|
67502
|
-
|
|
67521
|
+
p.e = g.en(r, h);
|
|
67503
67522
|
}
|
|
67504
|
-
|
|
67523
|
+
p.d = i.en(q, j);
|
|
67505
67524
|
}
|
|
67506
67525
|
else {
|
|
67507
|
-
if (
|
|
67508
|
-
|
|
67526
|
+
if (g.cb && !g.ce && g.categoryMode != 0) {
|
|
67527
|
+
p.d = o.ak;
|
|
67509
67528
|
}
|
|
67510
67529
|
else {
|
|
67511
|
-
|
|
67530
|
+
p.d = g.en(q, h);
|
|
67512
67531
|
}
|
|
67513
|
-
|
|
67532
|
+
p.e = i.en(r, j);
|
|
67514
67533
|
}
|
|
67515
|
-
|
|
67534
|
+
p.b = o.content;
|
|
67516
67535
|
if (b) {
|
|
67517
67536
|
if (_this.isVertical) {
|
|
67518
67537
|
if (c) {
|
|
67519
|
-
|
|
67538
|
+
p.f = _this.zq(p.d, d);
|
|
67520
67539
|
}
|
|
67521
67540
|
else {
|
|
67522
|
-
var
|
|
67523
|
-
if (!igniteuiWebcomponentsCore.isNaN_(
|
|
67524
|
-
|
|
67541
|
+
var s = _this.jb(o);
|
|
67542
|
+
if (!igniteuiWebcomponentsCore.isNaN_(s)) {
|
|
67543
|
+
p.f = _this.zq(s, d);
|
|
67525
67544
|
}
|
|
67526
67545
|
else {
|
|
67527
|
-
|
|
67546
|
+
p.f = _this.zq(p.d, d);
|
|
67528
67547
|
}
|
|
67529
67548
|
}
|
|
67530
67549
|
}
|
|
67531
67550
|
else {
|
|
67532
67551
|
if (c) {
|
|
67533
|
-
|
|
67552
|
+
p.f = _this.zq(p.e, d);
|
|
67534
67553
|
}
|
|
67535
67554
|
else {
|
|
67536
|
-
var
|
|
67537
|
-
if (!igniteuiWebcomponentsCore.isNaN_(
|
|
67538
|
-
|
|
67555
|
+
var t = _this.jb(o);
|
|
67556
|
+
if (!igniteuiWebcomponentsCore.isNaN_(t)) {
|
|
67557
|
+
p.f = _this.zq(t, d);
|
|
67539
67558
|
}
|
|
67540
67559
|
else {
|
|
67541
|
-
|
|
67560
|
+
p.f = _this.zq(p.e, d);
|
|
67542
67561
|
}
|
|
67543
67562
|
}
|
|
67544
67563
|
}
|
|
67545
67564
|
}
|
|
67546
67565
|
else {
|
|
67547
|
-
var
|
|
67548
|
-
if (
|
|
67549
|
-
var
|
|
67550
|
-
if (
|
|
67551
|
-
|
|
67566
|
+
var u = _this.at(true);
|
|
67567
|
+
if (u != null) {
|
|
67568
|
+
var v = _this.kq(o.ak, false);
|
|
67569
|
+
if (v != null) {
|
|
67570
|
+
p.f = u.i(v);
|
|
67552
67571
|
}
|
|
67553
67572
|
else {
|
|
67554
|
-
|
|
67573
|
+
p.f = null;
|
|
67555
67574
|
}
|
|
67556
67575
|
}
|
|
67557
67576
|
else {
|
|
67558
|
-
|
|
67577
|
+
p.f = g.ge(o.ak);
|
|
67559
67578
|
}
|
|
67560
67579
|
}
|
|
67561
|
-
|
|
67562
|
-
|
|
67580
|
+
p.c = o.ak;
|
|
67581
|
+
p.g = _this.va;
|
|
67563
67582
|
if (_this.g7) {
|
|
67564
|
-
|
|
67583
|
+
p.g = _this.vh(o.ak);
|
|
67565
67584
|
}
|
|
67566
|
-
a.add(
|
|
67585
|
+
a.add(p);
|
|
67567
67586
|
}
|
|
67568
67587
|
});
|
|
67569
67588
|
return true;
|
|
@@ -112066,49 +112085,49 @@
|
|
|
112066
112085
|
}
|
|
112067
112086
|
_super.prototype.pn.call(this, a);
|
|
112068
112087
|
};
|
|
112069
|
-
RadialBase.prototype.d9 = function (a, b, c, d) {
|
|
112088
|
+
RadialBase.prototype.d9 = function (a, b, c, d, e) {
|
|
112070
112089
|
var _this = this;
|
|
112071
112090
|
if (!this.hasMarkers) {
|
|
112072
112091
|
return false;
|
|
112073
112092
|
}
|
|
112074
|
-
var
|
|
112075
|
-
var
|
|
112076
|
-
|
|
112077
|
-
var
|
|
112078
|
-
var
|
|
112079
|
-
|
|
112080
|
-
var
|
|
112093
|
+
var f = this.yr;
|
|
112094
|
+
var g = new ScalerParams(1, this.c9.vl, this.wl, f.ch);
|
|
112095
|
+
g.c = this.getEffectiveViewport1(this.ct);
|
|
112096
|
+
var h = this.yw;
|
|
112097
|
+
var i = new ScalerParams(1, this.c9.vl, this.wl, h.ch);
|
|
112098
|
+
i.c = this.getEffectiveViewport1(this.ct);
|
|
112099
|
+
var j = this.zw;
|
|
112081
112100
|
a.clear();
|
|
112082
|
-
this.wy.cj(function (
|
|
112083
|
-
if (
|
|
112084
|
-
var
|
|
112085
|
-
var
|
|
112086
|
-
var
|
|
112087
|
-
if (
|
|
112101
|
+
this.wy.cj(function (k) {
|
|
112102
|
+
if (k._visibility == 0) {
|
|
112103
|
+
var l = new SeriesPointOfInterest();
|
|
112104
|
+
var m = k.n;
|
|
112105
|
+
var n = k.o;
|
|
112106
|
+
if (m < _this.wl.left || m > _this.wl.right || n < _this.wl.top || n > _this.wl.bottom) {
|
|
112088
112107
|
return;
|
|
112089
112108
|
}
|
|
112090
|
-
var
|
|
112091
|
-
if (
|
|
112092
|
-
|
|
112109
|
+
var o = null;
|
|
112110
|
+
if (k.content != null) {
|
|
112111
|
+
o = k.content.item;
|
|
112093
112112
|
}
|
|
112094
|
-
var o = void 0;
|
|
112095
112113
|
var p = void 0;
|
|
112096
|
-
var q =
|
|
112097
|
-
|
|
112098
|
-
p =
|
|
112099
|
-
|
|
112100
|
-
|
|
112101
|
-
|
|
112102
|
-
var s =
|
|
112103
|
-
|
|
112104
|
-
|
|
112105
|
-
|
|
112106
|
-
|
|
112114
|
+
var q = void 0;
|
|
112115
|
+
var r = _this.yz.g(m, n, _this.ct.by, _this.ct.bx, _this.ct.getEffectiveViewport(), p, q);
|
|
112116
|
+
p = r.p5;
|
|
112117
|
+
q = r.p6;
|
|
112118
|
+
l.d = p;
|
|
112119
|
+
l.e = q;
|
|
112120
|
+
var s = l.e;
|
|
112121
|
+
var t = k.ak;
|
|
112122
|
+
l.f = _this.aav(s, o, t, d, j, c, b, false);
|
|
112123
|
+
l.b = k.content;
|
|
112124
|
+
l.g = _this.va;
|
|
112125
|
+
l.c = k.ak;
|
|
112107
112126
|
if (_this.g7) {
|
|
112108
|
-
|
|
112127
|
+
l.g = _this.vh(k.ak);
|
|
112109
112128
|
}
|
|
112110
|
-
|
|
112111
|
-
a.add(
|
|
112129
|
+
l.a = _this.aq(k.ak, k.al);
|
|
112130
|
+
a.add(l);
|
|
112112
112131
|
}
|
|
112113
112132
|
});
|
|
112114
112133
|
return true;
|
|
@@ -113839,7 +113858,7 @@
|
|
|
113839
113858
|
};
|
|
113840
113859
|
AnchoredRadialSeries.prototype.kr = function (a) {
|
|
113841
113860
|
if (this.yr != null && this.yr.cl) {
|
|
113842
|
-
if (a == this.yr.
|
|
113861
|
+
if (a == this.yr.othersIndex) {
|
|
113843
113862
|
return this.yy;
|
|
113844
113863
|
}
|
|
113845
113864
|
}
|
|
@@ -114859,8 +114878,9 @@
|
|
|
114859
114878
|
tslib.__extends(RadialPieSeries, _super);
|
|
114860
114879
|
function RadialPieSeries() {
|
|
114861
114880
|
var _this = _super.call(this) || this;
|
|
114862
|
-
_this.
|
|
114863
|
-
_this.
|
|
114881
|
+
_this.adg = null;
|
|
114882
|
+
_this.adl = null;
|
|
114883
|
+
_this.add = 0;
|
|
114864
114884
|
_this.ab = RadialPieSeries.$;
|
|
114865
114885
|
return _this;
|
|
114866
114886
|
}
|
|
@@ -114884,31 +114904,45 @@
|
|
|
114884
114904
|
};
|
|
114885
114905
|
RadialPieSeries.prototype.qx = function (a) {
|
|
114886
114906
|
_super.prototype.qx.call(this, a);
|
|
114887
|
-
this.
|
|
114907
|
+
this.adf = a;
|
|
114888
114908
|
};
|
|
114889
|
-
Object.defineProperty(RadialPieSeries.prototype, "
|
|
114909
|
+
Object.defineProperty(RadialPieSeries.prototype, "adh", {
|
|
114890
114910
|
get: function () {
|
|
114891
|
-
return this.
|
|
114911
|
+
return this.adg;
|
|
114892
114912
|
},
|
|
114893
114913
|
set: function (a) {
|
|
114894
|
-
if (this.
|
|
114895
|
-
var b = this.
|
|
114896
|
-
this.
|
|
114897
|
-
this.raisePropertyChanged("LegendLabelColumn", b, this.
|
|
114914
|
+
if (this.adg != a) {
|
|
114915
|
+
var b = this.adh;
|
|
114916
|
+
this.adg = a;
|
|
114917
|
+
this.raisePropertyChanged("LegendLabelColumn", b, this.adh);
|
|
114898
114918
|
}
|
|
114899
114919
|
},
|
|
114900
114920
|
enumerable: false,
|
|
114901
114921
|
configurable: true
|
|
114902
114922
|
});
|
|
114903
|
-
Object.defineProperty(RadialPieSeries.prototype, "
|
|
114923
|
+
Object.defineProperty(RadialPieSeries.prototype, "ado", {
|
|
114904
114924
|
get: function () {
|
|
114905
|
-
return this.
|
|
114925
|
+
return this.adl;
|
|
114926
|
+
},
|
|
114927
|
+
set: function (a) {
|
|
114928
|
+
if (this.adl != a) {
|
|
114929
|
+
var b = this.adl;
|
|
114930
|
+
this.adl = a;
|
|
114931
|
+
this.raisePropertyChanged("LegendLabelMemberPath", b, this.adl);
|
|
114932
|
+
}
|
|
114933
|
+
},
|
|
114934
|
+
enumerable: false,
|
|
114935
|
+
configurable: true
|
|
114936
|
+
});
|
|
114937
|
+
Object.defineProperty(RadialPieSeries.prototype, "ade", {
|
|
114938
|
+
get: function () {
|
|
114939
|
+
return this.add;
|
|
114906
114940
|
},
|
|
114907
114941
|
set: function (a) {
|
|
114908
|
-
if (this.
|
|
114909
|
-
var b = this.
|
|
114910
|
-
this.
|
|
114911
|
-
this.raisePropertyChanged("
|
|
114942
|
+
if (this.add != a) {
|
|
114943
|
+
var b = this.add;
|
|
114944
|
+
this.add = a;
|
|
114945
|
+
this.raisePropertyChanged("LegendEmptyValuesMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, this.add));
|
|
114912
114946
|
}
|
|
114913
114947
|
},
|
|
114914
114948
|
enumerable: false,
|
|
@@ -114954,7 +114988,7 @@
|
|
|
114954
114988
|
}
|
|
114955
114989
|
var p = o.f._inner[b][0];
|
|
114956
114990
|
var q = Math.min(o.f._inner[b][2], h.maxLength);
|
|
114957
|
-
return this.
|
|
114991
|
+
return this.adi(d, e, f, p - (m * 0.5), p + (m * 0.5), l, q, i);
|
|
114958
114992
|
}
|
|
114959
114993
|
};
|
|
114960
114994
|
RadialPieSeries.prototype.get_eb = function () {
|
|
@@ -114982,15 +115016,15 @@
|
|
|
114982
115016
|
var m = this.yr.k5(d, e, f);
|
|
114983
115017
|
var n = this.yr.cl;
|
|
114984
115018
|
var o = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
|
|
114985
|
-
var p = this.
|
|
114986
|
-
var q = this.
|
|
115019
|
+
var p = this.adj;
|
|
115020
|
+
var q = this.adk;
|
|
114987
115021
|
var r = (p > 0 && q > 0);
|
|
114988
115022
|
var s = this.abx.count;
|
|
114989
115023
|
this.y7.a2(this, this.zo(), igniteuiWebcomponentsCore.runOn(this, this.yf), this.zx(b), this.zy(b));
|
|
114990
|
-
this.y7.r = this.
|
|
114991
|
-
this.y7.s = this.
|
|
114992
|
-
this.y7.k = this.
|
|
114993
|
-
this.y7.l = this.
|
|
115024
|
+
this.y7.r = this.adj;
|
|
115025
|
+
this.y7.s = this.adk;
|
|
115026
|
+
this.y7.k = this.adj;
|
|
115027
|
+
this.y7.l = this.adk;
|
|
114994
115028
|
var t = false;
|
|
114995
115029
|
var u = this.y7.b;
|
|
114996
115030
|
if (u != null) {
|
|
@@ -115032,10 +115066,10 @@
|
|
|
115032
115066
|
r = (ah > 0 && ai > 0);
|
|
115033
115067
|
var aj = null;
|
|
115034
115068
|
if (r) {
|
|
115035
|
-
aj = this.
|
|
115069
|
+
aj = this.adu(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o, ah, ai);
|
|
115036
115070
|
}
|
|
115037
115071
|
else {
|
|
115038
|
-
aj = this.
|
|
115072
|
+
aj = this.adv(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o);
|
|
115039
115073
|
}
|
|
115040
115074
|
ag.an = aj;
|
|
115041
115075
|
this.y7.ad(ag, false, false, false, false);
|
|
@@ -115049,7 +115083,7 @@
|
|
|
115049
115083
|
c.c6.count = x;
|
|
115050
115084
|
c.db();
|
|
115051
115085
|
};
|
|
115052
|
-
RadialPieSeries.prototype.
|
|
115086
|
+
RadialPieSeries.prototype.adv = function (a, b, c, d, e, f, g, h) {
|
|
115053
115087
|
var i = SliceCoords.b(a, b, c, d, e, f, g, h);
|
|
115054
115088
|
var j = new igniteuiWebcomponentsCore.PathFigure();
|
|
115055
115089
|
j._startPoint = i.d;
|
|
@@ -115084,7 +115118,7 @@
|
|
|
115084
115118
|
k.c.add(j);
|
|
115085
115119
|
return k;
|
|
115086
115120
|
};
|
|
115087
|
-
RadialPieSeries.prototype.
|
|
115121
|
+
RadialPieSeries.prototype.adi = function (a, b, c, d, e, f, g, h) {
|
|
115088
115122
|
var i = SliceCoords.b(a, b, c, d, e, f, g, h);
|
|
115089
115123
|
if (igniteuiWebcomponentsCore.isNaN_(i.n.width) || igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isNaN_(e)) {
|
|
115090
115124
|
return null;
|
|
@@ -115093,10 +115127,10 @@
|
|
|
115093
115127
|
var k = ViewportUtils.i(0.5, a, b, c);
|
|
115094
115128
|
return new igniteuiWebcomponentsCore.PieSliceCollisionGeometry(j, k, i.n.width, i.m.width, d, e);
|
|
115095
115129
|
};
|
|
115096
|
-
RadialPieSeries.prototype.
|
|
115130
|
+
RadialPieSeries.prototype.adu = function (a, b, c, d, e, f, g, h, i, j) {
|
|
115097
115131
|
var k = SliceCoords.a(a, b, c, d, e, f, g, h, i, j);
|
|
115098
115132
|
if (k == null) {
|
|
115099
|
-
return this.
|
|
115133
|
+
return this.adv(a, b, c, d, e, f, g, h);
|
|
115100
115134
|
}
|
|
115101
115135
|
var l = new igniteuiWebcomponentsCore.PathFigure();
|
|
115102
115136
|
l._startPoint = k.d;
|
|
@@ -115178,20 +115212,20 @@
|
|
|
115178
115212
|
break;
|
|
115179
115213
|
case "FastItemsSource":
|
|
115180
115214
|
if (c != null) {
|
|
115181
|
-
if (this.
|
|
115182
|
-
c.deregisterColumn(this.
|
|
115215
|
+
if (this.adh != null) {
|
|
115216
|
+
c.deregisterColumn(this.adh);
|
|
115183
115217
|
}
|
|
115184
115218
|
}
|
|
115185
115219
|
if (d != null) {
|
|
115186
|
-
if (this.
|
|
115187
|
-
this.
|
|
115220
|
+
if (this.ado != null) {
|
|
115221
|
+
this.adh = this.dk(this.ado);
|
|
115188
115222
|
}
|
|
115189
115223
|
}
|
|
115190
115224
|
break;
|
|
115191
115225
|
case "LegendLabelMemberPath":
|
|
115192
115226
|
if (this.dl != null) {
|
|
115193
|
-
this.dl.deregisterColumn(this.
|
|
115194
|
-
this.
|
|
115227
|
+
this.dl.deregisterColumn(this.adh);
|
|
115228
|
+
this.adh = this.dk(this.ado);
|
|
115195
115229
|
this.pc();
|
|
115196
115230
|
this.pq();
|
|
115197
115231
|
}
|
|
@@ -115199,61 +115233,127 @@
|
|
|
115199
115233
|
}
|
|
115200
115234
|
};
|
|
115201
115235
|
RadialPieSeries.prototype.wh = function (a) {
|
|
115202
|
-
var b = this.
|
|
115203
|
-
var c = this.
|
|
115204
|
-
var d = this.getEffectiveViewport1(this.
|
|
115205
|
-
var e = this.wd(this.
|
|
115236
|
+
var b = this.adf.by;
|
|
115237
|
+
var c = this.adf.bx;
|
|
115238
|
+
var d = this.getEffectiveViewport1(this.adf);
|
|
115239
|
+
var e = this.wd(this.adf);
|
|
115206
115240
|
var f = this.yw.k2(c, b, d, e);
|
|
115207
115241
|
var g = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
|
|
115208
115242
|
var h = igniteuiWebcomponentsCore.GeometryUtil.i(g, a);
|
|
115209
115243
|
var i = this.y1.f;
|
|
115210
|
-
|
|
115211
|
-
|
|
115212
|
-
var l =
|
|
115213
|
-
var m = i._inner[
|
|
115214
|
-
|
|
115215
|
-
|
|
115216
|
-
|
|
115217
|
-
|
|
115218
|
-
|
|
115219
|
-
|
|
115220
|
-
|
|
115244
|
+
var j = 0;
|
|
115245
|
+
for (var k = 0; k < i.count; k++) {
|
|
115246
|
+
var l = i._inner[k][0];
|
|
115247
|
+
var m = Math.min(i._inner[k][2], f.maxLength);
|
|
115248
|
+
var n = i._inner[k][3];
|
|
115249
|
+
if (igniteuiWebcomponentsCore.isNaN_(n)) {
|
|
115250
|
+
continue;
|
|
115251
|
+
}
|
|
115252
|
+
l = l % 6.28318531;
|
|
115253
|
+
if (l < 0) {
|
|
115254
|
+
l += 6.28318531;
|
|
115255
|
+
}
|
|
115256
|
+
if (h >= l - (n * 0.5) && h <= l + (n * 0.5)) {
|
|
115257
|
+
var o = Math.max(0, 0.5 * this.yw.no);
|
|
115258
|
+
var p = o;
|
|
115259
|
+
p = Math.max(p, f.minLength);
|
|
115260
|
+
var q = SliceCoords.b(b, c, d, l - (n * 0.5), l + (n * 0.5), p, m, g);
|
|
115261
|
+
var r = igniteuiWebcomponentsCore.GeometryUtil.q({ $type: igniteuiWebcomponentsCore.Point_$type, x: ViewportUtils.e(g.x, b, c, d), y: ViewportUtils.i(g.y, b, c, d) }, igniteuiWebcomponentsCore.MathUtil.f(l), q.n.width);
|
|
115221
115262
|
var s = 1.7976931348623157E+308;
|
|
115222
|
-
var t =
|
|
115263
|
+
var t = 1.7976931348623157E+308;
|
|
115223
115264
|
var u = -1.7976931348623157E+308;
|
|
115224
|
-
|
|
115225
|
-
|
|
115226
|
-
|
|
115227
|
-
|
|
115228
|
-
|
|
115229
|
-
s = Math.min(s,
|
|
115230
|
-
|
|
115231
|
-
|
|
115232
|
-
|
|
115233
|
-
|
|
115234
|
-
t = Math.
|
|
115235
|
-
|
|
115236
|
-
|
|
115237
|
-
|
|
115238
|
-
|
|
115239
|
-
u = Math.max(u,
|
|
115240
|
-
|
|
115241
|
-
|
|
115242
|
-
|
|
115243
|
-
|
|
115244
|
-
|
|
115265
|
+
var v = -1.7976931348623157E+308;
|
|
115266
|
+
s = Math.min(s, q.d.x);
|
|
115267
|
+
s = Math.min(s, q.f.x);
|
|
115268
|
+
s = Math.min(s, q.h.x);
|
|
115269
|
+
s = Math.min(s, q.j.x);
|
|
115270
|
+
s = Math.min(s, r.x);
|
|
115271
|
+
t = Math.min(t, q.d.y);
|
|
115272
|
+
t = Math.min(t, q.f.y);
|
|
115273
|
+
t = Math.min(t, q.h.y);
|
|
115274
|
+
t = Math.min(t, q.j.y);
|
|
115275
|
+
t = Math.min(t, r.y);
|
|
115276
|
+
u = Math.max(u, q.d.x);
|
|
115277
|
+
u = Math.max(u, q.f.x);
|
|
115278
|
+
u = Math.max(u, q.h.x);
|
|
115279
|
+
u = Math.max(u, q.j.x);
|
|
115280
|
+
u = Math.max(u, r.x);
|
|
115281
|
+
v = Math.max(v, q.d.y);
|
|
115282
|
+
v = Math.max(v, q.f.y);
|
|
115283
|
+
v = Math.max(v, q.h.y);
|
|
115284
|
+
v = Math.max(v, q.j.y);
|
|
115285
|
+
v = Math.max(v, r.y);
|
|
115286
|
+
return new igniteuiWebcomponentsCore.Rect(0, s, t, u - s, v - t);
|
|
115245
115287
|
}
|
|
115288
|
+
j++;
|
|
115246
115289
|
}
|
|
115247
115290
|
return new igniteuiWebcomponentsCore.Rect(0, 0, 0, 0, 0);
|
|
115248
115291
|
};
|
|
115249
115292
|
RadialPieSeries.prototype.ks = function (a) {
|
|
115250
|
-
if (this.
|
|
115251
|
-
return
|
|
115293
|
+
if (this.yr != null && this.yr.cl && a == this.yr.othersIndex) {
|
|
115294
|
+
return null;
|
|
115295
|
+
}
|
|
115296
|
+
if (this.adh != null) {
|
|
115297
|
+
return this.adh.item(a);
|
|
115252
115298
|
}
|
|
115253
115299
|
return null;
|
|
115254
115300
|
};
|
|
115301
|
+
RadialPieSeries.prototype.d9 = function (a, b, c, d, e) {
|
|
115302
|
+
var _this = this;
|
|
115303
|
+
if (_super.prototype.d9.call(this, a, b, c, d, e)) {
|
|
115304
|
+
var f = igniteuiWebcomponentsCore.typeCast(ProportionalCategoryAngleAxis.$, this.yr) !== null && this.yr.hasOthersCategory;
|
|
115305
|
+
if (e && (this.ade == 1 || (this.ade == 2 && !f))) {
|
|
115306
|
+
var g = this.yr;
|
|
115307
|
+
var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
|
|
115308
|
+
h.c = this.getEffectiveViewport1(this.ct);
|
|
115309
|
+
var i = this.yw;
|
|
115310
|
+
var j = new ScalerParams(1, this.c9.vl, this.wl, i.ch);
|
|
115311
|
+
j.c = this.getEffectiveViewport1(this.ct);
|
|
115312
|
+
var k = this.zw;
|
|
115313
|
+
var _loop_1 = function (l) {
|
|
115314
|
+
var m = this_1.dl.item(l);
|
|
115315
|
+
var n = NaN;
|
|
115316
|
+
if (m != null) {
|
|
115317
|
+
n = this_1.ja(m);
|
|
115318
|
+
}
|
|
115319
|
+
if (n == 0) {
|
|
115320
|
+
var o = new SeriesPointOfInterest();
|
|
115321
|
+
o.f = this_1.aav(n, m, l, d, k, c, b, false);
|
|
115322
|
+
o.b = ((function () {
|
|
115323
|
+
var $ret = new igniteuiWebcomponentsCore.DataContext();
|
|
115324
|
+
$ret.item = m;
|
|
115325
|
+
$ret.series = _this;
|
|
115326
|
+
return $ret;
|
|
115327
|
+
})());
|
|
115328
|
+
o.g = this_1.va;
|
|
115329
|
+
o.c = l;
|
|
115330
|
+
if (this_1.g7) {
|
|
115331
|
+
o.g = this_1.vh(l);
|
|
115332
|
+
}
|
|
115333
|
+
var p = false;
|
|
115334
|
+
for (var q = 0; q < a.count; q++) {
|
|
115335
|
+
if (o.c < a._inner[q].c) {
|
|
115336
|
+
a.insert(q, o);
|
|
115337
|
+
p = true;
|
|
115338
|
+
break;
|
|
115339
|
+
}
|
|
115340
|
+
}
|
|
115341
|
+
if (!p) {
|
|
115342
|
+
a.add(o);
|
|
115343
|
+
}
|
|
115344
|
+
}
|
|
115345
|
+
};
|
|
115346
|
+
var this_1 = this;
|
|
115347
|
+
for (var l = 0; l < this.dl.count; l++) {
|
|
115348
|
+
_loop_1(l);
|
|
115349
|
+
}
|
|
115350
|
+
}
|
|
115351
|
+
return true;
|
|
115352
|
+
}
|
|
115353
|
+
return false;
|
|
115354
|
+
};
|
|
115255
115355
|
RadialPieSeries.$t = igniteuiWebcomponentsCore.markType(RadialPieSeries, 'RadialPieSeries', AnchoredRadialSeries.$);
|
|
115256
|
-
RadialPieSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RadialPieSeries, 'raisePropertyChanged', ['RadiusX:
|
|
115356
|
+
RadialPieSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RadialPieSeries, 'raisePropertyChanged', ['RadiusX:adj:ads', [1, 2], 'RadiusY:adk:adt', [1, 2]]);
|
|
115257
115357
|
return RadialPieSeries;
|
|
115258
115358
|
}(AnchoredRadialSeries));
|
|
115259
115359
|
/**
|
|
@@ -115388,49 +115488,50 @@
|
|
|
115388
115488
|
tslib.__extends(DataPieBaseChart, _super);
|
|
115389
115489
|
function DataPieBaseChart() {
|
|
115390
115490
|
var _this = _super.call(this) || this;
|
|
115391
|
-
_this.
|
|
115491
|
+
_this.aie = null;
|
|
115392
115492
|
_this.agk = null;
|
|
115393
|
-
_this.ah8 = null;
|
|
115394
|
-
_this.agi = null;
|
|
115395
115493
|
_this.aia = null;
|
|
115494
|
+
_this.agi = null;
|
|
115495
|
+
_this.aic = null;
|
|
115396
115496
|
_this.agj = null;
|
|
115397
|
-
_this.
|
|
115497
|
+
_this.ah9 = null;
|
|
115398
115498
|
_this.agh = null;
|
|
115399
|
-
_this.
|
|
115400
|
-
_this.
|
|
115499
|
+
_this.ahl = 0;
|
|
115500
|
+
_this.ag1 = 0;
|
|
115401
115501
|
_this.agr = 6;
|
|
115402
|
-
_this.
|
|
115403
|
-
_this.
|
|
115404
|
-
_this.
|
|
115405
|
-
_this.
|
|
115406
|
-
_this.
|
|
115407
|
-
_this.
|
|
115408
|
-
_this.
|
|
115409
|
-
_this.
|
|
115410
|
-
_this.
|
|
115502
|
+
_this.aj0 = null;
|
|
115503
|
+
_this.ajz = null;
|
|
115504
|
+
_this.aif = null;
|
|
115505
|
+
_this.ah8 = null;
|
|
115506
|
+
_this.agv = 0;
|
|
115507
|
+
_this.agz = 1;
|
|
115508
|
+
_this.ahm = 3;
|
|
115509
|
+
_this.aib = null;
|
|
115510
|
+
_this.ah7 = null;
|
|
115511
|
+
_this.ahc = true;
|
|
115411
115512
|
_this.agp = 0;
|
|
115412
|
-
_this.
|
|
115413
|
-
_this.
|
|
115414
|
-
_this.
|
|
115415
|
-
_this.
|
|
115416
|
-
_this.
|
|
115417
|
-
_this.
|
|
115513
|
+
_this.ahj = 0;
|
|
115514
|
+
_this.ahk = 0;
|
|
115515
|
+
_this.ahp = 0;
|
|
115516
|
+
_this.ahd = false;
|
|
115517
|
+
_this.ah5 = 10;
|
|
115518
|
+
_this.ahr = NaN;
|
|
115519
|
+
_this.ahq = NaN;
|
|
115520
|
+
_this.ahs = 0;
|
|
115521
|
+
_this.ahn = NaN;
|
|
115418
115522
|
_this.aho = NaN;
|
|
115419
|
-
_this.
|
|
115420
|
-
_this.
|
|
115421
|
-
_this.
|
|
115422
|
-
_this.
|
|
115423
|
-
_this.
|
|
115424
|
-
_this.ag3 = 0;
|
|
115425
|
-
_this.ag8 = true;
|
|
115426
|
-
_this.ag9 = true;
|
|
115523
|
+
_this.aid = " - ";
|
|
115524
|
+
_this.ag6 = 0;
|
|
115525
|
+
_this.ag5 = 0;
|
|
115526
|
+
_this.aha = true;
|
|
115527
|
+
_this.ahb = true;
|
|
115427
115528
|
_this.agt = 0;
|
|
115428
115529
|
return _this;
|
|
115429
115530
|
}
|
|
115430
|
-
DataPieBaseChart.prototype.
|
|
115431
|
-
this.
|
|
115531
|
+
DataPieBaseChart.prototype.ajv = function (a) {
|
|
115532
|
+
this.ajw(function (b, c) { return a(b); });
|
|
115432
115533
|
};
|
|
115433
|
-
DataPieBaseChart.prototype.
|
|
115534
|
+
DataPieBaseChart.prototype.ajw = function (a) {
|
|
115434
115535
|
if (this.dataChart == null) {
|
|
115435
115536
|
return;
|
|
115436
115537
|
}
|
|
@@ -115441,10 +115542,10 @@
|
|
|
115441
115542
|
}
|
|
115442
115543
|
}
|
|
115443
115544
|
};
|
|
115444
|
-
DataPieBaseChart.prototype.
|
|
115445
|
-
this.
|
|
115545
|
+
DataPieBaseChart.prototype.ajt = function (a) {
|
|
115546
|
+
this.aju(function (b, c) { return a(b); });
|
|
115446
115547
|
};
|
|
115447
|
-
DataPieBaseChart.prototype.
|
|
115548
|
+
DataPieBaseChart.prototype.aju = function (a) {
|
|
115448
115549
|
if (this.dataChart == null) {
|
|
115449
115550
|
return;
|
|
115450
115551
|
}
|
|
@@ -115458,16 +115559,16 @@
|
|
|
115458
115559
|
DataPieBaseChart.prototype.wg = function () {
|
|
115459
115560
|
var a = this.bj.dataSeries != null ? this.bj.dataSeries.count : 0;
|
|
115460
115561
|
_super.prototype.wg.call(this);
|
|
115461
|
-
if (this.
|
|
115462
|
-
var b = this.
|
|
115562
|
+
if (this.ail != null) {
|
|
115563
|
+
var b = this.ail;
|
|
115463
115564
|
this.angleAxis.f1 = b;
|
|
115464
115565
|
}
|
|
115465
115566
|
else {
|
|
115466
115567
|
this.angleAxis.f1 = this.ab2 == null ? RadialBaseChart.adj(this.angleAxis, this.bj.dataSeries) : this.ab2;
|
|
115467
115568
|
}
|
|
115468
115569
|
this.angleAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
|
|
115469
|
-
if (this.
|
|
115470
|
-
this.angleAxis.og = this.
|
|
115570
|
+
if (this.ajq != null) {
|
|
115571
|
+
this.angleAxis.og = this.ajq;
|
|
115471
115572
|
}
|
|
115472
115573
|
else {
|
|
115473
115574
|
this.angleAxis.og = (this.dataChart != null && this.dataChart.series.count > 0 && igniteuiWebcomponentsCore.typeCast(RadialPieSeries.$, this.dataChart.series._inner[0]) !== null) ? this.dataChart.series._inner[0].acm : null;
|
|
@@ -115492,17 +115593,17 @@
|
|
|
115492
115593
|
return true;
|
|
115493
115594
|
};
|
|
115494
115595
|
DataPieBaseChart.prototype.wh = function () {
|
|
115495
|
-
this.valueAxis.lj = this.
|
|
115496
|
-
this.valueAxis.ma = this.
|
|
115596
|
+
this.valueAxis.lj = this.ahi;
|
|
115597
|
+
this.valueAxis.ma = this.ah6;
|
|
115497
115598
|
};
|
|
115498
115599
|
Object.defineProperty(DataPieBaseChart.prototype, "angleAxis", {
|
|
115499
115600
|
get: function () {
|
|
115500
|
-
return this.
|
|
115601
|
+
return this.ag3;
|
|
115501
115602
|
},
|
|
115502
115603
|
set: function (a) {
|
|
115503
115604
|
var b = this.angleAxis;
|
|
115504
115605
|
if (a != b) {
|
|
115505
|
-
this.
|
|
115606
|
+
this.ag3 = a;
|
|
115506
115607
|
this.vl("AngleAxis", b, this.angleAxis);
|
|
115507
115608
|
}
|
|
115508
115609
|
},
|
|
@@ -115511,24 +115612,24 @@
|
|
|
115511
115612
|
});
|
|
115512
115613
|
Object.defineProperty(DataPieBaseChart.prototype, "valueAxis", {
|
|
115513
115614
|
get: function () {
|
|
115514
|
-
return this.
|
|
115615
|
+
return this.agx;
|
|
115515
115616
|
},
|
|
115516
115617
|
set: function (a) {
|
|
115517
115618
|
var b = this.valueAxis;
|
|
115518
115619
|
if (a != b) {
|
|
115519
|
-
this.
|
|
115620
|
+
this.agx = a;
|
|
115520
115621
|
this.vl("ValueAxis", b, this.valueAxis);
|
|
115521
115622
|
}
|
|
115522
115623
|
},
|
|
115523
115624
|
enumerable: false,
|
|
115524
115625
|
configurable: true
|
|
115525
115626
|
});
|
|
115526
|
-
DataPieBaseChart.prototype.
|
|
115627
|
+
DataPieBaseChart.prototype.get_ahf = function () {
|
|
115527
115628
|
return false;
|
|
115528
115629
|
};
|
|
115529
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
115630
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahf", {
|
|
115530
115631
|
get: function () {
|
|
115531
|
-
return this.
|
|
115632
|
+
return this.get_ahf();
|
|
115532
115633
|
},
|
|
115533
115634
|
enumerable: false,
|
|
115534
115635
|
configurable: true
|
|
@@ -115536,10 +115637,10 @@
|
|
|
115536
115637
|
DataPieBaseChart.prototype.dg = function (a, b) {
|
|
115537
115638
|
var c = null;
|
|
115538
115639
|
if (b == 34) {
|
|
115539
|
-
c = this.
|
|
115640
|
+
c = this.ag9(a, b);
|
|
115540
115641
|
}
|
|
115541
115642
|
if (a.index > 0) {
|
|
115542
|
-
if (!this.
|
|
115643
|
+
if (!this.ahf) {
|
|
115543
115644
|
if (c != null) {
|
|
115544
115645
|
c.o0();
|
|
115545
115646
|
}
|
|
@@ -115551,11 +115652,11 @@
|
|
|
115551
115652
|
DataPieBaseChart.prototype.uy = function (a, b) {
|
|
115552
115653
|
_super.prototype.uy.call(this, a, b);
|
|
115553
115654
|
if (this.g0(a) && this.ci.isCalloutLayer(a)) {
|
|
115554
|
-
if (this.
|
|
115555
|
-
this.ci.setCalloutLightColor(a, this.
|
|
115655
|
+
if (this.aj2 != null) {
|
|
115656
|
+
this.ci.setCalloutLightColor(a, this.aj2);
|
|
115556
115657
|
}
|
|
115557
|
-
if (this.
|
|
115558
|
-
this.ci.setCalloutDarkColor(a, this.
|
|
115658
|
+
if (this.aj1 != null) {
|
|
115659
|
+
this.ci.setCalloutDarkColor(a, this.aj1);
|
|
115559
115660
|
}
|
|
115560
115661
|
var c = this.ak;
|
|
115561
115662
|
if (this.ags != 0) {
|
|
@@ -115564,7 +115665,7 @@
|
|
|
115564
115665
|
this.ci.setCollisionMode(a, c);
|
|
115565
115666
|
}
|
|
115566
115667
|
};
|
|
115567
|
-
DataPieBaseChart.prototype.
|
|
115668
|
+
DataPieBaseChart.prototype.ag9 = function (a, b) {
|
|
115568
115669
|
var c = null;
|
|
115569
115670
|
if (b == 34) {
|
|
115570
115671
|
c = this.di(34);
|
|
@@ -115572,30 +115673,31 @@
|
|
|
115572
115673
|
else {
|
|
115573
115674
|
c = this.di(34);
|
|
115574
115675
|
}
|
|
115575
|
-
if (this.
|
|
115576
|
-
c.acm = this.
|
|
115676
|
+
if (this.ajq != null) {
|
|
115677
|
+
c.acm = this.ajq;
|
|
115577
115678
|
}
|
|
115578
115679
|
else {
|
|
115579
115680
|
c.acm = a.getMemberPathFor(0);
|
|
115580
115681
|
}
|
|
115581
|
-
if (this.
|
|
115582
|
-
c.
|
|
115682
|
+
if (this.aio != null) {
|
|
115683
|
+
c.ado = this.aio;
|
|
115583
115684
|
}
|
|
115685
|
+
c.ade = this.agw;
|
|
115584
115686
|
c.yr = this.angleAxis;
|
|
115585
115687
|
c.yw = this.valueAxis;
|
|
115586
115688
|
c.g7 = true;
|
|
115587
115689
|
c.ab6 = true;
|
|
115588
|
-
c.aas = this.
|
|
115690
|
+
c.aas = this.aja;
|
|
115589
115691
|
c.yj = this.ago;
|
|
115590
|
-
c.aap = this.
|
|
115692
|
+
c.aap = this.ai3;
|
|
115591
115693
|
c.yi = this.agn;
|
|
115592
|
-
c.aai = this.
|
|
115694
|
+
c.aai = this.aiu;
|
|
115593
115695
|
c.yg = this.agm;
|
|
115594
|
-
c.aam = this.
|
|
115696
|
+
c.aam = this.aiq;
|
|
115595
115697
|
c.yh = this.agl;
|
|
115596
|
-
c.y5 = this.
|
|
115597
|
-
c.y6 = this.
|
|
115598
|
-
c.z4 = this.
|
|
115698
|
+
c.y5 = this.ag8;
|
|
115699
|
+
c.y6 = this.ag7;
|
|
115700
|
+
c.z4 = this.ai8;
|
|
115599
115701
|
return c;
|
|
115600
115702
|
};
|
|
115601
115703
|
DataPieBaseChart.prototype.zm = function () {
|
|
@@ -115608,12 +115710,12 @@
|
|
|
115608
115710
|
this.angleAxis = new ProportionalCategoryAngleAxis();
|
|
115609
115711
|
this.angleAxis.name = "angleAxis";
|
|
115610
115712
|
var a = this.angleAxis;
|
|
115611
|
-
a.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(a.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
115713
|
+
a.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(a.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ajx));
|
|
115612
115714
|
this.angleAxis.k2 = 0;
|
|
115613
115715
|
this.valueAxis = new NumericRadiusAxis();
|
|
115614
115716
|
this.valueAxis.name = "valueAxis";
|
|
115615
115717
|
var b = this.valueAxis;
|
|
115616
|
-
b.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(b.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.
|
|
115718
|
+
b.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(b.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ajy));
|
|
115617
115719
|
if (this.angleAxis.az == null) {
|
|
115618
115720
|
this.angleAxis.az = new AxisLabelSettings();
|
|
115619
115721
|
}
|
|
@@ -115621,7 +115723,7 @@
|
|
|
115621
115723
|
this.valueAxis.az = new AxisLabelSettings();
|
|
115622
115724
|
}
|
|
115623
115725
|
};
|
|
115624
|
-
DataPieBaseChart.prototype.
|
|
115726
|
+
DataPieBaseChart.prototype.ajx = function (a, b) {
|
|
115625
115727
|
switch (b.propertyName) {
|
|
115626
115728
|
case "ActualMinimumValue":
|
|
115627
115729
|
this.v2("AngleAxisActualMinimum");
|
|
@@ -115631,7 +115733,7 @@
|
|
|
115631
115733
|
break;
|
|
115632
115734
|
}
|
|
115633
115735
|
};
|
|
115634
|
-
DataPieBaseChart.prototype.
|
|
115736
|
+
DataPieBaseChart.prototype.ajy = function (a, b) {
|
|
115635
115737
|
switch (b.propertyName) {
|
|
115636
115738
|
case "ActualMinimumValue":
|
|
115637
115739
|
this.v2("ValueAxisActualMinimum");
|
|
@@ -115649,11 +115751,11 @@
|
|
|
115649
115751
|
};
|
|
115650
115752
|
DataPieBaseChart.prototype.aet = function (a) {
|
|
115651
115753
|
_super.prototype.aet.call(this, a);
|
|
115652
|
-
a.lb = this.
|
|
115653
|
-
a.le = this.
|
|
115654
|
-
a.ny = this.
|
|
115655
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
115656
|
-
a.nz = this.
|
|
115754
|
+
a.lb = this.ahg;
|
|
115755
|
+
a.le = this.ahh;
|
|
115756
|
+
a.ny = this.ahv;
|
|
115757
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.ahx)) {
|
|
115758
|
+
a.nz = this.ahx;
|
|
115657
115759
|
}
|
|
115658
115760
|
else {
|
|
115659
115761
|
a.nz = 0.65;
|
|
@@ -115661,14 +115763,14 @@
|
|
|
115661
115763
|
};
|
|
115662
115764
|
DataPieBaseChart.prototype.aer = function (a) {
|
|
115663
115765
|
_super.prototype.aer.call(this, a);
|
|
115664
|
-
a.oa = this.
|
|
115665
|
-
a.nu = this.
|
|
115666
|
-
a.n7 = this.
|
|
115667
|
-
if (!igniteuiWebcomponentsCore.isNaN_(this.
|
|
115668
|
-
a.nb = this.
|
|
115669
|
-
}
|
|
115670
|
-
if (this.
|
|
115671
|
-
if (this.
|
|
115766
|
+
a.oa = this.aiz;
|
|
115767
|
+
a.nu = this.ag0;
|
|
115768
|
+
a.n7 = this.ahw;
|
|
115769
|
+
if (!igniteuiWebcomponentsCore.isNaN_(this.ahy)) {
|
|
115770
|
+
a.nb = this.ahy;
|
|
115771
|
+
}
|
|
115772
|
+
if (this.ag2 != 0) {
|
|
115773
|
+
if (this.ag2 == 1) {
|
|
115672
115774
|
a.ch = false;
|
|
115673
115775
|
}
|
|
115674
115776
|
else {
|
|
@@ -115688,42 +115790,42 @@
|
|
|
115688
115790
|
});
|
|
115689
115791
|
break;
|
|
115690
115792
|
case "SliceLabelContentSeparator":
|
|
115691
|
-
this.
|
|
115793
|
+
this.ajt(function (d) { return d.z4 = _this.ai8; });
|
|
115692
115794
|
break;
|
|
115693
115795
|
case "SliceLabelContentMode":
|
|
115694
|
-
this.
|
|
115796
|
+
this.ajt(function (d) { return d.y5 = _this.ag8; });
|
|
115695
115797
|
break;
|
|
115696
115798
|
case "LegendSliceLabelContentMode":
|
|
115697
|
-
this.
|
|
115799
|
+
this.ajt(function (d) { return d.y6 = _this.ag7; });
|
|
115698
115800
|
break;
|
|
115699
115801
|
case "SliceLabelFormat":
|
|
115700
|
-
this.
|
|
115802
|
+
this.ajt(function (d) { return d.aas = _this.aja; });
|
|
115701
115803
|
break;
|
|
115702
115804
|
case "SliceLabelFormatSpecifiers":
|
|
115703
|
-
this.
|
|
115805
|
+
this.ajt(function (d) { return d.yj = _this.ago; });
|
|
115704
115806
|
break;
|
|
115705
115807
|
case "OthersSliceLabelFormat":
|
|
115706
|
-
this.
|
|
115808
|
+
this.ajt(function (d) { return d.aap = _this.ai3; });
|
|
115707
115809
|
break;
|
|
115708
115810
|
case "OthersSliceLabelFormatSpecifiers":
|
|
115709
|
-
this.
|
|
115811
|
+
this.ajt(function (d) { return d.yi = _this.agn; });
|
|
115710
115812
|
break;
|
|
115711
115813
|
case "LegendSliceLabelFormat":
|
|
115712
|
-
this.
|
|
115814
|
+
this.ajt(function (d) { return d.aai = _this.aja; });
|
|
115713
115815
|
break;
|
|
115714
115816
|
case "LegendSliceLabelFormatSpecifiers":
|
|
115715
|
-
this.
|
|
115817
|
+
this.ajt(function (d) { return d.yg = _this.ago; });
|
|
115716
115818
|
break;
|
|
115717
115819
|
case "LegendOthersSliceLabelFormat":
|
|
115718
|
-
this.
|
|
115820
|
+
this.ajt(function (d) { return d.aam = _this.aiq; });
|
|
115719
115821
|
break;
|
|
115720
115822
|
case "LegendOthersSliceLabelFormatSpecifiers":
|
|
115721
|
-
this.
|
|
115823
|
+
this.ajt(function (d) { return d.yh = _this.agl; });
|
|
115722
115824
|
break;
|
|
115723
115825
|
case "SweepDirection":
|
|
115724
115826
|
if (this.angleAxis != null) {
|
|
115725
|
-
if (this.
|
|
115726
|
-
if (this.
|
|
115827
|
+
if (this.ag2 != 0) {
|
|
115828
|
+
if (this.ag2 == 1) {
|
|
115727
115829
|
this.angleAxis.ch = false;
|
|
115728
115830
|
}
|
|
115729
115831
|
else {
|
|
@@ -115737,45 +115839,45 @@
|
|
|
115737
115839
|
break;
|
|
115738
115840
|
case "StartAngle":
|
|
115739
115841
|
if (this.angleAxis != null) {
|
|
115740
|
-
this.angleAxis.nb = igniteuiWebcomponentsCore.isNaN_(this.
|
|
115842
|
+
this.angleAxis.nb = igniteuiWebcomponentsCore.isNaN_(this.ahy) ? 0 : this.ahy;
|
|
115741
115843
|
}
|
|
115742
115844
|
break;
|
|
115743
115845
|
case "RadiusExtent":
|
|
115744
115846
|
if (this.valueAxis != null) {
|
|
115745
|
-
this.valueAxis.nz = igniteuiWebcomponentsCore.isNaN_(this.
|
|
115847
|
+
this.valueAxis.nz = igniteuiWebcomponentsCore.isNaN_(this.ahx) ? 0.65 : this.ahx;
|
|
115746
115848
|
}
|
|
115747
115849
|
break;
|
|
115748
115850
|
case "OthersCategoryText":
|
|
115749
115851
|
if (this.angleAxis != null) {
|
|
115750
|
-
this.angleAxis.oa = this.
|
|
115852
|
+
this.angleAxis.oa = this.aiz;
|
|
115751
115853
|
}
|
|
115752
115854
|
break;
|
|
115753
115855
|
case "OthersCategoryType":
|
|
115754
115856
|
if (this.angleAxis != null) {
|
|
115755
|
-
this.angleAxis.nu = this.
|
|
115857
|
+
this.angleAxis.nu = this.ag0;
|
|
115756
115858
|
}
|
|
115757
115859
|
break;
|
|
115758
115860
|
case "OthersCategoryThreshold":
|
|
115759
115861
|
if (this.angleAxis != null) {
|
|
115760
|
-
this.angleAxis.n7 = this.
|
|
115862
|
+
this.angleAxis.n7 = this.ahw;
|
|
115761
115863
|
}
|
|
115762
115864
|
break;
|
|
115763
115865
|
case "InnerExtent":
|
|
115764
115866
|
if (this.valueAxis != null) {
|
|
115765
|
-
this.valueAxis.ny = this.
|
|
115867
|
+
this.valueAxis.ny = this.ahv;
|
|
115766
115868
|
}
|
|
115767
115869
|
break;
|
|
115768
115870
|
case "LightSliceLabelColor":
|
|
115769
115871
|
this.ui(function (d) {
|
|
115770
115872
|
if (d.em) {
|
|
115771
|
-
_this.ci.setCalloutLightColor(d, _this.
|
|
115873
|
+
_this.ci.setCalloutLightColor(d, _this.aj2);
|
|
115772
115874
|
}
|
|
115773
115875
|
});
|
|
115774
115876
|
break;
|
|
115775
115877
|
case "DarkSliceLabelColor":
|
|
115776
115878
|
this.ui(function (d) {
|
|
115777
115879
|
if (d.em) {
|
|
115778
|
-
_this.ci.setCalloutDarkColor(d, _this.
|
|
115880
|
+
_this.ci.setCalloutDarkColor(d, _this.aj1);
|
|
115779
115881
|
}
|
|
115780
115882
|
});
|
|
115781
115883
|
break;
|
|
@@ -115784,10 +115886,10 @@
|
|
|
115784
115886
|
this.um(function (d) {
|
|
115785
115887
|
if (igniteuiWebcomponentsCore.typeCast(AnchoredRadialSeries.$, d) !== null) {
|
|
115786
115888
|
var e = d;
|
|
115787
|
-
e.acm = _this.
|
|
115889
|
+
e.acm = _this.ajq;
|
|
115788
115890
|
}
|
|
115789
115891
|
});
|
|
115790
|
-
this.angleAxis.og = this.
|
|
115892
|
+
this.angleAxis.og = this.ajq;
|
|
115791
115893
|
}
|
|
115792
115894
|
else {
|
|
115793
115895
|
this.vr();
|
|
@@ -115795,7 +115897,7 @@
|
|
|
115795
115897
|
break;
|
|
115796
115898
|
case "LabelMemberPath":
|
|
115797
115899
|
if (c != null) {
|
|
115798
|
-
var d = this.
|
|
115900
|
+
var d = this.ail;
|
|
115799
115901
|
this.angleAxis.f1 = d;
|
|
115800
115902
|
}
|
|
115801
115903
|
else {
|
|
@@ -115803,52 +115905,52 @@
|
|
|
115803
115905
|
}
|
|
115804
115906
|
break;
|
|
115805
115907
|
case "AngleAxisInterval":
|
|
115806
|
-
this.angleAxis.m8 = this.
|
|
115908
|
+
this.angleAxis.m8 = this.aht;
|
|
115807
115909
|
break;
|
|
115808
115910
|
case "ValueAxisInterval":
|
|
115809
|
-
this.valueAxis.l2 = this.
|
|
115911
|
+
this.valueAxis.l2 = this.ah1;
|
|
115810
115912
|
break;
|
|
115811
115913
|
case "ValueAxisFavorLabellingScaleEnd":
|
|
115812
|
-
this.valueAxis.le = this.
|
|
115914
|
+
this.valueAxis.le = this.ahh;
|
|
115813
115915
|
break;
|
|
115814
115916
|
case "ValueAxisAutoRangeBufferMode":
|
|
115815
115917
|
this.valueAxis.kv = this.agq;
|
|
115816
115918
|
break;
|
|
115817
115919
|
case "AngleAxisMinorInterval":
|
|
115818
|
-
this.angleAxis.m9 = this.
|
|
115920
|
+
this.angleAxis.m9 = this.ahu;
|
|
115819
115921
|
break;
|
|
115820
115922
|
case "ValueAxisMinorInterval":
|
|
115821
|
-
this.valueAxis.l7 = this.
|
|
115923
|
+
this.valueAxis.l7 = this.ah4;
|
|
115822
115924
|
break;
|
|
115823
115925
|
case "ValueAxisIsLogarithmic":
|
|
115824
|
-
this.valueAxis.lj = this.
|
|
115926
|
+
this.valueAxis.lj = this.ahi;
|
|
115825
115927
|
break;
|
|
115826
115928
|
case "ValueAxisLogarithmBase":
|
|
115827
|
-
this.valueAxis.ma = this.
|
|
115929
|
+
this.valueAxis.ma = this.ah6;
|
|
115828
115930
|
break;
|
|
115829
115931
|
case "ValueAxisMinimumValue":
|
|
115830
|
-
this.valueAxis.l6 = this.
|
|
115932
|
+
this.valueAxis.l6 = this.ah3;
|
|
115831
115933
|
break;
|
|
115832
115934
|
case "ValueAxisMaximumValue":
|
|
115833
|
-
this.valueAxis.l5 = this.
|
|
115935
|
+
this.valueAxis.l5 = this.ah2;
|
|
115834
115936
|
break;
|
|
115835
115937
|
case "MarkerCollision":
|
|
115836
115938
|
this.un(function (e, f) { return _this.t3(e, f); });
|
|
115837
115939
|
break;
|
|
115838
115940
|
case "ValueAxisAbbreviateLargeNumbers":
|
|
115839
|
-
this.ae0(function (e) { return e.lb = _this.
|
|
115941
|
+
this.ae0(function (e) { return e.lb = _this.ahg; });
|
|
115840
115942
|
break;
|
|
115841
115943
|
}
|
|
115842
115944
|
};
|
|
115843
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
115945
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aja", {
|
|
115844
115946
|
get: function () {
|
|
115845
|
-
return this.
|
|
115947
|
+
return this.aie;
|
|
115846
115948
|
},
|
|
115847
115949
|
set: function (a) {
|
|
115848
|
-
var b = this.
|
|
115950
|
+
var b = this.aja;
|
|
115849
115951
|
if (a != b) {
|
|
115850
|
-
this.
|
|
115851
|
-
this.vl("SliceLabelFormat", b, this.
|
|
115952
|
+
this.aie = a;
|
|
115953
|
+
this.vl("SliceLabelFormat", b, this.aja);
|
|
115852
115954
|
}
|
|
115853
115955
|
},
|
|
115854
115956
|
enumerable: false,
|
|
@@ -115868,15 +115970,15 @@
|
|
|
115868
115970
|
enumerable: false,
|
|
115869
115971
|
configurable: true
|
|
115870
115972
|
});
|
|
115871
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
115973
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aiu", {
|
|
115872
115974
|
get: function () {
|
|
115873
|
-
return this.
|
|
115975
|
+
return this.aia;
|
|
115874
115976
|
},
|
|
115875
115977
|
set: function (a) {
|
|
115876
|
-
var b = this.
|
|
115978
|
+
var b = this.aiu;
|
|
115877
115979
|
if (a != b) {
|
|
115878
|
-
this.
|
|
115879
|
-
this.vl("LegendSliceLabelFormat", b, this.
|
|
115980
|
+
this.aia = a;
|
|
115981
|
+
this.vl("LegendSliceLabelFormat", b, this.aiu);
|
|
115880
115982
|
}
|
|
115881
115983
|
},
|
|
115882
115984
|
enumerable: false,
|
|
@@ -115896,15 +115998,15 @@
|
|
|
115896
115998
|
enumerable: false,
|
|
115897
115999
|
configurable: true
|
|
115898
116000
|
});
|
|
115899
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116001
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ai3", {
|
|
115900
116002
|
get: function () {
|
|
115901
|
-
return this.
|
|
116003
|
+
return this.aic;
|
|
115902
116004
|
},
|
|
115903
116005
|
set: function (a) {
|
|
115904
|
-
var b = this.
|
|
116006
|
+
var b = this.ai3;
|
|
115905
116007
|
if (a != b) {
|
|
115906
|
-
this.
|
|
115907
|
-
this.vl("OthersSliceLabelFormat", b, this.
|
|
116008
|
+
this.aic = a;
|
|
116009
|
+
this.vl("OthersSliceLabelFormat", b, this.ai3);
|
|
115908
116010
|
}
|
|
115909
116011
|
},
|
|
115910
116012
|
enumerable: false,
|
|
@@ -115924,15 +116026,15 @@
|
|
|
115924
116026
|
enumerable: false,
|
|
115925
116027
|
configurable: true
|
|
115926
116028
|
});
|
|
115927
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116029
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aiq", {
|
|
115928
116030
|
get: function () {
|
|
115929
|
-
return this.
|
|
116031
|
+
return this.ah9;
|
|
115930
116032
|
},
|
|
115931
116033
|
set: function (a) {
|
|
115932
|
-
var b = this.
|
|
116034
|
+
var b = this.aiq;
|
|
115933
116035
|
if (a != b) {
|
|
115934
|
-
this.
|
|
115935
|
-
this.vl("LegendOthersSliceLabelFormat", b, this.
|
|
116036
|
+
this.ah9 = a;
|
|
116037
|
+
this.vl("LegendOthersSliceLabelFormat", b, this.aiq);
|
|
115936
116038
|
}
|
|
115937
116039
|
},
|
|
115938
116040
|
enumerable: false,
|
|
@@ -115952,29 +116054,29 @@
|
|
|
115952
116054
|
enumerable: false,
|
|
115953
116055
|
configurable: true
|
|
115954
116056
|
});
|
|
115955
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116057
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahv", {
|
|
115956
116058
|
get: function () {
|
|
115957
|
-
return this.
|
|
116059
|
+
return this.ahl;
|
|
115958
116060
|
},
|
|
115959
116061
|
set: function (a) {
|
|
115960
|
-
var b = this.
|
|
116062
|
+
var b = this.ahv;
|
|
115961
116063
|
if (a != b) {
|
|
115962
|
-
this.
|
|
115963
|
-
this.vl("InnerExtent", b, this.
|
|
116064
|
+
this.ahl = a;
|
|
116065
|
+
this.vl("InnerExtent", b, this.ahv);
|
|
115964
116066
|
}
|
|
115965
116067
|
},
|
|
115966
116068
|
enumerable: false,
|
|
115967
116069
|
configurable: true
|
|
115968
116070
|
});
|
|
115969
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116071
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ag2", {
|
|
115970
116072
|
get: function () {
|
|
115971
|
-
return this.
|
|
116073
|
+
return this.ag1;
|
|
115972
116074
|
},
|
|
115973
116075
|
set: function (a) {
|
|
115974
|
-
var b = this.
|
|
116076
|
+
var b = this.ag2;
|
|
115975
116077
|
if (a != b) {
|
|
115976
|
-
this.
|
|
115977
|
-
this.vl("SweepDirection", igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, b), igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, this.
|
|
116078
|
+
this.ag1 = a;
|
|
116079
|
+
this.vl("SweepDirection", igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, b), igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, this.ag2));
|
|
115978
116080
|
}
|
|
115979
116081
|
},
|
|
115980
116082
|
enumerable: false,
|
|
@@ -115994,127 +116096,141 @@
|
|
|
115994
116096
|
enumerable: false,
|
|
115995
116097
|
configurable: true
|
|
115996
116098
|
});
|
|
115997
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116099
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aj2", {
|
|
115998
116100
|
get: function () {
|
|
115999
|
-
return this.
|
|
116101
|
+
return this.aj0;
|
|
116000
116102
|
},
|
|
116001
116103
|
set: function (a) {
|
|
116002
|
-
var b = this.
|
|
116104
|
+
var b = this.aj2;
|
|
116003
116105
|
if (a != b) {
|
|
116004
|
-
this.
|
|
116005
|
-
this.vl("LightSliceLabelColor", b, this.
|
|
116106
|
+
this.aj0 = a;
|
|
116107
|
+
this.vl("LightSliceLabelColor", b, this.aj2);
|
|
116006
116108
|
}
|
|
116007
116109
|
},
|
|
116008
116110
|
enumerable: false,
|
|
116009
116111
|
configurable: true
|
|
116010
116112
|
});
|
|
116011
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116113
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aj1", {
|
|
116012
116114
|
get: function () {
|
|
116013
|
-
return this.
|
|
116115
|
+
return this.ajz;
|
|
116014
116116
|
},
|
|
116015
116117
|
set: function (a) {
|
|
116016
|
-
var b = this.
|
|
116118
|
+
var b = this.aj1;
|
|
116017
116119
|
if (a != b) {
|
|
116018
|
-
this.
|
|
116019
|
-
this.vl("DarkSliceLabelColor", b, this.
|
|
116120
|
+
this.ajz = a;
|
|
116121
|
+
this.vl("DarkSliceLabelColor", b, this.aj1);
|
|
116020
116122
|
}
|
|
116021
116123
|
},
|
|
116022
116124
|
enumerable: false,
|
|
116023
116125
|
configurable: true
|
|
116024
116126
|
});
|
|
116025
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116127
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ajq", {
|
|
116026
116128
|
get: function () {
|
|
116027
|
-
return this.
|
|
116129
|
+
return this.aif;
|
|
116028
116130
|
},
|
|
116029
116131
|
set: function (a) {
|
|
116030
|
-
var b = this.
|
|
116132
|
+
var b = this.ajq;
|
|
116031
116133
|
if (a != b) {
|
|
116032
|
-
this.
|
|
116033
|
-
this.vl("ValueMemberPath", b, this.
|
|
116134
|
+
this.aif = a;
|
|
116135
|
+
this.vl("ValueMemberPath", b, this.ajq);
|
|
116034
116136
|
}
|
|
116035
116137
|
},
|
|
116036
116138
|
enumerable: false,
|
|
116037
116139
|
configurable: true
|
|
116038
116140
|
});
|
|
116039
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116141
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aio", {
|
|
116040
116142
|
get: function () {
|
|
116041
|
-
return this.
|
|
116143
|
+
return this.ah8;
|
|
116042
116144
|
},
|
|
116043
116145
|
set: function (a) {
|
|
116044
|
-
var b = this.
|
|
116146
|
+
var b = this.ah8;
|
|
116045
116147
|
if (a != b) {
|
|
116046
|
-
this.
|
|
116047
|
-
this.vl("LegendLabelMemberPath", b, this.
|
|
116148
|
+
this.ah8 = a;
|
|
116149
|
+
this.vl("LegendLabelMemberPath", b, this.ah8);
|
|
116048
116150
|
}
|
|
116049
116151
|
},
|
|
116050
116152
|
enumerable: false,
|
|
116051
116153
|
configurable: true
|
|
116052
116154
|
});
|
|
116053
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116155
|
+
Object.defineProperty(DataPieBaseChart.prototype, "agw", {
|
|
116054
116156
|
get: function () {
|
|
116055
|
-
return this.
|
|
116157
|
+
return this.agv;
|
|
116056
116158
|
},
|
|
116057
116159
|
set: function (a) {
|
|
116058
|
-
var b = this.
|
|
116160
|
+
var b = this.agv;
|
|
116059
116161
|
if (a != b) {
|
|
116060
|
-
this.
|
|
116061
|
-
this.vl("
|
|
116162
|
+
this.agv = a;
|
|
116163
|
+
this.vl("LegendEmptyValuesMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, b), this.ah8);
|
|
116062
116164
|
}
|
|
116063
116165
|
},
|
|
116064
116166
|
enumerable: false,
|
|
116065
116167
|
configurable: true
|
|
116066
116168
|
});
|
|
116067
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116169
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ag0", {
|
|
116068
116170
|
get: function () {
|
|
116069
|
-
return this.
|
|
116171
|
+
return this.agz;
|
|
116070
116172
|
},
|
|
116071
116173
|
set: function (a) {
|
|
116072
|
-
var b = this.
|
|
116174
|
+
var b = this.ag0;
|
|
116073
116175
|
if (a != b) {
|
|
116074
|
-
this.
|
|
116075
|
-
this.vl("
|
|
116176
|
+
this.agz = a;
|
|
116177
|
+
this.vl("OthersCategoryType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.ag0));
|
|
116076
116178
|
}
|
|
116077
116179
|
},
|
|
116078
116180
|
enumerable: false,
|
|
116079
116181
|
configurable: true
|
|
116080
116182
|
});
|
|
116081
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116183
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahw", {
|
|
116082
116184
|
get: function () {
|
|
116083
|
-
return this.
|
|
116185
|
+
return this.ahm;
|
|
116084
116186
|
},
|
|
116085
116187
|
set: function (a) {
|
|
116086
|
-
var b = this.
|
|
116188
|
+
var b = this.ahw;
|
|
116087
116189
|
if (a != b) {
|
|
116088
|
-
this.
|
|
116089
|
-
this.vl("
|
|
116190
|
+
this.ahm = a;
|
|
116191
|
+
this.vl("OthersCategoryThreshold", b, this.ahw);
|
|
116090
116192
|
}
|
|
116091
116193
|
},
|
|
116092
116194
|
enumerable: false,
|
|
116093
116195
|
configurable: true
|
|
116094
116196
|
});
|
|
116095
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116197
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aiz", {
|
|
116096
116198
|
get: function () {
|
|
116097
|
-
return this.
|
|
116199
|
+
return this.aib;
|
|
116098
116200
|
},
|
|
116099
116201
|
set: function (a) {
|
|
116100
|
-
var b = this.
|
|
116202
|
+
var b = this.aiz;
|
|
116101
116203
|
if (a != b) {
|
|
116102
|
-
this.
|
|
116103
|
-
this.vl("
|
|
116204
|
+
this.aib = a;
|
|
116205
|
+
this.vl("OthersCategoryText", b, this.aiz);
|
|
116104
116206
|
}
|
|
116105
116207
|
},
|
|
116106
116208
|
enumerable: false,
|
|
116107
116209
|
configurable: true
|
|
116108
116210
|
});
|
|
116109
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116211
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ail", {
|
|
116110
116212
|
get: function () {
|
|
116111
|
-
return this.
|
|
116213
|
+
return this.ah7;
|
|
116112
116214
|
},
|
|
116113
116215
|
set: function (a) {
|
|
116114
|
-
var b = this.
|
|
116216
|
+
var b = this.ail;
|
|
116115
116217
|
if (a != b) {
|
|
116116
|
-
this.
|
|
116117
|
-
this.vl("
|
|
116218
|
+
this.ah7 = a;
|
|
116219
|
+
this.vl("LabelMemberPath", b, this.ail);
|
|
116220
|
+
}
|
|
116221
|
+
},
|
|
116222
|
+
enumerable: false,
|
|
116223
|
+
configurable: true
|
|
116224
|
+
});
|
|
116225
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahh", {
|
|
116226
|
+
get: function () {
|
|
116227
|
+
return this.ahc;
|
|
116228
|
+
},
|
|
116229
|
+
set: function (a) {
|
|
116230
|
+
var b = this.ahh;
|
|
116231
|
+
if (a != b) {
|
|
116232
|
+
this.ahc = a;
|
|
116233
|
+
this.vl("ValueAxisFavorLabellingScaleEnd", b, this.ahh);
|
|
116118
116234
|
}
|
|
116119
116235
|
},
|
|
116120
116236
|
enumerable: false,
|
|
@@ -116134,225 +116250,225 @@
|
|
|
116134
116250
|
enumerable: false,
|
|
116135
116251
|
configurable: true
|
|
116136
116252
|
});
|
|
116137
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116253
|
+
Object.defineProperty(DataPieBaseChart.prototype, "aht", {
|
|
116138
116254
|
get: function () {
|
|
116139
|
-
return this.
|
|
116255
|
+
return this.ahj;
|
|
116140
116256
|
},
|
|
116141
116257
|
set: function (a) {
|
|
116142
|
-
var b = this.
|
|
116258
|
+
var b = this.aht;
|
|
116143
116259
|
if (a != b) {
|
|
116144
|
-
this.
|
|
116145
|
-
this.vl("AngleAxisInterval", b, this.
|
|
116260
|
+
this.ahj = a;
|
|
116261
|
+
this.vl("AngleAxisInterval", b, this.aht);
|
|
116146
116262
|
}
|
|
116147
116263
|
},
|
|
116148
116264
|
enumerable: false,
|
|
116149
116265
|
configurable: true
|
|
116150
116266
|
});
|
|
116151
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116267
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahu", {
|
|
116152
116268
|
get: function () {
|
|
116153
|
-
return this.
|
|
116269
|
+
return this.ahk;
|
|
116154
116270
|
},
|
|
116155
116271
|
set: function (a) {
|
|
116156
|
-
var b = this.
|
|
116272
|
+
var b = this.ahu;
|
|
116157
116273
|
if (a != b) {
|
|
116158
|
-
this.
|
|
116159
|
-
this.vl("AngleAxisMinorInterval", b, this.
|
|
116274
|
+
this.ahk = a;
|
|
116275
|
+
this.vl("AngleAxisMinorInterval", b, this.ahu);
|
|
116160
116276
|
}
|
|
116161
116277
|
},
|
|
116162
116278
|
enumerable: false,
|
|
116163
116279
|
configurable: true
|
|
116164
116280
|
});
|
|
116165
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116281
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah1", {
|
|
116166
116282
|
get: function () {
|
|
116167
|
-
return this.
|
|
116283
|
+
return this.ahp;
|
|
116168
116284
|
},
|
|
116169
116285
|
set: function (a) {
|
|
116170
|
-
var b = this.
|
|
116286
|
+
var b = this.ah1;
|
|
116171
116287
|
if (a != b) {
|
|
116172
|
-
this.
|
|
116173
|
-
this.vl("ValueAxisInterval", b, this.
|
|
116288
|
+
this.ahp = a;
|
|
116289
|
+
this.vl("ValueAxisInterval", b, this.ah1);
|
|
116174
116290
|
}
|
|
116175
116291
|
},
|
|
116176
116292
|
enumerable: false,
|
|
116177
116293
|
configurable: true
|
|
116178
116294
|
});
|
|
116179
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116295
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahi", {
|
|
116180
116296
|
get: function () {
|
|
116181
|
-
return this.
|
|
116297
|
+
return this.ahd;
|
|
116182
116298
|
},
|
|
116183
116299
|
set: function (a) {
|
|
116184
|
-
var b = this.
|
|
116300
|
+
var b = this.ahi;
|
|
116185
116301
|
if (a != b) {
|
|
116186
|
-
this.
|
|
116187
|
-
this.vl("ValueAxisIsLogarithmic", b, this.
|
|
116302
|
+
this.ahd = a;
|
|
116303
|
+
this.vl("ValueAxisIsLogarithmic", b, this.ahi);
|
|
116188
116304
|
}
|
|
116189
116305
|
},
|
|
116190
116306
|
enumerable: false,
|
|
116191
116307
|
configurable: true
|
|
116192
116308
|
});
|
|
116193
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116309
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah6", {
|
|
116194
116310
|
get: function () {
|
|
116195
|
-
return this.
|
|
116311
|
+
return this.ah5;
|
|
116196
116312
|
},
|
|
116197
116313
|
set: function (a) {
|
|
116198
|
-
var b = this.
|
|
116314
|
+
var b = this.ah6;
|
|
116199
116315
|
if (a != b) {
|
|
116200
|
-
this.
|
|
116201
|
-
this.vl("ValueAxisLogarithmBase", b, this.
|
|
116316
|
+
this.ah5 = a;
|
|
116317
|
+
this.vl("ValueAxisLogarithmBase", b, this.ah6);
|
|
116202
116318
|
}
|
|
116203
116319
|
},
|
|
116204
116320
|
enumerable: false,
|
|
116205
116321
|
configurable: true
|
|
116206
116322
|
});
|
|
116207
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116323
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah3", {
|
|
116208
116324
|
get: function () {
|
|
116209
|
-
return this.
|
|
116325
|
+
return this.ahr;
|
|
116210
116326
|
},
|
|
116211
116327
|
set: function (a) {
|
|
116212
|
-
var b = this.
|
|
116328
|
+
var b = this.ah3;
|
|
116213
116329
|
if (a != b) {
|
|
116214
|
-
this.
|
|
116215
|
-
this.vl("ValueAxisMinimumValue", b, this.
|
|
116330
|
+
this.ahr = a;
|
|
116331
|
+
this.vl("ValueAxisMinimumValue", b, this.ah3);
|
|
116216
116332
|
}
|
|
116217
116333
|
},
|
|
116218
116334
|
enumerable: false,
|
|
116219
116335
|
configurable: true
|
|
116220
116336
|
});
|
|
116221
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116337
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah2", {
|
|
116222
116338
|
get: function () {
|
|
116223
|
-
return this.
|
|
116339
|
+
return this.ahq;
|
|
116224
116340
|
},
|
|
116225
116341
|
set: function (a) {
|
|
116226
|
-
var b = this.
|
|
116342
|
+
var b = this.ah2;
|
|
116227
116343
|
if (a != b) {
|
|
116228
|
-
this.
|
|
116229
|
-
this.vl("ValueAxisMaximumValue", b, this.
|
|
116344
|
+
this.ahq = a;
|
|
116345
|
+
this.vl("ValueAxisMaximumValue", b, this.ah2);
|
|
116230
116346
|
}
|
|
116231
116347
|
},
|
|
116232
116348
|
enumerable: false,
|
|
116233
116349
|
configurable: true
|
|
116234
116350
|
});
|
|
116235
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116351
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah4", {
|
|
116236
116352
|
get: function () {
|
|
116237
|
-
return this.
|
|
116353
|
+
return this.ahs;
|
|
116238
116354
|
},
|
|
116239
116355
|
set: function (a) {
|
|
116240
|
-
var b = this.
|
|
116356
|
+
var b = this.ah4;
|
|
116241
116357
|
if (a != b) {
|
|
116242
|
-
this.
|
|
116243
|
-
this.vl("ValueAxisMinorInterval", b, this.
|
|
116358
|
+
this.ahs = a;
|
|
116359
|
+
this.vl("ValueAxisMinorInterval", b, this.ah4);
|
|
116244
116360
|
}
|
|
116245
116361
|
},
|
|
116246
116362
|
enumerable: false,
|
|
116247
116363
|
configurable: true
|
|
116248
116364
|
});
|
|
116249
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116365
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ah0", {
|
|
116250
116366
|
get: function () {
|
|
116251
116367
|
return this.valueAxis.ly;
|
|
116252
116368
|
},
|
|
116253
116369
|
enumerable: false,
|
|
116254
116370
|
configurable: true
|
|
116255
116371
|
});
|
|
116256
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116372
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahz", {
|
|
116257
116373
|
get: function () {
|
|
116258
116374
|
return this.valueAxis.lx;
|
|
116259
116375
|
},
|
|
116260
116376
|
enumerable: false,
|
|
116261
116377
|
configurable: true
|
|
116262
116378
|
});
|
|
116263
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116379
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahx", {
|
|
116264
116380
|
get: function () {
|
|
116265
|
-
return this.
|
|
116381
|
+
return this.ahn;
|
|
116266
116382
|
},
|
|
116267
116383
|
set: function (a) {
|
|
116268
|
-
var b = this.
|
|
116384
|
+
var b = this.ahx;
|
|
116269
116385
|
if (a != b) {
|
|
116270
|
-
this.
|
|
116271
|
-
this.vl("RadiusExtent", b, this.
|
|
116386
|
+
this.ahn = a;
|
|
116387
|
+
this.vl("RadiusExtent", b, this.ahx);
|
|
116272
116388
|
}
|
|
116273
116389
|
},
|
|
116274
116390
|
enumerable: false,
|
|
116275
116391
|
configurable: true
|
|
116276
116392
|
});
|
|
116277
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116393
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahy", {
|
|
116278
116394
|
get: function () {
|
|
116279
|
-
return this.
|
|
116395
|
+
return this.aho;
|
|
116280
116396
|
},
|
|
116281
116397
|
set: function (a) {
|
|
116282
|
-
var b = this.
|
|
116398
|
+
var b = this.ahy;
|
|
116283
116399
|
if (a != b) {
|
|
116284
|
-
this.
|
|
116285
|
-
this.vl("StartAngle", b, this.
|
|
116400
|
+
this.aho = a;
|
|
116401
|
+
this.vl("StartAngle", b, this.ahy);
|
|
116286
116402
|
}
|
|
116287
116403
|
},
|
|
116288
116404
|
enumerable: false,
|
|
116289
116405
|
configurable: true
|
|
116290
116406
|
});
|
|
116291
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116407
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ai8", {
|
|
116292
116408
|
get: function () {
|
|
116293
|
-
return this.
|
|
116409
|
+
return this.aid;
|
|
116294
116410
|
},
|
|
116295
116411
|
set: function (a) {
|
|
116296
|
-
var b = this.
|
|
116412
|
+
var b = this.ai8;
|
|
116297
116413
|
if (a != b) {
|
|
116298
|
-
this.
|
|
116299
|
-
this.vl("SliceLabelContentSeparator", b, this.
|
|
116414
|
+
this.aid = a;
|
|
116415
|
+
this.vl("SliceLabelContentSeparator", b, this.ai8);
|
|
116300
116416
|
}
|
|
116301
116417
|
},
|
|
116302
116418
|
enumerable: false,
|
|
116303
116419
|
configurable: true
|
|
116304
116420
|
});
|
|
116305
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116421
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ag8", {
|
|
116306
116422
|
get: function () {
|
|
116307
|
-
return this.
|
|
116423
|
+
return this.ag6;
|
|
116308
116424
|
},
|
|
116309
116425
|
set: function (a) {
|
|
116310
|
-
var b = this.
|
|
116426
|
+
var b = this.ag8;
|
|
116311
116427
|
if (a != b) {
|
|
116312
|
-
this.
|
|
116313
|
-
this.vl("SliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.
|
|
116428
|
+
this.ag6 = a;
|
|
116429
|
+
this.vl("SliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag8));
|
|
116314
116430
|
}
|
|
116315
116431
|
},
|
|
116316
116432
|
enumerable: false,
|
|
116317
116433
|
configurable: true
|
|
116318
116434
|
});
|
|
116319
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116435
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ag7", {
|
|
116320
116436
|
get: function () {
|
|
116321
|
-
return this.
|
|
116437
|
+
return this.ag5;
|
|
116322
116438
|
},
|
|
116323
116439
|
set: function (a) {
|
|
116324
|
-
var b = this.
|
|
116440
|
+
var b = this.ag7;
|
|
116325
116441
|
if (a != b) {
|
|
116326
|
-
this.
|
|
116327
|
-
this.vl("LegendSliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.
|
|
116442
|
+
this.ag5 = a;
|
|
116443
|
+
this.vl("LegendSliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag7));
|
|
116328
116444
|
}
|
|
116329
116445
|
},
|
|
116330
116446
|
enumerable: false,
|
|
116331
116447
|
configurable: true
|
|
116332
116448
|
});
|
|
116333
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116449
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahe", {
|
|
116334
116450
|
get: function () {
|
|
116335
|
-
return this.
|
|
116451
|
+
return this.aha;
|
|
116336
116452
|
},
|
|
116337
116453
|
set: function (a) {
|
|
116338
|
-
var b = this.
|
|
116454
|
+
var b = this.ahe;
|
|
116339
116455
|
if (a != b) {
|
|
116340
|
-
this.
|
|
116341
|
-
this.vl("AngleAxisFavorLabellingScaleEnd", b, this.
|
|
116456
|
+
this.aha = a;
|
|
116457
|
+
this.vl("AngleAxisFavorLabellingScaleEnd", b, this.ahe);
|
|
116342
116458
|
}
|
|
116343
116459
|
},
|
|
116344
116460
|
enumerable: false,
|
|
116345
116461
|
configurable: true
|
|
116346
116462
|
});
|
|
116347
|
-
Object.defineProperty(DataPieBaseChart.prototype, "
|
|
116463
|
+
Object.defineProperty(DataPieBaseChart.prototype, "ahg", {
|
|
116348
116464
|
get: function () {
|
|
116349
|
-
return this.
|
|
116465
|
+
return this.ahb;
|
|
116350
116466
|
},
|
|
116351
116467
|
set: function (a) {
|
|
116352
|
-
var b = this.
|
|
116468
|
+
var b = this.ahg;
|
|
116353
116469
|
if (a != b) {
|
|
116354
|
-
this.
|
|
116355
|
-
this.vl("ValueAxisAbbreviateLargeNumbers", b, this.
|
|
116470
|
+
this.ahb = a;
|
|
116471
|
+
this.vl("ValueAxisAbbreviateLargeNumbers", b, this.ahg);
|
|
116356
116472
|
}
|
|
116357
116473
|
},
|
|
116358
116474
|
enumerable: false,
|
|
@@ -116414,14 +116530,14 @@
|
|
|
116414
116530
|
tslib.__extends(DataPieChart, _super);
|
|
116415
116531
|
function DataPieChart() {
|
|
116416
116532
|
var _this = _super.call(this) || this;
|
|
116417
|
-
_this.
|
|
116418
|
-
_this.
|
|
116419
|
-
_this.
|
|
116420
|
-
_this.
|
|
116421
|
-
_this.
|
|
116422
|
-
_this.
|
|
116423
|
-
_this.
|
|
116424
|
-
_this.
|
|
116533
|
+
_this.akf = 1000;
|
|
116534
|
+
_this.akg = 1000;
|
|
116535
|
+
_this.aj9 = null;
|
|
116536
|
+
_this.aka = null;
|
|
116537
|
+
_this.aj5 = 0;
|
|
116538
|
+
_this.akd = true;
|
|
116539
|
+
_this.aj3 = 0;
|
|
116540
|
+
_this.aj7 = 3;
|
|
116425
116541
|
_this.ue();
|
|
116426
116542
|
return _this;
|
|
116427
116543
|
}
|
|
@@ -116459,7 +116575,7 @@
|
|
|
116459
116575
|
this.he = false;
|
|
116460
116576
|
this.b3 = 1;
|
|
116461
116577
|
this.bz = 11;
|
|
116462
|
-
this.
|
|
116578
|
+
this.ake = true;
|
|
116463
116579
|
this.xq = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
|
|
116464
116580
|
this.jl = igniteuiWebcomponentsCore.DeviceUtils.g(2);
|
|
116465
116581
|
this.gm = true;
|
|
@@ -116470,86 +116586,86 @@
|
|
|
116470
116586
|
};
|
|
116471
116587
|
DataPieChart.prototype.uz = function (a, b) {
|
|
116472
116588
|
_super.prototype.uz.call(this, a, b);
|
|
116473
|
-
a.kc = this.
|
|
116474
|
-
a.kd = this.
|
|
116475
|
-
a.dc = this.
|
|
116476
|
-
a.dd = this.
|
|
116589
|
+
a.kc = this.akh;
|
|
116590
|
+
a.kd = this.aki;
|
|
116591
|
+
a.dc = this.akb;
|
|
116592
|
+
a.dd = this.akc;
|
|
116477
116593
|
};
|
|
116478
116594
|
DataPieChart.prototype.vo = function (a, b, c) {
|
|
116479
116595
|
var _this = this;
|
|
116480
116596
|
_super.prototype.vo.call(this, a, b, c);
|
|
116481
116597
|
switch (a) {
|
|
116482
116598
|
case "TransitionInDuration":
|
|
116483
|
-
this.um(function (d) { return d.kc = _this.
|
|
116599
|
+
this.um(function (d) { return d.kc = _this.akh; });
|
|
116484
116600
|
break;
|
|
116485
116601
|
case "TransitionOutDuration":
|
|
116486
|
-
this.um(function (d) { return d.kd = _this.
|
|
116602
|
+
this.um(function (d) { return d.kd = _this.aki; });
|
|
116487
116603
|
break;
|
|
116488
116604
|
case "TransitionInEasingFunction":
|
|
116489
|
-
this.um(function (d) { return d.dc = _this.
|
|
116605
|
+
this.um(function (d) { return d.dc = _this.akb; });
|
|
116490
116606
|
break;
|
|
116491
116607
|
case "TransitionOutEasingFunction":
|
|
116492
|
-
this.um(function (d) { return d.dd = _this.
|
|
116608
|
+
this.um(function (d) { return d.dd = _this.akc; });
|
|
116493
116609
|
break;
|
|
116494
116610
|
}
|
|
116495
116611
|
};
|
|
116496
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116612
|
+
Object.defineProperty(DataPieChart.prototype, "akh", {
|
|
116497
116613
|
get: function () {
|
|
116498
|
-
return this.
|
|
116614
|
+
return this.akf;
|
|
116499
116615
|
},
|
|
116500
116616
|
set: function (a) {
|
|
116501
|
-
var b = this.
|
|
116617
|
+
var b = this.akh;
|
|
116502
116618
|
if (a != b) {
|
|
116503
|
-
this.
|
|
116504
|
-
this.vl("TransitionInDuration", b, this.
|
|
116619
|
+
this.akf = a;
|
|
116620
|
+
this.vl("TransitionInDuration", b, this.akh);
|
|
116505
116621
|
}
|
|
116506
116622
|
},
|
|
116507
116623
|
enumerable: false,
|
|
116508
116624
|
configurable: true
|
|
116509
116625
|
});
|
|
116510
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116626
|
+
Object.defineProperty(DataPieChart.prototype, "aki", {
|
|
116511
116627
|
get: function () {
|
|
116512
|
-
return this.
|
|
116628
|
+
return this.akg;
|
|
116513
116629
|
},
|
|
116514
116630
|
set: function (a) {
|
|
116515
|
-
var b = this.
|
|
116631
|
+
var b = this.aki;
|
|
116516
116632
|
if (a != b) {
|
|
116517
|
-
this.
|
|
116518
|
-
this.vl("TransitionOutDuration", b, this.
|
|
116633
|
+
this.akg = a;
|
|
116634
|
+
this.vl("TransitionOutDuration", b, this.aki);
|
|
116519
116635
|
}
|
|
116520
116636
|
},
|
|
116521
116637
|
enumerable: false,
|
|
116522
116638
|
configurable: true
|
|
116523
116639
|
});
|
|
116524
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116640
|
+
Object.defineProperty(DataPieChart.prototype, "akb", {
|
|
116525
116641
|
get: function () {
|
|
116526
|
-
return this.
|
|
116642
|
+
return this.aj9;
|
|
116527
116643
|
},
|
|
116528
116644
|
set: function (a) {
|
|
116529
|
-
var b = this.
|
|
116645
|
+
var b = this.akb;
|
|
116530
116646
|
if (a != b) {
|
|
116531
|
-
this.
|
|
116532
|
-
this.vl("TransitionInEasingFunction", b, this.
|
|
116647
|
+
this.aj9 = a;
|
|
116648
|
+
this.vl("TransitionInEasingFunction", b, this.akb);
|
|
116533
116649
|
}
|
|
116534
116650
|
},
|
|
116535
116651
|
enumerable: false,
|
|
116536
116652
|
configurable: true
|
|
116537
116653
|
});
|
|
116538
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116654
|
+
Object.defineProperty(DataPieChart.prototype, "akc", {
|
|
116539
116655
|
get: function () {
|
|
116540
|
-
return this.
|
|
116656
|
+
return this.aka;
|
|
116541
116657
|
},
|
|
116542
116658
|
set: function (a) {
|
|
116543
|
-
var b = this.
|
|
116659
|
+
var b = this.akc;
|
|
116544
116660
|
if (a != b) {
|
|
116545
|
-
this.
|
|
116546
|
-
this.vl("TransitionOutEasingFunction", b, this.
|
|
116661
|
+
this.aka = a;
|
|
116662
|
+
this.vl("TransitionOutEasingFunction", b, this.akc);
|
|
116547
116663
|
}
|
|
116548
116664
|
},
|
|
116549
116665
|
enumerable: false,
|
|
116550
116666
|
configurable: true
|
|
116551
116667
|
});
|
|
116552
|
-
DataPieChart.prototype.
|
|
116668
|
+
DataPieChart.prototype.akk = function () {
|
|
116553
116669
|
var cvd_ = this.lv();
|
|
116554
116670
|
cvd_.scaleByViewport();
|
|
116555
116671
|
return (cvd_.serialize());
|
|
@@ -116583,14 +116699,14 @@
|
|
|
116583
116699
|
enumerable: false,
|
|
116584
116700
|
configurable: true
|
|
116585
116701
|
});
|
|
116586
|
-
DataPieChart.prototype.
|
|
116702
|
+
DataPieChart.prototype.get_ahf = function () {
|
|
116587
116703
|
return false;
|
|
116588
116704
|
};
|
|
116589
116705
|
DataPieChart.prototype.bi = function (a) {
|
|
116590
|
-
if (this.
|
|
116706
|
+
if (this.aj6 == 0) {
|
|
116591
116707
|
return a.suggestedSeries;
|
|
116592
116708
|
}
|
|
116593
|
-
if (this.
|
|
116709
|
+
if (this.aj6 == 1) {
|
|
116594
116710
|
return 34;
|
|
116595
116711
|
}
|
|
116596
116712
|
return 34;
|
|
@@ -116608,9 +116724,9 @@
|
|
|
116608
116724
|
if (c == null) {
|
|
116609
116725
|
return;
|
|
116610
116726
|
}
|
|
116611
|
-
c.zk = this.
|
|
116612
|
-
c.yu = this.
|
|
116613
|
-
c.c3 = this.
|
|
116727
|
+
c.zk = this.ake;
|
|
116728
|
+
c.yu = this.aj4;
|
|
116729
|
+
c.c3 = this.aj8;
|
|
116614
116730
|
};
|
|
116615
116731
|
DataPieChart.prototype.t3 = function (a, b) {
|
|
116616
116732
|
_super.prototype.t3.call(this, a, b);
|
|
@@ -116640,57 +116756,57 @@
|
|
|
116640
116756
|
enumerable: false,
|
|
116641
116757
|
configurable: true
|
|
116642
116758
|
});
|
|
116643
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116759
|
+
Object.defineProperty(DataPieChart.prototype, "aj6", {
|
|
116644
116760
|
get: function () {
|
|
116645
|
-
return this.
|
|
116761
|
+
return this.aj5;
|
|
116646
116762
|
},
|
|
116647
116763
|
set: function (a) {
|
|
116648
|
-
if (a != this.
|
|
116649
|
-
var b = this.
|
|
116650
|
-
this.
|
|
116651
|
-
this.vl("ChartType", igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, b), igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, this.
|
|
116764
|
+
if (a != this.aj5) {
|
|
116765
|
+
var b = this.aj6;
|
|
116766
|
+
this.aj5 = a;
|
|
116767
|
+
this.vl("ChartType", igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, b), igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, this.aj6));
|
|
116652
116768
|
}
|
|
116653
116769
|
},
|
|
116654
116770
|
enumerable: false,
|
|
116655
116771
|
configurable: true
|
|
116656
116772
|
});
|
|
116657
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116773
|
+
Object.defineProperty(DataPieChart.prototype, "ake", {
|
|
116658
116774
|
get: function () {
|
|
116659
|
-
return this.
|
|
116775
|
+
return this.akd;
|
|
116660
116776
|
},
|
|
116661
116777
|
set: function (a) {
|
|
116662
|
-
var b = this.
|
|
116778
|
+
var b = this.ake;
|
|
116663
116779
|
if (a != b) {
|
|
116664
|
-
this.
|
|
116665
|
-
this.vl("IsTransitionInEnabled", b, this.
|
|
116780
|
+
this.akd = a;
|
|
116781
|
+
this.vl("IsTransitionInEnabled", b, this.ake);
|
|
116666
116782
|
}
|
|
116667
116783
|
},
|
|
116668
116784
|
enumerable: false,
|
|
116669
116785
|
configurable: true
|
|
116670
116786
|
});
|
|
116671
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116787
|
+
Object.defineProperty(DataPieChart.prototype, "aj4", {
|
|
116672
116788
|
get: function () {
|
|
116673
|
-
return this.
|
|
116789
|
+
return this.aj3;
|
|
116674
116790
|
},
|
|
116675
116791
|
set: function (a) {
|
|
116676
|
-
var b = this.
|
|
116792
|
+
var b = this.aj4;
|
|
116677
116793
|
if (a != b) {
|
|
116678
|
-
this.
|
|
116679
|
-
this.vl("TransitionInMode", igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, this.
|
|
116794
|
+
this.aj3 = a;
|
|
116795
|
+
this.vl("TransitionInMode", igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, this.aj4));
|
|
116680
116796
|
}
|
|
116681
116797
|
},
|
|
116682
116798
|
enumerable: false,
|
|
116683
116799
|
configurable: true
|
|
116684
116800
|
});
|
|
116685
|
-
Object.defineProperty(DataPieChart.prototype, "
|
|
116801
|
+
Object.defineProperty(DataPieChart.prototype, "aj8", {
|
|
116686
116802
|
get: function () {
|
|
116687
|
-
return this.
|
|
116803
|
+
return this.aj7;
|
|
116688
116804
|
},
|
|
116689
116805
|
set: function (a) {
|
|
116690
|
-
var b = this.
|
|
116806
|
+
var b = this.aj8;
|
|
116691
116807
|
if (a != b) {
|
|
116692
|
-
this.
|
|
116693
|
-
this.vl("TransitionInSpeedType", igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, b), igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, this.
|
|
116808
|
+
this.aj7 = a;
|
|
116809
|
+
this.vl("TransitionInSpeedType", igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, b), igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, this.aj8));
|
|
116694
116810
|
}
|
|
116695
116811
|
},
|
|
116696
116812
|
enumerable: false,
|
|
@@ -118506,10 +118622,10 @@
|
|
|
118506
118622
|
* Gets or sets the label format for the slices.
|
|
118507
118623
|
*/
|
|
118508
118624
|
get: function () {
|
|
118509
|
-
return this.i.
|
|
118625
|
+
return this.i.aja;
|
|
118510
118626
|
},
|
|
118511
118627
|
set: function (v) {
|
|
118512
|
-
this.i.
|
|
118628
|
+
this.i.aja = v;
|
|
118513
118629
|
},
|
|
118514
118630
|
enumerable: false,
|
|
118515
118631
|
configurable: true
|
|
@@ -118536,10 +118652,10 @@
|
|
|
118536
118652
|
* Gets or sets the label format for the LegendSlices.
|
|
118537
118653
|
*/
|
|
118538
118654
|
get: function () {
|
|
118539
|
-
return this.i.
|
|
118655
|
+
return this.i.aiu;
|
|
118540
118656
|
},
|
|
118541
118657
|
set: function (v) {
|
|
118542
|
-
this.i.
|
|
118658
|
+
this.i.aiu = v;
|
|
118543
118659
|
},
|
|
118544
118660
|
enumerable: false,
|
|
118545
118661
|
configurable: true
|
|
@@ -118566,10 +118682,10 @@
|
|
|
118566
118682
|
* Gets or sets the label format for the OthersSlices.
|
|
118567
118683
|
*/
|
|
118568
118684
|
get: function () {
|
|
118569
|
-
return this.i.
|
|
118685
|
+
return this.i.ai3;
|
|
118570
118686
|
},
|
|
118571
118687
|
set: function (v) {
|
|
118572
|
-
this.i.
|
|
118688
|
+
this.i.ai3 = v;
|
|
118573
118689
|
},
|
|
118574
118690
|
enumerable: false,
|
|
118575
118691
|
configurable: true
|
|
@@ -118596,10 +118712,10 @@
|
|
|
118596
118712
|
* Gets or sets the label format for the LegendOthersSlices.
|
|
118597
118713
|
*/
|
|
118598
118714
|
get: function () {
|
|
118599
|
-
return this.i.
|
|
118715
|
+
return this.i.aiq;
|
|
118600
118716
|
},
|
|
118601
118717
|
set: function (v) {
|
|
118602
|
-
this.i.
|
|
118718
|
+
this.i.aiq = v;
|
|
118603
118719
|
},
|
|
118604
118720
|
enumerable: false,
|
|
118605
118721
|
configurable: true
|
|
@@ -118627,11 +118743,11 @@
|
|
|
118627
118743
|
* a value between 0.0 and 1.0.
|
|
118628
118744
|
*/
|
|
118629
118745
|
get: function () {
|
|
118630
|
-
return this.i.
|
|
118746
|
+
return this.i.ahv;
|
|
118631
118747
|
},
|
|
118632
118748
|
set: function (v) {
|
|
118633
|
-
this.i.
|
|
118634
|
-
this._a("innerExtent", this.i.
|
|
118749
|
+
this.i.ahv = +v;
|
|
118750
|
+
this._a("innerExtent", this.i.ahv);
|
|
118635
118751
|
},
|
|
118636
118752
|
enumerable: false,
|
|
118637
118753
|
configurable: true
|
|
@@ -118642,11 +118758,11 @@
|
|
|
118642
118758
|
* a value between 0.0 and 1.0.
|
|
118643
118759
|
*/
|
|
118644
118760
|
get: function () {
|
|
118645
|
-
return this.i.
|
|
118761
|
+
return this.i.ag2;
|
|
118646
118762
|
},
|
|
118647
118763
|
set: function (v) {
|
|
118648
|
-
this.i.
|
|
118649
|
-
this._a("sweepDirection", igniteuiWebcomponentsCore.enumToString(PieChartSweepDirection_$type, this.i.
|
|
118764
|
+
this.i.ag2 = igniteuiWebcomponentsCore.ensureEnum(PieChartSweepDirection_$type, v);
|
|
118765
|
+
this._a("sweepDirection", igniteuiWebcomponentsCore.enumToString(PieChartSweepDirection_$type, this.i.ag2));
|
|
118650
118766
|
},
|
|
118651
118767
|
enumerable: false,
|
|
118652
118768
|
configurable: true
|
|
@@ -118670,11 +118786,11 @@
|
|
|
118670
118786
|
* Gets or sets the light color to use for slice labels.
|
|
118671
118787
|
*/
|
|
118672
118788
|
get: function () {
|
|
118673
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
118789
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.aj2);
|
|
118674
118790
|
},
|
|
118675
118791
|
set: function (v) {
|
|
118676
|
-
this.i.
|
|
118677
|
-
this._a("lightSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
118792
|
+
this.i.aj2 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
118793
|
+
this._a("lightSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.aj2));
|
|
118678
118794
|
},
|
|
118679
118795
|
enumerable: false,
|
|
118680
118796
|
configurable: true
|
|
@@ -118684,11 +118800,11 @@
|
|
|
118684
118800
|
* Gets or sets the Dark color to use for slice labels.
|
|
118685
118801
|
*/
|
|
118686
118802
|
get: function () {
|
|
118687
|
-
return igniteuiWebcomponentsCore.brushToString(this.i.
|
|
118803
|
+
return igniteuiWebcomponentsCore.brushToString(this.i.aj1);
|
|
118688
118804
|
},
|
|
118689
118805
|
set: function (v) {
|
|
118690
|
-
this.i.
|
|
118691
|
-
this._a("darkSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.
|
|
118806
|
+
this.i.aj1 = igniteuiWebcomponentsCore.stringToBrush(v);
|
|
118807
|
+
this._a("darkSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.aj1));
|
|
118692
118808
|
},
|
|
118693
118809
|
enumerable: false,
|
|
118694
118810
|
configurable: true
|
|
@@ -118698,10 +118814,10 @@
|
|
|
118698
118814
|
* Gets or sets the overridden value member path to use.
|
|
118699
118815
|
*/
|
|
118700
118816
|
get: function () {
|
|
118701
|
-
return this.i.
|
|
118817
|
+
return this.i.ajq;
|
|
118702
118818
|
},
|
|
118703
118819
|
set: function (v) {
|
|
118704
|
-
this.i.
|
|
118820
|
+
this.i.ajq = v;
|
|
118705
118821
|
},
|
|
118706
118822
|
enumerable: false,
|
|
118707
118823
|
configurable: true
|
|
@@ -118711,10 +118827,21 @@
|
|
|
118711
118827
|
* Gets or sets the legend label member path to use.
|
|
118712
118828
|
*/
|
|
118713
118829
|
get: function () {
|
|
118714
|
-
return this.i.
|
|
118830
|
+
return this.i.aio;
|
|
118715
118831
|
},
|
|
118716
118832
|
set: function (v) {
|
|
118717
|
-
this.i.
|
|
118833
|
+
this.i.aio = v;
|
|
118834
|
+
},
|
|
118835
|
+
enumerable: false,
|
|
118836
|
+
configurable: true
|
|
118837
|
+
});
|
|
118838
|
+
Object.defineProperty(IgcDataPieBaseChartComponent.prototype, "legendEmptyValuesMode", {
|
|
118839
|
+
get: function () {
|
|
118840
|
+
return this.i.agw;
|
|
118841
|
+
},
|
|
118842
|
+
set: function (v) {
|
|
118843
|
+
this.i.agw = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, v);
|
|
118844
|
+
this._a("legendEmptyValuesMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, this.i.agw));
|
|
118718
118845
|
},
|
|
118719
118846
|
enumerable: false,
|
|
118720
118847
|
configurable: true
|
|
@@ -118724,11 +118851,11 @@
|
|
|
118724
118851
|
* Gets or sets whether to use numeric or percent-based threshold value.
|
|
118725
118852
|
*/
|
|
118726
118853
|
get: function () {
|
|
118727
|
-
return this.i.
|
|
118854
|
+
return this.i.ag0;
|
|
118728
118855
|
},
|
|
118729
118856
|
set: function (v) {
|
|
118730
|
-
this.i.
|
|
118731
|
-
this._a("othersCategoryType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.i.
|
|
118857
|
+
this.i.ag0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.OthersCategoryType_$type, v);
|
|
118858
|
+
this._a("othersCategoryType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.i.ag0));
|
|
118732
118859
|
},
|
|
118733
118860
|
enumerable: false,
|
|
118734
118861
|
configurable: true
|
|
@@ -118738,11 +118865,11 @@
|
|
|
118738
118865
|
* Gets or sets the threshold value that determines if slices are grouped into the Others slice.
|
|
118739
118866
|
*/
|
|
118740
118867
|
get: function () {
|
|
118741
|
-
return this.i.
|
|
118868
|
+
return this.i.ahw;
|
|
118742
118869
|
},
|
|
118743
118870
|
set: function (v) {
|
|
118744
|
-
this.i.
|
|
118745
|
-
this._a("othersCategoryThreshold", this.i.
|
|
118871
|
+
this.i.ahw = +v;
|
|
118872
|
+
this._a("othersCategoryThreshold", this.i.ahw);
|
|
118746
118873
|
},
|
|
118747
118874
|
enumerable: false,
|
|
118748
118875
|
configurable: true
|
|
@@ -118752,10 +118879,10 @@
|
|
|
118752
118879
|
* Gets or sets the label of the Others slice.
|
|
118753
118880
|
*/
|
|
118754
118881
|
get: function () {
|
|
118755
|
-
return this.i.
|
|
118882
|
+
return this.i.aiz;
|
|
118756
118883
|
},
|
|
118757
118884
|
set: function (v) {
|
|
118758
|
-
this.i.
|
|
118885
|
+
this.i.aiz = v;
|
|
118759
118886
|
},
|
|
118760
118887
|
enumerable: false,
|
|
118761
118888
|
configurable: true
|
|
@@ -118765,10 +118892,10 @@
|
|
|
118765
118892
|
* Gets or sets the overridden value member path to use.
|
|
118766
118893
|
*/
|
|
118767
118894
|
get: function () {
|
|
118768
|
-
return this.i.
|
|
118895
|
+
return this.i.ail;
|
|
118769
118896
|
},
|
|
118770
118897
|
set: function (v) {
|
|
118771
|
-
this.i.
|
|
118898
|
+
this.i.ail = v;
|
|
118772
118899
|
},
|
|
118773
118900
|
enumerable: false,
|
|
118774
118901
|
configurable: true
|
|
@@ -118778,11 +118905,11 @@
|
|
|
118778
118905
|
* Gets or sets whether the axis should favor emitting a label at the end of the scale.
|
|
118779
118906
|
*/
|
|
118780
118907
|
get: function () {
|
|
118781
|
-
return this.i.
|
|
118908
|
+
return this.i.ahh;
|
|
118782
118909
|
},
|
|
118783
118910
|
set: function (v) {
|
|
118784
|
-
this.i.
|
|
118785
|
-
this._a("valueAxisFavorLabellingScaleEnd", this.i.
|
|
118911
|
+
this.i.ahh = igniteuiWebcomponentsCore.ensureBool(v);
|
|
118912
|
+
this._a("valueAxisFavorLabellingScaleEnd", this.i.ahh);
|
|
118786
118913
|
},
|
|
118787
118914
|
enumerable: false,
|
|
118788
118915
|
configurable: true
|
|
@@ -118807,11 +118934,11 @@
|
|
|
118807
118934
|
* Gets or sets the set value is a factor that determines which labels will be hidden. For example, an interval of 2 will display every other label.
|
|
118808
118935
|
*/
|
|
118809
118936
|
get: function () {
|
|
118810
|
-
return this.i.
|
|
118937
|
+
return this.i.aht;
|
|
118811
118938
|
},
|
|
118812
118939
|
set: function (v) {
|
|
118813
|
-
this.i.
|
|
118814
|
-
this._a("angleAxisInterval", this.i.
|
|
118940
|
+
this.i.aht = +v;
|
|
118941
|
+
this._a("angleAxisInterval", this.i.aht);
|
|
118815
118942
|
},
|
|
118816
118943
|
enumerable: false,
|
|
118817
118944
|
configurable: true
|
|
@@ -118822,11 +118949,11 @@
|
|
|
118822
118949
|
* Gets or sets the set value is a factor that determines how the minor lines will be displayed.
|
|
118823
118950
|
*/
|
|
118824
118951
|
get: function () {
|
|
118825
|
-
return this.i.
|
|
118952
|
+
return this.i.ahu;
|
|
118826
118953
|
},
|
|
118827
118954
|
set: function (v) {
|
|
118828
|
-
this.i.
|
|
118829
|
-
this._a("angleAxisMinorInterval", this.i.
|
|
118955
|
+
this.i.ahu = +v;
|
|
118956
|
+
this._a("angleAxisMinorInterval", this.i.ahu);
|
|
118830
118957
|
},
|
|
118831
118958
|
enumerable: false,
|
|
118832
118959
|
configurable: true
|
|
@@ -118836,11 +118963,11 @@
|
|
|
118836
118963
|
* Gets or sets the distance between each label and grid line along the Y-axis.
|
|
118837
118964
|
*/
|
|
118838
118965
|
get: function () {
|
|
118839
|
-
return this.i.
|
|
118966
|
+
return this.i.ah1;
|
|
118840
118967
|
},
|
|
118841
118968
|
set: function (v) {
|
|
118842
|
-
this.i.
|
|
118843
|
-
this._a("valueAxisInterval", this.i.
|
|
118969
|
+
this.i.ah1 = +v;
|
|
118970
|
+
this._a("valueAxisInterval", this.i.ah1);
|
|
118844
118971
|
},
|
|
118845
118972
|
enumerable: false,
|
|
118846
118973
|
configurable: true
|
|
@@ -118851,11 +118978,11 @@
|
|
|
118851
118978
|
* Since log(-1) is imaginary and log(0) is undefined, it is recommended to enable this property only when the Y-axis minimum is greater than zero.
|
|
118852
118979
|
*/
|
|
118853
118980
|
get: function () {
|
|
118854
|
-
return this.i.
|
|
118981
|
+
return this.i.ahi;
|
|
118855
118982
|
},
|
|
118856
118983
|
set: function (v) {
|
|
118857
|
-
this.i.
|
|
118858
|
-
this._a("valueAxisIsLogarithmic", this.i.
|
|
118984
|
+
this.i.ahi = igniteuiWebcomponentsCore.ensureBool(v);
|
|
118985
|
+
this._a("valueAxisIsLogarithmic", this.i.ahi);
|
|
118859
118986
|
},
|
|
118860
118987
|
enumerable: false,
|
|
118861
118988
|
configurable: true
|
|
@@ -118866,11 +118993,11 @@
|
|
|
118866
118993
|
* This property is effective only when ValueAxisIsLogarithmic is true.
|
|
118867
118994
|
*/
|
|
118868
118995
|
get: function () {
|
|
118869
|
-
return this.i.
|
|
118996
|
+
return this.i.ah6;
|
|
118870
118997
|
},
|
|
118871
118998
|
set: function (v) {
|
|
118872
|
-
this.i.
|
|
118873
|
-
this._a("valueAxisLogarithmBase", this.i.
|
|
118999
|
+
this.i.ah6 = +v;
|
|
119000
|
+
this._a("valueAxisLogarithmBase", this.i.ah6);
|
|
118874
119001
|
},
|
|
118875
119002
|
enumerable: false,
|
|
118876
119003
|
configurable: true
|
|
@@ -118880,11 +119007,11 @@
|
|
|
118880
119007
|
* Gets or sets the data value corresponding to the minimum value of the Y-axis.
|
|
118881
119008
|
*/
|
|
118882
119009
|
get: function () {
|
|
118883
|
-
return this.i.
|
|
119010
|
+
return this.i.ah3;
|
|
118884
119011
|
},
|
|
118885
119012
|
set: function (v) {
|
|
118886
|
-
this.i.
|
|
118887
|
-
this._a("valueAxisMinimumValue", this.i.
|
|
119013
|
+
this.i.ah3 = +v;
|
|
119014
|
+
this._a("valueAxisMinimumValue", this.i.ah3);
|
|
118888
119015
|
},
|
|
118889
119016
|
enumerable: false,
|
|
118890
119017
|
configurable: true
|
|
@@ -118894,11 +119021,11 @@
|
|
|
118894
119021
|
* Gets or sets the data value corresponding to the maximum value of the Y-axis.
|
|
118895
119022
|
*/
|
|
118896
119023
|
get: function () {
|
|
118897
|
-
return this.i.
|
|
119024
|
+
return this.i.ah2;
|
|
118898
119025
|
},
|
|
118899
119026
|
set: function (v) {
|
|
118900
|
-
this.i.
|
|
118901
|
-
this._a("valueAxisMaximumValue", this.i.
|
|
119027
|
+
this.i.ah2 = +v;
|
|
119028
|
+
this._a("valueAxisMaximumValue", this.i.ah2);
|
|
118902
119029
|
},
|
|
118903
119030
|
enumerable: false,
|
|
118904
119031
|
configurable: true
|
|
@@ -118908,11 +119035,11 @@
|
|
|
118908
119035
|
* Gets or sets the frequency of displayed minor lines along the Y-axis.
|
|
118909
119036
|
*/
|
|
118910
119037
|
get: function () {
|
|
118911
|
-
return this.i.
|
|
119038
|
+
return this.i.ah4;
|
|
118912
119039
|
},
|
|
118913
119040
|
set: function (v) {
|
|
118914
|
-
this.i.
|
|
118915
|
-
this._a("valueAxisMinorInterval", this.i.
|
|
119041
|
+
this.i.ah4 = +v;
|
|
119042
|
+
this._a("valueAxisMinorInterval", this.i.ah4);
|
|
118916
119043
|
},
|
|
118917
119044
|
enumerable: false,
|
|
118918
119045
|
configurable: true
|
|
@@ -118922,7 +119049,7 @@
|
|
|
118922
119049
|
* Gets the current minimum value for the Y-axis.
|
|
118923
119050
|
*/
|
|
118924
119051
|
get: function () {
|
|
118925
|
-
return this.i.
|
|
119052
|
+
return this.i.ah0;
|
|
118926
119053
|
},
|
|
118927
119054
|
enumerable: false,
|
|
118928
119055
|
configurable: true
|
|
@@ -118932,7 +119059,7 @@
|
|
|
118932
119059
|
* Gets the current maximum value for the Y-axis.
|
|
118933
119060
|
*/
|
|
118934
119061
|
get: function () {
|
|
118935
|
-
return this.i.
|
|
119062
|
+
return this.i.ahz;
|
|
118936
119063
|
},
|
|
118937
119064
|
enumerable: false,
|
|
118938
119065
|
configurable: true
|
|
@@ -118942,11 +119069,11 @@
|
|
|
118942
119069
|
* Gets or sets the extent of the chart's radius. Value between 0 and 1.
|
|
118943
119070
|
*/
|
|
118944
119071
|
get: function () {
|
|
118945
|
-
return this.i.
|
|
119072
|
+
return this.i.ahx;
|
|
118946
119073
|
},
|
|
118947
119074
|
set: function (v) {
|
|
118948
|
-
this.i.
|
|
118949
|
-
this._a("radiusExtent", this.i.
|
|
119075
|
+
this.i.ahx = +v;
|
|
119076
|
+
this._a("radiusExtent", this.i.ahx);
|
|
118950
119077
|
},
|
|
118951
119078
|
enumerable: false,
|
|
118952
119079
|
configurable: true
|
|
@@ -118956,11 +119083,11 @@
|
|
|
118956
119083
|
* Gets or sets the start angle to use for the pie chart measured in degrees from the positive x axis.
|
|
118957
119084
|
*/
|
|
118958
119085
|
get: function () {
|
|
118959
|
-
return this.i.
|
|
119086
|
+
return this.i.ahy;
|
|
118960
119087
|
},
|
|
118961
119088
|
set: function (v) {
|
|
118962
|
-
this.i.
|
|
118963
|
-
this._a("startAngle", this.i.
|
|
119089
|
+
this.i.ahy = +v;
|
|
119090
|
+
this._a("startAngle", this.i.ahy);
|
|
118964
119091
|
},
|
|
118965
119092
|
enumerable: false,
|
|
118966
119093
|
configurable: true
|
|
@@ -118970,10 +119097,10 @@
|
|
|
118970
119097
|
* Gets or sets the label of the Others slice.
|
|
118971
119098
|
*/
|
|
118972
119099
|
get: function () {
|
|
118973
|
-
return this.i.
|
|
119100
|
+
return this.i.ai8;
|
|
118974
119101
|
},
|
|
118975
119102
|
set: function (v) {
|
|
118976
|
-
this.i.
|
|
119103
|
+
this.i.ai8 = v;
|
|
118977
119104
|
},
|
|
118978
119105
|
enumerable: false,
|
|
118979
119106
|
configurable: true
|
|
@@ -118983,11 +119110,11 @@
|
|
|
118983
119110
|
* Gets or sets the label of the Others slice.
|
|
118984
119111
|
*/
|
|
118985
119112
|
get: function () {
|
|
118986
|
-
return this.i.
|
|
119113
|
+
return this.i.ag8;
|
|
118987
119114
|
},
|
|
118988
119115
|
set: function (v) {
|
|
118989
|
-
this.i.
|
|
118990
|
-
this._a("sliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.
|
|
119116
|
+
this.i.ag8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
|
|
119117
|
+
this._a("sliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag8));
|
|
118991
119118
|
},
|
|
118992
119119
|
enumerable: false,
|
|
118993
119120
|
configurable: true
|
|
@@ -118997,11 +119124,11 @@
|
|
|
118997
119124
|
* Gets or sets the label of the Others slice.
|
|
118998
119125
|
*/
|
|
118999
119126
|
get: function () {
|
|
119000
|
-
return this.i.
|
|
119127
|
+
return this.i.ag7;
|
|
119001
119128
|
},
|
|
119002
119129
|
set: function (v) {
|
|
119003
|
-
this.i.
|
|
119004
|
-
this._a("legendSliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.
|
|
119130
|
+
this.i.ag7 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
|
|
119131
|
+
this._a("legendSliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag7));
|
|
119005
119132
|
},
|
|
119006
119133
|
enumerable: false,
|
|
119007
119134
|
configurable: true
|
|
@@ -119011,11 +119138,11 @@
|
|
|
119011
119138
|
* Gets or sets whether to favor labelling the end of the scale.
|
|
119012
119139
|
*/
|
|
119013
119140
|
get: function () {
|
|
119014
|
-
return this.i.
|
|
119141
|
+
return this.i.ahe;
|
|
119015
119142
|
},
|
|
119016
119143
|
set: function (v) {
|
|
119017
|
-
this.i.
|
|
119018
|
-
this._a("angleAxisFavorLabellingScaleEnd", this.i.
|
|
119144
|
+
this.i.ahe = igniteuiWebcomponentsCore.ensureBool(v);
|
|
119145
|
+
this._a("angleAxisFavorLabellingScaleEnd", this.i.ahe);
|
|
119019
119146
|
},
|
|
119020
119147
|
enumerable: false,
|
|
119021
119148
|
configurable: true
|
|
@@ -119025,11 +119152,11 @@
|
|
|
119025
119152
|
* Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
|
|
119026
119153
|
*/
|
|
119027
119154
|
get: function () {
|
|
119028
|
-
return this.i.
|
|
119155
|
+
return this.i.ahg;
|
|
119029
119156
|
},
|
|
119030
119157
|
set: function (v) {
|
|
119031
|
-
this.i.
|
|
119032
|
-
this._a("valueAxisAbbreviateLargeNumbers", this.i.
|
|
119158
|
+
this.i.ahg = igniteuiWebcomponentsCore.ensureBool(v);
|
|
119159
|
+
this._a("valueAxisAbbreviateLargeNumbers", this.i.ahg);
|
|
119033
119160
|
},
|
|
119034
119161
|
enumerable: false,
|
|
119035
119162
|
configurable: true
|
|
@@ -119351,11 +119478,11 @@
|
|
|
119351
119478
|
* Gets or sets the duration used for animating series plots when the chart is loading into view
|
|
119352
119479
|
*/
|
|
119353
119480
|
get: function () {
|
|
119354
|
-
return this.i.
|
|
119481
|
+
return this.i.akh;
|
|
119355
119482
|
},
|
|
119356
119483
|
set: function (v) {
|
|
119357
|
-
this.i.
|
|
119358
|
-
this._a("transitionInDuration", this.i.
|
|
119484
|
+
this.i.akh = +v;
|
|
119485
|
+
this._a("transitionInDuration", this.i.akh);
|
|
119359
119486
|
},
|
|
119360
119487
|
enumerable: false,
|
|
119361
119488
|
configurable: true
|
|
@@ -119365,11 +119492,11 @@
|
|
|
119365
119492
|
* Gets or sets the duration used for animating series plots when the series is leaving view
|
|
119366
119493
|
*/
|
|
119367
119494
|
get: function () {
|
|
119368
|
-
return this.i.
|
|
119495
|
+
return this.i.aki;
|
|
119369
119496
|
},
|
|
119370
119497
|
set: function (v) {
|
|
119371
|
-
this.i.
|
|
119372
|
-
this._a("transitionOutDuration", this.i.
|
|
119498
|
+
this.i.aki = +v;
|
|
119499
|
+
this._a("transitionOutDuration", this.i.aki);
|
|
119373
119500
|
},
|
|
119374
119501
|
enumerable: false,
|
|
119375
119502
|
configurable: true
|
|
@@ -119380,10 +119507,10 @@
|
|
|
119380
119507
|
* This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
|
|
119381
119508
|
*/
|
|
119382
119509
|
get: function () {
|
|
119383
|
-
return this.i.
|
|
119510
|
+
return this.i.akb;
|
|
119384
119511
|
},
|
|
119385
119512
|
set: function (v) {
|
|
119386
|
-
this.i.
|
|
119513
|
+
this.i.akb = v;
|
|
119387
119514
|
},
|
|
119388
119515
|
enumerable: false,
|
|
119389
119516
|
configurable: true
|
|
@@ -119394,10 +119521,10 @@
|
|
|
119394
119521
|
* This can be set to one of the known values "linear" or "cubic," or it can be set to an easing function which takes a single numeric parameter and returns a number.
|
|
119395
119522
|
*/
|
|
119396
119523
|
get: function () {
|
|
119397
|
-
return this.i.
|
|
119524
|
+
return this.i.akc;
|
|
119398
119525
|
},
|
|
119399
119526
|
set: function (v) {
|
|
119400
|
-
this.i.
|
|
119527
|
+
this.i.akc = v;
|
|
119401
119528
|
},
|
|
119402
119529
|
enumerable: false,
|
|
119403
119530
|
configurable: true
|
|
@@ -119417,11 +119544,11 @@
|
|
|
119417
119544
|
* Gets or sets the type of chart series to generate from the data.
|
|
119418
119545
|
*/
|
|
119419
119546
|
get: function () {
|
|
119420
|
-
return this.i.
|
|
119547
|
+
return this.i.aj6;
|
|
119421
119548
|
},
|
|
119422
119549
|
set: function (v) {
|
|
119423
|
-
this.i.
|
|
119424
|
-
this._a("chartType", igniteuiWebcomponentsCore.enumToString(DataPieChartType_$type, this.i.
|
|
119550
|
+
this.i.aj6 = igniteuiWebcomponentsCore.ensureEnum(DataPieChartType_$type, v);
|
|
119551
|
+
this._a("chartType", igniteuiWebcomponentsCore.enumToString(DataPieChartType_$type, this.i.aj6));
|
|
119425
119552
|
},
|
|
119426
119553
|
enumerable: false,
|
|
119427
119554
|
configurable: true
|
|
@@ -119431,11 +119558,11 @@
|
|
|
119431
119558
|
* Gets or sets whether animation of series plots is enabled when the chart is loading into view
|
|
119432
119559
|
*/
|
|
119433
119560
|
get: function () {
|
|
119434
|
-
return this.i.
|
|
119561
|
+
return this.i.ake;
|
|
119435
119562
|
},
|
|
119436
119563
|
set: function (v) {
|
|
119437
|
-
this.i.
|
|
119438
|
-
this._a("isTransitionInEnabled", this.i.
|
|
119564
|
+
this.i.ake = igniteuiWebcomponentsCore.ensureBool(v);
|
|
119565
|
+
this._a("isTransitionInEnabled", this.i.ake);
|
|
119439
119566
|
},
|
|
119440
119567
|
enumerable: false,
|
|
119441
119568
|
configurable: true
|
|
@@ -119445,11 +119572,11 @@
|
|
|
119445
119572
|
* Gets or sets the method that determines how to animate series plots when the chart is loading into view
|
|
119446
119573
|
*/
|
|
119447
119574
|
get: function () {
|
|
119448
|
-
return this.i.
|
|
119575
|
+
return this.i.aj4;
|
|
119449
119576
|
},
|
|
119450
119577
|
set: function (v) {
|
|
119451
|
-
this.i.
|
|
119452
|
-
this._a("transitionInMode", igniteuiWebcomponentsCore.enumToString(CategoryTransitionInMode_$type, this.i.
|
|
119578
|
+
this.i.aj4 = igniteuiWebcomponentsCore.ensureEnum(CategoryTransitionInMode_$type, v);
|
|
119579
|
+
this._a("transitionInMode", igniteuiWebcomponentsCore.enumToString(CategoryTransitionInMode_$type, this.i.aj4));
|
|
119453
119580
|
},
|
|
119454
119581
|
enumerable: false,
|
|
119455
119582
|
configurable: true
|
|
@@ -119459,11 +119586,11 @@
|
|
|
119459
119586
|
* Gets or sets the arrival speed used for animating series plots when the chart is loading into view
|
|
119460
119587
|
*/
|
|
119461
119588
|
get: function () {
|
|
119462
|
-
return this.i.
|
|
119589
|
+
return this.i.aj8;
|
|
119463
119590
|
},
|
|
119464
119591
|
set: function (v) {
|
|
119465
|
-
this.i.
|
|
119466
|
-
this._a("transitionInSpeedType", igniteuiWebcomponentsCore.enumToString(TransitionInSpeedType_$type, this.i.
|
|
119592
|
+
this.i.aj8 = igniteuiWebcomponentsCore.ensureEnum(TransitionInSpeedType_$type, v);
|
|
119593
|
+
this._a("transitionInSpeedType", igniteuiWebcomponentsCore.enumToString(TransitionInSpeedType_$type, this.i.aj8));
|
|
119467
119594
|
},
|
|
119468
119595
|
enumerable: false,
|
|
119469
119596
|
configurable: true
|
|
@@ -119473,7 +119600,7 @@
|
|
|
119473
119600
|
|
|
119474
119601
|
*/
|
|
119475
119602
|
IgcDataPieChartComponent.prototype.exportSerializedVisualData = function () {
|
|
119476
|
-
var iv = this.i.
|
|
119603
|
+
var iv = this.i.akk();
|
|
119477
119604
|
return (iv);
|
|
119478
119605
|
};
|
|
119479
119606
|
IgcDataPieChartComponent._observedAttributesIgcDataPieChartComponent = null;
|
|
@@ -120629,11 +120756,11 @@
|
|
|
120629
120756
|
* Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
|
|
120630
120757
|
*/
|
|
120631
120758
|
get: function () {
|
|
120632
|
-
return this.i.
|
|
120759
|
+
return this.i.adj;
|
|
120633
120760
|
},
|
|
120634
120761
|
set: function (v) {
|
|
120635
|
-
this.i.
|
|
120636
|
-
this._a("radiusX", this.i.
|
|
120762
|
+
this.i.adj = +v;
|
|
120763
|
+
this._a("radiusX", this.i.adj);
|
|
120637
120764
|
},
|
|
120638
120765
|
enumerable: false,
|
|
120639
120766
|
configurable: true
|
|
@@ -120643,11 +120770,11 @@
|
|
|
120643
120770
|
* Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
|
|
120644
120771
|
*/
|
|
120645
120772
|
get: function () {
|
|
120646
|
-
return this.i.
|
|
120773
|
+
return this.i.adk;
|
|
120647
120774
|
},
|
|
120648
120775
|
set: function (v) {
|
|
120649
|
-
this.i.
|
|
120650
|
-
this._a("radiusY", this.i.
|
|
120776
|
+
this.i.adk = +v;
|
|
120777
|
+
this._a("radiusY", this.i.adk);
|
|
120651
120778
|
},
|
|
120652
120779
|
enumerable: false,
|
|
120653
120780
|
configurable: true
|
|
@@ -120657,10 +120784,24 @@
|
|
|
120657
120784
|
* Gets or sets the property name that contains the legend labels.
|
|
120658
120785
|
*/
|
|
120659
120786
|
get: function () {
|
|
120660
|
-
return this.i.
|
|
120787
|
+
return this.i.ado;
|
|
120661
120788
|
},
|
|
120662
120789
|
set: function (v) {
|
|
120663
|
-
this.i.
|
|
120790
|
+
this.i.ado = v;
|
|
120791
|
+
},
|
|
120792
|
+
enumerable: false,
|
|
120793
|
+
configurable: true
|
|
120794
|
+
});
|
|
120795
|
+
Object.defineProperty(IgcRadialPieSeriesComponent.prototype, "legendEmptyValuesMode", {
|
|
120796
|
+
/**
|
|
120797
|
+
* Determines display mode for zero values in the legend.
|
|
120798
|
+
*/
|
|
120799
|
+
get: function () {
|
|
120800
|
+
return this.i.ade;
|
|
120801
|
+
},
|
|
120802
|
+
set: function (v) {
|
|
120803
|
+
this.i.ade = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, v);
|
|
120804
|
+
this._a("legendEmptyValuesMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, this.i.ade));
|
|
120664
120805
|
},
|
|
120665
120806
|
enumerable: false,
|
|
120666
120807
|
configurable: true
|
|
@@ -122916,35 +123057,6 @@
|
|
|
122916
123057
|
return IndexCollection;
|
|
122917
123058
|
}(igniteuiWebcomponentsCore.ObservableCollection$1));
|
|
122918
123059
|
|
|
122919
|
-
/*
|
|
122920
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
122921
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
122922
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
122923
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
122924
|
-
*/
|
|
122925
|
-
/**
|
|
122926
|
-
* Describes available modes for displaying empty values in chart legend.
|
|
122927
|
-
*/
|
|
122928
|
-
var LegendEmptyValuesMode = /*@__PURE__*/ (function (LegendEmptyValuesMode) {
|
|
122929
|
-
/**
|
|
122930
|
-
* Always hide legend items for zero values regradless of the Others Category.
|
|
122931
|
-
*/
|
|
122932
|
-
LegendEmptyValuesMode[LegendEmptyValuesMode["AlwaysHidden"] = 0] = "AlwaysHidden";
|
|
122933
|
-
/**
|
|
122934
|
-
* Always show legend items for zero values even when the Others Category is present.
|
|
122935
|
-
*/
|
|
122936
|
-
LegendEmptyValuesMode[LegendEmptyValuesMode["AlwaysVisible"] = 1] = "AlwaysVisible";
|
|
122937
|
-
/**
|
|
122938
|
-
* Show legend items for zero values only when the Others Category is not present.
|
|
122939
|
-
*/
|
|
122940
|
-
LegendEmptyValuesMode[LegendEmptyValuesMode["ShowWhenNoOthersCategory"] = 2] = "ShowWhenNoOthersCategory";
|
|
122941
|
-
return LegendEmptyValuesMode;
|
|
122942
|
-
})({});
|
|
122943
|
-
/**
|
|
122944
|
-
* @hidden
|
|
122945
|
-
*/
|
|
122946
|
-
var LegendEmptyValuesMode_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('LegendEmptyValuesMode', 'AlwaysHidden,0|AlwaysVisible,1|ShowWhenNoOthersCategory,2');
|
|
122947
|
-
|
|
122948
123060
|
/*
|
|
122949
123061
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
122950
123062
|
https://www.infragistics.com/legal/license/igultimate-la
|
|
@@ -126177,6 +126289,16 @@
|
|
|
126177
126289
|
};
|
|
126178
126290
|
PieChartBase.prototype.destroy = function () {
|
|
126179
126291
|
this.gv();
|
|
126292
|
+
if (this.b0) {
|
|
126293
|
+
var a = this.ak;
|
|
126294
|
+
a.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(a.collectionChanged, this.cu);
|
|
126295
|
+
this.b0 = false;
|
|
126296
|
+
}
|
|
126297
|
+
if (this.b3) {
|
|
126298
|
+
var b = this.al;
|
|
126299
|
+
b.collectionChanged = igniteuiWebcomponentsCore.delegateRemove(b.collectionChanged, this.cu);
|
|
126300
|
+
this.b3 = false;
|
|
126301
|
+
}
|
|
126180
126302
|
this.a4.az(null);
|
|
126181
126303
|
};
|
|
126182
126304
|
Object.defineProperty(PieChartBase.prototype, "fq", {
|
|
@@ -126347,7 +126469,7 @@
|
|
|
126347
126469
|
c.b5 = false;
|
|
126348
126470
|
}
|
|
126349
126471
|
}));
|
|
126350
|
-
PieChartBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, PieChartBase, 'gu', ['ActualBrushes:ak:hd', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'ActualItemsSource::he', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'ActualLabelInnerColor:iy:hf', [igniteuiWebcomponentsCore.Brush.$, null], 'ActualLabelOuterColor:iz:hg', [igniteuiWebcomponentsCore.Brush.$, null], 'ActualOutlines:al:hh', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'AllowSliceExplosion:b8:hi', [0, true], 'AllowSliceSelection:b9:hj', [0, true], 'Brushes:am:hk', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'ExplodedRadius:c5:hl', [1, 0.2], 'FastItemsSource:bm:hm', [igniteuiWebcomponentsCore.FastItemsSource.$], 'FormatLabel:a5:hn', [igniteuiWebcomponentsCore.Delegate_$type], 'FormatLegendLabel:a6:ho', [igniteuiWebcomponentsCore.Delegate_$type], 'IsDragInteractionEnabled:ce:hq', [0, false], 'IsSurfaceInteractionDisabled:cf:hr', [0, false], 'ItemsSource::hs', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'LabelExtent:db:ht', [1, 10], 'LabelFormat:ef:hu', [2, null], 'LabelFormatSpecifiers:ag:hv', [igniteuiWebcomponentsCore.Array_$type, null], 'LabelInnerColor:i0:hw', [igniteuiWebcomponentsCore.Brush.$, null], 'LabelMemberPath:ej:hx', [2], 'LabelOuterColor:i1:hy', [igniteuiWebcomponentsCore.Brush.$, null], 'LabelsPosition:az:hz', [LabelsPosition_$type, igniteuiWebcomponentsCore.enumGetBox(LabelsPosition_$type, 1)], 'LeaderLineMargin:dc:h1', [1, 6], 'LeaderLineStyle:ja:h2', [igniteuiWebcomponentsCore.Style.$, null], 'LeaderLineType:a0:h3', [LeaderLineType_$type, igniteuiWebcomponentsCore.enumGetBox(LeaderLineType_$type, 0)], 'LeaderLineVisibility:je:h4', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 0)], 'LegendEmptyValuesMode:a1:h5', [LegendEmptyValuesMode_$type, igniteuiWebcomponentsCore.enumGetBox(LegendEmptyValuesMode_$type, 0)], 'LegendItemBadgeTemplate::h6', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'LegendItemTemplate::h7', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'LegendLabelFormat:ew:h8', [2, null], 'LegendLabelFormatSpecifiers:ah:h9', [igniteuiWebcomponentsCore.Array_$type, null], 'LegendLabelMemberPath:ez:ia', [2], 'LegendOthersLabelFormat:e1:ib', [2, null], 'LegendOthersLabelFormatSpecifiers:ai:ic', [igniteuiWebcomponentsCore.Array_$type, null], 'Legend::id', [igniteuiWebcomponentsCore.IChartLegend_$type, null], 'OthersCategoryStyle:jb:ie', [igniteuiWebcomponentsCore.Style.$, null], 'OthersCategoryText:e6:ig', [2, null], 'OthersCategoryThreshold:dd:ih', [1, 3], 'OthersCategoryType:a2:ii', [igniteuiWebcomponentsCore.OthersCategoryType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, 1)], 'OthersLabelFormat:fa:ij', [2, null], 'OthersLabelFormatSpecifiers:aj:ik', [igniteuiWebcomponentsCore.Array_$type, null], 'Outlines:an:il', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'RadiusFactor:dg:im', [1, 0.9], 'SelectedStyle:jc:ip', [igniteuiWebcomponentsCore.Style.$, null], 'SelectionMode:bk:iq', [SliceSelectionMode_$type, igniteuiWebcomponentsCore.enumGetBox(SliceSelectionMode_$type, 1)], 'ShouldDisplayMockData:ch:ir', [0, false], 'ShouldUseSkeletonStyleForMockData:ci:is', [0, false], 'StartAngle:di:it', [1, 0], 'SweepDirection:i3:iu', [igniteuiWebcomponentsCore.SweepDirection_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SweepDirection_$type, 1)], 'ToolTip:dr:iv', [4, null], 'ToolTipStyle:jd:iw', [igniteuiWebcomponentsCore.Style.$, null], 'ValueMemberPath:fv:ix', [2, null]]);
|
|
126472
|
+
PieChartBase.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, PieChartBase, 'gu', ['ActualBrushes:ak:hd', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'ActualItemsSource::he', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'ActualLabelInnerColor:iy:hf', [igniteuiWebcomponentsCore.Brush.$, null], 'ActualLabelOuterColor:iz:hg', [igniteuiWebcomponentsCore.Brush.$, null], 'ActualOutlines:al:hh', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'AllowSliceExplosion:b8:hi', [0, true], 'AllowSliceSelection:b9:hj', [0, true], 'Brushes:am:hk', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'ExplodedRadius:c5:hl', [1, 0.2], 'FastItemsSource:bm:hm', [igniteuiWebcomponentsCore.FastItemsSource.$], 'FormatLabel:a5:hn', [igniteuiWebcomponentsCore.Delegate_$type], 'FormatLegendLabel:a6:ho', [igniteuiWebcomponentsCore.Delegate_$type], 'IsDragInteractionEnabled:ce:hq', [0, false], 'IsSurfaceInteractionDisabled:cf:hr', [0, false], 'ItemsSource::hs', [igniteuiWebcomponentsCore.IEnumerable_$type, null], 'LabelExtent:db:ht', [1, 10], 'LabelFormat:ef:hu', [2, null], 'LabelFormatSpecifiers:ag:hv', [igniteuiWebcomponentsCore.Array_$type, null], 'LabelInnerColor:i0:hw', [igniteuiWebcomponentsCore.Brush.$, null], 'LabelMemberPath:ej:hx', [2], 'LabelOuterColor:i1:hy', [igniteuiWebcomponentsCore.Brush.$, null], 'LabelsPosition:az:hz', [LabelsPosition_$type, igniteuiWebcomponentsCore.enumGetBox(LabelsPosition_$type, 1)], 'LeaderLineMargin:dc:h1', [1, 6], 'LeaderLineStyle:ja:h2', [igniteuiWebcomponentsCore.Style.$, null], 'LeaderLineType:a0:h3', [LeaderLineType_$type, igniteuiWebcomponentsCore.enumGetBox(LeaderLineType_$type, 0)], 'LeaderLineVisibility:je:h4', [igniteuiWebcomponentsCore.Visibility_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.Visibility_$type, 0)], 'LegendEmptyValuesMode:a1:h5', [igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, 0)], 'LegendItemBadgeTemplate::h6', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'LegendItemTemplate::h7', [igniteuiWebcomponentsCore.DataTemplate.$, null], 'LegendLabelFormat:ew:h8', [2, null], 'LegendLabelFormatSpecifiers:ah:h9', [igniteuiWebcomponentsCore.Array_$type, null], 'LegendLabelMemberPath:ez:ia', [2], 'LegendOthersLabelFormat:e1:ib', [2, null], 'LegendOthersLabelFormatSpecifiers:ai:ic', [igniteuiWebcomponentsCore.Array_$type, null], 'Legend::id', [igniteuiWebcomponentsCore.IChartLegend_$type, null], 'OthersCategoryStyle:jb:ie', [igniteuiWebcomponentsCore.Style.$, null], 'OthersCategoryText:e6:ig', [2, null], 'OthersCategoryThreshold:dd:ih', [1, 3], 'OthersCategoryType:a2:ii', [igniteuiWebcomponentsCore.OthersCategoryType_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, 1)], 'OthersLabelFormat:fa:ij', [2, null], 'OthersLabelFormatSpecifiers:aj:ik', [igniteuiWebcomponentsCore.Array_$type, null], 'Outlines:an:il', [igniteuiWebcomponentsCore.BrushCollection.$, null], 'RadiusFactor:dg:im', [1, 0.9], 'SelectedStyle:jc:ip', [igniteuiWebcomponentsCore.Style.$, null], 'SelectionMode:bk:iq', [SliceSelectionMode_$type, igniteuiWebcomponentsCore.enumGetBox(SliceSelectionMode_$type, 1)], 'ShouldDisplayMockData:ch:ir', [0, false], 'ShouldUseSkeletonStyleForMockData:ci:is', [0, false], 'StartAngle:di:it', [1, 0], 'SweepDirection:i3:iu', [igniteuiWebcomponentsCore.SweepDirection_$type, igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.SweepDirection_$type, 1)], 'ToolTip:dr:iv', [4, null], 'ToolTipStyle:jd:iw', [igniteuiWebcomponentsCore.Style.$, null], 'ValueMemberPath:fv:ix', [2, null]]);
|
|
126351
126473
|
return PieChartBase;
|
|
126352
126474
|
}(igniteuiWebcomponentsCore.Control));
|
|
126353
126475
|
/**
|
|
@@ -163943,7 +164065,7 @@
|
|
|
163943
164065
|
var a = igniteuiWebcomponentsCore.LegendItemHelper.b;
|
|
163944
164066
|
if (window.devicePixelRatio != undefined && (igniteuiWebcomponentsCore.isNaN_(a) || window.devicePixelRatio != a)) {
|
|
163945
164067
|
igniteuiWebcomponentsCore.LegendItemHelper.b = window.devicePixelRatio;
|
|
163946
|
-
this.a.
|
|
164068
|
+
this.a.am();
|
|
163947
164069
|
}
|
|
163948
164070
|
};
|
|
163949
164071
|
LegendBaseViewManager.prototype.u = function () {
|
|
@@ -163959,7 +164081,7 @@
|
|
|
163959
164081
|
}
|
|
163960
164082
|
this.g = a;
|
|
163961
164083
|
this.l = this.i();
|
|
163962
|
-
this.l.addClass(this.a.
|
|
164084
|
+
this.l.addClass(this.a.t);
|
|
163963
164085
|
this.g.append(this.l);
|
|
163964
164086
|
};
|
|
163965
164087
|
LegendBaseViewManager.prototype.i = function () {
|
|
@@ -163967,8 +164089,8 @@
|
|
|
163967
164089
|
};
|
|
163968
164090
|
LegendBaseViewManager.prototype.h = function () {
|
|
163969
164091
|
var a = this.g.createElement("tr");
|
|
163970
|
-
a.addClass(this.a.
|
|
163971
|
-
var b = this.a.
|
|
164092
|
+
a.addClass(this.a.u);
|
|
164093
|
+
var b = this.a.l;
|
|
163972
164094
|
if (b) {
|
|
163973
164095
|
a.setStyleProperty("display", "block");
|
|
163974
164096
|
a.setStyleProperty("float", "left");
|
|
@@ -164009,14 +164131,14 @@
|
|
|
164009
164131
|
c.ah.render(h);
|
|
164010
164132
|
var i = d.findByClass(".ui-legend-item-badge");
|
|
164011
164133
|
for (var j = 0; j < i.length; j++) {
|
|
164012
|
-
i[j].removeClass("ui-legend-item-badge").addClass(this.a.
|
|
164134
|
+
i[j].removeClass("ui-legend-item-badge").addClass(this.a.s);
|
|
164013
164135
|
}
|
|
164014
164136
|
i = d.findByClass(".ui-legend-item-text");
|
|
164015
164137
|
for (var k = 0; k < i.length; k++) {
|
|
164016
|
-
if (this.a.
|
|
164138
|
+
if (this.a.l) {
|
|
164017
164139
|
i[k].setStyleProperty("white-space", "nowrap");
|
|
164018
164140
|
}
|
|
164019
|
-
i[k].removeClass("ui-legend-item-text").addClass(this.a.
|
|
164141
|
+
i[k].removeClass("ui-legend-item-text").addClass(this.a.v);
|
|
164020
164142
|
}
|
|
164021
164143
|
}
|
|
164022
164144
|
}
|
|
@@ -164024,10 +164146,10 @@
|
|
|
164024
164146
|
};
|
|
164025
164147
|
LegendBaseViewManager.prototype.o = function (a, b) {
|
|
164026
164148
|
var c = this.k(a, this.l);
|
|
164027
|
-
c.listen("mouseup", igniteuiWebcomponentsCore.runOn(this.a, this.a.
|
|
164028
|
-
c.listen("mousedown", igniteuiWebcomponentsCore.runOn(this.a, this.a.
|
|
164029
|
-
c.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this.a, this.a.
|
|
164030
|
-
c.listen("mousemove", igniteuiWebcomponentsCore.runOn(this.a, this.a.
|
|
164149
|
+
c.listen("mouseup", igniteuiWebcomponentsCore.runOn(this.a, this.a.af));
|
|
164150
|
+
c.listen("mousedown", igniteuiWebcomponentsCore.runOn(this.a, this.a.ac));
|
|
164151
|
+
c.listen("mouseleave", igniteuiWebcomponentsCore.runOn(this.a, this.a.ad));
|
|
164152
|
+
c.listen("mousemove", igniteuiWebcomponentsCore.runOn(this.a, this.a.ae));
|
|
164031
164153
|
this.f.addItem(a, c);
|
|
164032
164154
|
if ((this.l.getChildCount() == 0) || (b >= this.l.getChildCount())) {
|
|
164033
164155
|
this.l.append(c);
|
|
@@ -164202,7 +164324,7 @@
|
|
|
164202
164324
|
_this.legendItemMouseMove = null;
|
|
164203
164325
|
var a = _this.aj();
|
|
164204
164326
|
_this.a8(a);
|
|
164205
|
-
a.
|
|
164327
|
+
a.al();
|
|
164206
164328
|
_this.at = new igniteuiWebcomponentsCore.ObservableCollection$1(igniteuiWebcomponentsCore.UIElement.$, 0);
|
|
164207
164329
|
_this.aw = "ig-chart-legend-items-list";
|
|
164208
164330
|
_this.ax = "ig-chart-legend-item";
|
|
@@ -164211,10 +164333,10 @@
|
|
|
164211
164333
|
return _this;
|
|
164212
164334
|
}
|
|
164213
164335
|
LegendBase.prototype.onDetachedFromUI = function () {
|
|
164214
|
-
this.ak.
|
|
164336
|
+
this.ak.ak();
|
|
164215
164337
|
};
|
|
164216
164338
|
LegendBase.prototype.onAttachedToUI = function () {
|
|
164217
|
-
this.ak.
|
|
164339
|
+
this.ak.ai();
|
|
164218
164340
|
};
|
|
164219
164341
|
LegendBase.prototype.aj = function () {
|
|
164220
164342
|
return new LegendBaseView(this);
|
|
@@ -164384,50 +164506,50 @@
|
|
|
164384
164506
|
}
|
|
164385
164507
|
};
|
|
164386
164508
|
LegendBase.prototype.provideContainer = function (a) {
|
|
164387
|
-
this.ak.
|
|
164509
|
+
this.ak.aj(a);
|
|
164388
164510
|
};
|
|
164389
164511
|
Object.defineProperty(LegendBase.prototype, "aw", {
|
|
164390
164512
|
get: function () {
|
|
164391
|
-
return this.ak.
|
|
164513
|
+
return this.ak.t;
|
|
164392
164514
|
},
|
|
164393
164515
|
set: function (a) {
|
|
164394
|
-
this.ak.
|
|
164516
|
+
this.ak.t = a;
|
|
164395
164517
|
},
|
|
164396
164518
|
enumerable: false,
|
|
164397
164519
|
configurable: true
|
|
164398
164520
|
});
|
|
164399
164521
|
Object.defineProperty(LegendBase.prototype, "ax", {
|
|
164400
164522
|
get: function () {
|
|
164401
|
-
return this.ak.
|
|
164523
|
+
return this.ak.u;
|
|
164402
164524
|
},
|
|
164403
164525
|
set: function (a) {
|
|
164404
|
-
this.ak.
|
|
164526
|
+
this.ak.u = a;
|
|
164405
164527
|
},
|
|
164406
164528
|
enumerable: false,
|
|
164407
164529
|
configurable: true
|
|
164408
164530
|
});
|
|
164409
164531
|
Object.defineProperty(LegendBase.prototype, "av", {
|
|
164410
164532
|
get: function () {
|
|
164411
|
-
return this.ak.
|
|
164533
|
+
return this.ak.s;
|
|
164412
164534
|
},
|
|
164413
164535
|
set: function (a) {
|
|
164414
|
-
this.ak.
|
|
164536
|
+
this.ak.s = a;
|
|
164415
164537
|
},
|
|
164416
164538
|
enumerable: false,
|
|
164417
164539
|
configurable: true
|
|
164418
164540
|
});
|
|
164419
164541
|
Object.defineProperty(LegendBase.prototype, "ay", {
|
|
164420
164542
|
get: function () {
|
|
164421
|
-
return this.ak.
|
|
164543
|
+
return this.ak.v;
|
|
164422
164544
|
},
|
|
164423
164545
|
set: function (a) {
|
|
164424
|
-
this.ak.
|
|
164546
|
+
this.ak.v = a;
|
|
164425
164547
|
},
|
|
164426
164548
|
enumerable: false,
|
|
164427
164549
|
configurable: true
|
|
164428
164550
|
});
|
|
164429
164551
|
LegendBase.prototype.exportVisualData = function () {
|
|
164430
|
-
return this.ak.
|
|
164552
|
+
return this.ak.g();
|
|
164431
164553
|
};
|
|
164432
164554
|
LegendBase.prototype.exportSerializedVisualData = function () {
|
|
164433
164555
|
var a = this.exportVisualData();
|
|
@@ -164453,44 +164575,44 @@
|
|
|
164453
164575
|
tslib.__extends(LegendBaseView, _super);
|
|
164454
164576
|
function LegendBaseView(a) {
|
|
164455
164577
|
var _this = _super.call(this) || this;
|
|
164578
|
+
_this.d = null;
|
|
164456
164579
|
_this.c = null;
|
|
164457
|
-
_this.b = null;
|
|
164458
|
-
_this.s = null;
|
|
164459
164580
|
_this.t = null;
|
|
164460
|
-
_this.r = null;
|
|
164461
164581
|
_this.u = null;
|
|
164462
|
-
_this.
|
|
164463
|
-
_this.
|
|
164464
|
-
_this.
|
|
164582
|
+
_this.s = null;
|
|
164583
|
+
_this.v = null;
|
|
164584
|
+
_this.m = false;
|
|
164585
|
+
_this.j = false;
|
|
164465
164586
|
_this.q = null;
|
|
164466
|
-
_this.
|
|
164467
|
-
_this.c =
|
|
164468
|
-
_this.
|
|
164587
|
+
_this.r = null;
|
|
164588
|
+
_this.c = a;
|
|
164589
|
+
_this.d = new LegendBaseViewManager(_this);
|
|
164590
|
+
_this.d.p();
|
|
164469
164591
|
return _this;
|
|
164470
164592
|
}
|
|
164471
|
-
LegendBaseView.prototype.
|
|
164472
|
-
this.
|
|
164593
|
+
LegendBaseView.prototype.ak = function () {
|
|
164594
|
+
this.d.u();
|
|
164473
164595
|
};
|
|
164474
|
-
LegendBaseView.prototype.
|
|
164475
|
-
this.
|
|
164596
|
+
LegendBaseView.prototype.ai = function () {
|
|
164597
|
+
this.d.s();
|
|
164476
164598
|
};
|
|
164477
|
-
LegendBaseView.prototype.
|
|
164599
|
+
LegendBaseView.prototype.al = function () {
|
|
164478
164600
|
};
|
|
164479
|
-
LegendBaseView.prototype.
|
|
164601
|
+
LegendBaseView.prototype.get_k = function () {
|
|
164480
164602
|
return false;
|
|
164481
164603
|
};
|
|
164482
|
-
Object.defineProperty(LegendBaseView.prototype, "
|
|
164604
|
+
Object.defineProperty(LegendBaseView.prototype, "k", {
|
|
164483
164605
|
get: function () {
|
|
164484
|
-
return this.
|
|
164606
|
+
return this.get_k();
|
|
164485
164607
|
},
|
|
164486
164608
|
enumerable: false,
|
|
164487
164609
|
configurable: true
|
|
164488
164610
|
});
|
|
164489
|
-
LegendBaseView.prototype.
|
|
164611
|
+
LegendBaseView.prototype.e = function (a) {
|
|
164490
164612
|
var b;
|
|
164491
164613
|
var c;
|
|
164492
164614
|
var d;
|
|
164493
|
-
var e = this.
|
|
164615
|
+
var e = this.ab(a, b, c, d);
|
|
164494
164616
|
b = e.p1;
|
|
164495
164617
|
c = e.p2;
|
|
164496
164618
|
d = e.p3;
|
|
@@ -164498,11 +164620,11 @@
|
|
|
164498
164620
|
var g = new LegendMouseButtonEventArgs(b, c, d, f, a);
|
|
164499
164621
|
return g;
|
|
164500
164622
|
};
|
|
164501
|
-
LegendBaseView.prototype.
|
|
164623
|
+
LegendBaseView.prototype.f = function (a) {
|
|
164502
164624
|
var b;
|
|
164503
164625
|
var c;
|
|
164504
164626
|
var d;
|
|
164505
|
-
var e = this.
|
|
164627
|
+
var e = this.ab(a, b, c, d);
|
|
164506
164628
|
b = e.p1;
|
|
164507
164629
|
c = e.p2;
|
|
164508
164630
|
d = e.p3;
|
|
@@ -164510,8 +164632,8 @@
|
|
|
164510
164632
|
var g = new LegendMouseEventArgs(b, c, d, f, a);
|
|
164511
164633
|
return g;
|
|
164512
164634
|
};
|
|
164513
|
-
LegendBaseView.prototype.
|
|
164514
|
-
b = this.
|
|
164635
|
+
LegendBaseView.prototype.ab = function (a, b, c, d) {
|
|
164636
|
+
b = this.c.ai;
|
|
164515
164637
|
c = null;
|
|
164516
164638
|
d = null;
|
|
164517
164639
|
if (a != null) {
|
|
@@ -164531,93 +164653,93 @@
|
|
|
164531
164653
|
p3: d
|
|
164532
164654
|
};
|
|
164533
164655
|
};
|
|
164534
|
-
LegendBaseView.prototype.
|
|
164656
|
+
LegendBaseView.prototype.aa = function () {
|
|
164535
164657
|
};
|
|
164536
|
-
LegendBaseView.prototype.
|
|
164658
|
+
LegendBaseView.prototype.n = function () {
|
|
164537
164659
|
return true;
|
|
164538
164660
|
};
|
|
164539
|
-
LegendBaseView.prototype.
|
|
164540
|
-
};
|
|
164541
|
-
LegendBaseView.prototype.am = function (a) {
|
|
164542
|
-
};
|
|
164543
|
-
LegendBaseView.prototype.ai = function (a) {
|
|
164544
|
-
this.c.t(a);
|
|
164661
|
+
LegendBaseView.prototype.z = function (a) {
|
|
164545
164662
|
};
|
|
164546
164663
|
LegendBaseView.prototype.an = function (a) {
|
|
164547
|
-
this.c.x(a);
|
|
164548
164664
|
};
|
|
164549
|
-
LegendBaseView.prototype.
|
|
164550
|
-
|
|
164551
|
-
this.c.o(a, b);
|
|
164665
|
+
LegendBaseView.prototype.aj = function (a) {
|
|
164666
|
+
this.d.t(a);
|
|
164552
164667
|
};
|
|
164553
|
-
LegendBaseView.prototype.
|
|
164554
|
-
this.
|
|
164668
|
+
LegendBaseView.prototype.ao = function (a) {
|
|
164669
|
+
this.d.x(a);
|
|
164670
|
+
};
|
|
164671
|
+
LegendBaseView.prototype.y = function (a) {
|
|
164672
|
+
var b = this.c.at.indexOf(a);
|
|
164673
|
+
this.d.o(a, b);
|
|
164555
164674
|
};
|
|
164556
164675
|
LegendBaseView.prototype.ag = function () {
|
|
164557
|
-
this.
|
|
164676
|
+
this.d.q();
|
|
164558
164677
|
};
|
|
164559
|
-
|
|
164678
|
+
LegendBaseView.prototype.ah = function () {
|
|
164679
|
+
this.d.r();
|
|
164680
|
+
};
|
|
164681
|
+
Object.defineProperty(LegendBaseView.prototype, "l", {
|
|
164560
164682
|
get: function () {
|
|
164561
|
-
return this.
|
|
164683
|
+
return this.j;
|
|
164562
164684
|
},
|
|
164563
164685
|
set: function (a) {
|
|
164564
|
-
this.
|
|
164565
|
-
this.
|
|
164686
|
+
this.j = a;
|
|
164687
|
+
this.d.v(this.j);
|
|
164566
164688
|
},
|
|
164567
164689
|
enumerable: false,
|
|
164568
164690
|
configurable: true
|
|
164569
164691
|
});
|
|
164570
|
-
Object.defineProperty(LegendBaseView.prototype, "
|
|
164692
|
+
Object.defineProperty(LegendBaseView.prototype, "w", {
|
|
164571
164693
|
get: function () {
|
|
164572
|
-
return this.
|
|
164694
|
+
return this.q;
|
|
164573
164695
|
},
|
|
164574
164696
|
set: function (a) {
|
|
164575
|
-
this.
|
|
164576
|
-
this.
|
|
164697
|
+
this.q = a;
|
|
164698
|
+
this.d.z(this.q);
|
|
164577
164699
|
},
|
|
164578
164700
|
enumerable: false,
|
|
164579
164701
|
configurable: true
|
|
164580
164702
|
});
|
|
164581
|
-
Object.defineProperty(LegendBaseView.prototype, "
|
|
164703
|
+
Object.defineProperty(LegendBaseView.prototype, "x", {
|
|
164582
164704
|
get: function () {
|
|
164583
|
-
return this.
|
|
164705
|
+
return this.r;
|
|
164584
164706
|
},
|
|
164585
164707
|
set: function (a) {
|
|
164586
|
-
this.
|
|
164587
|
-
this.
|
|
164708
|
+
this.r = a;
|
|
164709
|
+
this.d.aa(this.r);
|
|
164588
164710
|
},
|
|
164589
164711
|
enumerable: false,
|
|
164590
164712
|
configurable: true
|
|
164591
164713
|
});
|
|
164592
|
-
LegendBaseView.prototype.
|
|
164593
|
-
this.
|
|
164714
|
+
LegendBaseView.prototype.am = function () {
|
|
164715
|
+
this.d.p();
|
|
164594
164716
|
};
|
|
164595
|
-
LegendBaseView.prototype.
|
|
164717
|
+
LegendBaseView.prototype.o = function (e_) {
|
|
164596
164718
|
var ev_ = e_.originalEvent;
|
|
164597
164719
|
return ev_.currentTarget;
|
|
164598
164720
|
};
|
|
164599
|
-
LegendBaseView.prototype.
|
|
164600
|
-
return this.
|
|
164721
|
+
LegendBaseView.prototype.p = function (e_) {
|
|
164722
|
+
return this.d.n(this.o(e_));
|
|
164601
164723
|
};
|
|
164602
|
-
LegendBaseView.prototype.
|
|
164603
|
-
if (!this.
|
|
164604
|
-
this.
|
|
164724
|
+
LegendBaseView.prototype.ae = function (a) {
|
|
164725
|
+
if (!this.m) {
|
|
164726
|
+
this.c.a3(this.f(this.p(a)));
|
|
164605
164727
|
}
|
|
164606
|
-
this.
|
|
164728
|
+
this.m = true;
|
|
164607
164729
|
};
|
|
164608
|
-
LegendBaseView.prototype.
|
|
164609
|
-
if (this.
|
|
164610
|
-
this.
|
|
164730
|
+
LegendBaseView.prototype.ad = function (a) {
|
|
164731
|
+
if (this.m) {
|
|
164732
|
+
this.c.a4(this.f(this.p(a)));
|
|
164611
164733
|
}
|
|
164612
|
-
this.
|
|
164734
|
+
this.m = false;
|
|
164613
164735
|
};
|
|
164614
|
-
LegendBaseView.prototype.
|
|
164615
|
-
this.
|
|
164736
|
+
LegendBaseView.prototype.ac = function (a) {
|
|
164737
|
+
this.c.a5(this.e(this.p(a)));
|
|
164616
164738
|
};
|
|
164617
|
-
LegendBaseView.prototype.
|
|
164618
|
-
this.
|
|
164739
|
+
LegendBaseView.prototype.af = function (a) {
|
|
164740
|
+
this.c.a6(this.e(this.p(a)));
|
|
164619
164741
|
};
|
|
164620
|
-
LegendBaseView.prototype.
|
|
164742
|
+
LegendBaseView.prototype.i = function (a) {
|
|
164621
164743
|
var b = a.querySelectorAll("span *");
|
|
164622
164744
|
var c = igniteuiWebcomponentsCore.Rect.empty;
|
|
164623
164745
|
for (var e = 0; e < b.length; e++) {
|
|
@@ -164631,16 +164753,16 @@
|
|
|
164631
164753
|
}
|
|
164632
164754
|
return igniteuiWebcomponentsCore.RectData.b(c);
|
|
164633
164755
|
};
|
|
164634
|
-
LegendBaseView.prototype.
|
|
164756
|
+
LegendBaseView.prototype.h = function (a) {
|
|
164635
164757
|
var b = a.querySelectorAll("canvas");
|
|
164636
164758
|
var c = b.length > 0 ? b[0] : null;
|
|
164637
164759
|
return c != null ? new igniteuiWebcomponentsCore.RectData(c.getOffset().left, c.getOffset().top, c.width(), c.height()) : null;
|
|
164638
164760
|
};
|
|
164639
164761
|
LegendBaseView.prototype.a = function (a) {
|
|
164640
|
-
if (this.
|
|
164762
|
+
if (this.c == null || this.c.at == null || this.c.at.count <= a) {
|
|
164641
164763
|
return null;
|
|
164642
164764
|
}
|
|
164643
|
-
var b = this.
|
|
164765
|
+
var b = this.c.at._inner[a];
|
|
164644
164766
|
if (b == null) {
|
|
164645
164767
|
return null;
|
|
164646
164768
|
}
|
|
@@ -164651,9 +164773,24 @@
|
|
|
164651
164773
|
var d = c.actualItemBrush != null ? c.actualItemBrush : c.itemBrush;
|
|
164652
164774
|
return igniteuiWebcomponentsCore.AppearanceHelper.b(d);
|
|
164653
164775
|
};
|
|
164654
|
-
LegendBaseView.prototype.
|
|
164776
|
+
LegendBaseView.prototype.b = function (a) {
|
|
164777
|
+
if (this.c == null || this.c.at == null || this.c.at.count <= a) {
|
|
164778
|
+
return null;
|
|
164779
|
+
}
|
|
164780
|
+
var b = this.c.at._inner[a];
|
|
164781
|
+
if (b == null) {
|
|
164782
|
+
return null;
|
|
164783
|
+
}
|
|
164784
|
+
var c = b.content;
|
|
164785
|
+
if (c == null) {
|
|
164786
|
+
return null;
|
|
164787
|
+
}
|
|
164788
|
+
var d = c.outline;
|
|
164789
|
+
return igniteuiWebcomponentsCore.AppearanceHelper.b(d);
|
|
164790
|
+
};
|
|
164791
|
+
LegendBaseView.prototype.g = function () {
|
|
164655
164792
|
var a = new LegendVisualData();
|
|
164656
|
-
var b = this.
|
|
164793
|
+
var b = this.d.l;
|
|
164657
164794
|
var c = b.getChildCount();
|
|
164658
164795
|
for (var d = 0; d < c; d++) {
|
|
164659
164796
|
var e = new LegendItemVisualData();
|
|
@@ -164661,12 +164798,15 @@
|
|
|
164661
164798
|
e.label = f.getText();
|
|
164662
164799
|
e.label = e.label != null ? e.label.trim() : null;
|
|
164663
164800
|
e.bounds = new igniteuiWebcomponentsCore.RectData(f.getOffset().left, f.getOffset().top, f.width(), f.height());
|
|
164664
|
-
e.labelBounds = this.
|
|
164665
|
-
e.badgeBounds = this.
|
|
164801
|
+
e.labelBounds = this.i(f);
|
|
164802
|
+
e.badgeBounds = this.h(f);
|
|
164803
|
+
e.appearance.fill = this.a(d);
|
|
164804
|
+
e.appearance.stroke = this.b(d);
|
|
164666
164805
|
a.items.add(e);
|
|
164667
164806
|
}
|
|
164668
|
-
for (var g = 0; g < this.
|
|
164807
|
+
for (var g = 0; g < this.c.at.count; g++) {
|
|
164669
164808
|
a.items._inner[g].appearance.fill = this.a(g);
|
|
164809
|
+
a.items._inner[g].appearance.stroke = this.b(g);
|
|
164670
164810
|
}
|
|
164671
164811
|
return a;
|
|
164672
164812
|
};
|
|
@@ -164732,7 +164872,7 @@
|
|
|
164732
164872
|
try {
|
|
164733
164873
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
164734
164874
|
var c = _d.value;
|
|
164735
|
-
_this.bc.
|
|
164875
|
+
_this.bc.ao(c);
|
|
164736
164876
|
}
|
|
164737
164877
|
}
|
|
164738
164878
|
catch (e_1_1) {
|
|
@@ -164753,7 +164893,7 @@
|
|
|
164753
164893
|
try {
|
|
164754
164894
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
164755
164895
|
var d = _f.value;
|
|
164756
|
-
_this.bc.
|
|
164896
|
+
_this.bc.y(d);
|
|
164757
164897
|
}
|
|
164758
164898
|
}
|
|
164759
164899
|
catch (e_2_1) {
|
|
@@ -164801,7 +164941,7 @@
|
|
|
164801
164941
|
var e = void 0;
|
|
164802
164942
|
var f = void 0;
|
|
164803
164943
|
var g = void 0;
|
|
164804
|
-
var h = this.ak.
|
|
164944
|
+
var h = this.ak.ab(d, e, f, g);
|
|
164805
164945
|
e = h.p1;
|
|
164806
164946
|
f = h.p2;
|
|
164807
164947
|
g = h.p3;
|
|
@@ -164857,10 +164997,10 @@
|
|
|
164857
164997
|
};
|
|
164858
164998
|
Object.defineProperty(Legend.prototype, "bb", {
|
|
164859
164999
|
get: function () {
|
|
164860
|
-
return this.ak.
|
|
165000
|
+
return this.ak.l ? 0 : 1;
|
|
164861
165001
|
},
|
|
164862
165002
|
set: function (a) {
|
|
164863
|
-
this.ak.
|
|
165003
|
+
this.ak.l = a == 0;
|
|
164864
165004
|
},
|
|
164865
165005
|
enumerable: false,
|
|
164866
165006
|
configurable: true
|
|
@@ -164870,20 +165010,20 @@
|
|
|
164870
165010
|
};
|
|
164871
165011
|
Object.defineProperty(Legend.prototype, "bh", {
|
|
164872
165012
|
get: function () {
|
|
164873
|
-
return this.ak.
|
|
165013
|
+
return this.ak.w;
|
|
164874
165014
|
},
|
|
164875
165015
|
set: function (a) {
|
|
164876
|
-
this.ak.
|
|
165016
|
+
this.ak.w = a;
|
|
164877
165017
|
},
|
|
164878
165018
|
enumerable: false,
|
|
164879
165019
|
configurable: true
|
|
164880
165020
|
});
|
|
164881
165021
|
Object.defineProperty(Legend.prototype, "bi", {
|
|
164882
165022
|
get: function () {
|
|
164883
|
-
return this.ak.
|
|
165023
|
+
return this.ak.x;
|
|
164884
165024
|
},
|
|
164885
165025
|
set: function (a) {
|
|
164886
|
-
this.ak.
|
|
165026
|
+
this.ak.x = a;
|
|
164887
165027
|
},
|
|
164888
165028
|
enumerable: false,
|
|
164889
165029
|
configurable: true
|
|
@@ -164898,12 +165038,12 @@
|
|
|
164898
165038
|
tslib.__extends(LegendView, _super);
|
|
164899
165039
|
function LegendView(a) {
|
|
164900
165040
|
var _this = _super.call(this, a) || this;
|
|
164901
|
-
_this.
|
|
164902
|
-
_this.
|
|
165041
|
+
_this.ap = null;
|
|
165042
|
+
_this.ap = a;
|
|
164903
165043
|
return _this;
|
|
164904
165044
|
}
|
|
164905
|
-
LegendView.prototype.
|
|
164906
|
-
_super.prototype.
|
|
165045
|
+
LegendView.prototype.al = function () {
|
|
165046
|
+
_super.prototype.al.call(this);
|
|
164907
165047
|
};
|
|
164908
165048
|
LegendView.$t = igniteuiWebcomponentsCore.markType(LegendView, 'LegendView', LegendBaseView.$);
|
|
164909
165049
|
return LegendView;
|
|
@@ -165087,7 +165227,7 @@
|
|
|
165087
165227
|
try {
|
|
165088
165228
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
165089
165229
|
var c = _d.value;
|
|
165090
|
-
_this.bb.
|
|
165230
|
+
_this.bb.ao(c);
|
|
165091
165231
|
}
|
|
165092
165232
|
}
|
|
165093
165233
|
catch (e_1_1) {
|
|
@@ -165108,7 +165248,7 @@
|
|
|
165108
165248
|
try {
|
|
165109
165249
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
165110
165250
|
var d = _f.value;
|
|
165111
|
-
_this.bb.
|
|
165251
|
+
_this.bb.y(d);
|
|
165112
165252
|
}
|
|
165113
165253
|
}
|
|
165114
165254
|
catch (e_2_1) {
|
|
@@ -165154,7 +165294,7 @@
|
|
|
165154
165294
|
tslib.__extends(FinancialLegendView, _super);
|
|
165155
165295
|
function FinancialLegendView(a) {
|
|
165156
165296
|
var _this = _super.call(this, a) || this;
|
|
165157
|
-
_this.
|
|
165297
|
+
_this.d = new FinancialLegendViewManager(_this);
|
|
165158
165298
|
return _this;
|
|
165159
165299
|
}
|
|
165160
165300
|
FinancialLegendView.$t = igniteuiWebcomponentsCore.markType(FinancialLegendView, 'FinancialLegendView', LegendBaseView.$);
|
|
@@ -193644,40 +193784,40 @@
|
|
|
193644
193784
|
PolarBase.prototype.get_fn = function () {
|
|
193645
193785
|
return true;
|
|
193646
193786
|
};
|
|
193647
|
-
PolarBase.prototype.d9 = function (a, b, c, d) {
|
|
193787
|
+
PolarBase.prototype.d9 = function (a, b, c, d, e) {
|
|
193648
193788
|
var _this = this;
|
|
193649
193789
|
if (!this.hasMarkers) {
|
|
193650
193790
|
return false;
|
|
193651
193791
|
}
|
|
193652
|
-
var
|
|
193653
|
-
var
|
|
193654
|
-
|
|
193655
|
-
var
|
|
193656
|
-
var
|
|
193657
|
-
|
|
193792
|
+
var f = this.yl;
|
|
193793
|
+
var g = new ScalerParams(1, this.c9.vl, this.wl, f.ch);
|
|
193794
|
+
g.c = this.getEffectiveViewport1(this.ct);
|
|
193795
|
+
var h = this.ym;
|
|
193796
|
+
var i = new ScalerParams(1, this.c9.vl, this.wl, h.ch);
|
|
193797
|
+
i.c = this.getEffectiveViewport1(this.ct);
|
|
193658
193798
|
a.clear();
|
|
193659
|
-
this.wy.cj(function (
|
|
193660
|
-
if (
|
|
193661
|
-
var
|
|
193662
|
-
var
|
|
193663
|
-
var
|
|
193664
|
-
if (
|
|
193799
|
+
this.wy.cj(function (j) {
|
|
193800
|
+
if (j._visibility == 0) {
|
|
193801
|
+
var k = new SeriesPointOfInterest();
|
|
193802
|
+
var l = j.n;
|
|
193803
|
+
var m = j.o;
|
|
193804
|
+
if (l < _this.wl.left || l > _this.wl.right || m < _this.wl.top || m > _this.wl.bottom) {
|
|
193665
193805
|
return;
|
|
193666
193806
|
}
|
|
193667
|
-
var m = void 0;
|
|
193668
193807
|
var n = void 0;
|
|
193669
|
-
var o =
|
|
193670
|
-
|
|
193671
|
-
n =
|
|
193672
|
-
|
|
193673
|
-
|
|
193674
|
-
|
|
193675
|
-
|
|
193676
|
-
|
|
193808
|
+
var o = void 0;
|
|
193809
|
+
var p = _this.yn.f(l, m, _this.ct.by, _this.ct.bx, _this.ct.getEffectiveViewport(), n, o);
|
|
193810
|
+
n = p.p5;
|
|
193811
|
+
o = p.p6;
|
|
193812
|
+
k.d = n;
|
|
193813
|
+
k.e = o;
|
|
193814
|
+
k.b = j.content;
|
|
193815
|
+
k.g = _this.va;
|
|
193816
|
+
k.c = j.ak;
|
|
193677
193817
|
if (_this.g7) {
|
|
193678
|
-
|
|
193818
|
+
k.g = _this.vh(j.ak);
|
|
193679
193819
|
}
|
|
193680
|
-
a.add(
|
|
193820
|
+
a.add(k);
|
|
193681
193821
|
}
|
|
193682
193822
|
});
|
|
193683
193823
|
return true;
|
|
@@ -200838,35 +200978,35 @@
|
|
|
200838
200978
|
}
|
|
200839
200979
|
return _super.prototype.mb.call(this, a);
|
|
200840
200980
|
};
|
|
200841
|
-
ScatterBase.prototype.d9 = function (a, b, c, d) {
|
|
200981
|
+
ScatterBase.prototype.d9 = function (a, b, c, d, e) {
|
|
200842
200982
|
var _this = this;
|
|
200843
200983
|
if (!this.hasMarkers) {
|
|
200844
200984
|
return false;
|
|
200845
200985
|
}
|
|
200846
|
-
var
|
|
200847
|
-
var
|
|
200848
|
-
|
|
200849
|
-
var
|
|
200850
|
-
var
|
|
200851
|
-
|
|
200986
|
+
var f = this.xAxis;
|
|
200987
|
+
var g = new ScalerParams(1, this.c9.vl, this.wl, f.ch);
|
|
200988
|
+
g.c = this.getEffectiveViewport1(this.ct);
|
|
200989
|
+
var h = this.yAxis;
|
|
200990
|
+
var i = new ScalerParams(1, this.c9.vl, this.wl, h.ch);
|
|
200991
|
+
i.c = this.getEffectiveViewport1(this.ct);
|
|
200852
200992
|
a.clear();
|
|
200853
|
-
this.wy.cj(function (
|
|
200854
|
-
if (
|
|
200855
|
-
var
|
|
200856
|
-
var
|
|
200857
|
-
var
|
|
200858
|
-
if (
|
|
200993
|
+
this.wy.cj(function (j) {
|
|
200994
|
+
if (j._visibility == 0) {
|
|
200995
|
+
var k = new SeriesPointOfInterest();
|
|
200996
|
+
var l = j.n;
|
|
200997
|
+
var m = j.o;
|
|
200998
|
+
if (l < _this.wl.left || l > _this.wl.right || m < _this.wl.top || m > _this.wl.bottom) {
|
|
200859
200999
|
return;
|
|
200860
201000
|
}
|
|
200861
|
-
|
|
200862
|
-
|
|
200863
|
-
|
|
200864
|
-
|
|
200865
|
-
|
|
201001
|
+
k.d = f.en(l, g);
|
|
201002
|
+
k.e = h.en(m, i);
|
|
201003
|
+
k.b = j.content;
|
|
201004
|
+
k.g = _this.va;
|
|
201005
|
+
k.c = j.ak;
|
|
200866
201006
|
if (_this.g7) {
|
|
200867
|
-
|
|
201007
|
+
k.g = _this.vh(j.ak);
|
|
200868
201008
|
}
|
|
200869
|
-
a.add(
|
|
201009
|
+
a.add(k);
|
|
200870
201010
|
}
|
|
200871
201011
|
});
|
|
200872
201012
|
return true;
|
|
@@ -202530,8 +202670,9 @@
|
|
|
202530
202670
|
for (var ac = 0; ac < this.yo.c.count; ac++) {
|
|
202531
202671
|
t = v.item(ac);
|
|
202532
202672
|
u = w.item(ac);
|
|
202673
|
+
var ad = 1E-10;
|
|
202533
202674
|
if (x) {
|
|
202534
|
-
if (t >= k && t <= l && u >= m && u <= n) {
|
|
202675
|
+
if (t >= k - ad && t <= l + ad && u >= m - ad && u <= n + ad) {
|
|
202535
202676
|
c[ac].x = r.ek(t, h);
|
|
202536
202677
|
c[ac].y = s.ek(u, i);
|
|
202537
202678
|
}
|
|
@@ -202547,7 +202688,7 @@
|
|
|
202547
202688
|
}
|
|
202548
202689
|
}
|
|
202549
202690
|
else {
|
|
202550
|
-
if (t >= k && t <= l && u >= m && u <= n) {
|
|
202691
|
+
if (t >= k - ad && t <= l + ad && u >= m - ad && u <= n + ad) {
|
|
202551
202692
|
c[ac].x = r.ek(t, h);
|
|
202552
202693
|
c[ac].y = s.ek(u, i);
|
|
202553
202694
|
}
|
|
@@ -214601,35 +214742,35 @@
|
|
|
214601
214742
|
}
|
|
214602
214743
|
}
|
|
214603
214744
|
};
|
|
214604
|
-
ScatterPolygonSeries.prototype.d9 = function (a, b, c, d) {
|
|
214745
|
+
ScatterPolygonSeries.prototype.d9 = function (a, b, c, d, e) {
|
|
214605
214746
|
var _this = this;
|
|
214606
214747
|
if (!this.hasMarkers) {
|
|
214607
214748
|
return false;
|
|
214608
214749
|
}
|
|
214609
|
-
var
|
|
214610
|
-
var
|
|
214611
|
-
|
|
214612
|
-
var
|
|
214613
|
-
var
|
|
214614
|
-
|
|
214750
|
+
var f = this.w2;
|
|
214751
|
+
var g = new ScalerParams(1, this.c9.vl, this.wl, f.ch);
|
|
214752
|
+
g.c = this.getEffectiveViewport1(this.ct);
|
|
214753
|
+
var h = this.w4;
|
|
214754
|
+
var i = new ScalerParams(1, this.c9.vl, this.wl, h.ch);
|
|
214755
|
+
i.c = this.getEffectiveViewport1(this.ct);
|
|
214615
214756
|
a.clear();
|
|
214616
|
-
this.zu.dw(function (
|
|
214617
|
-
if (
|
|
214618
|
-
var
|
|
214619
|
-
var
|
|
214620
|
-
var
|
|
214621
|
-
if (
|
|
214757
|
+
this.zu.dw(function (j) {
|
|
214758
|
+
if (j._visibility == 0) {
|
|
214759
|
+
var k = new SeriesPointOfInterest();
|
|
214760
|
+
var l = j.n;
|
|
214761
|
+
var m = j.o;
|
|
214762
|
+
if (l < _this.wl.left || l > _this.wl.right || m < _this.wl.top || m > _this.wl.bottom) {
|
|
214622
214763
|
return;
|
|
214623
214764
|
}
|
|
214624
|
-
|
|
214625
|
-
|
|
214626
|
-
|
|
214627
|
-
|
|
214628
|
-
|
|
214765
|
+
k.d = f.en(l, g);
|
|
214766
|
+
k.e = h.en(m, i);
|
|
214767
|
+
k.b = j.content;
|
|
214768
|
+
k.g = _this.va;
|
|
214769
|
+
k.c = j.ak;
|
|
214629
214770
|
if (_this.g7) {
|
|
214630
|
-
|
|
214771
|
+
k.g = _this.vh(j.ak);
|
|
214631
214772
|
}
|
|
214632
|
-
a.add(
|
|
214773
|
+
a.add(k);
|
|
214633
214774
|
}
|
|
214634
214775
|
});
|
|
214635
214776
|
return true;
|
|
@@ -224229,9 +224370,9 @@
|
|
|
224229
224370
|
}
|
|
224230
224371
|
return null;
|
|
224231
224372
|
};
|
|
224232
|
-
StackedFragmentSeries.prototype.as = function (a, b, c, d) {
|
|
224373
|
+
StackedFragmentSeries.prototype.as = function (a, b, c, d, e) {
|
|
224233
224374
|
if (this.visualSeriesLink != null) {
|
|
224234
|
-
return this.visualSeriesLink.d9(a, b, c, d);
|
|
224375
|
+
return this.visualSeriesLink.d9(a, b, c, d, e);
|
|
224235
224376
|
}
|
|
224236
224377
|
return false;
|
|
224237
224378
|
};
|
|
@@ -235632,7 +235773,7 @@
|
|
|
235632
235773
|
try {
|
|
235633
235774
|
for (var _c = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.oldItems)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
235634
235775
|
var c = _d.value;
|
|
235635
|
-
_this.bb.
|
|
235776
|
+
_this.bb.ao(c);
|
|
235636
235777
|
}
|
|
235637
235778
|
}
|
|
235638
235779
|
catch (e_1_1) {
|
|
@@ -235653,7 +235794,7 @@
|
|
|
235653
235794
|
try {
|
|
235654
235795
|
for (var _e = tslib.__values(igniteuiWebcomponentsCore.fromEn(b.newItems)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
235655
235796
|
var d = _f.value;
|
|
235656
|
-
_this.bb.
|
|
235797
|
+
_this.bb.y(d);
|
|
235657
235798
|
}
|
|
235658
235799
|
}
|
|
235659
235800
|
catch (e_2_1) {
|
|
@@ -235681,7 +235822,7 @@
|
|
|
235681
235822
|
this.bb = a;
|
|
235682
235823
|
};
|
|
235683
235824
|
ItemLegend.prototype.addChildInOrder = function (a, b) {
|
|
235684
|
-
if (!this.ak.
|
|
235825
|
+
if (!this.ak.n()) {
|
|
235685
235826
|
return;
|
|
235686
235827
|
}
|
|
235687
235828
|
this.bl(b);
|
|
@@ -235694,7 +235835,7 @@
|
|
|
235694
235835
|
};
|
|
235695
235836
|
ItemLegend.prototype.a0 = function (a, b) {
|
|
235696
235837
|
var e_3, _a;
|
|
235697
|
-
this.ak.
|
|
235838
|
+
this.ak.ag();
|
|
235698
235839
|
this.clearLegendItemsForSeries(b);
|
|
235699
235840
|
if (b == null || a == null || a.count == 0) {
|
|
235700
235841
|
return;
|
|
@@ -235734,14 +235875,14 @@
|
|
|
235734
235875
|
throw e_3.error;
|
|
235735
235876
|
}
|
|
235736
235877
|
}
|
|
235737
|
-
this.ak.
|
|
235878
|
+
this.ak.ah();
|
|
235738
235879
|
};
|
|
235739
235880
|
ItemLegend.prototype.createLegendItemsInsert = function (a, b) {
|
|
235740
235881
|
this.bk(a, b);
|
|
235741
235882
|
};
|
|
235742
235883
|
ItemLegend.prototype.bk = function (a, b) {
|
|
235743
235884
|
var e_4, _a;
|
|
235744
|
-
this.ak.
|
|
235885
|
+
this.ak.ag();
|
|
235745
235886
|
try {
|
|
235746
235887
|
var c = this.bf(b);
|
|
235747
235888
|
if (b == null || a == null || a.count == 0) {
|
|
@@ -235780,7 +235921,7 @@
|
|
|
235780
235921
|
}
|
|
235781
235922
|
}
|
|
235782
235923
|
finally {
|
|
235783
|
-
this.ak.
|
|
235924
|
+
this.ak.ah();
|
|
235784
235925
|
}
|
|
235785
235926
|
};
|
|
235786
235927
|
ItemLegend.prototype.renderItemwiseContent = function (a) {
|
|
@@ -235909,34 +236050,34 @@
|
|
|
235909
236050
|
return c;
|
|
235910
236051
|
};
|
|
235911
236052
|
ItemLegend.prototype.be = function (a) {
|
|
235912
|
-
return this.bb.
|
|
236053
|
+
return this.bb.aq(a);
|
|
235913
236054
|
};
|
|
235914
236055
|
Object.defineProperty(ItemLegend.prototype, "bc", {
|
|
235915
236056
|
get: function () {
|
|
235916
|
-
return this.ak.
|
|
236057
|
+
return this.ak.l ? 0 : 1;
|
|
235917
236058
|
},
|
|
235918
236059
|
set: function (a) {
|
|
235919
|
-
this.ak.
|
|
236060
|
+
this.ak.l = a == 0;
|
|
235920
236061
|
},
|
|
235921
236062
|
enumerable: false,
|
|
235922
236063
|
configurable: true
|
|
235923
236064
|
});
|
|
235924
236065
|
Object.defineProperty(ItemLegend.prototype, "bi", {
|
|
235925
236066
|
get: function () {
|
|
235926
|
-
return this.ak.
|
|
236067
|
+
return this.ak.w;
|
|
235927
236068
|
},
|
|
235928
236069
|
set: function (a) {
|
|
235929
|
-
this.ak.
|
|
236070
|
+
this.ak.w = a;
|
|
235930
236071
|
},
|
|
235931
236072
|
enumerable: false,
|
|
235932
236073
|
configurable: true
|
|
235933
236074
|
});
|
|
235934
236075
|
Object.defineProperty(ItemLegend.prototype, "bj", {
|
|
235935
236076
|
get: function () {
|
|
235936
|
-
return this.ak.
|
|
236077
|
+
return this.ak.x;
|
|
235937
236078
|
},
|
|
235938
236079
|
set: function (a) {
|
|
235939
|
-
this.ak.
|
|
236080
|
+
this.ak.x = a;
|
|
235940
236081
|
},
|
|
235941
236082
|
enumerable: false,
|
|
235942
236083
|
configurable: true
|
|
@@ -235951,22 +236092,22 @@
|
|
|
235951
236092
|
tslib.__extends(ItemLegendView, _super);
|
|
235952
236093
|
function ItemLegendView(a) {
|
|
235953
236094
|
var _this = _super.call(this, a) || this;
|
|
235954
|
-
_this.
|
|
235955
|
-
_this.
|
|
236095
|
+
_this.ap = null;
|
|
236096
|
+
_this.ap = a;
|
|
235956
236097
|
return _this;
|
|
235957
236098
|
}
|
|
235958
|
-
ItemLegendView.prototype.
|
|
235959
|
-
_super.prototype.
|
|
236099
|
+
ItemLegendView.prototype.al = function () {
|
|
236100
|
+
_super.prototype.al.call(this);
|
|
235960
236101
|
};
|
|
235961
|
-
ItemLegendView.prototype.
|
|
236102
|
+
ItemLegendView.prototype.get_k = function () {
|
|
235962
236103
|
return true;
|
|
235963
236104
|
};
|
|
235964
|
-
ItemLegendView.prototype.
|
|
235965
|
-
return this.
|
|
236105
|
+
ItemLegendView.prototype.aq = function (a) {
|
|
236106
|
+
return this.d.e(a);
|
|
235966
236107
|
};
|
|
235967
|
-
ItemLegendView.prototype.
|
|
236108
|
+
ItemLegendView.prototype.g = function () {
|
|
235968
236109
|
var a = new LegendVisualData();
|
|
235969
|
-
var b = this.
|
|
236110
|
+
var b = this.d.g.rootWrapper;
|
|
235970
236111
|
b = b.getChildAt(0);
|
|
235971
236112
|
var c = b.getChildCount();
|
|
235972
236113
|
for (var d = 0; d < c; d++) {
|
|
@@ -235975,13 +236116,14 @@
|
|
|
235975
236116
|
e.label = f.getText();
|
|
235976
236117
|
e.label = e.label != null ? e.label.trim() : null;
|
|
235977
236118
|
e.bounds = new igniteuiWebcomponentsCore.RectData(f.getOffset().left, f.getOffset().top, f.width(), f.height());
|
|
235978
|
-
e.labelBounds = this.
|
|
235979
|
-
e.badgeBounds = this.
|
|
236119
|
+
e.labelBounds = this.i(f);
|
|
236120
|
+
e.badgeBounds = this.h(f);
|
|
235980
236121
|
a.items.add(e);
|
|
235981
236122
|
}
|
|
235982
236123
|
if (c == a.items.count) {
|
|
235983
236124
|
for (var g = 0; g < c; g++) {
|
|
235984
236125
|
a.items._inner[g].appearance.fill = this.a(g);
|
|
236126
|
+
a.items._inner[g].appearance.stroke = this.b(g);
|
|
235985
236127
|
}
|
|
235986
236128
|
}
|
|
235987
236129
|
return a;
|
|
@@ -236240,21 +236382,21 @@
|
|
|
236240
236382
|
};
|
|
236241
236383
|
Object.defineProperty(ScaleLegend.prototype, "legendScaleElement", {
|
|
236242
236384
|
get: function () {
|
|
236243
|
-
return this.bd.
|
|
236385
|
+
return this.bd.bb;
|
|
236244
236386
|
},
|
|
236245
236387
|
enumerable: false,
|
|
236246
236388
|
configurable: true
|
|
236247
236389
|
});
|
|
236248
236390
|
Object.defineProperty(ScaleLegend.prototype, "minText", {
|
|
236249
236391
|
get: function () {
|
|
236250
|
-
return this.bd.
|
|
236392
|
+
return this.bd.a7;
|
|
236251
236393
|
},
|
|
236252
236394
|
enumerable: false,
|
|
236253
236395
|
configurable: true
|
|
236254
236396
|
});
|
|
236255
236397
|
Object.defineProperty(ScaleLegend.prototype, "maxText", {
|
|
236256
236398
|
get: function () {
|
|
236257
|
-
return this.bd.
|
|
236399
|
+
return this.bd.a6;
|
|
236258
236400
|
},
|
|
236259
236401
|
enumerable: false,
|
|
236260
236402
|
configurable: true
|
|
@@ -236270,14 +236412,14 @@
|
|
|
236270
236412
|
configurable: true
|
|
236271
236413
|
});
|
|
236272
236414
|
ScaleLegend.prototype.bi = function () {
|
|
236273
|
-
this.bd.
|
|
236415
|
+
this.bd.a3();
|
|
236274
236416
|
};
|
|
236275
236417
|
ScaleLegend.prototype.restoreOriginalState = function () {
|
|
236276
236418
|
this.bi();
|
|
236277
236419
|
};
|
|
236278
236420
|
ScaleLegend.prototype.bl = function (a) {
|
|
236279
236421
|
if (a == null) {
|
|
236280
|
-
return this.bd.
|
|
236422
|
+
return this.bd.ba();
|
|
236281
236423
|
}
|
|
236282
236424
|
return igniteuiWebcomponentsCore.ColorUtil.v(a);
|
|
236283
236425
|
};
|
|
@@ -236302,11 +236444,11 @@
|
|
|
236302
236444
|
var a = false;
|
|
236303
236445
|
var b = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.Shape.$, this.legendScaleElement);
|
|
236304
236446
|
if (b != null) {
|
|
236305
|
-
var c_1 = this.bd.
|
|
236306
|
-
if (!this.bc.forScaleColors(function (d, e) { return _this.bd.
|
|
236447
|
+
var c_1 = this.bd.ax();
|
|
236448
|
+
if (!this.bc.forScaleColors(function (d, e) { return _this.bd.az(c_1, _this.bl(d), e); })) {
|
|
236307
236449
|
a = true;
|
|
236308
236450
|
}
|
|
236309
|
-
this.bd.
|
|
236451
|
+
this.bd.a4(b, a, c_1);
|
|
236310
236452
|
}
|
|
236311
236453
|
if (this.minText != null) {
|
|
236312
236454
|
this.minText.al = this.bc.minScaleText;
|
|
@@ -236325,34 +236467,34 @@
|
|
|
236325
236467
|
tslib.__extends(ScaleLegendView, _super);
|
|
236326
236468
|
function ScaleLegendView(a) {
|
|
236327
236469
|
var _this = _super.call(this, a) || this;
|
|
236328
|
-
_this.ap = null;
|
|
236329
|
-
_this.ba = null;
|
|
236330
|
-
_this.a6 = null;
|
|
236331
|
-
_this.a5 = null;
|
|
236332
|
-
_this.ao = null;
|
|
236333
236470
|
_this.aq = null;
|
|
236334
|
-
_this.bb =
|
|
236335
|
-
_this.ar = false;
|
|
236336
|
-
_this.as = 0;
|
|
236337
|
-
_this.a8 = null;
|
|
236471
|
+
_this.bb = null;
|
|
236338
236472
|
_this.a7 = null;
|
|
236339
|
-
_this.
|
|
236473
|
+
_this.a6 = null;
|
|
236474
|
+
_this.ap = null;
|
|
236475
|
+
_this.ar = null;
|
|
236476
|
+
_this.bc = new igniteuiWebcomponentsCore.Size();
|
|
236477
|
+
_this.as = false;
|
|
236478
|
+
_this.at = 0;
|
|
236479
|
+
_this.a9 = null;
|
|
236480
|
+
_this.a8 = null;
|
|
236481
|
+
_this.aq = a;
|
|
236482
|
+
_this.a7 = new igniteuiWebcomponentsCore.TextBlock();
|
|
236340
236483
|
_this.a6 = new igniteuiWebcomponentsCore.TextBlock();
|
|
236341
|
-
_this.
|
|
236342
|
-
_this.ba = new igniteuiWebcomponentsCore.Polygon();
|
|
236484
|
+
_this.bb = new igniteuiWebcomponentsCore.Polygon();
|
|
236343
236485
|
return _this;
|
|
236344
236486
|
}
|
|
236345
|
-
ScaleLegendView.prototype.
|
|
236487
|
+
ScaleLegendView.prototype.a3 = function () {
|
|
236346
236488
|
};
|
|
236347
|
-
ScaleLegendView.prototype.
|
|
236489
|
+
ScaleLegendView.prototype.aa = function () {
|
|
236348
236490
|
};
|
|
236349
|
-
ScaleLegendView.prototype.
|
|
236491
|
+
ScaleLegendView.prototype.ba = function () {
|
|
236350
236492
|
return igniteuiWebcomponentsCore.Color.u(0, 0, 0, 0);
|
|
236351
236493
|
};
|
|
236352
|
-
ScaleLegendView.prototype.
|
|
236494
|
+
ScaleLegendView.prototype.ax = function () {
|
|
236353
236495
|
return new GradientData();
|
|
236354
236496
|
};
|
|
236355
|
-
ScaleLegendView.prototype.
|
|
236497
|
+
ScaleLegendView.prototype.az = function (a, b, c) {
|
|
236356
236498
|
var d = a;
|
|
236357
236499
|
d.a.add(((function () {
|
|
236358
236500
|
var $ret = new GradientStopData();
|
|
@@ -236365,77 +236507,77 @@
|
|
|
236365
236507
|
return $ret;
|
|
236366
236508
|
})()));
|
|
236367
236509
|
};
|
|
236368
|
-
ScaleLegendView.prototype.
|
|
236510
|
+
ScaleLegendView.prototype.a4 = function (a, b, c) {
|
|
236369
236511
|
if (b) {
|
|
236370
|
-
this.
|
|
236371
|
-
this.
|
|
236512
|
+
this.a8 = this.aq.bc.actualMarkerBrush;
|
|
236513
|
+
this.ap = null;
|
|
236372
236514
|
}
|
|
236373
236515
|
else {
|
|
236374
|
-
this.
|
|
236375
|
-
this.
|
|
236376
|
-
this.
|
|
236516
|
+
this.a8 = null;
|
|
236517
|
+
this.ap = c;
|
|
236518
|
+
this.ap.b();
|
|
236377
236519
|
}
|
|
236378
|
-
this.
|
|
236520
|
+
this.a0();
|
|
236379
236521
|
};
|
|
236380
|
-
ScaleLegendView.prototype.
|
|
236381
|
-
_super.prototype.
|
|
236382
|
-
this.
|
|
236383
|
-
this.
|
|
236384
|
-
this.
|
|
236522
|
+
ScaleLegendView.prototype.aj = function (a) {
|
|
236523
|
+
_super.prototype.aj.call(this, a);
|
|
236524
|
+
this.ar = this.d.b(a);
|
|
236525
|
+
this.bc = this.d.ab();
|
|
236526
|
+
this.a0();
|
|
236385
236527
|
};
|
|
236386
|
-
ScaleLegendView.prototype.
|
|
236387
|
-
if (!this.
|
|
236388
|
-
this.
|
|
236389
|
-
if (this.
|
|
236390
|
-
this.
|
|
236528
|
+
ScaleLegendView.prototype.a0 = function () {
|
|
236529
|
+
if (!this.as) {
|
|
236530
|
+
this.as = true;
|
|
236531
|
+
if (this.d.g != null) {
|
|
236532
|
+
this.d.g.setTimeout(igniteuiWebcomponentsCore.runOn(this, this.a5), 0);
|
|
236391
236533
|
}
|
|
236392
236534
|
else {
|
|
236393
|
-
window.setTimeout(igniteuiWebcomponentsCore.runOn(this, this.
|
|
236535
|
+
window.setTimeout(igniteuiWebcomponentsCore.runOn(this, this.a5), 0);
|
|
236394
236536
|
}
|
|
236395
236537
|
}
|
|
236396
236538
|
};
|
|
236397
|
-
ScaleLegendView.prototype.
|
|
236398
|
-
if (this.
|
|
236399
|
-
this.
|
|
236400
|
-
this.
|
|
236539
|
+
ScaleLegendView.prototype.a5 = function () {
|
|
236540
|
+
if (this.as) {
|
|
236541
|
+
this.as = false;
|
|
236542
|
+
this.a2();
|
|
236401
236543
|
}
|
|
236402
236544
|
};
|
|
236403
|
-
ScaleLegendView.prototype.
|
|
236404
|
-
if (this.
|
|
236545
|
+
ScaleLegendView.prototype.a2 = function () {
|
|
236546
|
+
if (this.ar == null) {
|
|
236405
236547
|
return;
|
|
236406
236548
|
}
|
|
236407
|
-
this.
|
|
236549
|
+
this.a1();
|
|
236408
236550
|
};
|
|
236409
|
-
ScaleLegendView.prototype.
|
|
236551
|
+
ScaleLegendView.prototype.av = function (a) {
|
|
236410
236552
|
var b = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.TextBlock.$, a);
|
|
236411
236553
|
if (b != null && b.al != null) {
|
|
236412
|
-
return this.
|
|
236554
|
+
return this.ar.f(b) + 0;
|
|
236413
236555
|
}
|
|
236414
236556
|
return 0;
|
|
236415
236557
|
};
|
|
236416
|
-
ScaleLegendView.prototype.
|
|
236417
|
-
return this.
|
|
236558
|
+
ScaleLegendView.prototype.au = function (a) {
|
|
236559
|
+
return this.at + 0;
|
|
236418
236560
|
};
|
|
236419
|
-
ScaleLegendView.prototype.
|
|
236420
|
-
if (this.
|
|
236561
|
+
ScaleLegendView.prototype.a1 = function () {
|
|
236562
|
+
if (this.aq.bc == null || this.aq.bc.container == null || (this.ap == null && this.a8 == null)) {
|
|
236421
236563
|
return;
|
|
236422
236564
|
}
|
|
236423
|
-
if (this.
|
|
236424
|
-
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.IInternalLegendOwner_$type, this.
|
|
236425
|
-
this.
|
|
236426
|
-
this.
|
|
236427
|
-
this.
|
|
236428
|
-
var b = this.
|
|
236429
|
-
var c = this.
|
|
236565
|
+
if (this.ar.d) {
|
|
236566
|
+
var a = igniteuiWebcomponentsCore.typeCast(igniteuiWebcomponentsCore.IInternalLegendOwner_$type, this.aq.bc.container);
|
|
236567
|
+
this.ar.ad(a.getFontInfo());
|
|
236568
|
+
this.at = a.getFontHeight();
|
|
236569
|
+
this.a9 = a.getFontBrush();
|
|
236570
|
+
var b = this.av(this.a7);
|
|
236571
|
+
var c = this.av(this.a6);
|
|
236430
236572
|
var d = Math.max(b, c) + 4;
|
|
236431
|
-
if (d >= this.
|
|
236573
|
+
if (d >= this.bc.width) {
|
|
236432
236574
|
d = 0;
|
|
236433
236575
|
}
|
|
236434
|
-
var e = this.
|
|
236576
|
+
var e = this.bc.width - d;
|
|
236435
236577
|
var f = 2;
|
|
236436
236578
|
var g = 2;
|
|
236437
236579
|
e = e - 4;
|
|
236438
|
-
var h = this.
|
|
236580
|
+
var h = this.bc.height - 4;
|
|
236439
236581
|
var i = f + e + 4;
|
|
236440
236582
|
var j = g;
|
|
236441
236583
|
var k = h;
|
|
@@ -236443,36 +236585,36 @@
|
|
|
236443
236585
|
var m = { $type: igniteuiWebcomponentsCore.Point_$type, x: f + (5 / 5) * e, y: g };
|
|
236444
236586
|
var n = { $type: igniteuiWebcomponentsCore.Point_$type, x: f + (5 / 5) * e, y: h };
|
|
236445
236587
|
var o = { $type: igniteuiWebcomponentsCore.Point_$type, x: f, y: h };
|
|
236446
|
-
var p = this.
|
|
236588
|
+
var p = this.bb;
|
|
236447
236589
|
p.an.clear();
|
|
236448
236590
|
p.an.add(l);
|
|
236449
236591
|
p.an.add(m);
|
|
236450
236592
|
p.an.add(n);
|
|
236451
236593
|
p.an.add(o);
|
|
236594
|
+
this.a7.n = i;
|
|
236595
|
+
this.a7.o = j;
|
|
236596
|
+
this.a7.ao = this.a9;
|
|
236452
236597
|
this.a6.n = i;
|
|
236453
|
-
this.a6.o = j;
|
|
236454
|
-
this.a6.ao = this.
|
|
236455
|
-
this.
|
|
236456
|
-
|
|
236457
|
-
|
|
236458
|
-
if (
|
|
236459
|
-
|
|
236460
|
-
|
|
236461
|
-
if (this.ao == null && this.a7 != null) {
|
|
236462
|
-
p._fill = this.a7;
|
|
236463
|
-
this.aq.u(p);
|
|
236598
|
+
this.a6.o = j + k - (this.au(this.a7));
|
|
236599
|
+
this.a6.ao = this.a9;
|
|
236600
|
+
if (!this.ar.e) {
|
|
236601
|
+
this.ar.l(0, 0, this.bc.width, this.bc.height);
|
|
236602
|
+
}
|
|
236603
|
+
if (this.ap == null && this.a8 != null) {
|
|
236604
|
+
p._fill = this.a8;
|
|
236605
|
+
this.ar.u(p);
|
|
236464
236606
|
}
|
|
236465
236607
|
else {
|
|
236466
|
-
this.
|
|
236608
|
+
this.d.y(this.ar, p, this.ap, new igniteuiWebcomponentsCore.Rect(0, g, f, e, h));
|
|
236467
236609
|
}
|
|
236468
236610
|
if (d > 0) {
|
|
236469
|
-
this.
|
|
236470
|
-
this.
|
|
236611
|
+
this.ar.x(this.a7);
|
|
236612
|
+
this.ar.x(this.a6);
|
|
236471
236613
|
}
|
|
236472
236614
|
}
|
|
236473
236615
|
};
|
|
236474
|
-
ScaleLegendView.prototype.
|
|
236475
|
-
_super.prototype.
|
|
236616
|
+
ScaleLegendView.prototype.am = function () {
|
|
236617
|
+
_super.prototype.am.call(this);
|
|
236476
236618
|
};
|
|
236477
236619
|
ScaleLegendView.$t = igniteuiWebcomponentsCore.markType(ScaleLegendView, 'ScaleLegendView', LegendBaseView.$);
|
|
236478
236620
|
return ScaleLegendView;
|
|
@@ -238083,8 +238225,8 @@
|
|
|
238083
238225
|
return this.i.a1;
|
|
238084
238226
|
},
|
|
238085
238227
|
set: function (v) {
|
|
238086
|
-
this.i.a1 = igniteuiWebcomponentsCore.ensureEnum(LegendEmptyValuesMode_$type, v);
|
|
238087
|
-
this._a("legendEmptyValuesMode", igniteuiWebcomponentsCore.enumToString(LegendEmptyValuesMode_$type, this.i.a1));
|
|
238228
|
+
this.i.a1 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, v);
|
|
238229
|
+
this._a("legendEmptyValuesMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, this.i.a1));
|
|
238088
238230
|
},
|
|
238089
238231
|
enumerable: false,
|
|
238090
238232
|
configurable: true
|
|
@@ -255840,8 +255982,6 @@
|
|
|
255840
255982
|
exports.LegendBaseStyles = LegendBaseStyles;
|
|
255841
255983
|
exports.LegendBaseView = LegendBaseView;
|
|
255842
255984
|
exports.LegendBaseViewManager = LegendBaseViewManager;
|
|
255843
|
-
exports.LegendEmptyValuesMode = LegendEmptyValuesMode;
|
|
255844
|
-
exports.LegendEmptyValuesMode_$type = LegendEmptyValuesMode_$type;
|
|
255845
255985
|
exports.LegendHighlightingMode = LegendHighlightingMode;
|
|
255846
255986
|
exports.LegendHighlightingMode_$type = LegendHighlightingMode_$type;
|
|
255847
255987
|
exports.LegendItemInfo = LegendItemInfo;
|