igniteui-webcomponents-charts 5.5.0-beta.0 → 6.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +254 -157
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AngleAxisLabelPanel_combined.js +6 -6
  4. package/esm2015/lib/AxisAnnotationManager.js +21 -13
  5. package/esm2015/lib/AxisDefaults.js +10 -10
  6. package/esm2015/lib/CategoryChart.js +5 -5
  7. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +1 -1
  8. package/esm2015/lib/CategoryXAxis_combined.js +1 -1
  9. package/esm2015/lib/CategoryYAxis_combined.js +1 -1
  10. package/esm2015/lib/DataAnnotationBandLayer.js +15 -2
  11. package/esm2015/lib/DataAnnotationLineLayer.js +15 -2
  12. package/esm2015/lib/DataAnnotationRectLayer.js +15 -2
  13. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +44 -30
  14. package/esm2015/lib/DataPieChart.js +1 -1
  15. package/esm2015/lib/DomainChartToolbarProvider.js +4 -4
  16. package/esm2015/lib/FinancialChart_combined.js +6 -6
  17. package/esm2015/lib/NumericXAxis_combined.js +1 -1
  18. package/esm2015/lib/NumericYAxis_combined.js +1 -1
  19. package/esm2015/lib/OverlayTextInfo.js +7 -5
  20. package/esm2015/lib/OverlayTextUpdatingEventArgs.js +7 -0
  21. package/esm2015/lib/OverlayTextUtil.js +20 -19
  22. package/esm2015/lib/RadialBaseChart.js +6 -6
  23. package/esm2015/lib/SeriesViewer_combined.js +9 -9
  24. package/esm2015/lib/TrendLineLayer_combined.js +3 -0
  25. package/esm2015/lib/ValueLayer_combined.js +19 -17
  26. package/esm2015/lib/ValueOverlay_combined.js +8 -8
  27. package/esm2015/lib/XYChart.js +6 -6
  28. package/esm2015/lib/igc-category-chart-component.js +2 -0
  29. package/esm2015/lib/igc-data-chart-annotation-module.js +10 -0
  30. package/esm2015/lib/igc-financial-chart-component.js +2 -0
  31. package/esm2015/lib/igc-overlay-text-updating-event-args.js +9 -0
  32. package/esm5/lib/AngleAxisLabelPanel_combined.js +6 -6
  33. package/esm5/lib/AxisAnnotationManager.js +21 -13
  34. package/esm5/lib/AxisDefaults.js +10 -10
  35. package/esm5/lib/CategoryChart.js +5 -5
  36. package/esm5/lib/CategoryDateTimeXAxis_combined.js +1 -1
  37. package/esm5/lib/CategoryXAxis_combined.js +1 -1
  38. package/esm5/lib/CategoryYAxis_combined.js +1 -1
  39. package/esm5/lib/DataAnnotationBandLayer.js +15 -2
  40. package/esm5/lib/DataAnnotationLineLayer.js +15 -2
  41. package/esm5/lib/DataAnnotationRectLayer.js +15 -2
  42. package/esm5/lib/DataAnnotationShapeLayer_combined.js +44 -30
  43. package/esm5/lib/DataPieChart.js +1 -1
  44. package/esm5/lib/DomainChartToolbarProvider.js +4 -4
  45. package/esm5/lib/FinancialChart_combined.js +6 -6
  46. package/esm5/lib/NumericXAxis_combined.js +1 -1
  47. package/esm5/lib/NumericYAxis_combined.js +1 -1
  48. package/esm5/lib/OverlayTextInfo.js +7 -5
  49. package/esm5/lib/OverlayTextUpdatingEventArgs.js +11 -0
  50. package/esm5/lib/OverlayTextUtil.js +20 -19
  51. package/esm5/lib/RadialBaseChart.js +6 -6
  52. package/esm5/lib/SeriesViewer_combined.js +9 -9
  53. package/esm5/lib/TrendLineLayer_combined.js +3 -0
  54. package/esm5/lib/ValueLayer_combined.js +19 -17
  55. package/esm5/lib/ValueOverlay_combined.js +8 -8
  56. package/esm5/lib/XYChart.js +6 -6
  57. package/esm5/lib/igc-category-chart-component.js +2 -0
  58. package/esm5/lib/igc-data-chart-annotation-module.js +10 -0
  59. package/esm5/lib/igc-financial-chart-component.js +2 -0
  60. package/esm5/lib/igc-overlay-text-updating-event-args.js +13 -0
  61. package/fesm2015/igniteui-webcomponents-charts.js +245 -156
  62. package/fesm5/igniteui-webcomponents-charts.js +254 -157
  63. package/lib/AxisAnnotationManager.d.ts +2 -1
  64. package/lib/AxisDefaults.d.ts +10 -10
  65. package/lib/OverlayTextInfo.d.ts +6 -5
  66. package/lib/OverlayTextUpdatingEventArgs.d.ts +3 -0
  67. package/lib/igc-overlay-text-updating-event-args.d.ts +5 -0
  68. package/package.json +2 -2
@@ -1384,16 +1384,16 @@
1384
1384
  return _super !== null && _super.apply(this, arguments) || this;
1385
1385
  }
1386
1386
  AxisDefaults.$t = igniteuiWebcomponentsCore.markType(AxisDefaults, 'AxisDefaults');
1387
- AxisDefaults.a = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1388
- AxisDefaults.c = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1389
- AxisDefaults.b = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1390
- AxisDefaults.e = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1391
- AxisDefaults.d = igniteuiWebcomponentsCore.DeviceUtils.g(0);
1392
- AxisDefaults.f = igniteuiWebcomponentsCore.DeviceUtils.g(8);
1393
- AxisDefaults.g = igniteuiWebcomponentsCore.BrushUtil.j(255, 158, 158, 158);
1394
- AxisDefaults.i = null;
1395
- AxisDefaults.h = igniteuiWebcomponentsCore.BrushUtil.j(255, 196, 196, 196);
1396
- AxisDefaults.j = igniteuiWebcomponentsCore.BrushUtil.j(255, 158, 158, 158);
1387
+ AxisDefaults.axis_LineStroke = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1388
+ AxisDefaults.axis_MinorStroke = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1389
+ AxisDefaults.axis_MajorStroke = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1390
+ AxisDefaults.axis_TickStroke = igniteuiWebcomponentsCore.DeviceUtils.g(1);
1391
+ AxisDefaults.axis_TickLength = igniteuiWebcomponentsCore.DeviceUtils.g(0);
1392
+ AxisDefaults.categoryAxis_TickLength = igniteuiWebcomponentsCore.DeviceUtils.g(8);
1393
+ AxisDefaults.axis_LineBrush = igniteuiWebcomponentsCore.BrushUtil.j(255, 158, 158, 158);
1394
+ AxisDefaults.axis_MinorBrush = null;
1395
+ AxisDefaults.axis_MajorBrush = igniteuiWebcomponentsCore.BrushUtil.j(255, 196, 196, 196);
1396
+ AxisDefaults.axis_TickBrush = igniteuiWebcomponentsCore.BrushUtil.j(255, 158, 158, 158);
1397
1397
  return AxisDefaults;
