igniteui-webcomponents-charts 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +809 -708
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +2 -2
  4. package/esm2015/lib/CalloutLayer_combined.js +1 -1
  5. package/esm2015/lib/CategoryBucketCalculator_combined.js +50 -50
  6. package/esm2015/lib/DataPieBaseChart.js +311 -298
  7. package/esm2015/lib/DataPieChart.js +73 -73
  8. package/esm2015/lib/PieChartViewManager_combined.js +11 -1
  9. package/esm2015/lib/PolarBase_combined.js +24 -24
  10. package/esm2015/lib/RadialBucketCalculator_combined.js +32 -32
  11. package/esm2015/lib/RadialPieSeries_combined.js +153 -78
  12. package/esm2015/lib/ScatterBase_combined.js +20 -20
  13. package/esm2015/lib/ScatterPolygonSeries_combined.js +20 -20
  14. package/esm2015/lib/SeriesViewer_combined.js +2 -2
  15. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +2 -2
  16. package/esm2015/lib/igc-data-pie-base-chart-component.js +91 -83
  17. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  18. package/esm2015/lib/igc-pie-chart-base-component.js +1 -1
  19. package/esm2015/lib/igc-radial-pie-series-component.js +20 -9
  20. package/esm2015/public_api.js +0 -1
  21. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +2 -2
  22. package/esm5/lib/CalloutLayer_combined.js +1 -1
  23. package/esm5/lib/CategoryBucketCalculator_combined.js +50 -50
  24. package/esm5/lib/DataPieBaseChart.js +285 -268
  25. package/esm5/lib/DataPieChart.js +65 -65
  26. package/esm5/lib/PieChartViewManager_combined.js +11 -1
  27. package/esm5/lib/PolarBase_combined.js +24 -24
  28. package/esm5/lib/RadialBucketCalculator_combined.js +32 -32
  29. package/esm5/lib/RadialPieSeries_combined.js +160 -76
  30. package/esm5/lib/ScatterBase_combined.js +20 -20
  31. package/esm5/lib/ScatterPolygonSeries_combined.js +20 -20
  32. package/esm5/lib/SeriesViewer_combined.js +2 -2
  33. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +2 -2
  34. package/esm5/lib/igc-data-pie-base-chart-component.js +95 -83
  35. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  36. package/esm5/lib/igc-pie-chart-base-component.js +1 -1
  37. package/esm5/lib/igc-radial-pie-series-component.js +24 -9
  38. package/esm5/public_api.js +0 -1
  39. package/fesm2015/igniteui-webcomponents-charts.js +826 -744
  40. package/fesm5/igniteui-webcomponents-charts.js +808 -705
  41. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +1 -1
  42. package/lib/CategoryBucketCalculator_combined.d.ts +1 -1
  43. package/lib/DataPieBaseChart.d.ts +96 -92
  44. package/lib/DataPieChart.d.ts +26 -26
  45. package/lib/PieChartViewManager_combined.d.ts +1 -1
  46. package/lib/PolarBase_combined.d.ts +1 -1
  47. package/lib/RadialBucketCalculator_combined.d.ts +2 -2
  48. package/lib/RadialPieSeries_combined.d.ts +18 -12
  49. package/lib/ScatterBase_combined.d.ts +1 -1
  50. package/lib/ScatterPolygonSeries_combined.d.ts +1 -1
  51. package/lib/SeriesViewer_combined.d.ts +1 -1
  52. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +1 -1
  53. package/lib/igc-data-pie-base-chart-component.d.ts +3 -0
  54. package/lib/igc-pie-chart-base-component.d.ts +1 -1
  55. package/lib/igc-radial-pie-series-component.d.ts +6 -0
  56. package/package.json +2 -2
  57. package/public_api.d.ts +0 -1
  58. package/esm2015/lib/LegendEmptyValuesMode.js +0 -29
  59. package/esm5/lib/LegendEmptyValuesMode.js +0 -29
  60. 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];
@@ -67485,104 +67485,104 @@
67485
67485
  enumerable: false,
67486
67486
  configurable: true
67487
67487
  });