1398
1398
  }(igniteuiWebcomponentsCore.Base));
1399
1399
 
@@ -10538,7 +10538,7 @@
10538
10538
  a.i._fill = ac;
10539
10539
  }
10540
10540
  else {
10541
- a.i = AxisDefaults.g;
10541
+ a.i = AxisDefaults.axis_LineBrush;
10542
10542
  }
10543
10543
  a.k = new igniteuiWebcomponentsCore.Brush();
10544
10544
  a.k._fill = this.ae.getCssDefaultPropertyValue("", "color");
@@ -28449,12 +28449,12 @@
28449
28449
  $ret.ab = false;
28450
28450
  return $ret;
28451
28451
  })());
28452
- this.a.j3 = AxisDefaults.j;
28453
- this.a.fj = AxisDefaults.d;
28454
- this.a.fk = AxisDefaults.e;
28455
- this.a.et = AxisDefaults.b;
28456
- this.a.ew = AxisDefaults.c;
28457
- this.a.fi = AxisDefaults.a;
28452
+ this.a.j3 = AxisDefaults.axis_TickBrush;
28453
+ this.a.fj = AxisDefaults.axis_TickLength;
28454
+ this.a.fk = AxisDefaults.axis_TickStroke;
28455
+ this.a.et = AxisDefaults.axis_MajorStroke;
28456
+ this.a.ew = AxisDefaults.axis_MinorStroke;
28457
+ this.a.fi = AxisDefaults.axis_LineStroke;
28458
28458
  };
28459
28459
  AxisView.prototype.an = function (a) {
28460
28460
  };
@@ -29308,8 +29308,8 @@
29308
29308
  this.p.h4 = g[3];
29309
29309
  }
29310
29310
  this.fn.aa7 = f.i;
29311
- this.fn.aa5 = AxisDefaults.h;
29312
- this.fn.aa6 = AxisDefaults.i;
29311
+ this.fn.aa5 = AxisDefaults.axis_MajorBrush;
29312
+ this.fn.aa6 = AxisDefaults.axis_MinorBrush;
29313
29313
  this.fn.xr = e;
29314
29314
  this.fv = a;
29315
29315
  this.fu = b;
@@ -32782,15 +32782,15 @@
32782
32782
  if (!c || b) {
32783
32783
  return;
32784
32784
  }
32785
- if (!OverlayTextUtil.n(a.ac)) {
32785
+ if (!OverlayTextUtil.n(a.ad)) {
32786
32786
  return;
32787
32787
  }
32788
- a.z = OverlayTextUtil.ak(a.textLocation, a.ac, a.textAngle, a.horizontalMargin, a.verticalMargin, a.horizontalPadding, a.verticalPadding, a.aa, !a.g);
32789
- if (!igniteuiWebcomponentsCore.Extensions.a(a.z)) {
32788
+ a.aa = OverlayTextUtil.ak(a.textLocation, a.ad, a.textAngle, a.horizontalMargin, a.verticalMargin, a.horizontalPadding, a.verticalPadding, a.ab, !a.g);
32789
+ if (!igniteuiWebcomponentsCore.Extensions.a(a.aa)) {
32790
32790
  return;
32791
32791
  }
32792
- OverlayTextUtil.y(a.ab, a.background, a.borderStroke, a.borderThickness, a.borderRadius);
32793
- OverlayTextUtil.z(a.t, a.textColor);
32792
+ OverlayTextUtil.y(a.ac, a.background, a.borderStroke, a.borderThickness, a.borderRadius);
32793
+ OverlayTextUtil.z(a.u, a.textColor);
32794
32794
  OverlayTextUtil.x(a);
32795
32795
  OverlayTextUtil.w(a);
32796
32796
  };
@@ -32837,6 +32837,7 @@
32837
32837
  a.borderStroke = OverlayTextUtil.ag(a.borderStroke, Defaults.dataAnnotationOverlayBorderStroke);
32838
32838
  a.borderStroke = OverlayTextUtil.ah(a.borderStroke, a.borderShift, a.borderMode);
32839
32839
  a.textColor = OverlayTextUtil.af(a.background, a.textColor, a.textColorShift, a.textColorMode);
32840
+ a.textEmpty = igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.textContent);
32840
32841
  a.textAngle = OverlayTextUtil.r(a.textAngle, !a.f);
32841
32842
  a.borderRadius = OverlayTextUtil.t(a.borderRadius, Defaults.dataAnnotationOverlayBorderCorner);
32842
32843
  a.borderThickness = OverlayTextUtil.t(a.borderThickness, Defaults.dataAnnotationOverlayBorderThickness);
@@ -32864,40 +32865,40 @@
32864
32865
  return a;
32865
32866
  };
32866
32867
  OverlayTextUtil.w = function (a) {
32867
- if (!OverlayTextUtil.n(a.ac)) {
32868
+ if (!OverlayTextUtil.n(a.ad)) {
32868
32869
  return;
32869
32870
  }
32870
- if (!igniteuiWebcomponentsCore.Extensions.a(a.z)) {
32871
+ if (!igniteuiWebcomponentsCore.Extensions.a(a.aa)) {
32871
32872
  return;
32872
32873
  }
32873
- var b = new igniteuiWebcomponentsCore.Size(1, a.ac.width, a.ac.height);
32874
+ var b = new igniteuiWebcomponentsCore.Size(1, a.ad.width, a.ad.height);
32874
32875
  b.width += a.horizontalPadding * 2;
32875
32876
  b.height += a.verticalPadding * 2;
32876
32877
  b.width += a.borderThickness * 2;
32877
32878
  b.height += a.borderThickness * 2;
32878
32879
  var c = igniteuiWebcomponentsCore.PointUtil.create();
32879
- c.x = a.z.x - a.horizontalPadding;
32880
- c.y = a.z.y - a.verticalPadding;
32880
+ c.x = a.aa.x - a.horizontalPadding;
32881
+ c.y = a.aa.y - a.verticalPadding;
32881
32882
  c.x -= a.borderThickness;
32882
32883
  c.y -= a.borderThickness;
32883
- a.ab.width = b.width;
32884
- a.ab.height = b.height;
32885
- OverlayTextUtil.aa(a.ab, c);
32886
- OverlayTextUtil.ab(a.ab, a.textAngle, b);
32884
+ a.ac.width = b.width;
32885
+ a.ac.height = b.height;
32886
+ OverlayTextUtil.aa(a.ac, c);
32887
+ OverlayTextUtil.ab(a.ac, a.textAngle, b);
32887
32888
  };
32888
32889
  OverlayTextUtil.x = function (a) {
32889
32890
  if (a == null) {
32890
32891
  return;
32891
32892
  }
32892
- if (!OverlayTextUtil.n(a.ac)) {
32893
+ if (!OverlayTextUtil.n(a.ad)) {
32893
32894
  return;
32894
32895
  }
32895
- if (!igniteuiWebcomponentsCore.Extensions.a(a.z)) {
32896
+ if (!igniteuiWebcomponentsCore.Extensions.a(a.aa)) {
32896
32897
  return;
32897
32898
  }
32898
- OverlayTextUtil.aa(a.t, a.z);
32899
- OverlayTextUtil.ab(a.t, a.textAngle, a.ac);
32900
- a.t.al = a.textContent;
32899
+ OverlayTextUtil.aa(a.u, a.aa);
32900
+ OverlayTextUtil.ab(a.u, a.textAngle, a.ad);
32901
+ a.u.al = a.textContent;
32901
32902
  };
32902
32903
  OverlayTextUtil.aa = function (a, b) {
32903
32904
  if (igniteuiWebcomponentsCore.Extensions.a(b)) {
@@ -33409,6 +33410,7 @@
33409
33410
  _this._textContent = null;
33410
33411
  _this._textAngle = 0;
33411
33412
  _this._textVisible = false;
33413
+ _this._textEmpty = false;
33412
33414
  _this._textLocation = 0;
33413
33415
  _this._textColor = null;
33414
33416
  _this._background = null;
@@ -33578,6 +33580,16 @@
33578
33580
  enumerable: false,
33579
33581
  configurable: true
33580
33582
  });
33583
+ Object.defineProperty(OverlayTextUpdatingEventArgs.prototype, "textEmpty", {
33584
+ get: function () {
33585
+ return this._textEmpty;
33586
+ },
33587
+ set: function (a) {
33588
+ this._textEmpty = a;
33589
+ },
33590
+ enumerable: false,
33591
+ configurable: true
33592
+ });
33581
33593
  Object.defineProperty(OverlayTextUpdatingEventArgs.prototype, "textLocation", {
33582
33594
  get: function () {
33583
33595
  return this._textLocation;
@@ -33676,13 +33688,14 @@
33676
33688
  _this._borderStroke = null;
33677
33689
  _this._shapeBrush = null;
33678
33690
  _this._shapeOutline = null;
33679
- _this.ab = null;
33680
- _this.t = null;
33691
+ _this.ac = null;
33692
+ _this.u = null;
33681
33693
  _this.f = null;
33682
- _this.z = null;
33683
- _this.ac = new igniteuiWebcomponentsCore.Size();
33684
- _this.g = false;
33685
33694
  _this.aa = null;
33695
+ _this.ad = new igniteuiWebcomponentsCore.Size();
33696
+ _this.h = false;
33697
+ _this.g = false;
33698
+ _this.ab = null;
33686
33699
  return _this;
33687
33700
  }
33688
33701
  Object.defineProperty(OverlayTextInfo.prototype, "horizontalMargin", {
@@ -33902,6 +33915,7 @@
33902
33915
  b.textVisible = a.textVisible;
33903
33916
  b.textContent = a.textContent;
33904
33917
  b.textColor = a.textColor;
33918
+ b.h = a.textEmpty;
33905
33919
  b.background = a.background;
33906
33920
  b.horizontalMargin = a.horizontalMargin;
33907
33921
  b.verticalPadding = a.verticalPadding;
@@ -34087,6 +34101,7 @@
34087
34101
  this.aaa = [NaN, NaN];
34088
34102
  this.aaj = null;
34089
34103
  this.aak = null;
34104
+ this.aao.cu();
34090
34105
  var f = this.aam();
34091
34106
  if (this.xn(this.aal)) {
34092
34107
  var g = this.aal.aq(f);
@@ -34400,7 +34415,6 @@
34400
34415
  c.ag.add(b.x);
34401
34416
  var p = igniteuiWebcomponentsCore.isNaN_(b.x);
34402
34417
  var q = p ? b.y : b.x;
34403
- this.aao.cu();
34404
34418
  this.adg();
34405
34419
  var r = this.aaq;
34406
34420
  var s = OverlayTextUtil.o(r, this.aaw);
@@ -34438,28 +34452,29 @@
34438
34452
  }
34439
34453
  OverlayTextUtil.ad(v);
34440
34454
  var w = OverlayTextInfo.d(v);
34441
- if (w.textVisible) {
34442
- this.aao.cq.count = 1;
34443
- this.aao.cp.count = 1;
34455
+ if (w.textVisible && !w.h) {
34456
+ this.aao.cq.count += 1;
34457
+ this.aao.cp.count += 1;
34458
+ var x = this.aao.cq.count - 1;
34444
34459
  w.f = r;
34445
- w.ac = this.cw.cc(w.textContent, w.f);
34446
- w.t = this.aao.cq.item(0);
34447
- w.ab = this.aao.cp.item(0);
34460
+ w.ad = this.cw.cc(w.textContent, w.f);
34461
+ w.u = this.aao.cq.item(x);
34462
+ w.ac = this.aao.cp.item(x);
34448
34463
  if (w.g) {
34449
- var x = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 0, y: NaN });
34450
- var y = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 1, y: NaN });
34451
- var z = y.x - x.x;
34452
- w.aa = new igniteuiWebcomponentsCore.Rect(0, x.x, q, z, 1);
34464
+ var y = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 0, y: NaN });
34465
+ var z = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 1, y: NaN });
34466
+ var aa = z.x - y.x;
34467
+ w.ab = new igniteuiWebcomponentsCore.Rect(0, y.x, q, aa, 1);
34453
34468
  }
34454
34469
  else {
34455
- var aa = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 0 });
34456
- var ab = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 1 });
34457
- var ac = ab.y - aa.y;
34458
- w.aa = new igniteuiWebcomponentsCore.Rect(0, q, aa.y, 1, ac);
34470
+ var ab = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 0 });
34471
+ var ac = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 1 });
34472
+ var ad = ac.y - ab.y;
34473
+ w.ab = new igniteuiWebcomponentsCore.Rect(0, q, ab.y, 1, ad);
34459
34474
  }