67488
- CategorySeries.prototype.d9 = function (a, b, c, d) {
67488
+ CategorySeries.prototype.d9 = function (a, b, c, d, e) {
67489
67489
  var _this = this;
67490
67490
  if (!this.hasMarkers) {
67491
67491
  return false;
67492
67492
  }
67493
- var e = this.getEffectiveViewport1(this.ct);
67494
- var f = this.yk();
67495
- var g = new ScalerParams(1, this.c9.vl, this.wl, f.ch);
67496
- g.c = e;
67497
- var h = this.y0();
67498
- var i = new ScalerParams(1, this.c9.vl, this.wl, h.ch);
67499
- i.c = e;
67500
- var j = this.c9.vl;
67501
- var k = this.wl;
67502
- var l = this.currentMode2Index;
67503
- var m = 0;
67504
- if (f.ce && f.cc) {
67505
- m = f.getSeriesOffset(j, k, e, l, f.categoryMode);
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);
67506
67506
  }
67507
67507
  a.clear();
67508
- this.wy.cj(function (n) {
67509
- if (n._visibility == 0) {
67510
- var o = new SeriesPointOfInterest();
67511
- var p = n.n;
67512
- var q = n.o;
67513
- if (p < _this.wl.left || p > _this.wl.right || q < _this.wl.top || q > _this.wl.bottom) {
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) {
67514
67514
  return;
67515
67515
  }
67516
67516
  if (_this.isVertical) {
67517
- if (f.cb && !f.ce && f.categoryMode != 0) {
67518
- o.e = n.ak;
67517
+ if (g.cb && !g.ce && g.categoryMode != 0) {
67518
+ p.e = o.ak;
67519
67519
  }
67520
67520
  else {
67521
- o.e = f.en(q, g);
67521
+ p.e = g.en(r, h);
67522
67522
  }
67523
- o.d = h.en(p, i);
67523
+ p.d = i.en(q, j);
67524
67524
  }
67525
67525
  else {
67526
- if (f.cb && !f.ce && f.categoryMode != 0) {
67527
- o.d = n.ak;
67526
+ if (g.cb && !g.ce && g.categoryMode != 0) {
67527
+ p.d = o.ak;
67528
67528
  }
67529
67529
  else {
67530
- o.d = f.en(p, g);
67530
+ p.d = g.en(q, h);
67531
67531
  }
67532
- o.e = h.en(q, i);
67532
+ p.e = i.en(r, j);
67533
67533
  }
67534
- o.b = n.content;
67534
+ p.b = o.content;
67535
67535
  if (b) {
67536
67536
  if (_this.isVertical) {
67537
67537
  if (c) {
67538
- o.f = _this.zq(o.d, d);
67538
+ p.f = _this.zq(p.d, d);
67539
67539
  }
67540
67540
  else {
67541
- var r = _this.jb(n);
67542
- if (!igniteuiWebcomponentsCore.isNaN_(r)) {
67543
- o.f = _this.zq(r, d);
67541
+ var s = _this.jb(o);
67542
+ if (!igniteuiWebcomponentsCore.isNaN_(s)) {
67543
+ p.f = _this.zq(s, d);
67544
67544
  }
67545
67545
  else {
67546
- o.f = _this.zq(o.d, d);
67546
+ p.f = _this.zq(p.d, d);
67547
67547
  }
67548
67548
  }
67549
67549
  }
67550
67550
  else {
67551
67551
  if (c) {
67552
- o.f = _this.zq(o.e, d);
67552
+ p.f = _this.zq(p.e, d);
67553
67553
  }
67554
67554
  else {
67555
- var s = _this.jb(n);
67556
- if (!igniteuiWebcomponentsCore.isNaN_(s)) {
67557
- o.f = _this.zq(s, d);
67555
+ var t = _this.jb(o);
67556
+ if (!igniteuiWebcomponentsCore.isNaN_(t)) {
67557
+ p.f = _this.zq(t, d);
67558
67558
  }
67559
67559
  else {
67560
- o.f = _this.zq(o.e, d);
67560
+ p.f = _this.zq(p.e, d);
67561
67561
  }
67562
67562
  }
67563
67563
  }
67564
67564
  }
67565
67565
  else {
67566
- var t = _this.at(true);
67567
- if (t != null) {
67568
- var u = _this.kq(n.ak, false);
67569
- if (u != null) {
67570
- o.f = t.i(u);
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);
67571
67571
  }
67572
67572
  else {
67573
- o.f = null;
67573
+ p.f = null;
67574
67574
  }
67575
67575
  }
67576
67576
  else {
67577
- o.f = f.ge(n.ak);
67577
+ p.f = g.ge(o.ak);
67578
67578
  }
67579
67579
  }
67580
- o.c = n.ak;
67581
- o.g = _this.va;
67580
+ p.c = o.ak;
67581
+ p.g = _this.va;
67582
67582
  if (_this.g7) {
67583
- o.g = _this.vh(n.ak);
67583
+ p.g = _this.vh(o.ak);
67584
67584
  }
67585
- a.add(o);
67585
+ a.add(p);
67586
67586
  }
67587
67587
  });
67588
67588
  return true;
@@ -112085,49 +112085,49 @@
112085
112085
  }
112086
112086
  _super.prototype.pn.call(this, a);
112087
112087
  };
112088
- RadialBase.prototype.d9 = function (a, b, c, d) {
112088
+ RadialBase.prototype.d9 = function (a, b, c, d, e) {
112089
112089
  var _this = this;
112090
112090
  if (!this.hasMarkers) {
112091
112091
  return false;
112092
112092
  }
112093
- var e = this.yr;
112094
- var f = new ScalerParams(1, this.c9.vl, this.wl, e.ch);
112095
- f.c = this.getEffectiveViewport1(this.ct);
112096
- var g = this.yw;
112097
- var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
112098
- h.c = this.getEffectiveViewport1(this.ct);
112099
- var i = this.zw;
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;
112100
112100
  a.clear();
112101
- this.wy.cj(function (j) {
112102
- if (j._visibility == 0) {
112103
- var k = new SeriesPointOfInterest();
112104
- var l = j.n;
112105
- var m = j.o;
112106
- if (l < _this.wl.left || l > _this.wl.right || m < _this.wl.top || m > _this.wl.bottom) {
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) {
112107
112107
  return;
112108
112108
  }
112109
- var n = null;
112110
- if (j.content != null) {
112111
- n = j.content.item;
112109
+ var o = null;
112110
+ if (k.content != null) {
112111
+ o = k.content.item;
112112
112112
  }
112113
- var o = void 0;
112114
112113
  var p = void 0;
112115
- var q = _this.yz.g(l, m, _this.ct.by, _this.ct.bx, _this.ct.getEffectiveViewport(), o, p);
112116
- o = q.p5;
112117
- p = q.p6;
112118
- k.d = o;
112119
- k.e = p;
112120
- var r = k.e;
112121
- var s = j.ak;
112122
- k.f = _this.aav(r, n, s, d, i, c, b, false);
112123
- k.b = j.content;
112124
- k.g = _this.va;
112125
- k.c = j.ak;
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;
112126
112126
  if (_this.g7) {
112127
- k.g = _this.vh(j.ak);
112127
+ l.g = _this.vh(k.ak);
112128
112128
  }
112129
- k.a = _this.aq(j.ak, j.al);
112130
- a.add(k);
112129
+ l.a = _this.aq(k.ak, k.al);
112130
+ a.add(l);
112131
112131
  }
112132
112132
  });
112133
112133
  return true;
@@ -113858,7 +113858,7 @@
113858
113858
  };
113859
113859
  AnchoredRadialSeries.prototype.kr = function (a) {
113860
113860
  if (this.yr != null && this.yr.cl) {
113861
- if (a == this.yr.lh - 1) {
113861
+ if (a == this.yr.othersIndex) {
113862
113862
  return this.yy;
113863
113863
  }
113864
113864
  }
@@ -114878,8 +114878,9 @@
114878
114878
  tslib.__extends(RadialPieSeries, _super);
114879
114879
  function RadialPieSeries() {
114880
114880
  var _this = _super.call(this) || this;
114881
- _this.ade = null;
114882
- _this.adj = null;
114881
+ _this.adg = null;
114882
+ _this.adl = null;
114883
+ _this.add = 0;
114883
114884
  _this.ab = RadialPieSeries.$;
114884
114885
  return _this;
114885
114886
  }
@@ -114903,31 +114904,45 @@
114903
114904
  };
114904
114905
  RadialPieSeries.prototype.qx = function (a) {
114905
114906
  _super.prototype.qx.call(this, a);
114906
- this.add = a;
114907
+ this.adf = a;
114907
114908
  };
114908
- Object.defineProperty(RadialPieSeries.prototype, "adf", {
114909
+ Object.defineProperty(RadialPieSeries.prototype, "adh", {
114909
114910
  get: function () {
114910
- return this.ade;
114911
+ return this.adg;
114911
114912
  },
114912
114913
  set: function (a) {
114913
- if (this.ade != a) {
114914
- var b = this.adf;
114915
- this.ade = a;
114916
- this.raisePropertyChanged("LegendLabelColumn", b, this.adf);
114914
+ if (this.adg != a) {
114915
+ var b = this.adh;
114916
+ this.adg = a;
114917
+ this.raisePropertyChanged("LegendLabelColumn", b, this.adh);
114917
114918
  }
114918
114919
  },
114919
114920
  enumerable: false,
114920
114921
  configurable: true
114921
114922
  });
114922
- Object.defineProperty(RadialPieSeries.prototype, "adl", {
114923
+ Object.defineProperty(RadialPieSeries.prototype, "ado", {
114923
114924
  get: function () {
114924
- return this.adj;
114925
+ return this.adl;
114925
114926
  },
114926
114927
  set: function (a) {
114927
- if (this.adj != a) {
114928
- var b = this.adj;
114929
- this.adj = a;
114930
- this.raisePropertyChanged("LegendLabelMemberPath", b, this.adj);
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;
114940
+ },
114941
+ set: function (a) {
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));
114931
114946
  }
114932
114947
  },
114933
114948
  enumerable: false,
@@ -114973,7 +114988,7 @@
114973
114988
  }
114974
114989
  var p = o.f._inner[b][0];
114975
114990
  var q = Math.min(o.f._inner[b][2], h.maxLength);
114976
- return this.adg(d, e, f, p - (m * 0.5), p + (m * 0.5), l, q, i);
114991
+ return this.adi(d, e, f, p - (m * 0.5), p + (m * 0.5), l, q, i);
114977
114992
  }
114978
114993
  };
114979
114994
  RadialPieSeries.prototype.get_eb = function () {
@@ -115001,15 +115016,15 @@
115001
115016
  var m = this.yr.k5(d, e, f);
115002
115017
  var n = this.yr.cl;
115003
115018
  var o = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
115004
- var p = this.adh;
115005
- var q = this.adi;
115019
+ var p = this.adj;
115020
+ var q = this.adk;
115006
115021
  var r = (p > 0 && q > 0);
115007
115022
  var s = this.abx.count;
115008
115023
  this.y7.a2(this, this.zo(), igniteuiWebcomponentsCore.runOn(this, this.yf), this.zx(b), this.zy(b));
115009
- this.y7.r = this.adh;
115010
- this.y7.s = this.adi;
115011
- this.y7.k = this.adh;
115012
- this.y7.l = this.adi;
115024
+ this.y7.r = this.adj;
115025
+ this.y7.s = this.adk;
115026
+ this.y7.k = this.adj;
115027
+ this.y7.l = this.adk;
115013
115028
  var t = false;
115014
115029
  var u = this.y7.b;
115015
115030
  if (u != null) {
@@ -115051,10 +115066,10 @@
115051
115066
  r = (ah > 0 && ai > 0);
115052
115067
  var aj = null;
115053
115068
  if (r) {
115054
- aj = this.adr(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o, ah, ai);
115069
+ aj = this.adu(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o, ah, ai);
115055
115070
  }
115056
115071
  else {
115057
- aj = this.ads(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o);
115072
+ aj = this.adv(d, e, f, aa - (m * 0.5), aa + (m * 0.5), l, ab, o);
115058
115073
  }
115059
115074
  ag.an = aj;
115060
115075
  this.y7.ad(ag, false, false, false, false);
@@ -115068,7 +115083,7 @@
115068
115083
  c.c6.count = x;
115069
115084
  c.db();
115070
115085
  };
115071
- RadialPieSeries.prototype.ads = function (a, b, c, d, e, f, g, h) {
115086
+ RadialPieSeries.prototype.adv = function (a, b, c, d, e, f, g, h) {
115072
115087
  var i = SliceCoords.b(a, b, c, d, e, f, g, h);
115073
115088
  var j = new igniteuiWebcomponentsCore.PathFigure();
115074
115089
  j._startPoint = i.d;
@@ -115103,7 +115118,7 @@
115103
115118
  k.c.add(j);
115104
115119
  return k;
115105
115120
  };
115106
- RadialPieSeries.prototype.adg = function (a, b, c, d, e, f, g, h) {
115121
+ RadialPieSeries.prototype.adi = function (a, b, c, d, e, f, g, h) {
115107
115122
  var i = SliceCoords.b(a, b, c, d, e, f, g, h);
115108
115123
  if (igniteuiWebcomponentsCore.isNaN_(i.n.width) || igniteuiWebcomponentsCore.isNaN_(d) || igniteuiWebcomponentsCore.isNaN_(e)) {
115109
115124
  return null;
@@ -115112,10 +115127,10 @@
115112
115127
  var k = ViewportUtils.i(0.5, a, b, c);
115113
115128
  return new igniteuiWebcomponentsCore.PieSliceCollisionGeometry(j, k, i.n.width, i.m.width, d, e);
115114
115129
  };
115115
- RadialPieSeries.prototype.adr = function (a, b, c, d, e, f, g, h, i, j) {
115130
+ RadialPieSeries.prototype.adu = function (a, b, c, d, e, f, g, h, i, j) {
115116
115131
  var k = SliceCoords.a(a, b, c, d, e, f, g, h, i, j);
115117
115132
  if (k == null) {
115118
- return this.ads(a, b, c, d, e, f, g, h);
115133
+ return this.adv(a, b, c, d, e, f, g, h);
115119
115134
  }
115120
115135
  var l = new igniteuiWebcomponentsCore.PathFigure();
115121
115136
  l._startPoint = k.d;
@@ -115197,20 +115212,20 @@
115197
115212
  break;
115198
115213
  case "FastItemsSource":
115199
115214
  if (c != null) {
115200
- if (this.adf != null) {
115201
- c.deregisterColumn(this.adf);
115215
+ if (this.adh != null) {
115216
+ c.deregisterColumn(this.adh);
115202
115217
  }
115203
115218
  }
115204
115219
  if (d != null) {
115205
- if (this.adl != null) {
115206
- this.adf = this.dk(this.adl);
115220
+ if (this.ado != null) {
115221
+ this.adh = this.dk(this.ado);
115207
115222
  }
115208
115223
  }
115209
115224
  break;
115210
115225
  case "LegendLabelMemberPath":
115211
115226
  if (this.dl != null) {
115212
- this.dl.deregisterColumn(this.adf);
115213
- this.adf = this.dk(this.adl);
115227
+ this.dl.deregisterColumn(this.adh);
115228
+ this.adh = this.dk(this.ado);
115214
115229
  this.pc();
115215
115230
  this.pq();
115216
115231
  }
@@ -115218,61 +115233,127 @@
115218
115233
  }
115219
115234
  };
115220
115235
  RadialPieSeries.prototype.wh = function (a) {
115221
- var b = this.add.by;
115222
- var c = this.add.bx;
115223
- var d = this.getEffectiveViewport1(this.add);
115224
- var e = this.wd(this.add);
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);
115225
115240
  var f = this.yw.k2(c, b, d, e);
115226
115241
  var g = { $type: igniteuiWebcomponentsCore.Point_$type, x: 0.5, y: 0.5 };
115227
115242
  var h = igniteuiWebcomponentsCore.GeometryUtil.i(g, a);
115228
115243
  var i = this.y1.f;
115229
- for (var j = 0; j < i.count; j++) {
115230
- var k = i._inner[j][0];
115231
- var l = Math.min(i._inner[j][2], f.maxLength);
115232
- var m = i._inner[j][3];
115233
- if (h >= k - (m * 0.5) && h <= k + (m * 0.5)) {
115234
- var n = Math.max(0, 0.5 * this.yw.no);
115235
- var o = n;
115236
- o = Math.max(o, f.minLength);
115237
- var p = SliceCoords.b(b, c, d, k - (m * 0.5), k + (m * 0.5), o, l, g);
115238
- var q = 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(k), p.n.width);
115239
- var r = 1.7976931348623157E+308;
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);
115240
115262
  var s = 1.7976931348623157E+308;
115241
- var t = -1.7976931348623157E+308;
115263
+ var t = 1.7976931348623157E+308;
115242
115264
  var u = -1.7976931348623157E+308;
115243
- r = Math.min(r, p.d.x);
115244
- r = Math.min(r, p.f.x);
115245
- r = Math.min(r, p.h.x);
115246
- r = Math.min(r, p.j.x);
115247
- r = Math.min(r, q.x);
115248
- s = Math.min(s, p.d.y);
115249
- s = Math.min(s, p.f.y);
115250
- s = Math.min(s, p.h.y);
115251
- s = Math.min(s, p.j.y);
115252
- s = Math.min(s, q.y);
115253
- t = Math.max(t, p.d.x);
115254
- t = Math.max(t, p.f.x);
115255
- t = Math.max(t, p.h.x);
115256
- t = Math.max(t, p.j.x);
115257
- t = Math.max(t, q.x);
115258
- u = Math.max(u, p.d.y);
115259
- u = Math.max(u, p.f.y);
115260
- u = Math.max(u, p.h.y);
115261
- u = Math.max(u, p.j.y);
115262
- u = Math.max(u, q.y);
115263
- return new igniteuiWebcomponentsCore.Rect(0, r, s, t - r, u - s);
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);
115264
115287
  }
115288
+ j++;
115265
115289
  }
115266
115290
  return new igniteuiWebcomponentsCore.Rect(0, 0, 0, 0, 0);
115267
115291
  };
115268
115292
  RadialPieSeries.prototype.ks = function (a) {
115269
- if (this.adf != null) {
115270
- return this.adf.item(a);
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);
115271
115298
  }
115272
115299
  return null;
115273
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
+ };
115274
115355
  RadialPieSeries.$t = igniteuiWebcomponentsCore.markType(RadialPieSeries, 'RadialPieSeries', AnchoredRadialSeries.$);
115275
- RadialPieSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RadialPieSeries, 'raisePropertyChanged', ['RadiusX:adh:adp', [1, 2], 'RadiusY:adi:adq', [1, 2]]);
115356
+ RadialPieSeries.$$p = igniteuiWebcomponentsCore.markDep(igniteuiWebcomponentsCore.DependencyProperty, igniteuiWebcomponentsCore.PropertyMetadata, RadialPieSeries, 'raisePropertyChanged', ['RadiusX:adj:ads', [1, 2], 'RadiusY:adk:adt', [1, 2]]);
115276
115357
  return RadialPieSeries;
115277
115358
  }(AnchoredRadialSeries));
115278
115359
  /**
@@ -115407,49 +115488,50 @@
115407
115488
  tslib.__extends(DataPieBaseChart, _super);
115408
115489
  function DataPieBaseChart() {
115409
115490
  var _this = _super.call(this) || this;
115410
- _this.aic = null;
115491
+ _this.aie = null;
115411
115492
  _this.agk = null;
115412
- _this.ah8 = null;
115413
- _this.agi = null;
115414
115493
  _this.aia = null;
115494
+ _this.agi = null;
115495
+ _this.aic = null;
115415
115496
  _this.agj = null;
115416
- _this.ah7 = null;
115497
+ _this.ah9 = null;
115417
115498
  _this.agh = null;
115418
- _this.ahj = 0;
115419
- _this.agz = 0;
115499
+ _this.ahl = 0;
115500
+ _this.ag1 = 0;
115420
115501
  _this.agr = 6;
115421
- _this.ajx = null;
115422
- _this.ajw = null;
115423
- _this.aid = null;
115424
- _this.ah6 = null;
115425
- _this.agx = 1;
115426
- _this.ahk = 3;
115427
- _this.ah9 = null;
115428
- _this.ah5 = null;
115429
- _this.aha = true;
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;
115430
115512
  _this.agp = 0;
115431
- _this.ahh = 0;
115432
- _this.ahi = 0;
115433
- _this.ahn = 0;
115434
- _this.ahb = false;
115435
- _this.ah3 = 10;
115436
- _this.ahp = NaN;
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;
115437
115522
  _this.aho = NaN;
115438
- _this.ahq = 0;
115439
- _this.ahl = NaN;
115440
- _this.ahm = NaN;
115441
- _this.aib = " - ";
115442
- _this.ag4 = 0;
115443
- _this.ag3 = 0;
115444
- _this.ag8 = true;
115445
- _this.ag9 = true;
115523
+ _this.aid = " - ";
115524
+ _this.ag6 = 0;
115525
+ _this.ag5 = 0;
115526
+ _this.aha = true;
115527
+ _this.ahb = true;
115446
115528
  _this.agt = 0;
115447
115529
  return _this;
115448
115530
  }
115449
- DataPieBaseChart.prototype.ajs = function (a) {
115450
- this.ajt(function (b, c) { return a(b); });
115531
+ DataPieBaseChart.prototype.ajv = function (a) {
115532
+ this.ajw(function (b, c) { return a(b); });
115451
115533
  };
115452
- DataPieBaseChart.prototype.ajt = function (a) {
115534
+ DataPieBaseChart.prototype.ajw = function (a) {
115453
115535
  if (this.dataChart == null) {
115454
115536
  return;
115455
115537
  }
@@ -115460,10 +115542,10 @@
115460
115542
  }
115461
115543
  }
115462
115544
  };
115463
- DataPieBaseChart.prototype.ajq = function (a) {
115464
- this.ajr(function (b, c) { return a(b); });
115545
+ DataPieBaseChart.prototype.ajt = function (a) {
115546
+ this.aju(function (b, c) { return a(b); });
115465
115547
  };
115466
- DataPieBaseChart.prototype.ajr = function (a) {
115548
+ DataPieBaseChart.prototype.aju = function (a) {
115467
115549
  if (this.dataChart == null) {
115468
115550
  return;
115469
115551
  }
@@ -115477,16 +115559,16 @@
115477
115559
  DataPieBaseChart.prototype.wg = function () {
115478
115560
  var a = this.bj.dataSeries != null ? this.bj.dataSeries.count : 0;
115479
115561
  _super.prototype.wg.call(this);
115480
- if (this.aij != null) {
115481
- var b = this.aij;
115562
+ if (this.ail != null) {
115563
+ var b = this.ail;
115482
115564
  this.angleAxis.f1 = b;
115483
115565
  }
115484
115566
  else {
115485
115567
  this.angleAxis.f1 = this.ab2 == null ? RadialBaseChart.adj(this.angleAxis, this.bj.dataSeries) : this.ab2;
115486
115568
  }
115487
115569
  this.angleAxis.itemsSource = this.dataChart != null && this.dataChart.series.count > 0 ? this.dataChart.series._inner[0].itemsSource : null;
115488
- if (this.ajn != null) {
115489
- this.angleAxis.og = this.ajn;
115570
+ if (this.ajq != null) {
115571
+ this.angleAxis.og = this.ajq;
115490
115572
  }
115491
115573
  else {
115492
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;
@@ -115511,17 +115593,17 @@
115511
115593
  return true;
115512
115594
  };
115513
115595
  DataPieBaseChart.prototype.wh = function () {
115514
- this.valueAxis.lj = this.ahg;
115515
- this.valueAxis.ma = this.ah4;
115596
+ this.valueAxis.lj = this.ahi;
115597
+ this.valueAxis.ma = this.ah6;
115516
115598
  };
115517
115599
  Object.defineProperty(DataPieBaseChart.prototype, "angleAxis", {
115518
115600
  get: function () {
115519
- return this.ag1;
115601
+ return this.ag3;
115520
115602
  },
115521
115603
  set: function (a) {
115522
115604
  var b = this.angleAxis;
115523
115605
  if (a != b) {
115524
- this.ag1 = a;
115606
+ this.ag3 = a;
115525
115607
  this.vl("AngleAxis", b, this.angleAxis);
115526
115608
  }
115527
115609
  },
@@ -115530,24 +115612,24 @@
115530
115612
  });
115531
115613
  Object.defineProperty(DataPieBaseChart.prototype, "valueAxis", {
115532
115614
  get: function () {
115533
- return this.agv;
115615
+ return this.agx;
115534
115616
  },
115535
115617
  set: function (a) {
115536
115618
  var b = this.valueAxis;
115537
115619
  if (a != b) {
115538
- this.agv = a;
115620
+ this.agx = a;
115539
115621
  this.vl("ValueAxis", b, this.valueAxis);
115540
115622
  }
115541
115623
  },
115542
115624
  enumerable: false,
115543
115625
  configurable: true
115544
115626
  });
115545
- DataPieBaseChart.prototype.get_ahd = function () {
115627
+ DataPieBaseChart.prototype.get_ahf = function () {
115546
115628
  return false;
115547
115629
  };
115548
- Object.defineProperty(DataPieBaseChart.prototype, "ahd", {
115630
+ Object.defineProperty(DataPieBaseChart.prototype, "ahf", {
115549
115631
  get: function () {
115550
- return this.get_ahd();
115632
+ return this.get_ahf();
115551
115633
  },
115552
115634
  enumerable: false,
115553
115635
  configurable: true
@@ -115555,10 +115637,10 @@
115555
115637
  DataPieBaseChart.prototype.dg = function (a, b) {
115556
115638
  var c = null;
115557
115639
  if (b == 34) {
115558
- c = this.ag7(a, b);
115640
+ c = this.ag9(a, b);
115559
115641
  }
115560
115642
  if (a.index > 0) {
115561
- if (!this.ahd) {
115643
+ if (!this.ahf) {
115562
115644
  if (c != null) {
115563
115645
  c.o0();
115564
115646
  }
@@ -115570,11 +115652,11 @@
115570
115652
  DataPieBaseChart.prototype.uy = function (a, b) {
115571
115653
  _super.prototype.uy.call(this, a, b);
115572
115654
  if (this.g0(a) && this.ci.isCalloutLayer(a)) {
115573
- if (this.ajz != null) {
115574
- this.ci.setCalloutLightColor(a, this.ajz);
115655
+ if (this.aj2 != null) {
115656
+ this.ci.setCalloutLightColor(a, this.aj2);
115575
115657
  }
115576
- if (this.ajy != null) {
115577
- this.ci.setCalloutDarkColor(a, this.ajy);
115658
+ if (this.aj1 != null) {
115659
+ this.ci.setCalloutDarkColor(a, this.aj1);
115578
115660
  }
115579
115661
  var c = this.ak;
115580
115662
  if (this.ags != 0) {
@@ -115583,7 +115665,7 @@
115583
115665
  this.ci.setCollisionMode(a, c);
115584
115666
  }
115585
115667
  };
115586
- DataPieBaseChart.prototype.ag7 = function (a, b) {
115668
+ DataPieBaseChart.prototype.ag9 = function (a, b) {
115587
115669
  var c = null;
115588
115670
  if (b == 34) {
115589
115671
  c = this.di(34);
@@ -115591,30 +115673,31 @@
115591
115673
  else {
115592
115674
  c = this.di(34);
115593
115675
  }
115594
- if (this.ajn != null) {
115595
- c.acm = this.ajn;
115676
+ if (this.ajq != null) {
115677
+ c.acm = this.ajq;
115596
115678
  }
115597
115679
  else {
115598
115680
  c.acm = a.getMemberPathFor(0);
115599
115681
  }
115600
- if (this.ail != null) {
115601
- c.adl = this.ail;
115682
+ if (this.aio != null) {
115683
+ c.ado = this.aio;
115602
115684
  }
115685
+ c.ade = this.agw;
115603
115686
  c.yr = this.angleAxis;
115604
115687
  c.yw = this.valueAxis;
115605
115688
  c.g7 = true;
115606
115689
  c.ab6 = true;
115607
- c.aas = this.ai7;
115690
+ c.aas = this.aja;
115608
115691
  c.yj = this.ago;
115609
- c.aap = this.ai0;
115692
+ c.aap = this.ai3;
115610
115693
  c.yi = this.agn;
115611
- c.aai = this.air;
115694
+ c.aai = this.aiu;
115612
115695
  c.yg = this.agm;
115613
- c.aam = this.ain;
115696
+ c.aam = this.aiq;
115614
115697
  c.yh = this.agl;
115615
- c.y5 = this.ag6;
115616
- c.y6 = this.ag5;
115617
- c.z4 = this.ai5;
115698
+ c.y5 = this.ag8;
115699
+ c.y6 = this.ag7;
115700
+ c.z4 = this.ai8;
115618
115701
  return c;
115619
115702
  };
115620
115703
  DataPieBaseChart.prototype.zm = function () {
@@ -115627,12 +115710,12 @@
115627
115710
  this.angleAxis = new ProportionalCategoryAngleAxis();
115628
115711
  this.angleAxis.name = "angleAxis";
115629
115712
  var a = this.angleAxis;
115630
- a.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(a.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.aju));
115713
+ a.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(a.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ajx));
115631
115714
  this.angleAxis.k2 = 0;
115632
115715
  this.valueAxis = new NumericRadiusAxis();
115633
115716
  this.valueAxis.name = "valueAxis";
115634
115717
  var b = this.valueAxis;
115635
- b.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(b.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ajv));
115718
+ b.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(b.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.ajy));
115636
115719
  if (this.angleAxis.az == null) {
115637
115720
  this.angleAxis.az = new AxisLabelSettings();
115638
115721
  }
@@ -115640,7 +115723,7 @@
115640
115723
  this.valueAxis.az = new AxisLabelSettings();
115641
115724
  }
115642
115725
  };
115643
- DataPieBaseChart.prototype.aju = function (a, b) {
115726
+ DataPieBaseChart.prototype.ajx = function (a, b) {
115644
115727
  switch (b.propertyName) {
115645
115728
  case "ActualMinimumValue":
115646
115729
  this.v2("AngleAxisActualMinimum");
@@ -115650,7 +115733,7 @@
115650
115733
  break;
115651
115734
  }
115652
115735
  };
115653
- DataPieBaseChart.prototype.ajv = function (a, b) {
115736
+ DataPieBaseChart.prototype.ajy = function (a, b) {
115654
115737
  switch (b.propertyName) {
115655
115738
  case "ActualMinimumValue":
115656
115739
  this.v2("ValueAxisActualMinimum");
@@ -115668,11 +115751,11 @@
115668
115751
  };
115669
115752
  DataPieBaseChart.prototype.aet = function (a) {
115670
115753
  _super.prototype.aet.call(this, a);
115671
- a.lb = this.ahe;
115672
- a.le = this.ahf;
115673
- a.ny = this.aht;
115674
- if (!igniteuiWebcomponentsCore.isNaN_(this.ahv)) {
115675
- a.nz = this.ahv;
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;
115676
115759
  }
115677
115760
  else {
115678
115761
  a.nz = 0.65;
@@ -115680,14 +115763,14 @@
115680
115763
  };
115681
115764
  DataPieBaseChart.prototype.aer = function (a) {
115682
115765
  _super.prototype.aer.call(this, a);
115683
- a.oa = this.aiw;
115684
- a.nu = this.agy;
115685
- a.n7 = this.ahu;
115686
- if (!igniteuiWebcomponentsCore.isNaN_(this.ahw)) {
115687
- a.nb = this.ahw;
115688
- }
115689
- if (this.ag0 != 0) {
115690
- if (this.ag0 == 1) {
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) {
115691
115774
  a.ch = false;
115692
115775
  }
115693
115776
  else {
@@ -115707,42 +115790,42 @@
115707
115790
  });
115708
115791
  break;
115709
115792
  case "SliceLabelContentSeparator":
115710
- this.ajq(function (d) { return d.z4 = _this.ai5; });
115793
+ this.ajt(function (d) { return d.z4 = _this.ai8; });
115711
115794
  break;
115712
115795
  case "SliceLabelContentMode":
115713
- this.ajq(function (d) { return d.y5 = _this.ag6; });
115796
+ this.ajt(function (d) { return d.y5 = _this.ag8; });
115714
115797
  break;
115715
115798
  case "LegendSliceLabelContentMode":
115716
- this.ajq(function (d) { return d.y6 = _this.ag5; });
115799
+ this.ajt(function (d) { return d.y6 = _this.ag7; });
115717
115800
  break;
115718
115801
  case "SliceLabelFormat":
115719
- this.ajq(function (d) { return d.aas = _this.ai7; });
115802
+ this.ajt(function (d) { return d.aas = _this.aja; });
115720
115803
  break;
115721
115804
  case "SliceLabelFormatSpecifiers":
115722
- this.ajq(function (d) { return d.yj = _this.ago; });
115805
+ this.ajt(function (d) { return d.yj = _this.ago; });
115723
115806
  break;
115724
115807
  case "OthersSliceLabelFormat":
115725
- this.ajq(function (d) { return d.aap = _this.ai0; });
115808
+ this.ajt(function (d) { return d.aap = _this.ai3; });
115726
115809
  break;
115727
115810
  case "OthersSliceLabelFormatSpecifiers":
115728
- this.ajq(function (d) { return d.yi = _this.agn; });
115811
+ this.ajt(function (d) { return d.yi = _this.agn; });
115729
115812
  break;
115730
115813
  case "LegendSliceLabelFormat":
115731
- this.ajq(function (d) { return d.aai = _this.ai7; });
115814
+ this.ajt(function (d) { return d.aai = _this.aja; });
115732
115815
  break;
115733
115816
  case "LegendSliceLabelFormatSpecifiers":
115734
- this.ajq(function (d) { return d.yg = _this.ago; });
115817
+ this.ajt(function (d) { return d.yg = _this.ago; });
115735
115818
  break;
115736
115819
  case "LegendOthersSliceLabelFormat":
115737
- this.ajq(function (d) { return d.aam = _this.ain; });
115820
+ this.ajt(function (d) { return d.aam = _this.aiq; });
115738
115821
  break;
115739
115822
  case "LegendOthersSliceLabelFormatSpecifiers":
115740
- this.ajq(function (d) { return d.yh = _this.agl; });
115823
+ this.ajt(function (d) { return d.yh = _this.agl; });
115741
115824
  break;
115742
115825
  case "SweepDirection":
115743
115826
  if (this.angleAxis != null) {
115744
- if (this.ag0 != 0) {
115745
- if (this.ag0 == 1) {
115827
+ if (this.ag2 != 0) {
115828
+ if (this.ag2 == 1) {
115746
115829
  this.angleAxis.ch = false;
115747
115830
  }
115748
115831
  else {
@@ -115756,45 +115839,45 @@
115756
115839
  break;
115757
115840
  case "StartAngle":
115758
115841
  if (this.angleAxis != null) {
115759
- this.angleAxis.nb = igniteuiWebcomponentsCore.isNaN_(this.ahw) ? 0 : this.ahw;
115842
+ this.angleAxis.nb = igniteuiWebcomponentsCore.isNaN_(this.ahy) ? 0 : this.ahy;
115760
115843
  }
115761
115844
  break;
115762
115845
  case "RadiusExtent":
115763
115846
  if (this.valueAxis != null) {
115764
- this.valueAxis.nz = igniteuiWebcomponentsCore.isNaN_(this.ahv) ? 0.65 : this.ahv;
115847
+ this.valueAxis.nz = igniteuiWebcomponentsCore.isNaN_(this.ahx) ? 0.65 : this.ahx;
115765
115848
  }
115766
115849
  break;
115767
115850
  case "OthersCategoryText":
115768
115851
  if (this.angleAxis != null) {
115769
- this.angleAxis.oa = this.aiw;
115852
+ this.angleAxis.oa = this.aiz;
115770
115853
  }
115771
115854
  break;
115772
115855
  case "OthersCategoryType":
115773
115856
  if (this.angleAxis != null) {
115774
- this.angleAxis.nu = this.agy;
115857
+ this.angleAxis.nu = this.ag0;
115775
115858
  }
115776
115859
  break;
115777
115860
  case "OthersCategoryThreshold":
115778
115861
  if (this.angleAxis != null) {
115779
- this.angleAxis.n7 = this.ahu;
115862
+ this.angleAxis.n7 = this.ahw;
115780
115863
  }
115781
115864
  break;
115782
115865
  case "InnerExtent":
115783
115866
  if (this.valueAxis != null) {
115784
- this.valueAxis.ny = this.aht;
115867
+ this.valueAxis.ny = this.ahv;
115785
115868
  }
115786
115869
  break;
115787
115870
  case "LightSliceLabelColor":
115788
115871
  this.ui(function (d) {
115789
115872
  if (d.em) {
115790
- _this.ci.setCalloutLightColor(d, _this.ajz);
115873
+ _this.ci.setCalloutLightColor(d, _this.aj2);
115791
115874
  }
115792
115875
  });
115793
115876
  break;
115794
115877
  case "DarkSliceLabelColor":
115795
115878
  this.ui(function (d) {
115796
115879
  if (d.em) {
115797
- _this.ci.setCalloutDarkColor(d, _this.ajy);
115880
+ _this.ci.setCalloutDarkColor(d, _this.aj1);
115798
115881
  }
115799
115882
  });
115800
115883
  break;
@@ -115803,10 +115886,10 @@
115803
115886
  this.um(function (d) {
115804
115887
  if (igniteuiWebcomponentsCore.typeCast(AnchoredRadialSeries.$, d) !== null) {
115805
115888
  var e = d;
115806
- e.acm = _this.ajn;
115889
+ e.acm = _this.ajq;
115807
115890
  }
115808
115891
  });
115809
- this.angleAxis.og = this.ajn;
115892
+ this.angleAxis.og = this.ajq;
115810
115893
  }
115811
115894
  else {
115812
115895
  this.vr();
@@ -115814,7 +115897,7 @@
115814
115897
  break;
115815
115898
  case "LabelMemberPath":
115816
115899
  if (c != null) {
115817
- var d = this.aij;
115900
+ var d = this.ail;
115818
115901
  this.angleAxis.f1 = d;
115819
115902
  }
115820
115903
  else {
@@ -115822,52 +115905,52 @@
115822
115905
  }
115823
115906
  break;
115824
115907
  case "AngleAxisInterval":
115825
- this.angleAxis.m8 = this.ahr;
115908
+ this.angleAxis.m8 = this.aht;
115826
115909
  break;
115827
115910
  case "ValueAxisInterval":
115828
- this.valueAxis.l2 = this.ahz;
115911
+ this.valueAxis.l2 = this.ah1;
115829
115912
  break;
115830
115913
  case "ValueAxisFavorLabellingScaleEnd":
115831
- this.valueAxis.le = this.ahf;
115914
+ this.valueAxis.le = this.ahh;
115832
115915
  break;
115833
115916
  case "ValueAxisAutoRangeBufferMode":
115834
115917
  this.valueAxis.kv = this.agq;
115835
115918
  break;
115836
115919
  case "AngleAxisMinorInterval":
115837
- this.angleAxis.m9 = this.ahs;
115920
+ this.angleAxis.m9 = this.ahu;
115838
115921
  break;
115839
115922
  case "ValueAxisMinorInterval":
115840
- this.valueAxis.l7 = this.ah2;
115923
+ this.valueAxis.l7 = this.ah4;
115841
115924
  break;
115842
115925
  case "ValueAxisIsLogarithmic":
115843
- this.valueAxis.lj = this.ahg;
115926
+ this.valueAxis.lj = this.ahi;
115844
115927
  break;
115845
115928
  case "ValueAxisLogarithmBase":
115846
- this.valueAxis.ma = this.ah4;
115929
+ this.valueAxis.ma = this.ah6;
115847
115930
  break;
115848
115931
  case "ValueAxisMinimumValue":
115849
- this.valueAxis.l6 = this.ah1;
115932
+ this.valueAxis.l6 = this.ah3;
115850
115933
  break;
115851
115934
  case "ValueAxisMaximumValue":
115852
- this.valueAxis.l5 = this.ah0;
115935
+ this.valueAxis.l5 = this.ah2;
115853
115936
  break;
115854
115937
  case "MarkerCollision":
115855
115938
  this.un(function (e, f) { return _this.t3(e, f); });
115856
115939
  break;
115857
115940
  case "ValueAxisAbbreviateLargeNumbers":
115858
- this.ae0(function (e) { return e.lb = _this.ahe; });
115941
+ this.ae0(function (e) { return e.lb = _this.ahg; });
115859
115942
  break;
115860
115943
  }
115861
115944
  };
115862
- Object.defineProperty(DataPieBaseChart.prototype, "ai7", {
115945
+ Object.defineProperty(DataPieBaseChart.prototype, "aja", {
115863
115946
  get: function () {
115864
- return this.aic;
115947
+ return this.aie;
115865
115948
  },
115866
115949
  set: function (a) {
115867
- var b = this.ai7;
115950
+ var b = this.aja;
115868
115951
  if (a != b) {
115869
- this.aic = a;
115870
- this.vl("SliceLabelFormat", b, this.ai7);
115952
+ this.aie = a;
115953
+ this.vl("SliceLabelFormat", b, this.aja);
115871
115954
  }
115872
115955
  },
115873
115956
  enumerable: false,
@@ -115887,15 +115970,15 @@
115887
115970
  enumerable: false,
115888
115971
  configurable: true
115889
115972
  });
115890
- Object.defineProperty(DataPieBaseChart.prototype, "air", {
115973
+ Object.defineProperty(DataPieBaseChart.prototype, "aiu", {
115891
115974
  get: function () {
115892
- return this.ah8;
115975
+ return this.aia;
115893
115976
  },
115894
115977
  set: function (a) {
115895
- var b = this.air;
115978
+ var b = this.aiu;
115896
115979
  if (a != b) {
115897
- this.ah8 = a;
115898
- this.vl("LegendSliceLabelFormat", b, this.air);
115980
+ this.aia = a;
115981
+ this.vl("LegendSliceLabelFormat", b, this.aiu);
115899
115982
  }
115900
115983
  },
115901
115984
  enumerable: false,
@@ -115915,15 +115998,15 @@
115915
115998
  enumerable: false,
115916
115999
  configurable: true
115917
116000
  });
115918
- Object.defineProperty(DataPieBaseChart.prototype, "ai0", {
116001
+ Object.defineProperty(DataPieBaseChart.prototype, "ai3", {
115919
116002
  get: function () {
115920
- return this.aia;
116003
+ return this.aic;
115921
116004
  },
115922
116005
  set: function (a) {
115923
- var b = this.ai0;
116006
+ var b = this.ai3;
115924
116007
  if (a != b) {
115925
- this.aia = a;
115926
- this.vl("OthersSliceLabelFormat", b, this.ai0);
116008
+ this.aic = a;
116009
+ this.vl("OthersSliceLabelFormat", b, this.ai3);
115927
116010
  }
115928
116011
  },
115929
116012
  enumerable: false,
@@ -115943,15 +116026,15 @@
115943
116026
  enumerable: false,
115944
116027
  configurable: true
115945
116028
  });
115946
- Object.defineProperty(DataPieBaseChart.prototype, "ain", {
116029
+ Object.defineProperty(DataPieBaseChart.prototype, "aiq", {
115947
116030
  get: function () {
115948
- return this.ah7;
116031
+ return this.ah9;
115949
116032
  },
115950
116033
  set: function (a) {
115951
- var b = this.ain;
116034
+ var b = this.aiq;
115952
116035
  if (a != b) {
115953
- this.ah7 = a;
115954
- this.vl("LegendOthersSliceLabelFormat", b, this.ain);
116036
+ this.ah9 = a;
116037
+ this.vl("LegendOthersSliceLabelFormat", b, this.aiq);
115955
116038
  }
115956
116039
  },
115957
116040
  enumerable: false,
@@ -115971,29 +116054,29 @@
115971
116054
  enumerable: false,
115972
116055
  configurable: true
115973
116056
  });
115974
- Object.defineProperty(DataPieBaseChart.prototype, "aht", {
116057
+ Object.defineProperty(DataPieBaseChart.prototype, "ahv", {
115975
116058
  get: function () {
115976
- return this.ahj;
116059
+ return this.ahl;
115977
116060
  },
115978
116061
  set: function (a) {
115979
- var b = this.aht;
116062
+ var b = this.ahv;
115980
116063
  if (a != b) {
115981
- this.ahj = a;
115982
- this.vl("InnerExtent", b, this.aht);
116064
+ this.ahl = a;
116065
+ this.vl("InnerExtent", b, this.ahv);
115983
116066
  }
115984
116067
  },
115985
116068
  enumerable: false,
115986
116069
  configurable: true
115987
116070
  });
115988
- Object.defineProperty(DataPieBaseChart.prototype, "ag0", {
116071
+ Object.defineProperty(DataPieBaseChart.prototype, "ag2", {
115989
116072
  get: function () {
115990
- return this.agz;
116073
+ return this.ag1;
115991
116074
  },
115992
116075
  set: function (a) {
115993
- var b = this.ag0;
116076
+ var b = this.ag2;
115994
116077
  if (a != b) {
115995
- this.agz = a;
115996
- this.vl("SweepDirection", igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, b), igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, this.ag0));
116078
+ this.ag1 = a;
116079
+ this.vl("SweepDirection", igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, b), igniteuiWebcomponentsCore.enumGetBox(PieChartSweepDirection_$type, this.ag2));
115997
116080
  }
115998
116081
  },
115999
116082
  enumerable: false,
@@ -116013,127 +116096,141 @@
116013
116096
  enumerable: false,
116014
116097
  configurable: true
116015
116098
  });
116016
- Object.defineProperty(DataPieBaseChart.prototype, "ajz", {
116099
+ Object.defineProperty(DataPieBaseChart.prototype, "aj2", {
116017
116100
  get: function () {
116018
- return this.ajx;
116101
+ return this.aj0;
116019
116102
  },
116020
116103
  set: function (a) {
116021
- var b = this.ajz;
116104
+ var b = this.aj2;
116022
116105
  if (a != b) {
116023
- this.ajx = a;
116024
- this.vl("LightSliceLabelColor", b, this.ajz);
116106
+ this.aj0 = a;
116107
+ this.vl("LightSliceLabelColor", b, this.aj2);
116025
116108
  }
116026
116109
  },
116027
116110
  enumerable: false,
116028
116111
  configurable: true
116029
116112
  });
116030
- Object.defineProperty(DataPieBaseChart.prototype, "ajy", {
116113
+ Object.defineProperty(DataPieBaseChart.prototype, "aj1", {
116031
116114
  get: function () {
116032
- return this.ajw;
116115
+ return this.ajz;
116033
116116
  },
116034
116117
  set: function (a) {
116035
- var b = this.ajy;
116118
+ var b = this.aj1;
116036
116119
  if (a != b) {
116037
- this.ajw = a;
116038
- this.vl("DarkSliceLabelColor", b, this.ajy);
116120
+ this.ajz = a;
116121
+ this.vl("DarkSliceLabelColor", b, this.aj1);
116039
116122
  }
116040
116123
  },
116041
116124
  enumerable: false,
116042
116125
  configurable: true
116043
116126
  });
116044
- Object.defineProperty(DataPieBaseChart.prototype, "ajn", {
116127
+ Object.defineProperty(DataPieBaseChart.prototype, "ajq", {
116045
116128
  get: function () {
116046
- return this.aid;
116129
+ return this.aif;
116047
116130
  },
116048
116131
  set: function (a) {
116049
- var b = this.ajn;
116132
+ var b = this.ajq;
116050
116133
  if (a != b) {
116051
- this.aid = a;
116052
- this.vl("ValueMemberPath", b, this.ajn);
116134
+ this.aif = a;
116135
+ this.vl("ValueMemberPath", b, this.ajq);
116053
116136
  }
116054
116137
  },
116055
116138
  enumerable: false,
116056
116139
  configurable: true
116057
116140
  });
116058
- Object.defineProperty(DataPieBaseChart.prototype, "ail", {
116141
+ Object.defineProperty(DataPieBaseChart.prototype, "aio", {
116059
116142
  get: function () {
116060
- return this.ah6;
116143
+ return this.ah8;
116061
116144
  },
116062
116145
  set: function (a) {
116063
- var b = this.ah6;
116146
+ var b = this.ah8;
116064
116147
  if (a != b) {
116065
- this.ah6 = a;
116066
- this.vl("LegendLabelMemberPath", b, this.ah6);
116148
+ this.ah8 = a;
116149
+ this.vl("LegendLabelMemberPath", b, this.ah8);
116067
116150
  }
116068
116151
  },
116069
116152
  enumerable: false,
116070
116153
  configurable: true
116071
116154
  });
116072
- Object.defineProperty(DataPieBaseChart.prototype, "agy", {
116155
+ Object.defineProperty(DataPieBaseChart.prototype, "agw", {
116073
116156
  get: function () {
116074
- return this.agx;
116157
+ return this.agv;
116075
116158
  },
116076
116159
  set: function (a) {
116077
- var b = this.agy;
116160
+ var b = this.agv;
116078
116161
  if (a != b) {
116079
- this.agx = a;
116080
- this.vl("OthersCategoryType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.agy));
116162
+ this.agv = a;
116163
+ this.vl("LegendEmptyValuesMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, b), this.ah8);
116081
116164
  }
116082
116165
  },
116083
116166
  enumerable: false,
116084
116167
  configurable: true
116085
116168
  });
116086
- Object.defineProperty(DataPieBaseChart.prototype, "ahu", {
116169
+ Object.defineProperty(DataPieBaseChart.prototype, "ag0", {
116087
116170
  get: function () {
116088
- return this.ahk;
116171
+ return this.agz;
116089
116172
  },
116090
116173
  set: function (a) {
116091
- var b = this.ahu;
116174
+ var b = this.ag0;
116092
116175
  if (a != b) {
116093
- this.ahk = a;
116094
- this.vl("OthersCategoryThreshold", b, this.ahu);
116176
+ this.agz = a;
116177
+ this.vl("OthersCategoryType", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.ag0));
116095
116178
  }
116096
116179
  },
116097
116180
  enumerable: false,
116098
116181
  configurable: true
116099
116182
  });
116100
- Object.defineProperty(DataPieBaseChart.prototype, "aiw", {
116183
+ Object.defineProperty(DataPieBaseChart.prototype, "ahw", {
116101
116184
  get: function () {
116102
- return this.ah9;
116185
+ return this.ahm;
116103
116186
  },
116104
116187
  set: function (a) {
116105
- var b = this.aiw;
116188
+ var b = this.ahw;
116106
116189
  if (a != b) {
116107
- this.ah9 = a;
116108
- this.vl("OthersCategoryText", b, this.aiw);
116190
+ this.ahm = a;
116191
+ this.vl("OthersCategoryThreshold", b, this.ahw);
116109
116192
  }
116110
116193
  },
116111
116194
  enumerable: false,
116112
116195
  configurable: true
116113
116196
  });
116114
- Object.defineProperty(DataPieBaseChart.prototype, "aij", {
116197
+ Object.defineProperty(DataPieBaseChart.prototype, "aiz", {
116115
116198
  get: function () {
116116
- return this.ah5;
116199
+ return this.aib;
116117
116200
  },
116118
116201
  set: function (a) {
116119
- var b = this.aij;
116202
+ var b = this.aiz;
116120
116203
  if (a != b) {
116121
- this.ah5 = a;
116122
- this.vl("LabelMemberPath", b, this.aij);
116204
+ this.aib = a;
116205
+ this.vl("OthersCategoryText", b, this.aiz);
116123
116206
  }
116124
116207
  },
116125
116208
  enumerable: false,
116126
116209
  configurable: true
116127
116210
  });
116128
- Object.defineProperty(DataPieBaseChart.prototype, "ahf", {
116211
+ Object.defineProperty(DataPieBaseChart.prototype, "ail", {
116129
116212
  get: function () {
116130
- return this.aha;
116213
+ return this.ah7;
116131
116214
  },
116132
116215
  set: function (a) {
116133
- var b = this.ahf;
116216
+ var b = this.ail;
116134
116217
  if (a != b) {
116135
- this.aha = a;
116136
- this.vl("ValueAxisFavorLabellingScaleEnd", b, this.ahf);
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);
116137
116234
  }
116138
116235
  },
116139
116236
  enumerable: false,
@@ -116153,225 +116250,225 @@
116153
116250
  enumerable: false,
116154
116251
  configurable: true
116155
116252
  });
116156
- Object.defineProperty(DataPieBaseChart.prototype, "ahr", {
116253
+ Object.defineProperty(DataPieBaseChart.prototype, "aht", {
116157
116254
  get: function () {
116158
- return this.ahh;
116255
+ return this.ahj;
116159
116256
  },
116160
116257
  set: function (a) {
116161
- var b = this.ahr;
116258
+ var b = this.aht;
116162
116259
  if (a != b) {
116163
- this.ahh = a;
116164
- this.vl("AngleAxisInterval", b, this.ahr);
116260
+ this.ahj = a;
116261
+ this.vl("AngleAxisInterval", b, this.aht);
116165
116262
  }
116166
116263
  },
116167
116264
  enumerable: false,
116168
116265
  configurable: true
116169
116266
  });
116170
- Object.defineProperty(DataPieBaseChart.prototype, "ahs", {
116267
+ Object.defineProperty(DataPieBaseChart.prototype, "ahu", {
116171
116268
  get: function () {
116172
- return this.ahi;
116269
+ return this.ahk;
116173
116270
  },
116174
116271
  set: function (a) {
116175
- var b = this.ahs;
116272
+ var b = this.ahu;
116176
116273
  if (a != b) {
116177
- this.ahi = a;
116178
- this.vl("AngleAxisMinorInterval", b, this.ahs);
116274
+ this.ahk = a;
116275
+ this.vl("AngleAxisMinorInterval", b, this.ahu);
116179
116276
  }
116180
116277
  },
116181
116278
  enumerable: false,
116182
116279
  configurable: true
116183
116280
  });
116184
- Object.defineProperty(DataPieBaseChart.prototype, "ahz", {
116281
+ Object.defineProperty(DataPieBaseChart.prototype, "ah1", {
116185
116282
  get: function () {
116186
- return this.ahn;
116283
+ return this.ahp;
116187
116284
  },
116188
116285
  set: function (a) {
116189
- var b = this.ahz;
116286
+ var b = this.ah1;
116190
116287
  if (a != b) {
116191
- this.ahn = a;
116192
- this.vl("ValueAxisInterval", b, this.ahz);
116288
+ this.ahp = a;
116289
+ this.vl("ValueAxisInterval", b, this.ah1);
116193
116290
  }
116194
116291
  },
116195
116292
  enumerable: false,
116196
116293
  configurable: true
116197
116294
  });
116198
- Object.defineProperty(DataPieBaseChart.prototype, "ahg", {
116295
+ Object.defineProperty(DataPieBaseChart.prototype, "ahi", {
116199
116296
  get: function () {
116200
- return this.ahb;
116297
+ return this.ahd;
116201
116298
  },
116202
116299
  set: function (a) {
116203
- var b = this.ahg;
116300
+ var b = this.ahi;
116204
116301
  if (a != b) {
116205
- this.ahb = a;
116206
- this.vl("ValueAxisIsLogarithmic", b, this.ahg);
116302
+ this.ahd = a;
116303
+ this.vl("ValueAxisIsLogarithmic", b, this.ahi);
116207
116304
  }
116208
116305
  },
116209
116306
  enumerable: false,
116210
116307
  configurable: true
116211
116308
  });
116212
- Object.defineProperty(DataPieBaseChart.prototype, "ah4", {
116309
+ Object.defineProperty(DataPieBaseChart.prototype, "ah6", {
116213
116310
  get: function () {
116214
- return this.ah3;
116311
+ return this.ah5;
116215
116312
  },
116216
116313
  set: function (a) {
116217
- var b = this.ah4;
116314
+ var b = this.ah6;
116218
116315
  if (a != b) {
116219
- this.ah3 = a;
116220
- this.vl("ValueAxisLogarithmBase", b, this.ah4);
116316
+ this.ah5 = a;
116317
+ this.vl("ValueAxisLogarithmBase", b, this.ah6);
116221
116318
  }
116222
116319
  },
116223
116320
  enumerable: false,
116224
116321
  configurable: true
116225
116322
  });
116226
- Object.defineProperty(DataPieBaseChart.prototype, "ah1", {
116323
+ Object.defineProperty(DataPieBaseChart.prototype, "ah3", {
116227
116324
  get: function () {
116228
- return this.ahp;
116325
+ return this.ahr;
116229
116326
  },
116230
116327
  set: function (a) {
116231
- var b = this.ah1;
116328
+ var b = this.ah3;
116232
116329
  if (a != b) {
116233
- this.ahp = a;
116234
- this.vl("ValueAxisMinimumValue", b, this.ah1);
116330
+ this.ahr = a;
116331
+ this.vl("ValueAxisMinimumValue", b, this.ah3);
116235
116332
  }
116236
116333
  },
116237
116334
  enumerable: false,
116238
116335
  configurable: true
116239
116336
  });
116240
- Object.defineProperty(DataPieBaseChart.prototype, "ah0", {
116337
+ Object.defineProperty(DataPieBaseChart.prototype, "ah2", {
116241
116338
  get: function () {
116242
- return this.aho;
116339
+ return this.ahq;
116243
116340
  },
116244
116341
  set: function (a) {
116245
- var b = this.ah0;
116342
+ var b = this.ah2;
116246
116343
  if (a != b) {
116247
- this.aho = a;
116248
- this.vl("ValueAxisMaximumValue", b, this.ah0);
116344
+ this.ahq = a;
116345
+ this.vl("ValueAxisMaximumValue", b, this.ah2);
116249
116346
  }
116250
116347
  },
116251
116348
  enumerable: false,
116252
116349
  configurable: true
116253
116350
  });
116254
- Object.defineProperty(DataPieBaseChart.prototype, "ah2", {
116351
+ Object.defineProperty(DataPieBaseChart.prototype, "ah4", {
116255
116352
  get: function () {
116256
- return this.ahq;
116353
+ return this.ahs;
116257
116354
  },
116258
116355
  set: function (a) {
116259
- var b = this.ah2;
116356
+ var b = this.ah4;
116260
116357
  if (a != b) {
116261
- this.ahq = a;
116262
- this.vl("ValueAxisMinorInterval", b, this.ah2);
116358
+ this.ahs = a;
116359
+ this.vl("ValueAxisMinorInterval", b, this.ah4);
116263
116360
  }
116264
116361
  },
116265
116362
  enumerable: false,
116266
116363
  configurable: true
116267
116364
  });
116268
- Object.defineProperty(DataPieBaseChart.prototype, "ahy", {
116365
+ Object.defineProperty(DataPieBaseChart.prototype, "ah0", {
116269
116366
  get: function () {
116270
116367
  return this.valueAxis.ly;
116271
116368
  },
116272
116369
  enumerable: false,
116273
116370
  configurable: true
116274
116371
  });
116275
- Object.defineProperty(DataPieBaseChart.prototype, "ahx", {
116372
+ Object.defineProperty(DataPieBaseChart.prototype, "ahz", {
116276
116373
  get: function () {
116277
116374
  return this.valueAxis.lx;
116278
116375
  },
116279
116376
  enumerable: false,
116280
116377
  configurable: true
116281
116378
  });
116282
- Object.defineProperty(DataPieBaseChart.prototype, "ahv", {
116379
+ Object.defineProperty(DataPieBaseChart.prototype, "ahx", {
116283
116380
  get: function () {
116284
- return this.ahl;
116381
+ return this.ahn;
116285
116382
  },
116286
116383
  set: function (a) {
116287
- var b = this.ahv;
116384
+ var b = this.ahx;
116288
116385
  if (a != b) {
116289
- this.ahl = a;
116290
- this.vl("RadiusExtent", b, this.ahv);
116386
+ this.ahn = a;
116387
+ this.vl("RadiusExtent", b, this.ahx);
116291
116388
  }
116292
116389
  },
116293
116390
  enumerable: false,
116294
116391
  configurable: true
116295
116392
  });
116296
- Object.defineProperty(DataPieBaseChart.prototype, "ahw", {
116393
+ Object.defineProperty(DataPieBaseChart.prototype, "ahy", {
116297
116394
  get: function () {
116298
- return this.ahm;
116395
+ return this.aho;
116299
116396
  },
116300
116397
  set: function (a) {
116301
- var b = this.ahw;
116398
+ var b = this.ahy;
116302
116399
  if (a != b) {
116303
- this.ahm = a;
116304
- this.vl("StartAngle", b, this.ahw);
116400
+ this.aho = a;
116401
+ this.vl("StartAngle", b, this.ahy);
116305
116402
  }
116306
116403
  },
116307
116404
  enumerable: false,
116308
116405
  configurable: true
116309
116406
  });
116310
- Object.defineProperty(DataPieBaseChart.prototype, "ai5", {
116407
+ Object.defineProperty(DataPieBaseChart.prototype, "ai8", {
116311
116408
  get: function () {
116312
- return this.aib;
116409
+ return this.aid;
116313
116410
  },
116314
116411
  set: function (a) {
116315
- var b = this.ai5;
116412
+ var b = this.ai8;
116316
116413
  if (a != b) {
116317
- this.aib = a;
116318
- this.vl("SliceLabelContentSeparator", b, this.ai5);
116414
+ this.aid = a;
116415
+ this.vl("SliceLabelContentSeparator", b, this.ai8);
116319
116416
  }
116320
116417
  },
116321
116418
  enumerable: false,
116322
116419
  configurable: true
116323
116420
  });
116324
- Object.defineProperty(DataPieBaseChart.prototype, "ag6", {
116421
+ Object.defineProperty(DataPieBaseChart.prototype, "ag8", {
116325
116422
  get: function () {
116326
- return this.ag4;
116423
+ return this.ag6;
116327
116424
  },
116328
116425
  set: function (a) {
116329
- var b = this.ag6;
116426
+ var b = this.ag8;
116330
116427
  if (a != b) {
116331
- this.ag4 = a;
116332
- this.vl("SliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag6));
116428
+ this.ag6 = a;
116429
+ this.vl("SliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag8));
116333
116430
  }
116334
116431
  },
116335
116432
  enumerable: false,
116336
116433
  configurable: true
116337
116434
  });
116338
- Object.defineProperty(DataPieBaseChart.prototype, "ag5", {
116435
+ Object.defineProperty(DataPieBaseChart.prototype, "ag7", {
116339
116436
  get: function () {
116340
- return this.ag3;
116437
+ return this.ag5;
116341
116438
  },
116342
116439
  set: function (a) {
116343
- var b = this.ag5;
116440
+ var b = this.ag7;
116344
116441
  if (a != b) {
116345
- this.ag3 = a;
116346
- this.vl("LegendSliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag5));
116442
+ this.ag5 = a;
116443
+ this.vl("LegendSliceLabelContentMode", igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.ag7));
116347
116444
  }
116348
116445
  },
116349
116446
  enumerable: false,
116350
116447
  configurable: true
116351
116448
  });
116352
- Object.defineProperty(DataPieBaseChart.prototype, "ahc", {
116449
+ Object.defineProperty(DataPieBaseChart.prototype, "ahe", {
116353
116450
  get: function () {
116354
- return this.ag8;
116451
+ return this.aha;
116355
116452
  },
116356
116453
  set: function (a) {
116357
- var b = this.ahc;
116454
+ var b = this.ahe;
116358
116455
  if (a != b) {
116359
- this.ag8 = a;
116360
- this.vl("AngleAxisFavorLabellingScaleEnd", b, this.ahc);
116456
+ this.aha = a;
116457
+ this.vl("AngleAxisFavorLabellingScaleEnd", b, this.ahe);
116361
116458
  }
116362
116459
  },
116363
116460
  enumerable: false,
116364
116461
  configurable: true
116365
116462
  });
116366
- Object.defineProperty(DataPieBaseChart.prototype, "ahe", {
116463
+ Object.defineProperty(DataPieBaseChart.prototype, "ahg", {
116367
116464
  get: function () {
116368
- return this.ag9;
116465
+ return this.ahb;
116369
116466
  },
116370
116467
  set: function (a) {
116371
- var b = this.ahe;
116468
+ var b = this.ahg;
116372
116469
  if (a != b) {
116373
- this.ag9 = a;
116374
- this.vl("ValueAxisAbbreviateLargeNumbers", b, this.ahe);
116470
+ this.ahb = a;
116471
+ this.vl("ValueAxisAbbreviateLargeNumbers", b, this.ahg);
116375
116472
  }
116376
116473
  },
116377
116474
  enumerable: false,
@@ -116433,14 +116530,14 @@
116433
116530
  tslib.__extends(DataPieChart, _super);
116434
116531
  function DataPieChart() {
116435
116532
  var _this = _super.call(this) || this;
116436
- _this.akc = 1000;
116437
- _this.akd = 1000;
116438
- _this.aj6 = null;
116439
- _this.aj7 = null;
116440
- _this.aj2 = 0;
116441
- _this.aka = true;
116442
- _this.aj0 = 0;
116443
- _this.aj4 = 3;
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;
116444
116541
  _this.ue();
116445
116542
  return _this;
116446
116543
  }
@@ -116478,7 +116575,7 @@
116478
116575
  this.he = false;
116479
116576
  this.b3 = 1;
116480
116577
  this.bz = 11;
116481
- this.akb = true;
116578
+ this.ake = true;
116482
116579
  this.xq = igniteuiWebcomponentsCore.BrushUtil.h(255, 255, 255, 255);
116483
116580
  this.jl = igniteuiWebcomponentsCore.DeviceUtils.g(2);
116484
116581
  this.gm = true;
@@ -116489,86 +116586,86 @@
116489
116586
  };
116490
116587
  DataPieChart.prototype.uz = function (a, b) {
116491
116588
  _super.prototype.uz.call(this, a, b);
116492
- a.kc = this.ake;
116493
- a.kd = this.akf;
116494
- a.dc = this.aj8;
116495
- a.dd = this.aj9;
116589
+ a.kc = this.akh;
116590
+ a.kd = this.aki;
116591
+ a.dc = this.akb;
116592
+ a.dd = this.akc;
116496
116593
  };
116497
116594
  DataPieChart.prototype.vo = function (a, b, c) {
116498
116595
  var _this = this;
116499
116596
  _super.prototype.vo.call(this, a, b, c);
116500
116597
  switch (a) {
116501
116598
  case "TransitionInDuration":
116502
- this.um(function (d) { return d.kc = _this.ake; });
116599
+ this.um(function (d) { return d.kc = _this.akh; });
116503
116600
  break;
116504
116601
  case "TransitionOutDuration":
116505
- this.um(function (d) { return d.kd = _this.akf; });
116602
+ this.um(function (d) { return d.kd = _this.aki; });
116506
116603
  break;
116507
116604
  case "TransitionInEasingFunction":
116508
- this.um(function (d) { return d.dc = _this.aj8; });
116605
+ this.um(function (d) { return d.dc = _this.akb; });
116509
116606
  break;
116510
116607
  case "TransitionOutEasingFunction":
116511
- this.um(function (d) { return d.dd = _this.aj9; });
116608
+ this.um(function (d) { return d.dd = _this.akc; });
116512
116609
  break;
116513
116610
  }
116514
116611
  };
116515
- Object.defineProperty(DataPieChart.prototype, "ake", {
116612
+ Object.defineProperty(DataPieChart.prototype, "akh", {
116516
116613
  get: function () {
116517
- return this.akc;
116614
+ return this.akf;
116518
116615
  },
116519
116616
  set: function (a) {
116520
- var b = this.ake;
116617
+ var b = this.akh;
116521
116618
  if (a != b) {
116522
- this.akc = a;
116523
- this.vl("TransitionInDuration", b, this.ake);
116619
+ this.akf = a;
116620
+ this.vl("TransitionInDuration", b, this.akh);
116524
116621
  }
116525
116622
  },
116526
116623
  enumerable: false,
116527
116624
  configurable: true
116528
116625
  });
116529
- Object.defineProperty(DataPieChart.prototype, "akf", {
116626
+ Object.defineProperty(DataPieChart.prototype, "aki", {
116530
116627
  get: function () {
116531
- return this.akd;
116628
+ return this.akg;
116532
116629
  },
116533
116630
  set: function (a) {
116534
- var b = this.akf;
116631
+ var b = this.aki;
116535
116632
  if (a != b) {
116536
- this.akd = a;
116537
- this.vl("TransitionOutDuration", b, this.akf);
116633
+ this.akg = a;
116634
+ this.vl("TransitionOutDuration", b, this.aki);
116538
116635
  }
116539
116636
  },
116540
116637
  enumerable: false,
116541
116638
  configurable: true
116542
116639
  });
116543
- Object.defineProperty(DataPieChart.prototype, "aj8", {
116640
+ Object.defineProperty(DataPieChart.prototype, "akb", {
116544
116641
  get: function () {
116545
- return this.aj6;
116642
+ return this.aj9;
116546
116643
  },
116547
116644
  set: function (a) {
116548
- var b = this.aj8;
116645
+ var b = this.akb;
116549
116646
  if (a != b) {
116550
- this.aj6 = a;
116551
- this.vl("TransitionInEasingFunction", b, this.aj8);
116647
+ this.aj9 = a;
116648
+ this.vl("TransitionInEasingFunction", b, this.akb);
116552
116649
  }
116553
116650
  },
116554
116651
  enumerable: false,
116555
116652
  configurable: true
116556
116653
  });
116557
- Object.defineProperty(DataPieChart.prototype, "aj9", {
116654
+ Object.defineProperty(DataPieChart.prototype, "akc", {
116558
116655
  get: function () {
116559
- return this.aj7;
116656
+ return this.aka;
116560
116657
  },
116561
116658
  set: function (a) {
116562
- var b = this.aj9;
116659
+ var b = this.akc;
116563
116660
  if (a != b) {
116564
- this.aj7 = a;
116565
- this.vl("TransitionOutEasingFunction", b, this.aj9);
116661
+ this.aka = a;
116662
+ this.vl("TransitionOutEasingFunction", b, this.akc);
116566
116663
  }
116567
116664
  },
116568
116665
  enumerable: false,
116569
116666
  configurable: true
116570
116667
  });
116571
- DataPieChart.prototype.akh = function () {
116668
+ DataPieChart.prototype.akk = function () {
116572
116669
  var cvd_ = this.lv();
116573
116670
  cvd_.scaleByViewport();
116574
116671
  return (cvd_.serialize());
@@ -116602,14 +116699,14 @@
116602
116699
  enumerable: false,
116603
116700
  configurable: true
116604
116701
  });
116605
- DataPieChart.prototype.get_ahd = function () {
116702
+ DataPieChart.prototype.get_ahf = function () {
116606
116703
  return false;
116607
116704
  };
116608
116705
  DataPieChart.prototype.bi = function (a) {
116609
- if (this.aj3 == 0) {
116706
+ if (this.aj6 == 0) {
116610
116707
  return a.suggestedSeries;
116611
116708
  }
116612
- if (this.aj3 == 1) {
116709
+ if (this.aj6 == 1) {
116613
116710
  return 34;
116614
116711
  }
116615
116712
  return 34;
@@ -116627,9 +116724,9 @@
116627
116724
  if (c == null) {
116628
116725
  return;
116629
116726
  }
116630
- c.zk = this.akb;
116631
- c.yu = this.aj1;
116632
- c.c3 = this.aj5;
116727
+ c.zk = this.ake;
116728
+ c.yu = this.aj4;
116729
+ c.c3 = this.aj8;
116633
116730
  };
116634
116731
  DataPieChart.prototype.t3 = function (a, b) {
116635
116732
  _super.prototype.t3.call(this, a, b);
@@ -116659,57 +116756,57 @@
116659
116756
  enumerable: false,
116660
116757
  configurable: true
116661
116758
  });
116662
- Object.defineProperty(DataPieChart.prototype, "aj3", {
116759
+ Object.defineProperty(DataPieChart.prototype, "aj6", {
116663
116760
  get: function () {
116664
- return this.aj2;
116761
+ return this.aj5;
116665
116762
  },
116666
116763
  set: function (a) {
116667
- if (a != this.aj2) {
116668
- var b = this.aj3;
116669
- this.aj2 = a;
116670
- this.vl("ChartType", igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, b), igniteuiWebcomponentsCore.enumGetBox(DataPieChartType_$type, this.aj3));
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));
116671
116768
  }
116672
116769
  },
116673
116770
  enumerable: false,
116674
116771
  configurable: true
116675
116772
  });
116676
- Object.defineProperty(DataPieChart.prototype, "akb", {
116773
+ Object.defineProperty(DataPieChart.prototype, "ake", {
116677
116774
  get: function () {
116678
- return this.aka;
116775
+ return this.akd;
116679
116776
  },
116680
116777
  set: function (a) {
116681
- var b = this.akb;
116778
+ var b = this.ake;
116682
116779
  if (a != b) {
116683
- this.aka = a;
116684
- this.vl("IsTransitionInEnabled", b, this.akb);
116780
+ this.akd = a;
116781
+ this.vl("IsTransitionInEnabled", b, this.ake);
116685
116782
  }
116686
116783
  },
116687
116784
  enumerable: false,
116688
116785
  configurable: true
116689
116786
  });
116690
- Object.defineProperty(DataPieChart.prototype, "aj1", {
116787
+ Object.defineProperty(DataPieChart.prototype, "aj4", {
116691
116788
  get: function () {
116692
- return this.aj0;
116789
+ return this.aj3;
116693
116790
  },
116694
116791
  set: function (a) {
116695
- var b = this.aj1;
116792
+ var b = this.aj4;
116696
116793
  if (a != b) {
116697
- this.aj0 = a;
116698
- this.vl("TransitionInMode", igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, this.aj1));
116794
+ this.aj3 = a;
116795
+ this.vl("TransitionInMode", igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, b), igniteuiWebcomponentsCore.enumGetBox(CategoryTransitionInMode_$type, this.aj4));
116699
116796
  }
116700
116797
  },
116701
116798
  enumerable: false,
116702
116799
  configurable: true
116703
116800
  });
116704
- Object.defineProperty(DataPieChart.prototype, "aj5", {
116801
+ Object.defineProperty(DataPieChart.prototype, "aj8", {
116705
116802
  get: function () {
116706
- return this.aj4;
116803
+ return this.aj7;
116707
116804
  },
116708
116805
  set: function (a) {
116709
- var b = this.aj5;
116806
+ var b = this.aj8;
116710
116807
  if (a != b) {
116711
- this.aj4 = a;
116712
- this.vl("TransitionInSpeedType", igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, b), igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, this.aj5));
116808
+ this.aj7 = a;
116809
+ this.vl("TransitionInSpeedType", igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, b), igniteuiWebcomponentsCore.enumGetBox(TransitionInSpeedType_$type, this.aj8));
116713
116810
  }
116714
116811
  },
116715
116812
  enumerable: false,
@@ -118525,10 +118622,10 @@
118525
118622
  * Gets or sets the label format for the slices.
118526
118623
  */
118527
118624
  get: function () {
118528
- return this.i.ai7;
118625
+ return this.i.aja;
118529
118626
  },
118530
118627
  set: function (v) {
118531
- this.i.ai7 = v;
118628
+ this.i.aja = v;
118532
118629
  },
118533
118630
  enumerable: false,
118534
118631
  configurable: true
@@ -118555,10 +118652,10 @@
118555
118652
  * Gets or sets the label format for the LegendSlices.
118556
118653
  */
118557
118654
  get: function () {
118558
- return this.i.air;
118655
+ return this.i.aiu;
118559
118656
  },
118560
118657
  set: function (v) {
118561
- this.i.air = v;
118658
+ this.i.aiu = v;
118562
118659
  },
118563
118660
  enumerable: false,
118564
118661
  configurable: true
@@ -118585,10 +118682,10 @@
118585
118682
  * Gets or sets the label format for the OthersSlices.
118586
118683
  */
118587
118684
  get: function () {
118588
- return this.i.ai0;
118685
+ return this.i.ai3;
118589
118686
  },
118590
118687
  set: function (v) {
118591
- this.i.ai0 = v;
118688
+ this.i.ai3 = v;
118592
118689
  },
118593
118690
  enumerable: false,
118594
118691
  configurable: true
@@ -118615,10 +118712,10 @@
118615
118712
  * Gets or sets the label format for the LegendOthersSlices.
118616
118713
  */
118617
118714
  get: function () {
118618
- return this.i.ain;
118715
+ return this.i.aiq;
118619
118716
  },
118620
118717
  set: function (v) {
118621
- this.i.ain = v;
118718
+ this.i.aiq = v;
118622
118719
  },
118623
118720
  enumerable: false,
118624
118721
  configurable: true
@@ -118646,11 +118743,11 @@
118646
118743
  * a value between 0.0 and 1.0.
118647
118744
  */
118648
118745
  get: function () {
118649
- return this.i.aht;
118746
+ return this.i.ahv;
118650
118747
  },
118651
118748
  set: function (v) {
118652
- this.i.aht = +v;
118653
- this._a("innerExtent", this.i.aht);
118749
+ this.i.ahv = +v;
118750
+ this._a("innerExtent", this.i.ahv);
118654
118751
  },
118655
118752
  enumerable: false,
118656
118753
  configurable: true
@@ -118661,11 +118758,11 @@
118661
118758
  * a value between 0.0 and 1.0.
118662
118759
  */
118663
118760
  get: function () {
118664
- return this.i.ag0;
118761
+ return this.i.ag2;
118665
118762
  },
118666
118763
  set: function (v) {
118667
- this.i.ag0 = igniteuiWebcomponentsCore.ensureEnum(PieChartSweepDirection_$type, v);
118668
- this._a("sweepDirection", igniteuiWebcomponentsCore.enumToString(PieChartSweepDirection_$type, this.i.ag0));
118764
+ this.i.ag2 = igniteuiWebcomponentsCore.ensureEnum(PieChartSweepDirection_$type, v);
118765
+ this._a("sweepDirection", igniteuiWebcomponentsCore.enumToString(PieChartSweepDirection_$type, this.i.ag2));
118669
118766
  },
118670
118767
  enumerable: false,
118671
118768
  configurable: true
@@ -118689,11 +118786,11 @@
118689
118786
  * Gets or sets the light color to use for slice labels.
118690
118787
  */
118691
118788
  get: function () {
118692
- return igniteuiWebcomponentsCore.brushToString(this.i.ajz);
118789
+ return igniteuiWebcomponentsCore.brushToString(this.i.aj2);
118693
118790
  },
118694
118791
  set: function (v) {
118695
- this.i.ajz = igniteuiWebcomponentsCore.stringToBrush(v);
118696
- this._a("lightSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.ajz));
118792
+ this.i.aj2 = igniteuiWebcomponentsCore.stringToBrush(v);
118793
+ this._a("lightSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.aj2));
118697
118794
  },
118698
118795
  enumerable: false,
118699
118796
  configurable: true
@@ -118703,11 +118800,11 @@
118703
118800
  * Gets or sets the Dark color to use for slice labels.
118704
118801
  */
118705
118802
  get: function () {
118706
- return igniteuiWebcomponentsCore.brushToString(this.i.ajy);
118803
+ return igniteuiWebcomponentsCore.brushToString(this.i.aj1);
118707
118804
  },
118708
118805
  set: function (v) {
118709
- this.i.ajy = igniteuiWebcomponentsCore.stringToBrush(v);
118710
- this._a("darkSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.ajy));
118806
+ this.i.aj1 = igniteuiWebcomponentsCore.stringToBrush(v);
118807
+ this._a("darkSliceLabelColor", igniteuiWebcomponentsCore.brushToString(this.i.aj1));
118711
118808
  },
118712
118809
  enumerable: false,
118713
118810
  configurable: true
@@ -118717,10 +118814,10 @@
118717
118814
  * Gets or sets the overridden value member path to use.
118718
118815
  */
118719
118816
  get: function () {
118720
- return this.i.ajn;
118817
+ return this.i.ajq;
118721
118818
  },
118722
118819
  set: function (v) {
118723
- this.i.ajn = v;
118820
+ this.i.ajq = v;
118724
118821
  },
118725
118822
  enumerable: false,
118726
118823
  configurable: true
@@ -118730,10 +118827,21 @@
118730
118827
  * Gets or sets the legend label member path to use.
118731
118828
  */
118732
118829
  get: function () {
118733
- return this.i.ail;
118830
+ return this.i.aio;
118734
118831
  },
118735
118832
  set: function (v) {
118736
- this.i.ail = v;
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));
118737
118845
  },
118738
118846
  enumerable: false,
118739
118847
  configurable: true
@@ -118743,11 +118851,11 @@
118743
118851
  * Gets or sets whether to use numeric or percent-based threshold value.
118744
118852
  */
118745
118853
  get: function () {
118746
- return this.i.agy;
118854
+ return this.i.ag0;
118747
118855
  },
118748
118856
  set: function (v) {
118749
- this.i.agy = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.OthersCategoryType_$type, v);
118750
- this._a("othersCategoryType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.i.agy));
118857
+ this.i.ag0 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.OthersCategoryType_$type, v);
118858
+ this._a("othersCategoryType", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.OthersCategoryType_$type, this.i.ag0));
118751
118859
  },
118752
118860
  enumerable: false,
118753
118861
  configurable: true
@@ -118757,11 +118865,11 @@
118757
118865
  * Gets or sets the threshold value that determines if slices are grouped into the Others slice.
118758
118866
  */
118759
118867
  get: function () {
118760
- return this.i.ahu;
118868
+ return this.i.ahw;
118761
118869
  },
118762
118870
  set: function (v) {
118763
- this.i.ahu = +v;
118764
- this._a("othersCategoryThreshold", this.i.ahu);
118871
+ this.i.ahw = +v;
118872
+ this._a("othersCategoryThreshold", this.i.ahw);
118765
118873
  },
118766
118874
  enumerable: false,
118767
118875
  configurable: true
@@ -118771,10 +118879,10 @@
118771
118879
  * Gets or sets the label of the Others slice.
118772
118880
  */
118773
118881
  get: function () {
118774
- return this.i.aiw;
118882
+ return this.i.aiz;
118775
118883
  },
118776
118884
  set: function (v) {
118777
- this.i.aiw = v;
118885
+ this.i.aiz = v;
118778
118886
  },
118779
118887
  enumerable: false,
118780
118888
  configurable: true
@@ -118784,10 +118892,10 @@
118784
118892
  * Gets or sets the overridden value member path to use.
118785
118893
  */
118786
118894
  get: function () {
118787
- return this.i.aij;
118895
+ return this.i.ail;
118788
118896
  },
118789
118897
  set: function (v) {
118790
- this.i.aij = v;
118898
+ this.i.ail = v;
118791
118899
  },
118792
118900
  enumerable: false,
118793
118901
  configurable: true
@@ -118797,11 +118905,11 @@
118797
118905
  * Gets or sets whether the axis should favor emitting a label at the end of the scale.
118798
118906
  */
118799
118907
  get: function () {
118800
- return this.i.ahf;
118908
+ return this.i.ahh;
118801
118909
  },
118802
118910
  set: function (v) {
118803
- this.i.ahf = igniteuiWebcomponentsCore.ensureBool(v);
118804
- this._a("valueAxisFavorLabellingScaleEnd", this.i.ahf);
118911
+ this.i.ahh = igniteuiWebcomponentsCore.ensureBool(v);
118912
+ this._a("valueAxisFavorLabellingScaleEnd", this.i.ahh);
118805
118913
  },
118806
118914
  enumerable: false,
118807
118915
  configurable: true
@@ -118826,11 +118934,11 @@
118826
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.
118827
118935
  */
118828
118936
  get: function () {
118829
- return this.i.ahr;
118937
+ return this.i.aht;
118830
118938
  },
118831
118939
  set: function (v) {
118832
- this.i.ahr = +v;
118833
- this._a("angleAxisInterval", this.i.ahr);
118940
+ this.i.aht = +v;
118941
+ this._a("angleAxisInterval", this.i.aht);
118834
118942
  },
118835
118943
  enumerable: false,
118836
118944
  configurable: true
@@ -118841,11 +118949,11 @@
118841
118949
  * Gets or sets the set value is a factor that determines how the minor lines will be displayed.
118842
118950
  */
118843
118951
  get: function () {
118844
- return this.i.ahs;
118952
+ return this.i.ahu;
118845
118953
  },
118846
118954
  set: function (v) {
118847
- this.i.ahs = +v;
118848
- this._a("angleAxisMinorInterval", this.i.ahs);
118955
+ this.i.ahu = +v;
118956
+ this._a("angleAxisMinorInterval", this.i.ahu);
118849
118957
  },
118850
118958
  enumerable: false,
118851
118959
  configurable: true
@@ -118855,11 +118963,11 @@
118855
118963
  * Gets or sets the distance between each label and grid line along the Y-axis.
118856
118964
  */
118857
118965
  get: function () {
118858
- return this.i.ahz;
118966
+ return this.i.ah1;
118859
118967
  },
118860
118968
  set: function (v) {
118861
- this.i.ahz = +v;
118862
- this._a("valueAxisInterval", this.i.ahz);
118969
+ this.i.ah1 = +v;
118970
+ this._a("valueAxisInterval", this.i.ah1);
118863
118971
  },
118864
118972
  enumerable: false,
118865
118973
  configurable: true
@@ -118870,11 +118978,11 @@
118870
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.
118871
118979
  */
118872
118980
  get: function () {
118873
- return this.i.ahg;
118981
+ return this.i.ahi;
118874
118982
  },
118875
118983
  set: function (v) {
118876
- this.i.ahg = igniteuiWebcomponentsCore.ensureBool(v);
118877
- this._a("valueAxisIsLogarithmic", this.i.ahg);
118984
+ this.i.ahi = igniteuiWebcomponentsCore.ensureBool(v);
118985
+ this._a("valueAxisIsLogarithmic", this.i.ahi);
118878
118986
  },
118879
118987
  enumerable: false,
118880
118988
  configurable: true
@@ -118885,11 +118993,11 @@
118885
118993
  * This property is effective only when ValueAxisIsLogarithmic is true.
118886
118994
  */
118887
118995
  get: function () {
118888
- return this.i.ah4;
118996
+ return this.i.ah6;
118889
118997
  },
118890
118998
  set: function (v) {
118891
- this.i.ah4 = +v;
118892
- this._a("valueAxisLogarithmBase", this.i.ah4);
118999
+ this.i.ah6 = +v;
119000
+ this._a("valueAxisLogarithmBase", this.i.ah6);
118893
119001
  },
118894
119002
  enumerable: false,
118895
119003
  configurable: true
@@ -118899,11 +119007,11 @@
118899
119007
  * Gets or sets the data value corresponding to the minimum value of the Y-axis.
118900
119008
  */
118901
119009
  get: function () {
118902
- return this.i.ah1;
119010
+ return this.i.ah3;
118903
119011
  },
118904
119012
  set: function (v) {
118905
- this.i.ah1 = +v;
118906
- this._a("valueAxisMinimumValue", this.i.ah1);
119013
+ this.i.ah3 = +v;
119014
+ this._a("valueAxisMinimumValue", this.i.ah3);
118907
119015
  },
118908
119016
  enumerable: false,
118909
119017
  configurable: true
@@ -118913,11 +119021,11 @@
118913
119021
  * Gets or sets the data value corresponding to the maximum value of the Y-axis.
118914
119022
  */
118915
119023
  get: function () {
118916
- return this.i.ah0;
119024
+ return this.i.ah2;
118917
119025
  },
118918
119026
  set: function (v) {
118919
- this.i.ah0 = +v;
118920
- this._a("valueAxisMaximumValue", this.i.ah0);
119027
+ this.i.ah2 = +v;
119028
+ this._a("valueAxisMaximumValue", this.i.ah2);
118921
119029
  },
118922
119030
  enumerable: false,
118923
119031
  configurable: true
@@ -118927,11 +119035,11 @@
118927
119035
  * Gets or sets the frequency of displayed minor lines along the Y-axis.
118928
119036
  */
118929
119037
  get: function () {
118930
- return this.i.ah2;
119038
+ return this.i.ah4;
118931
119039
  },
118932
119040
  set: function (v) {
118933
- this.i.ah2 = +v;
118934
- this._a("valueAxisMinorInterval", this.i.ah2);
119041
+ this.i.ah4 = +v;
119042
+ this._a("valueAxisMinorInterval", this.i.ah4);
118935
119043
  },
118936
119044
  enumerable: false,
118937
119045
  configurable: true
@@ -118941,7 +119049,7 @@
118941
119049
  * Gets the current minimum value for the Y-axis.
118942
119050
  */
118943
119051
  get: function () {
118944
- return this.i.ahy;
119052
+ return this.i.ah0;
118945
119053
  },
118946
119054
  enumerable: false,
118947
119055
  configurable: true
@@ -118951,7 +119059,7 @@
118951
119059
  * Gets the current maximum value for the Y-axis.
118952
119060
  */
118953
119061
  get: function () {
118954
- return this.i.ahx;
119062
+ return this.i.ahz;
118955
119063
  },
118956
119064
  enumerable: false,
118957
119065
  configurable: true
@@ -118961,11 +119069,11 @@
118961
119069
  * Gets or sets the extent of the chart's radius. Value between 0 and 1.
118962
119070
  */
118963
119071
  get: function () {
118964
- return this.i.ahv;
119072
+ return this.i.ahx;
118965
119073
  },
118966
119074
  set: function (v) {
118967
- this.i.ahv = +v;
118968
- this._a("radiusExtent", this.i.ahv);
119075
+ this.i.ahx = +v;
119076
+ this._a("radiusExtent", this.i.ahx);
118969
119077
  },
118970
119078
  enumerable: false,
118971
119079
  configurable: true
@@ -118975,11 +119083,11 @@
118975
119083
  * Gets or sets the start angle to use for the pie chart measured in degrees from the positive x axis.
118976
119084
  */
118977
119085
  get: function () {
118978
- return this.i.ahw;
119086
+ return this.i.ahy;
118979
119087
  },
118980
119088
  set: function (v) {
118981
- this.i.ahw = +v;
118982
- this._a("startAngle", this.i.ahw);
119089
+ this.i.ahy = +v;
119090
+ this._a("startAngle", this.i.ahy);
118983
119091
  },
118984
119092
  enumerable: false,
118985
119093
  configurable: true
@@ -118989,10 +119097,10 @@
118989
119097
  * Gets or sets the label of the Others slice.
118990
119098
  */
118991
119099
  get: function () {
118992
- return this.i.ai5;
119100
+ return this.i.ai8;
118993
119101
  },
118994
119102
  set: function (v) {
118995
- this.i.ai5 = v;
119103
+ this.i.ai8 = v;
118996
119104
  },
118997
119105
  enumerable: false,
118998
119106
  configurable: true
@@ -119002,11 +119110,11 @@
119002
119110
  * Gets or sets the label of the Others slice.
119003
119111
  */
119004
119112
  get: function () {
119005
- return this.i.ag6;
119113
+ return this.i.ag8;
119006
119114
  },
119007
119115
  set: function (v) {
119008
- this.i.ag6 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
119009
- this._a("sliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag6));
119116
+ this.i.ag8 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
119117
+ this._a("sliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag8));
119010
119118
  },
119011
119119
  enumerable: false,
119012
119120
  configurable: true
@@ -119016,11 +119124,11 @@
119016
119124
  * Gets or sets the label of the Others slice.
119017
119125
  */
119018
119126
  get: function () {
119019
- return this.i.ag5;
119127
+ return this.i.ag7;
119020
119128
  },
119021
119129
  set: function (v) {
119022
- this.i.ag5 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
119023
- this._a("legendSliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag5));
119130
+ this.i.ag7 = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.RadialLabelMode_$type, v);
119131
+ this._a("legendSliceLabelContentMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.RadialLabelMode_$type, this.i.ag7));
119024
119132
  },
119025
119133
  enumerable: false,
119026
119134
  configurable: true
@@ -119030,11 +119138,11 @@
119030
119138
  * Gets or sets whether to favor labelling the end of the scale.
119031
119139
  */
119032
119140
  get: function () {
119033
- return this.i.ahc;
119141
+ return this.i.ahe;
119034
119142
  },
119035
119143
  set: function (v) {
119036
- this.i.ahc = igniteuiWebcomponentsCore.ensureBool(v);
119037
- this._a("angleAxisFavorLabellingScaleEnd", this.i.ahc);
119144
+ this.i.ahe = igniteuiWebcomponentsCore.ensureBool(v);
119145
+ this._a("angleAxisFavorLabellingScaleEnd", this.i.ahe);
119038
119146
  },
119039
119147
  enumerable: false,
119040
119148
  configurable: true
@@ -119044,11 +119152,11 @@
119044
119152
  * Gets or sets whether the large numbers on the Y-axis labels are abbreviated.
119045
119153
  */
119046
119154
  get: function () {
119047
- return this.i.ahe;
119155
+ return this.i.ahg;
119048
119156
  },
119049
119157
  set: function (v) {
119050
- this.i.ahe = igniteuiWebcomponentsCore.ensureBool(v);
119051
- this._a("valueAxisAbbreviateLargeNumbers", this.i.ahe);
119158
+ this.i.ahg = igniteuiWebcomponentsCore.ensureBool(v);
119159
+ this._a("valueAxisAbbreviateLargeNumbers", this.i.ahg);
119052
119160
  },
119053
119161
  enumerable: false,
119054
119162
  configurable: true
@@ -119370,11 +119478,11 @@
119370
119478
  * Gets or sets the duration used for animating series plots when the chart is loading into view
119371
119479
  */
119372
119480
  get: function () {
119373
- return this.i.ake;
119481
+ return this.i.akh;
119374
119482
  },
119375
119483
  set: function (v) {
119376
- this.i.ake = +v;
119377
- this._a("transitionInDuration", this.i.ake);
119484
+ this.i.akh = +v;
119485
+ this._a("transitionInDuration", this.i.akh);
119378
119486
  },
119379
119487
  enumerable: false,
119380
119488
  configurable: true
@@ -119384,11 +119492,11 @@
119384
119492
  * Gets or sets the duration used for animating series plots when the series is leaving view
119385
119493
  */
119386
119494
  get: function () {
119387
- return this.i.akf;
119495
+ return this.i.aki;
119388
119496
  },
119389
119497
  set: function (v) {
119390
- this.i.akf = +v;
119391
- this._a("transitionOutDuration", this.i.akf);
119498
+ this.i.aki = +v;
119499
+ this._a("transitionOutDuration", this.i.aki);
119392
119500
  },
119393
119501
  enumerable: false,
119394
119502
  configurable: true
@@ -119399,10 +119507,10 @@
119399
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.
119400
119508
  */
119401
119509
  get: function () {
119402
- return this.i.aj8;
119510
+ return this.i.akb;
119403
119511
  },
119404
119512
  set: function (v) {
119405
- this.i.aj8 = v;
119513
+ this.i.akb = v;
119406
119514
  },
119407
119515
  enumerable: false,
119408
119516
  configurable: true
@@ -119413,10 +119521,10 @@
119413
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.
119414
119522
  */
119415
119523
  get: function () {
119416
- return this.i.aj9;
119524
+ return this.i.akc;
119417
119525
  },
119418
119526
  set: function (v) {
119419
- this.i.aj9 = v;
119527
+ this.i.akc = v;
119420
119528
  },
119421
119529
  enumerable: false,
119422
119530
  configurable: true
@@ -119436,11 +119544,11 @@
119436
119544
  * Gets or sets the type of chart series to generate from the data.
119437
119545
  */
119438
119546
  get: function () {
119439
- return this.i.aj3;
119547
+ return this.i.aj6;
119440
119548
  },
119441
119549
  set: function (v) {
119442
- this.i.aj3 = igniteuiWebcomponentsCore.ensureEnum(DataPieChartType_$type, v);
119443
- this._a("chartType", igniteuiWebcomponentsCore.enumToString(DataPieChartType_$type, this.i.aj3));
119550
+ this.i.aj6 = igniteuiWebcomponentsCore.ensureEnum(DataPieChartType_$type, v);
119551
+ this._a("chartType", igniteuiWebcomponentsCore.enumToString(DataPieChartType_$type, this.i.aj6));
119444
119552
  },
119445
119553
  enumerable: false,
119446
119554
  configurable: true
@@ -119450,11 +119558,11 @@
119450
119558
  * Gets or sets whether animation of series plots is enabled when the chart is loading into view
119451
119559
  */
119452
119560
  get: function () {
119453
- return this.i.akb;
119561
+ return this.i.ake;
119454
119562
  },
119455
119563
  set: function (v) {
119456
- this.i.akb = igniteuiWebcomponentsCore.ensureBool(v);
119457
- this._a("isTransitionInEnabled", this.i.akb);
119564
+ this.i.ake = igniteuiWebcomponentsCore.ensureBool(v);
119565
+ this._a("isTransitionInEnabled", this.i.ake);
119458
119566
  },
119459
119567
  enumerable: false,
119460
119568
  configurable: true
@@ -119464,11 +119572,11 @@
119464
119572
  * Gets or sets the method that determines how to animate series plots when the chart is loading into view
119465
119573
  */
119466
119574
  get: function () {
119467
- return this.i.aj1;
119575
+ return this.i.aj4;
119468
119576
  },
119469
119577
  set: function (v) {
119470
- this.i.aj1 = igniteuiWebcomponentsCore.ensureEnum(CategoryTransitionInMode_$type, v);
119471
- this._a("transitionInMode", igniteuiWebcomponentsCore.enumToString(CategoryTransitionInMode_$type, this.i.aj1));
119578
+ this.i.aj4 = igniteuiWebcomponentsCore.ensureEnum(CategoryTransitionInMode_$type, v);
119579
+ this._a("transitionInMode", igniteuiWebcomponentsCore.enumToString(CategoryTransitionInMode_$type, this.i.aj4));
119472
119580
  },
119473
119581
  enumerable: false,
119474
119582
  configurable: true
@@ -119478,11 +119586,11 @@
119478
119586
  * Gets or sets the arrival speed used for animating series plots when the chart is loading into view
119479
119587
  */
119480
119588
  get: function () {
119481
- return this.i.aj5;
119589
+ return this.i.aj8;
119482
119590
  },
119483
119591
  set: function (v) {
119484
- this.i.aj5 = igniteuiWebcomponentsCore.ensureEnum(TransitionInSpeedType_$type, v);
119485
- this._a("transitionInSpeedType", igniteuiWebcomponentsCore.enumToString(TransitionInSpeedType_$type, this.i.aj5));
119592
+ this.i.aj8 = igniteuiWebcomponentsCore.ensureEnum(TransitionInSpeedType_$type, v);
119593
+ this._a("transitionInSpeedType", igniteuiWebcomponentsCore.enumToString(TransitionInSpeedType_$type, this.i.aj8));
119486
119594
  },
119487
119595
  enumerable: false,
119488
119596
  configurable: true
@@ -119492,7 +119600,7 @@
119492
119600
 
119493
119601
  */
119494
119602
  IgcDataPieChartComponent.prototype.exportSerializedVisualData = function () {
119495
- var iv = this.i.akh();
119603
+ var iv = this.i.akk();
119496
119604
  return (iv);
119497
119605
  };
119498
119606
  IgcDataPieChartComponent._observedAttributesIgcDataPieChartComponent = null;
@@ -120648,11 +120756,11 @@
120648
120756
  * Gets or sets the x-radius of the ellipse that is used to round the corners of the column.
120649
120757
  */
120650
120758
  get: function () {
120651
- return this.i.adh;
120759
+ return this.i.adj;
120652
120760
  },
120653
120761
  set: function (v) {
120654
- this.i.adh = +v;
120655
- this._a("radiusX", this.i.adh);
120762
+ this.i.adj = +v;
120763
+ this._a("radiusX", this.i.adj);
120656
120764
  },
120657
120765
  enumerable: false,
120658
120766
  configurable: true
@@ -120662,11 +120770,11 @@
120662
120770
  * Gets or sets the y-radius of the ellipse that is used to round the corners of the column.
120663
120771
  */
120664
120772
  get: function () {
120665
- return this.i.adi;
120773
+ return this.i.adk;
120666
120774
  },
120667
120775
  set: function (v) {
120668
- this.i.adi = +v;
120669
- this._a("radiusY", this.i.adi);
120776
+ this.i.adk = +v;
120777
+ this._a("radiusY", this.i.adk);
120670
120778
  },
120671
120779
  enumerable: false,
120672
120780
  configurable: true
@@ -120676,10 +120784,24 @@
120676
120784
  * Gets or sets the property name that contains the legend labels.
120677
120785
  */
120678
120786
  get: function () {
120679
- return this.i.adl;
120787
+ return this.i.ado;
120788
+ },
120789
+ set: function (v) {
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;
120680
120801
  },
120681
120802
  set: function (v) {
120682
- this.i.adl = v;
120803
+ this.i.ade = igniteuiWebcomponentsCore.ensureEnum(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, v);
120804
+ this._a("legendEmptyValuesMode", igniteuiWebcomponentsCore.enumToString(igniteuiWebcomponentsCore.LegendEmptyValuesMode_$type, this.i.ade));
120683
120805
  },
120684
120806
  enumerable: false,
120685
120807
  configurable: true
@@ -122935,35 +123057,6 @@
122935
123057
  return IndexCollection;
122936
123058
  }(igniteuiWebcomponentsCore.ObservableCollection$1));
122937
123059
 
122938
- /*
122939
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
122940
- https://www.infragistics.com/legal/license/igultimate-la
122941
- https://www.infragistics.com/legal/license/igultimate-eula
122942
- 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.
122943
- */
122944
- /**
122945
- * Describes available modes for displaying empty values in chart legend.
122946
- */
122947
- var LegendEmptyValuesMode = /*@__PURE__*/ (function (LegendEmptyValuesMode) {
122948
- /**
122949
- * Always hide legend items for zero values regradless of the Others Category.
122950
- */
122951
- LegendEmptyValuesMode[LegendEmptyValuesMode["AlwaysHidden"] = 0] = "AlwaysHidden";
122952
- /**
122953
- * Always show legend items for zero values even when the Others Category is present.
122954
- */
122955
- LegendEmptyValuesMode[LegendEmptyValuesMode["AlwaysVisible"] = 1] = "AlwaysVisible";
122956
- /**
122957
- * Show legend items for zero values only when the Others Category is not present.
122958
- */
122959
- LegendEmptyValuesMode[LegendEmptyValuesMode["ShowWhenNoOthersCategory"] = 2] = "ShowWhenNoOthersCategory";
122960
- return LegendEmptyValuesMode;
122961
- })({});
122962
- /**
122963
- * @hidden
122964
- */
122965
- var LegendEmptyValuesMode_$type = /*@__PURE__*/ igniteuiWebcomponentsCore.markEnum('LegendEmptyValuesMode', 'AlwaysHidden,0|AlwaysVisible,1|ShowWhenNoOthersCategory,2');
122966
-
122967
123060
  /*
122968
123061
  THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
122969
123062
  https://www.infragistics.com/legal/license/igultimate-la
@@ -126196,6 +126289,16 @@
126196
126289
  };
126197
126290
  PieChartBase.prototype.destroy = function () {
126198
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
+ }
126199
126302
  this.a4.az(null);
126200
126303
  };
126201
126304
  Object.defineProperty(PieChartBase.prototype, "fq", {
@@ -126366,7 +126469,7 @@
126366
126469
  c.b5 = false;
126367
126470
  }
126368
126471
  }));
126369
- 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]]);
126370
126473
  return PieChartBase;
126371
126474
  }(igniteuiWebcomponentsCore.Control));
126372
126475
  /**
@@ -193681,40 +193784,40 @@
193681
193784
  PolarBase.prototype.get_fn = function () {
193682
193785
  return true;
193683
193786
  };
193684
- PolarBase.prototype.d9 = function (a, b, c, d) {
193787
+ PolarBase.prototype.d9 = function (a, b, c, d, e) {
193685
193788
  var _this = this;
193686
193789
  if (!this.hasMarkers) {
193687
193790
  return false;
193688
193791
  }
193689
- var e = this.yl;
193690
- var f = new ScalerParams(1, this.c9.vl, this.wl, e.ch);
193691
- f.c = this.getEffectiveViewport1(this.ct);
193692
- var g = this.ym;
193693
- var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
193694
- h.c = this.getEffectiveViewport1(this.ct);
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);
193695
193798
  a.clear();
193696
- this.wy.cj(function (i) {
193697
- if (i._visibility == 0) {
193698
- var j = new SeriesPointOfInterest();
193699
- var k = i.n;
193700
- var l = i.o;
193701
- if (k < _this.wl.left || k > _this.wl.right || l < _this.wl.top || l > _this.wl.bottom) {
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) {
193702
193805
  return;
193703
193806
  }
193704
- var m = void 0;
193705
193807
  var n = void 0;
193706
- var o = _this.yn.f(k, l, _this.ct.by, _this.ct.bx, _this.ct.getEffectiveViewport(), m, n);
193707
- m = o.p5;
193708
- n = o.p6;
193709
- j.d = m;
193710
- j.e = n;
193711
- j.b = i.content;
193712
- j.g = _this.va;
193713
- j.c = i.ak;
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;
193714
193817
  if (_this.g7) {
193715
- j.g = _this.vh(i.ak);
193818
+ k.g = _this.vh(j.ak);
193716
193819
  }
193717
- a.add(j);
193820
+ a.add(k);
193718
193821
  }
193719
193822
  });
193720
193823
  return true;
@@ -200875,35 +200978,35 @@
200875
200978
  }
200876
200979
  return _super.prototype.mb.call(this, a);
200877
200980
  };
200878
- ScatterBase.prototype.d9 = function (a, b, c, d) {
200981
+ ScatterBase.prototype.d9 = function (a, b, c, d, e) {
200879
200982
  var _this = this;
200880
200983
  if (!this.hasMarkers) {
200881
200984
  return false;
200882
200985
  }
200883
- var e = this.xAxis;
200884
- var f = new ScalerParams(1, this.c9.vl, this.wl, e.ch);
200885
- f.c = this.getEffectiveViewport1(this.ct);
200886
- var g = this.yAxis;
200887
- var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
200888
- h.c = this.getEffectiveViewport1(this.ct);
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);
200889
200992
  a.clear();
200890
- this.wy.cj(function (i) {
200891
- if (i._visibility == 0) {
200892
- var j = new SeriesPointOfInterest();
200893
- var k = i.n;
200894
- var l = i.o;
200895
- if (k < _this.wl.left || k > _this.wl.right || l < _this.wl.top || l > _this.wl.bottom) {
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) {
200896
200999
  return;
200897
201000
  }
200898
- j.d = e.en(k, f);
200899
- j.e = g.en(l, h);
200900
- j.b = i.content;
200901
- j.g = _this.va;
200902
- j.c = i.ak;
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;
200903
201006
  if (_this.g7) {
200904
- j.g = _this.vh(i.ak);
201007
+ k.g = _this.vh(j.ak);
200905
201008
  }
200906
- a.add(j);
201009
+ a.add(k);
200907
201010
  }
200908
201011
  });
200909
201012
  return true;
@@ -214639,35 +214742,35 @@
214639
214742
  }
214640
214743
  }
214641
214744
  };
214642
- ScatterPolygonSeries.prototype.d9 = function (a, b, c, d) {
214745
+ ScatterPolygonSeries.prototype.d9 = function (a, b, c, d, e) {
214643
214746
  var _this = this;
214644
214747
  if (!this.hasMarkers) {
214645
214748
  return false;
214646
214749
  }
214647
- var e = this.w2;
214648
- var f = new ScalerParams(1, this.c9.vl, this.wl, e.ch);
214649
- f.c = this.getEffectiveViewport1(this.ct);
214650
- var g = this.w4;
214651
- var h = new ScalerParams(1, this.c9.vl, this.wl, g.ch);
214652
- h.c = this.getEffectiveViewport1(this.ct);
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);
214653
214756
  a.clear();
214654
- this.zu.dw(function (i) {
214655
- if (i._visibility == 0) {
214656
- var j = new SeriesPointOfInterest();
214657
- var k = i.n;
214658
- var l = i.o;
214659
- if (k < _this.wl.left || k > _this.wl.right || l < _this.wl.top || l > _this.wl.bottom) {
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) {
214660
214763
  return;
214661
214764
  }
214662
- j.d = e.en(k, f);
214663
- j.e = g.en(l, h);
214664
- j.b = i.content;
214665
- j.g = _this.va;
214666
- j.c = i.ak;
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;
214667
214770
  if (_this.g7) {
214668
- j.g = _this.vh(i.ak);
214771
+ k.g = _this.vh(j.ak);
214669
214772
  }
214670
- a.add(j);
214773
+ a.add(k);
214671
214774
  }
214672
214775
  });
214673
214776
  return true;
@@ -224267,9 +224370,9 @@
224267
224370
  }
224268
224371
  return null;
224269
224372
  };
224270
- StackedFragmentSeries.prototype.as = function (a, b, c, d) {
224373
+ StackedFragmentSeries.prototype.as = function (a, b, c, d, e) {
224271
224374
  if (this.visualSeriesLink != null) {
224272
- return this.visualSeriesLink.d9(a, b, c, d);
224375
+ return this.visualSeriesLink.d9(a, b, c, d, e);
224273
224376
  }
224274
224377
  return false;
224275
224378
  };
@@ -238122,8 +238225,8 @@
238122
238225
  return this.i.a1;
238123
238226
  },
238124
238227
  set: function (v) {
238125
- this.i.a1 = igniteuiWebcomponentsCore.ensureEnum(LegendEmptyValuesMode_$type, v);
238126
- 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));
238127
238230
  },
238128
238231
  enumerable: false,
238129
238232
  configurable: true
@@ -255879,8 +255982,6 @@
255879
255982
  exports.LegendBaseStyles = LegendBaseStyles;
255880
255983
  exports.LegendBaseView = LegendBaseView;
255881
255984
  exports.LegendBaseViewManager = LegendBaseViewManager;
255882
- exports.LegendEmptyValuesMode = LegendEmptyValuesMode;
255883
- exports.LegendEmptyValuesMode_$type = LegendEmptyValuesMode_$type;
255884
255985
  exports.LegendHighlightingMode = LegendHighlightingMode;
255885
255986
  exports.LegendHighlightingMode_$type = LegendHighlightingMode_$type;
255886
255987
  exports.LegendItemInfo = LegendItemInfo;