34460
34475
  OverlayTextUtil.ac(w);
34461
- this.cw.av(w.t, w.f);
34462
- this.cw.aw(w.t, w.f);
34476
+ this.cw.av(w.u, w.f);
34477
+ this.cw.aw(w.u, w.f);
34463
34478
  }
34464
34479
  }
34465
34480
  if (this.aar) {
@@ -34657,6 +34672,7 @@
34657
34672
  break;
34658
34673
  }
34659
34674
  }
34675
+ this.ru(true);
34660
34676
  break;
34661
34677
  case ValueLayer.$$p[22]:
34662
34678
  case ValueLayer.$$p[25]:
@@ -39318,7 +39334,7 @@
39318
39334
  }
39319
39335
  NumericYAxisView.prototype.al = function () {
39320
39336
  _super.prototype.al.call(this);
39321
- this.a.jz = AxisDefaults.h;
39337
+ this.a.jz = AxisDefaults.axis_MajorBrush;
39322
39338
  };
39323
39339
  NumericYAxisView.$t = igniteuiWebcomponentsCore.markType(NumericYAxisView, 'NumericYAxisView', StraightNumericAxisBaseView.$);
39324
39340
  return NumericYAxisView;
@@ -40086,7 +40102,7 @@
40086
40102
  }
40087
40103
  CategoryXAxisView.prototype.al = function () {
40088
40104
  _super.prototype.al.call(this);
40089
- this.a.fj = AxisDefaults.f;
40105
+ this.a.fj = AxisDefaults.categoryAxis_TickLength;
40090
40106
  };
40091
40107
  CategoryXAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryXAxisView, 'CategoryXAxisView', CategoryAxisBaseView.$);
40092
40108
  return CategoryXAxisView;
@@ -40511,28 +40527,28 @@
40511
40527
  }
40512
40528
  OverlayTextUtil.ad(i);
40513
40529
  var j = OverlayTextInfo.d(i);
40514
- if (j.textVisible) {
40530
+ if (j.textVisible && !j.h) {
40515
40531
  this.xb.ce.count = 1;
40516
40532
  this.xb.cd.count = 1;
40517
40533
  j.f = e;
40518
- j.ac = this.cw.cc(j.textContent, j.f);
40519
- j.t = this.xb.ce.item(0);
40520
- j.ab = this.xb.cd.item(0);
40534
+ j.ad = this.cw.cc(j.textContent, j.f);
40535
+ j.u = this.xb.ce.item(0);
40536
+ j.ac = this.xb.cd.item(0);
40521
40537
  if (j.g) {
40522
40538
  var k = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 0, y: NaN });
40523
40539
  var l = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: 1, y: NaN });
40524
40540
  var m = l.x - k.x;
40525
- j.aa = new igniteuiWebcomponentsCore.Rect(0, k.x, a, m, 1);
40541
+ j.ab = new igniteuiWebcomponentsCore.Rect(0, k.x, a, m, 1);
40526
40542
  }
40527
40543
  else {
40528
40544
  var n = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 0 });
40529
40545
  var o = this.dc.v9({ $type: igniteuiWebcomponentsCore.Point_$type, x: NaN, y: 1 });
40530
40546
  var p = o.y - n.y;
40531
- j.aa = new igniteuiWebcomponentsCore.Rect(0, a, n.y, 1, p);
40547
+ j.ab = new igniteuiWebcomponentsCore.Rect(0, a, n.y, 1, p);
40532
40548
  }
40533
40549
  OverlayTextUtil.ac(j);
40534
- this.cw.av(j.t, j.f);
40535
- this.cw.aw(j.t, j.f);
40550
+ this.cw.av(j.u, j.f);
40551
+ this.cw.aw(j.u, j.f);
40536
40552
  }
40537
40553
  }
40538
40554
  }
@@ -40772,6 +40788,9 @@
40772
40788
  if (a == this) {
40773
40789
  return false;
40774
40790
  }
40791
+ if (a.dc != this.dc) {
40792
+ return false;
40793
+ }
40775
40794
  if (a.eu || a.isStacked) {
40776
40795
  return false;
40777
40796
  }
@@ -52256,6 +52275,19 @@
52256
52275
  enumerable: false,
52257
52276
  configurable: true
52258
52277
  });
52278
+ Object.defineProperty(IgcOverlayTextUpdatingEventArgs.prototype, "textEmpty", {
52279
+ /**
52280
+ * Gets or sets visibility of the overlay text
52281
+ */
52282
+ get: function () {
52283
+ return this.i.textEmpty;
52284
+ },
52285
+ set: function (v) {
52286
+ this.i.textEmpty = igniteuiWebcomponentsCore.ensureBool(v);
52287
+ },
52288
+ enumerable: false,
52289
+ configurable: true
52290
+ });
52259
52291
  Object.defineProperty(IgcOverlayTextUpdatingEventArgs.prototype, "textLocation", {
52260
52292
  /**
52261
52293
  * Gets or sets location of the overlay text in relation to shape annotation
@@ -54668,32 +54700,36 @@
54668
54700
  aj.verticalPadding = this.adc;
54669
54701
  aj.verticalMargin = this.adb;
54670
54702
  aj.horizontalPadding = this.ada;
54671
- if (this.stylingOverlayText != null) {
54703
+ if (this.stylingOverlayText != null && k) {
54672
54704
  this.stylingOverlayText(this, aj);
54673
54705
  }
54674
54706
  OverlayTextUtil.ad(aj);
54675
- if (k && !igniteuiWebcomponentsCore.stringIsNullOrEmpty(aj.textContent)) {
54707
+ if (k && !aj.textEmpty && aj.textVisible) {
54676
54708
  ah = this.cw.cc(aj.textContent, j);
54677
54709
  ai = OverlayTextUtil.ak(aj.textLocation, ah, aj.textAngle, aj.horizontalMargin, aj.verticalMargin, aj.horizontalPadding, aj.verticalPadding, n.ac, i);
54678
54710
  }
54679
- if (igniteuiWebcomponentsCore.Extensions.a(ai)) {
54680
- b.aj.add(aj.borderThickness);
54681
- b.ah.add(aj.borderStroke);
54682
- b.ai.add(aj.borderRadius);
54683
- b.ag.add(aj.background);
54684
- b.ar.add(ah);
54685
- b.am.add(j);
54686
- b.ak.add(aj.textColor);
54687
- b.af.add(aj.textAngle);
54688
- b.al.add(aj.textContent);
54689
- b.ao.add(aj.horizontalPadding);
54690
- b.at.add(aj.verticalPadding);
54691
- b.an.add(aj.horizontalMargin);
54692
- b.as.add(aj.verticalMargin);
54693
- b.au.add(aj.textVisible);
54694
- b.ap.add(ai.x);
54695
- b.aq.add(ai.y);
54696
- }
54711
+ else {
54712
+ aj.textVisible = false;
54713
+ }
54714
+ if (!igniteuiWebcomponentsCore.Extensions.a(ai)) {
54715
+ aj.textVisible = false;
54716
+ }
54717
+ b.aj.add(aj.borderThickness);
54718
+ b.ah.add(aj.borderStroke);
54719
+ b.ai.add(aj.borderRadius);
54720
+ b.ag.add(aj.background);
54721
+ b.ar.add(ah);
54722
+ b.am.add(j);
54723
+ b.ak.add(aj.textColor);
54724
+ b.af.add(aj.textAngle);
54725
+ b.al.add(aj.textContent);
54726
+ b.ao.add(aj.horizontalPadding);
54727
+ b.at.add(aj.verticalPadding);
54728
+ b.an.add(aj.horizontalMargin);
54729
+ b.as.add(aj.verticalMargin);
54730
+ b.au.add(aj.textVisible);
54731
+ b.ap.add(ai.x);
54732
+ b.aq.add(ai.y);
54697
54733
  }
54698
54734
  };
54699
54735
  DataAnnotationShapeLayer.prototype.aei = function () {
@@ -54886,7 +54922,15 @@
54886
54922
  }
54887
54923
  }
54888
54924
  r.an = y;
54889
- if (d.al.count > 0) {
54925
+ if (d.au._inner[q]) {
54926
+ this.acb.cq.item(q)._visibility = 0;
54927
+ this.acb.cp.item(q)._visibility = 0;
54928
+ }
54929
+ else {
54930
+ this.acb.cq.item(q)._visibility = 1;
54931
+ this.acb.cp.item(q)._visibility = 1;
54932
+ }
54933
+ if (d.au._inner[q]) {
54890
54934
  var aa = new OverlayTextInfo();
54891
54935
  aa.background = d.ag._inner[q];
54892
54936
  aa.textColor = d.ak._inner[q];
@@ -54902,18 +54946,18 @@
54902
54946
  aa.textVisible = d.au._inner[q];
54903
54947
  aa.textContent = d.al._inner[q];
54904
54948
  aa.f = d.am._inner[q];
54905
- aa.ac = d.ar._inner[q];
54906
- aa.t = this.acb.cq.item(q);
54907
- aa.ab = this.acb.cp.item(q);
54949
+ aa.ad = d.ar._inner[q];
54950
+ aa.u = this.acb.cq.item(q);
54951
+ aa.ac = this.acb.cp.item(q);
54908
54952
  var ab = d.ap._inner[q];
54909
54953
  var ac = d.aq._inner[q];
54910
- aa.z = { $type: igniteuiWebcomponentsCore.Point_$type, x: ab, y: ac };
54911
- OverlayTextUtil.y(aa.ab, aa.background, aa.borderStroke, aa.borderThickness, aa.borderRadius);
54912
- OverlayTextUtil.z(aa.t, aa.textColor);
54954
+ aa.aa = { $type: igniteuiWebcomponentsCore.Point_$type, x: ab, y: ac };
54955
+ OverlayTextUtil.y(aa.ac, aa.background, aa.borderStroke, aa.borderThickness, aa.borderRadius);
54956
+ OverlayTextUtil.z(aa.u, aa.textColor);
54913
54957
  OverlayTextUtil.x(aa);
54914
54958
  OverlayTextUtil.w(aa);
54915
- this.cw.av(aa.t, aa.f);
54916
- this.cw.aw(aa.t, aa.f);
54959
+ this.cw.av(aa.u, aa.f);
54960
+ this.cw.aw(aa.u, aa.f);
54917
54961
  }
54918
54962
  }
54919
54963
  c.count = f;
@@ -55263,8 +55307,10 @@
55263
55307
  }
55264
55308
  for (var g = 0; g < this.cs.count; g++) {
55265
55309
  var h = this.cs._inner[g];
55266
- a.ad(h.dataContext);
55267
- a.x(h);
55310
+ if (h._visibility == 0) {
55311
+ a.ad(h.dataContext);
55312
+ a.x(h);
55313
+ }
55268
55314
  }
55269
55315
  }
55270
55316
  };
@@ -57639,6 +57685,18 @@
57639
57685
  $ret.b = _this.agd;
57640
57686
  return $ret;
57641
57687
  })()));
57688
+ var c = this.aga;
57689
+ if (c == 0) {
57690
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelX)) {
57691
+ c = 6;
57692
+ }
57693
+ }
57694
+ var d = this.agb;
57695
+ if (d == 0) {
57696
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelY)) {
57697
+ d = 6;
57698
+ }
57699
+ }
57642
57700
  b.b.add(((function () {
57643
57701
  var $ret = new DataAnnotationInfo();
57644
57702
  $ret.textColor = _this.af3;
@@ -57650,8 +57708,8 @@
57650
57708
  $ret.dataLabelY = b.centerLabelY;
57651
57709
  $ret.dataValueX = b.z.x;
57652
57710
  $ret.dataValueY = b.z.y;
57653
- $ret.a = _this.aga;
57654
- $ret.b = _this.agb;
57711
+ $ret.a = c;
57712
+ $ret.b = d;
57655
57713
  return $ret;
57656
57714
  })()));
57657
57715
  };
@@ -57844,6 +57902,18 @@
57844
57902
  $ret.k = b.shapeStartY;
57845
57903
  return $ret;
57846
57904
  })()));
57905
+ var c = this.aga;
57906
+ if (c == 0) {
57907
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelX)) {
57908
+ c = 6;
57909
+ }
57910
+ }
57911
+ var d = this.agb;
57912
+ if (d == 0) {
57913
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelY)) {
57914
+ d = 6;
57915
+ }
57916
+ }
57847
57917
  b.b.add(((function () {
57848
57918
  var $ret = new DataAnnotationInfo();
57849
57919
  $ret.textColor = _this.af3;
@@ -57855,8 +57925,8 @@
57855
57925
  $ret.dataLabelY = b.centerLabelY;
57856
57926
  $ret.dataValueX = b.shapeCenterX;
57857
57927
  $ret.dataValueY = b.shapeCenterY;
57858
- $ret.a = _this.aga;
57859
- $ret.b = _this.agb;
57928
+ $ret.a = c;
57929
+ $ret.b = d;
57860
57930
  return $ret;
57861
57931
  })()));
57862
57932
  };
@@ -58067,6 +58137,18 @@
58067
58137
  $ret.b = _this.agd;
58068
58138
  return $ret;
58069
58139
  })()));
58140
+ var e = this.aga;
58141
+ if (e == 0) {
58142
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelX)) {
58143
+ e = 6;
58144
+ }
58145
+ }
58146
+ var f = this.agb;
58147
+ if (f == 0) {
58148
+ if (igniteuiWebcomponentsCore.stringIsNullOrEmpty(b.centerLabelY)) {
58149
+ f = 6;
58150
+ }
58151
+ }
58070
58152
  b.b.add(((function () {
58071
58153
  var $ret = new DataAnnotationInfo();
58072
58154
  $ret.textColor = _this.af3;
@@ -58078,8 +58160,8 @@
58078
58160
  $ret.dataLabelY = b.centerLabelY;
58079
58161
  $ret.dataValueX = b.z.x;
58080
58162
  $ret.dataValueY = b.z.y;
58081
- $ret.a = _this.aga;
58082
- $ret.b = _this.agb;
58163
+ $ret.a = e;
58164
+ $ret.b = f;
58083
58165
  return $ret;
58084
58166
  })()));
58085
58167
  };
@@ -59027,15 +59109,21 @@
59027
59109
  AxisAnnotationManager.prototype.onAddAnnotations = function (a) {
59028
59110
  var b = 0;
59029
59111
  for (var c = 0; c < a.ao.count; c++) {
59030
- b = this.a(a, a.ao._inner[c], b);
59112
+ b = this.b(a, a.ao._inner[c], b);
59031
59113
  }
59032
59114
  for (var d = 0; d < a.an.count; d++) {
59033
- b = this.a(a, a.an._inner[d], b);
59115
+ b = this.b(a, a.an._inner[d], b);
59034
59116
  }
59035
59117
  a.bp.count = b;
59036
59118
  a.bq.count = b;
59037
59119
  };
59038
- AxisAnnotationManager.prototype.a = function (a, b, c) {
59120
+ AxisAnnotationManager.prototype.a = function (a) {
59121
+ if (igniteuiWebcomponentsCore.isNaN_(a) || a < 0) {
59122
+ return igniteuiWebcomponentsCore.DeviceUtils.g(3);
59123
+ }
59124
+ return a;
59125
+ };
59126
+ AxisAnnotationManager.prototype.b = function (a, b, c) {
59039
59127
  var d = NaN;
59040
59128
  d = b.value;
59041
59129
  var e = new LabelPosition(a.e6(d));
@@ -59068,8 +59156,8 @@
59068
59156
  l.ao = b.textColor;
59069
59157
  }
59070
59158
  k._fill = b.background;
59071
- k.ap = b.backgroundCornerRadius;
59072
- k.aq = b.backgroundCornerRadius;
59159
+ k.ap = this.a(b.backgroundCornerRadius);
59160
+ k.aq = this.a(b.backgroundCornerRadius);
59073
59161
  k._stroke = b.outline;
59074
59162
  k.ad = b.strokeThickness;
59075
59163
  k.s = m;
@@ -59104,11 +59192,11 @@
59104
59192
  }
59105
59193
  }
59106
59194
  };
59107
- AxisAnnotationManager.prototype.b = function (a, b) {
59195
+ AxisAnnotationManager.prototype.c = function (a, b) {
59108
59196
  this.owner.cq = true;
59109
59197
  this.owner.ia();
59110
59198
  };
59111
- AxisAnnotationManager.prototype.c = function (a) {
59199
+ AxisAnnotationManager.prototype.d = function (a) {
59112
59200
  if (a.oldItems != null) {
59113
59201
  for (var b = 0; b < a.oldItems.count; b++) {
59114
59202
  var c = a.oldItems.item(b);
@@ -59116,7 +59204,7 @@
59116
59204
  continue;
59117
59205
  }
59118
59206
  var d = c;
59119
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b));
59207
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.c));
59120
59208
  }
59121
59209
  }
59122
59210
  if (a.newItems != null) {
@@ -59126,21 +59214,21 @@
59126
59214
  continue;
59127
59215
  }
59128
59216
  var g = f;
59129
- g.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(g.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b));
59217
+ g.propertyChanged = igniteuiWebcomponentsCore.delegateCombine(g.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.c));
59130
59218
  }
59131
59219
  }
59132
59220
  this.owner.cq = true;
59133
59221
  this.owner.ia();
59134
59222
  };
59135
59223
  AxisAnnotationManager.prototype.onAnnotionsChanged = function (a, b, c) {
59136
- this.c(c);
59224
+ this.d(c);
59137
59225
  };
59138
59226
  AxisAnnotationManager.prototype.onAnnotionsReset = function (a, b, c) {
59139
59227
  var e_1, _a;
59140
59228
  try {
59141
59229
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
59142
59230
  var d = _c.value;
59143
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b));
59231
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.c));
59144
59232
  }
59145
59233
  }
59146
59234
  catch (e_1_1) {
@@ -59158,14 +59246,14 @@
59158
59246
  }
59159
59247
  };
59160
59248
  AxisAnnotationManager.prototype.onAutoAnnotionsChanged = function (a, b, c) {
59161
- this.c(c);
59249
+ this.d(c);
59162
59250
  };
59163
59251
  AxisAnnotationManager.prototype.onAutoAnnotionsReset = function (a, b, c) {
59164
59252
  var e_2, _a;
59165
59253
  try {
59166
59254
  for (var _b = tslib.__values(igniteuiWebcomponentsCore.fromEnum(b)), _c = _b.next(); !_c.done; _c = _b.next()) {
59167
59255
  var d = _c.value;
59168
- d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.b));
59256
+ d.propertyChanged = igniteuiWebcomponentsCore.delegateRemove(d.propertyChanged, igniteuiWebcomponentsCore.runOn(this, this.c));
59169
59257
  }
59170
59258
  }
59171
59259
  catch (e_2_1) {
@@ -96513,12 +96601,12 @@
96513
96601
  if (b != null && b.az != null) {
96514
96602
  this.ag4 = b.az.textColor;
96515
96603
  }
96516
- this.ag2 = AxisDefaults.j;
96517
- this.ag9 = AxisDefaults.j;
96518
- this.agy = AxisDefaults.h;
96519
- this.ag5 = AxisDefaults.h;
96520
- this.ag1 = AxisDefaults.g;
96521
- this.ag8 = AxisDefaults.g;
96604
+ this.ag2 = AxisDefaults.axis_TickBrush;
96605
+ this.ag9 = AxisDefaults.axis_TickBrush;
96606
+ this.agy = AxisDefaults.axis_MajorBrush;
96607
+ this.ag5 = AxisDefaults.axis_MajorBrush;
96608
+ this.ag1 = AxisDefaults.axis_LineBrush;
96609
+ this.ag8 = AxisDefaults.axis_LineBrush;
96522
96610
  };
96523
96611
  XYChart.prototype.wh = function (a, b, c) {
96524
96612
  var _this = this;
@@ -98438,13 +98526,13 @@
98438
98526
  this.ag4 = a.k;
98439
98527
  }
98440
98528
  this.acw = 0;
98441
- this.ag5 = AxisDefaults.h;
98529
+ this.ag5 = AxisDefaults.axis_MajorBrush;
98442
98530
  this.ag8 = null;
98443
- this.ag1 = AxisDefaults.g;
98531
+ this.ag1 = AxisDefaults.axis_LineBrush;
98444
98532
  this.agy = null;
98445
- this.acf = AxisDefaults.f;
98446
- this.ag2 = AxisDefaults.j;
98447
- this.acg = AxisDefaults.e;
98533
+ this.acf = AxisDefaults.categoryAxis_TickLength;
98534
+ this.ag2 = AxisDefaults.axis_TickBrush;
98535
+ this.acg = AxisDefaults.axis_TickStroke;
98448
98536
  this.crosshairsAnnotationEnabled = true;
98449
98537
  this.gq = true;
98450
98538
  this.crosshairsDisplayMode = 0;
@@ -108712,6 +108800,8 @@
108712
108800
  return this.createSeriesComponent('IgcDataToolTipLayerComponent');
108713
108801
  case igniteuiWebcomponentsCore.DataSeriesType.ValueLayer:
108714
108802
  return this.createSeriesComponent('IgcValueLayerComponent');
108803
+ case igniteuiWebcomponentsCore.DataSeriesType.TrendLineLayer:
108804
+ return this.createSeriesComponent('IgcTrendLineLayerComponent');
108715
108805
  default:
108716
108806
  return this.createSeriesComponent('IgcColumnSeriesComponent');
108717
108807
  }
@@ -115716,6 +115806,11 @@
115716
115806
  IgcDataToolTipLayerModule.register();
115717
115807
  IgcValueLayerModule.register();
115718
115808
  IgcTrendLineLayerModule.register();
115809
+ IgcDataAnnotationBandLayerModule.register();
115810
+ IgcDataAnnotationLineLayerModule.register();
115811
+ IgcDataAnnotationRectLayerModule.register();
115812
+ IgcDataAnnotationSliceLayerModule.register();
115813
+ IgcDataAnnotationStripLayerModule.register();
115719
115814
  igniteuiWebcomponentsCore.TypeRegistrar.register('FastItemObjectColumn', igniteuiWebcomponentsCore.FastItemObjectColumn.$type);
115720
115815
  };
115721
115816
  return IgcDataChartAnnotationModule;
@@ -117619,7 +117714,7 @@
117619
117714
  }
117620
117715
  }
117621
117716
  if (d) {
117622
- var e = this.a(c, "xaxis", AxisDefaults.h);
117717
+ var e = this.a(c, "xaxis", AxisDefaults.axis_MajorBrush);
117623
117718
  c.agy = e.b;
117624
117719
  c.acc = e.a;
117625
117720
  }
@@ -117635,7 +117730,7 @@
117635
117730
  }
117636
117731
  }
117637
117732
  if (d) {
117638
- var f = this.a(c, "yaxis", AxisDefaults.h);
117733
+ var f = this.a(c, "yaxis", AxisDefaults.axis_MajorBrush);
117639
117734
  c.ag5 = f.b;
117640
117735
  c.act = f.a;
117641
117736
  }
@@ -117645,11 +117740,11 @@
117645
117740
  if (igniteuiWebcomponentsCore.typeCast(XYChart.$, a) !== null) {
117646
117741
  var g = a;
117647
117742
  if (!this.f.d("xaxis")) {
117648
- this.a(g, "xaxis", AxisDefaults.h);
117743
+ this.a(g, "xaxis", AxisDefaults.axis_MajorBrush);
117649
117744
  }
117650
117745
  g.acc = 0;
117651
117746
  if (!this.f.d("yaxis")) {
117652
- this.a(g, "yaxis", AxisDefaults.h);
117747
+ this.a(g, "yaxis", AxisDefaults.axis_MajorBrush);
117653
117748
  }
117654
117749
  g.act = 0;
117655
117750
  }
@@ -118336,12 +118431,12 @@
118336
118431
  if (b != null && b.az != null) {
118337
118432
  this.ag4 = b.az.textColor;
118338
118433
  }
118339
- this.ag2 = AxisDefaults.j;
118340
- this.ag9 = AxisDefaults.j;
118341
- this.agy = AxisDefaults.h;
118342
- this.ag5 = AxisDefaults.h;
118343
- this.ag1 = AxisDefaults.g;
118344
- this.ag8 = AxisDefaults.g;
118434
+ this.ag2 = AxisDefaults.axis_TickBrush;
118435
+ this.ag9 = AxisDefaults.axis_TickBrush;
118436
+ this.agy = AxisDefaults.axis_MajorBrush;
118437
+ this.ag5 = AxisDefaults.axis_MajorBrush;
118438
+ this.ag1 = AxisDefaults.axis_LineBrush;
118439
+ this.ag8 = AxisDefaults.axis_LineBrush;
118345
118440
  };
118346
118441
  RadialBaseChart.prototype.wh = function (a, b, c) {
118347
118442
  var _this = this;
@@ -123176,8 +123271,8 @@
123176
123271
  }
123177
123272
  CategoryAngleAxisView.prototype.al = function () {
123178
123273
  _super.prototype.al.call(this);
123179
- this.a.jz = AxisDefaults.h;
123180
- this.a.j2 = AxisDefaults.g;
123274
+ this.a.jz = AxisDefaults.axis_MajorBrush;
123275
+ this.a.j2 = AxisDefaults.axis_LineBrush;
123181
123276
  };
123182
123277
  CategoryAngleAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryAngleAxisView, 'CategoryAngleAxisView', CategoryAxisBaseView.$);
123183
123278
  return CategoryAngleAxisView;
@@ -123195,8 +123290,8 @@
123195
123290
  }
123196
123291
  NumericAngleAxisView.prototype.al = function () {
123197
123292
  _super.prototype.al.call(this);
123198
- this.a.jz = AxisDefaults.h;
123199
- this.a.j2 = AxisDefaults.g;
123293
+ this.a.jz = AxisDefaults.axis_MajorBrush;
123294
+ this.a.j2 = AxisDefaults.axis_LineBrush;
123200
123295
  };
123201
123296
  NumericAngleAxisView.$t = igniteuiWebcomponentsCore.markType(NumericAngleAxisView, 'NumericAngleAxisView', NumericAxisBaseView.$);
123202
123297
  return NumericAngleAxisView;
@@ -123214,8 +123309,8 @@
123214
123309
  }
123215
123310
  NumericRadiusAxisView.prototype.al = function () {
123216
123311
  _super.prototype.al.call(this);
123217
- this.a.jz = AxisDefaults.h;
123218
- this.a.j2 = AxisDefaults.g;
123312
+ this.a.jz = AxisDefaults.axis_MajorBrush;
123313
+ this.a.j2 = AxisDefaults.axis_LineBrush;
123219
123314
  };
123220
123315
  NumericRadiusAxisView.$t = igniteuiWebcomponentsCore.markType(NumericRadiusAxisView, 'NumericRadiusAxisView', NumericAxisBaseView.$);
123221
123316
  return NumericRadiusAxisView;
@@ -129127,7 +129222,7 @@
129127
129222
  this.agy = igniteuiWebcomponentsCore.BrushUtil.j(0, 0, 0, 0);
129128
129223
  this.acb = 0;
129129
129224
  this.ag2 = igniteuiWebcomponentsCore.BrushUtil.j(0, 0, 0, 0);
129130
- this.acc = AxisDefaults.e;
129225
+ this.acc = AxisDefaults.axis_TickStroke;
129131
129226
  this.ahj = 1;
129132
129227
  this.ahk = 1;
129133
129228
  this.crosshairsDisplayMode = 1;
@@ -149341,7 +149436,7 @@
149341
149436
  }
149342
149437
  CategoryDateTimeXAxisView.prototype.al = function () {
149343
149438
  _super.prototype.al.call(this);
149344
- this.a.fj = AxisDefaults.f;
149439
+ this.a.fj = AxisDefaults.categoryAxis_TickLength;
149345
149440
  };
149346
149441
  CategoryDateTimeXAxisView.prototype.s = function (a) {
149347
149442
  var b = this.q(igniteuiWebcomponentsCore.dateFromTicks(igniteuiWebcomponentsCore.truncate(a)));
@@ -182120,13 +182215,13 @@
182120
182215
  this.age = 0;
182121
182216
  this.acw = 0;
182122
182217
  this.ag8 = null;
182123
- this.ag1 = AxisDefaults.g;
182124
- this.acg = AxisDefaults.e;
182125
- this.acf = AxisDefaults.f;
182126
- this.ag2 = AxisDefaults.j;
182218
+ this.ag1 = AxisDefaults.axis_LineBrush;
182219
+ this.acg = AxisDefaults.axis_TickStroke;
182220
+ this.acf = AxisDefaults.categoryAxis_TickLength;
182221
+ this.ag2 = AxisDefaults.axis_TickBrush;
182127
182222
  this.agy = null;
182128
- this.aqz = AxisDefaults.h;
182129
- this.al5 = AxisDefaults.b;
182223
+ this.aqz = AxisDefaults.axis_MajorBrush;
182224
+ this.al5 = AxisDefaults.axis_MajorStroke;
182130
182225
  this.finalValueAnnotationsVisible = true;
182131
182226
  this.crosshairsAnnotationEnabled = true;
182132
182227
  this.gq = false;
@@ -187121,6 +187216,8 @@
187121
187216
  return this.createSeriesComponent('IgcCalloutLayerComponent');
187122
187217
  case igniteuiWebcomponentsCore.DataSeriesType.DataToolTipLayer:
187123
187218
  return this.createSeriesComponent('IgcDataToolTipLayerComponent');
187219
+ case igniteuiWebcomponentsCore.DataSeriesType.TrendLineLayer:
187220
+ return this.createSeriesComponent('IgcTrendLineLayerComponent');
187124
187221
  default:
187125
187222
  return this.createSeriesComponent('IgcColumnSeriesComponent');
187126
187223
  }
@@ -212414,7 +212511,7 @@
212414
212511
  }
212415
212512
  NumericXAxisView.prototype.al = function () {
212416
212513
  _super.prototype.al.call(this);
212417
- this.a.jz = AxisDefaults.h;
212514
+ this.a.jz = AxisDefaults.axis_MajorBrush;
212418
212515
  };
212419
212516
  NumericXAxisView.$t = igniteuiWebcomponentsCore.markType(NumericXAxisView, 'NumericXAxisView', StraightNumericAxisBaseView.$);
212420
212517
  return NumericXAxisView;
@@ -231096,7 +231193,7 @@
231096
231193
  }
231097
231194
  CategoryYAxisView.prototype.al = function () {
231098
231195
  _super.prototype.al.call(this);
231099
- this.a.fj = AxisDefaults.f;
231196
+ this.a.fj = AxisDefaults.categoryAxis_TickLength;
231100
231197
  };
231101
231198
  CategoryYAxisView.$t = igniteuiWebcomponentsCore.markType(CategoryYAxisView, 'CategoryYAxisView', CategoryAxisBaseView.$);
231102
231199
  return CategoryYAxisView;