igniteui-webcomponents-charts 4.0.3 → 4.2.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 (157) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +1524 -1369
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AnchoredCategorySeries_combined.js +4 -3
  4. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  5. package/esm2015/lib/AreaSeries_combined.js +8 -8
  6. package/esm2015/lib/BarSeries_combined.js +1 -1
  7. package/esm2015/lib/BollingerBandsOverlay_combined.js +8 -8
  8. package/esm2015/lib/BubbleSeries_combined.js +20 -15
  9. package/esm2015/lib/CalloutLayer_combined.js +12 -12
  10. package/esm2015/lib/CategoryHighlightLayer_combined.js +1 -1
  11. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +4 -4
  12. package/esm2015/lib/CategoryToolTipLayer_combined.js +3 -1
  13. package/esm2015/lib/CategoryXAxis_combined.js +1 -1
  14. package/esm2015/lib/CategoryYAxis_combined.js +2 -4
  15. package/esm2015/lib/ColumnSeries_combined.js +1 -1
  16. package/esm2015/lib/CrosshairLayer_combined.js +1 -1
  17. package/esm2015/lib/DataLegendContent_combined.js +491 -476
  18. package/esm2015/lib/DataLegendStylingColumnEventArgs.js +2 -1
  19. package/esm2015/lib/DataToolTipLayer_combined.js +3 -1
  20. package/esm2015/lib/FinancialIndicator_combined.js +17 -17
  21. package/esm2015/lib/FinancialPriceSeries_combined.js +37 -30
  22. package/esm2015/lib/FunnelLegendTemplates.js +1 -1
  23. package/esm2015/lib/HighDensityScatterSeries_combined.js +12 -10
  24. package/esm2015/lib/HorizontalAxisView_combined.js +30 -30
  25. package/esm2015/lib/HorizontalRangeCategorySeries.js +12 -8
  26. package/esm2015/lib/ItemToolTipLayer_combined.js +3 -1
  27. package/esm2015/lib/LegendBaseViewManager_combined.js +1 -1
  28. package/esm2015/lib/LineSeries_combined.js +6 -6
  29. package/esm2015/lib/NumericXAxis_combined.js +2 -2
  30. package/esm2015/lib/NumericYAxis_combined.js +2 -2
  31. package/esm2015/lib/PieChartViewManager_combined.js +38 -30
  32. package/esm2015/lib/PieLegendTemplates.js +2 -2
  33. package/esm2015/lib/PointerTooltip_combined.js +10 -10
  34. package/esm2015/lib/PolarAreaSeries_combined.js +4 -4
  35. package/esm2015/lib/PolarBase_combined.js +9 -7
  36. package/esm2015/lib/PolarLineSeries_combined.js +2 -2
  37. package/esm2015/lib/PolarSplineAreaSeries_combined.js +4 -4
  38. package/esm2015/lib/PolarSplineSeries_combined.js +2 -2
  39. package/esm2015/lib/PriceChannelOverlay_combined.js +6 -6
  40. package/esm2015/lib/RadialAreaSeries_combined.js +8 -8
  41. package/esm2015/lib/RadialColumnSeries_combined.js +1 -1
  42. package/esm2015/lib/RadialLineSeries_combined.js +6 -6
  43. package/esm2015/lib/RadialPieSeries_combined.js +1 -1
  44. package/esm2015/lib/RangeAreaSeries_combined.js +6 -6
  45. package/esm2015/lib/RangeColumnSeries_combined.js +1 -1
  46. package/esm2015/lib/ScaleLegend_combined.js +8 -6
  47. package/esm2015/lib/ScatterAreaSeries_combined.js +17 -14
  48. package/esm2015/lib/ScatterBase_combined.js +10 -8
  49. package/esm2015/lib/ScatterContourSeries_combined.js +14 -11
  50. package/esm2015/lib/ScatterLineSeriesView.js +2 -2
  51. package/esm2015/lib/ScatterPolygonSeries_combined.js +4 -4
  52. package/esm2015/lib/ScatterSplineSeriesView.js +2 -2
  53. package/esm2015/lib/ScatterTriangulationSeries.js +8 -8
  54. package/esm2015/lib/SeriesViewer_combined.js +134 -111
  55. package/esm2015/lib/ShapeSeriesBase_combined.js +5 -5
  56. package/esm2015/lib/SplineAreaSeries_combined.js +8 -8
  57. package/esm2015/lib/SplineSeries_combined.js +6 -6
  58. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +50 -38
  59. package/esm2015/lib/StepAreaSeries_combined.js +8 -8
  60. package/esm2015/lib/StepLineSeries_combined.js +6 -6
  61. package/esm2015/lib/TreemapView_combined.js +21 -21
  62. package/esm2015/lib/ValueOverlay_combined.js +1 -1
  63. package/esm2015/lib/WaterfallSeries_combined.js +1 -1
  64. package/esm2015/lib/XamFunnelView_combined.js +22 -22
  65. package/esm2015/lib/ZoomSliderView_combined.js +23 -23
  66. package/esm2015/lib/igc-assigning-series-style-event-args-base.js +5 -3
  67. package/esm2015/lib/igc-data-legend-component.js +256 -257
  68. package/esm2015/lib/igc-data-legend-styling-column-event-args.js +19 -10
  69. package/esm2015/lib/igc-data-tool-tip-layer-component.js +0 -1
  70. package/esm2015/lib/igc-domain-chart-component.js +45 -27
  71. package/esm2015/lib/igc-financial-event-args.js +10 -6
  72. package/esm2015/lib/igc-ring-series-component.js +5 -3
  73. package/esm2015/lib/igc-scatter-polygon-series-component.js +5 -3
  74. package/esm2015/lib/igc-scatter-polyline-series-component.js +5 -3
  75. package/esm2015/lib/igc-stacked-series-created-event-args.js +5 -3
  76. package/esm5/lib/AnchoredCategorySeries_combined.js +4 -3
  77. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +5 -4
  78. package/esm5/lib/AreaSeries_combined.js +8 -8
  79. package/esm5/lib/BarSeries_combined.js +1 -1
  80. package/esm5/lib/BollingerBandsOverlay_combined.js +8 -8
  81. package/esm5/lib/BubbleSeries_combined.js +20 -15
  82. package/esm5/lib/CalloutLayer_combined.js +12 -12
  83. package/esm5/lib/CategoryHighlightLayer_combined.js +1 -1
  84. package/esm5/lib/CategoryItemHighlightLayer_combined.js +4 -4
  85. package/esm5/lib/CategoryToolTipLayer_combined.js +3 -1
  86. package/esm5/lib/CategoryXAxis_combined.js +1 -1
  87. package/esm5/lib/CategoryYAxis_combined.js +2 -4
  88. package/esm5/lib/ColumnSeries_combined.js +1 -1
  89. package/esm5/lib/CrosshairLayer_combined.js +1 -1
  90. package/esm5/lib/DataLegendContent_combined.js +495 -480
  91. package/esm5/lib/DataLegendStylingColumnEventArgs.js +2 -1
  92. package/esm5/lib/DataToolTipLayer_combined.js +3 -1
  93. package/esm5/lib/FinancialIndicator_combined.js +17 -17
  94. package/esm5/lib/FinancialPriceSeries_combined.js +37 -30
  95. package/esm5/lib/FunnelLegendTemplates.js +1 -1
  96. package/esm5/lib/HighDensityScatterSeries_combined.js +12 -10
  97. package/esm5/lib/HorizontalAxisView_combined.js +30 -30
  98. package/esm5/lib/HorizontalRangeCategorySeries.js +12 -8
  99. package/esm5/lib/ItemToolTipLayer_combined.js +3 -1
  100. package/esm5/lib/LegendBaseViewManager_combined.js +1 -1
  101. package/esm5/lib/LineSeries_combined.js +6 -6
  102. package/esm5/lib/NumericXAxis_combined.js +2 -2
  103. package/esm5/lib/NumericYAxis_combined.js +2 -2
  104. package/esm5/lib/PieChartViewManager_combined.js +38 -30
  105. package/esm5/lib/PieLegendTemplates.js +2 -2
  106. package/esm5/lib/PointerTooltip_combined.js +10 -10
  107. package/esm5/lib/PolarAreaSeries_combined.js +4 -4
  108. package/esm5/lib/PolarBase_combined.js +9 -7
  109. package/esm5/lib/PolarLineSeries_combined.js +2 -2
  110. package/esm5/lib/PolarSplineAreaSeries_combined.js +4 -4
  111. package/esm5/lib/PolarSplineSeries_combined.js +2 -2
  112. package/esm5/lib/PriceChannelOverlay_combined.js +6 -6
  113. package/esm5/lib/RadialAreaSeries_combined.js +8 -8
  114. package/esm5/lib/RadialColumnSeries_combined.js +1 -1
  115. package/esm5/lib/RadialLineSeries_combined.js +6 -6
  116. package/esm5/lib/RadialPieSeries_combined.js +1 -1
  117. package/esm5/lib/RangeAreaSeries_combined.js +6 -6
  118. package/esm5/lib/RangeColumnSeries_combined.js +1 -1
  119. package/esm5/lib/ScaleLegend_combined.js +8 -6
  120. package/esm5/lib/ScatterAreaSeries_combined.js +17 -14
  121. package/esm5/lib/ScatterBase_combined.js +10 -8
  122. package/esm5/lib/ScatterContourSeries_combined.js +14 -11
  123. package/esm5/lib/ScatterLineSeriesView.js +2 -2
  124. package/esm5/lib/ScatterPolygonSeries_combined.js +4 -4
  125. package/esm5/lib/ScatterSplineSeriesView.js +2 -2
  126. package/esm5/lib/ScatterTriangulationSeries.js +8 -8
  127. package/esm5/lib/SeriesViewer_combined.js +134 -111
  128. package/esm5/lib/ShapeSeriesBase_combined.js +5 -5
  129. package/esm5/lib/SplineAreaSeries_combined.js +8 -8
  130. package/esm5/lib/SplineSeries_combined.js +6 -6
  131. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +72 -43
  132. package/esm5/lib/StepAreaSeries_combined.js +8 -8
  133. package/esm5/lib/StepLineSeries_combined.js +6 -6
  134. package/esm5/lib/TreemapView_combined.js +21 -21
  135. package/esm5/lib/ValueOverlay_combined.js +1 -1
  136. package/esm5/lib/WaterfallSeries_combined.js +1 -1
  137. package/esm5/lib/XamFunnelView_combined.js +22 -22
  138. package/esm5/lib/ZoomSliderView_combined.js +23 -23
  139. package/esm5/lib/igc-assigning-series-style-event-args-base.js +5 -3
  140. package/esm5/lib/igc-data-legend-component.js +256 -257
  141. package/esm5/lib/igc-data-legend-styling-column-event-args.js +22 -9
  142. package/esm5/lib/igc-data-tool-tip-layer-component.js +0 -1
  143. package/esm5/lib/igc-domain-chart-component.js +45 -27
  144. package/esm5/lib/igc-financial-event-args.js +10 -6
  145. package/esm5/lib/igc-ring-series-component.js +5 -3
  146. package/esm5/lib/igc-scatter-polygon-series-component.js +5 -3
  147. package/esm5/lib/igc-scatter-polyline-series-component.js +5 -3
  148. package/esm5/lib/igc-stacked-series-created-event-args.js +5 -3
  149. package/fesm2015/igniteui-webcomponents-charts.js +1495 -1361
  150. package/fesm5/igniteui-webcomponents-charts.js +1524 -1369
  151. package/lib/DataLegendContent_combined.d.ts +111 -109
  152. package/lib/DataLegendStylingColumnEventArgs.d.ts +3 -2
  153. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +3 -2
  154. package/lib/igc-data-legend-component.d.ts +0 -1
  155. package/lib/igc-data-legend-styling-column-event-args.d.ts +5 -1
  156. package/lib/igc-data-tool-tip-layer-component.d.ts +0 -1
  157. package/package.json +2 -2
@@ -3385,53 +3385,61 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3385
3385
  let a = this.k == this.j;
3386
3386
  if (this.k != null && this.k.d && !a) {
3387
3387
  if (this.a.c0 != 1) {
3388
- this.k.z();
3389
- this.k.aa(this.a.c0, this.a.c0);
3388
+ this.k.aa();
3389
+ this.k.ab(this.a.c0, this.a.c0);
3390
3390
  }
3391
3391
  if (!this.b1.isEmpty) {
3392
- this.k.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3392
+ if (!this.k.e) {
3393
+ this.k.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3394
+ }
3393
3395
  }
3394
3396
  }
3395
3397
  if (this.i != null && this.i.d && !a) {
3396
3398
  if (this.a.c0 != 1) {
3397
- this.i.z();
3398
- this.i.aa(this.a.c0, this.a.c0);
3399
+ this.i.aa();
3400
+ this.i.ab(this.a.c0, this.a.c0);
3399
3401
  }
3400
3402
  if (!this.b1.isEmpty) {
3401
- this.i.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3403
+ if (!this.i.e) {
3404
+ this.i.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3405
+ }
3402
3406
  }
3403
3407
  }
3404
3408
  if (this.j != null && this.j.d) {
3405
3409
  if (this.a.c0 != 1) {
3406
- this.j.z();
3407
- this.j.aa(this.a.c0, this.a.c0);
3410
+ this.j.aa();
3411
+ this.j.ab(this.a.c0, this.a.c0);
3408
3412
  }
3409
3413
  if (!this.b1.isEmpty) {
3410
- this.j.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3414
+ if (!this.j.e) {
3415
+ this.j.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3416
+ }
3411
3417
  }
3412
3418
  }
3413
3419
  if (this.h != null && this.h.d && !a) {
3414
3420
  if (this.a.c0 != 1) {
3415
- this.h.z();
3416
- this.h.aa(this.a.c0, this.a.c0);
3421
+ this.h.aa();
3422
+ this.h.ab(this.a.c0, this.a.c0);
3417
3423
  }
3418
3424
  if (!this.b1.isEmpty) {
3419
- this.h.k(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3425
+ if (!this.h.e) {
3426
+ this.h.l(this.b1.left, this.b1.top, this.b1.width, this.b1.height);
3427
+ }
3420
3428
  }
3421
3429
  }
3422
3430
  this.a7();
3423
3431
  if (!this.b1.isEmpty && this.a.c0 != 1) {
3424
3432
  if (this.k != null && this.k.d && !a) {
3425
- this.k.y();
3433
+ this.k.z();
3426
3434
  }
3427
3435
  if (this.i != null && this.i.d && !a) {
3428
- this.i.y();
3436
+ this.i.z();
3429
3437
  }
3430
3438
  if (this.j != null && this.j.d) {
3431
- this.j.y();
3439
+ this.j.z();
3432
3440
  }
3433
3441
  if (this.h != null && this.h.d && !a) {
3434
- this.h.y();
3442
+ this.h.z();
3435
3443
  }
3436
3444
  }
3437
3445
  }
@@ -3446,7 +3454,7 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3446
3454
  if (this.a.fn != null) {
3447
3455
  a = this.a.bl();
3448
3456
  }
3449
- this.i.ac(a);
3457
+ this.i.ad(a);
3450
3458
  for (let b of fromEnum(this.u)) {
3451
3459
  if (b._visibility == 0) {
3452
3460
  let c = b.aj;
@@ -3463,13 +3471,13 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3463
3471
  else {
3464
3472
  c.ao = b.ah.b2;
3465
3473
  }
3466
- this.i.w(c);
3474
+ this.i.x(c);
3467
3475
  }
3468
3476
  }
3469
3477
  let d = b.ah.b0;
3470
3478
  if (b.ah.y != null) {
3471
3479
  let e = new Path();
3472
- this.j.i(e, b.ah.y);
3480
+ this.j.j(e, b.ah.y);
3473
3481
  if (e._fill != null) {
3474
3482
  d = e._fill;
3475
3483
  }
@@ -3478,17 +3486,17 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3478
3486
  b.aq._stroke = d;
3479
3487
  b.aq.ac = 1;
3480
3488
  if (this.a.i6 != null) {
3481
- this.i.i(b.aq, this.a.i6);
3489
+ this.i.j(b.aq, this.a.i6);
3482
3490
  }
3483
- this.i.s(b.aq);
3491
+ this.i.t(b.aq);
3484
3492
  }
3485
3493
  if (this.a.a0 == 0 && b.ap != null) {
3486
3494
  b.ap._stroke = d;
3487
3495
  b.ap.ac = 1;
3488
3496
  if (this.a.i6 != null) {
3489
- this.i.i(b.ap, this.a.i6);
3497
+ this.i.j(b.ap, this.a.i6);
3490
3498
  }
3491
- this.i.r(b.ap);
3499
+ this.i.s(b.ap);
3492
3500
  }
3493
3501
  }
3494
3502
  }
@@ -3509,22 +3517,22 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3509
3517
  b._stroke = a.b1;
3510
3518
  }
3511
3519
  if (a.y != null) {
3512
- this.j.i(b, a.y);
3520
+ this.j.j(b, a.y);
3513
3521
  }
3514
3522
  if (b.j != null) {
3515
- this.j.z();
3516
- this.j.j(b.j);
3523
+ this.j.aa();
3524
+ this.j.k(b.j);
3517
3525
  }
3518
3526
  let c = b._fill;
3519
3527
  let d = b._stroke;
3520
3528
  let e = this.n(a, b, this.j);
3521
- this.j.s(b);
3529
+ this.j.t(b);
3522
3530
  if (e) {
3523
3531
  b._fill = c;
3524
3532
  b._stroke = d;
3525
3533
  }
3526
3534
  if (b.j != null) {
3527
- this.j.y();
3535
+ this.j.z();
3528
3536
  }
3529
3537
  }
3530
3538
  ba() {
@@ -3764,7 +3772,7 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3764
3772
  z(a) {
3765
3773
  let b = typeCast(TextBlock.$, a);
3766
3774
  if (b != null && b.al != null && this.i != null) {
3767
- return this.i.e(b) + 0;
3775
+ return this.i.f(b) + 0;
3768
3776
  }
3769
3777
  return 0;
3770
3778
  }
@@ -3809,7 +3817,7 @@ export let PieChartBaseView = /*@__PURE__*/ (() => {
3809
3817
  a = this.a.bl();
3810
3818
  }
3811
3819
  if (this.i != null) {
3812
- this.i.ac(a);
3820
+ this.i.ad(a);
3813
3821
  }
3814
3822
  }
3815
3823
  a0(a, b) {
@@ -54,7 +54,7 @@ export let PieLegendTemplates = /*@__PURE__*/ (() => {
54
54
  i.ac = h;
55
55
  i._fill = f;
56
56
  i._stroke = g;
57
- d.v(i);
57
+ d.w(i);
58
58
  }
59
59
  static b(a) {
60
60
  let b = a.data;
@@ -71,7 +71,7 @@ export let PieLegendTemplates = /*@__PURE__*/ (() => {
71
71
  h.ac = g;
72
72
  h._fill = e;
73
73
  h._stroke = f;
74
- d.v(h);
74
+ d.w(h);
75
75
  }
76
76
  }
77
77
  PieLegendTemplates.$t = /*@__PURE__*/ markType(PieLegendTemplates, 'PieLegendTemplates');
@@ -539,10 +539,10 @@ export let PointerTooltipView = /*@__PURE__*/ (() => {
539
539
  this.j = j;
540
540
  }
541
541
  if (this.b.d && this.f != 1) {
542
- this.b.z();
543
- this.b.aa(this.f, this.f);
542
+ this.b.aa();
543
+ this.b.ab(this.f, this.f);
544
544
  }
545
- this.b.k(0, 0, this.i, this.h);
545
+ this.b.l(0, 0, this.i, this.h);
546
546
  let k = new Rectangle();
547
547
  k.width = this.a.a1;
548
548
  k.height = this.a.a0;
@@ -581,15 +581,15 @@ export let PointerTooltipView = /*@__PURE__*/ (() => {
581
581
  let m = this.a.cw;
582
582
  l._fill = k._fill;
583
583
  m._stroke = k._stroke;
584
- this.b.v(k);
585
- this.b.t(l);
586
- this.b.u(m);
584
+ this.b.w(k);
585
+ this.b.u(l);
586
+ this.b.v(m);
587
587
  if (this.a.ai != null) {
588
- this.b.z();
589
- this.b.af(k.n, k.o);
588
+ this.b.aa();
589
+ this.b.ag(k.n, k.o);
590
590
  this.a.ai.ensureUpdated();
591
591
  this.a.ai.doRender(this.b, 1);
592
- this.b.y();
592
+ this.b.z();
593
593
  }
594
594
  let x_ = a + "px";
595
595
  let y_ = b + "px";
@@ -601,7 +601,7 @@ export let PointerTooltipView = /*@__PURE__*/ (() => {
601
601
  this.c = true;
602
602
  }
603
603
  if (this.b.d && this.f != 1) {
604
- this.b.y();
604
+ this.b.z();
605
605
  }
606
606
  }
607
607
  s() {
@@ -130,12 +130,12 @@ export let PolarAreaSeriesView = /*@__PURE__*/ (() => {
130
130
  super.a6(a, b);
131
131
  if (a.d) {
132
132
  if (b) {
133
- a.s(this.c7);
134
- a.s(this.c8);
133
+ a.t(this.c7);
134
+ a.t(this.c8);
135
135
  }
136
136
  else {
137
- a.s(this.c9);
138
- a.s(this.da);
137
+ a.t(this.c9);
138
+ a.t(this.da);
139
139
  }
140
140
  }
141
141
  }
@@ -1014,15 +1014,17 @@ export let PolarBase = /*@__PURE__*/ (() => {
1014
1014
  let g = new DataLegendSeriesValueInfo();
1015
1015
  g.l = e;
1016
1016
  g.a = 11;
1017
- g.p = this.tw != null ? this.tw : "Radius";
1018
- g.q = this.ts != null ? this.ts : "R:";
1019
- g.r = this.tu != null ? this.tu : "";
1017
+ g.q = this.tw != null ? this.tw : "Radius";
1018
+ g.p = "Radius";
1019
+ g.r = this.ts != null ? this.ts : "R:";
1020
+ g.s = this.tu != null ? this.tu : "";
1020
1021
  let h = new DataLegendSeriesValueInfo();
1021
1022
  h.l = f;
1022
1023
  h.a = 10;
1023
- h.p = this.ti != null ? this.ti : "Angle";
1024
- h.q = this.te != null ? this.te : "A:";
1025
- h.r = this.tg != null ? this.tg : "";
1024
+ h.q = this.ti != null ? this.ti : "Angle";
1025
+ h.p = "Angle";
1026
+ h.r = this.te != null ? this.te : "A:";
1027
+ h.s = this.tg != null ? this.tg : "";
1026
1028
  let i = new DataLegendSeriesContext();
1027
1029
  i.f = ((() => {
1028
1030
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1154,7 +1156,7 @@ export let PolarBaseView = /*@__PURE__*/ (() => {
1154
1156
  c._stroke = this.cu.uy;
1155
1157
  c.ad = this.cu.u1;
1156
1158
  c.ai = this.cu.u0;
1157
- a.u(c);
1159
+ a.v(c);
1158
1160
  }
1159
1161
  }
1160
1162
  super.a5(a, b);
@@ -107,10 +107,10 @@ export let PolarLineSeriesView = /*@__PURE__*/ (() => {
107
107
  super.a6(a, b);
108
108
  if (a.d) {
109
109
  if (b) {
110
- a.s(this.c7);
110
+ a.t(this.c7);
111
111
  }
112
112
  else {
113
- a.s(this.c8);
113
+ a.t(this.c8);
114
114
  }
115
115
  }
116
116
  }
@@ -150,12 +150,12 @@ export let PolarSplineAreaSeriesView = /*@__PURE__*/ (() => {
150
150
  super.a6(a, b);
151
151
  if (a.d) {
152
152
  if (b) {
153
- a.s(this.c7);
154
- a.s(this.c8);
153
+ a.t(this.c7);
154
+ a.t(this.c8);
155
155
  }
156
156
  else {
157
- a.s(this.c9);
158
- a.s(this.da);
157
+ a.t(this.c9);
158
+ a.t(this.da);
159
159
  }
160
160
  }
161
161
  }
@@ -122,10 +122,10 @@ export let PolarSplineSeriesView = /*@__PURE__*/ (() => {
122
122
  super.a6(a, b);
123
123
  if (a.d) {
124
124
  if (b) {
125
- a.s(this.c7);
125
+ a.t(this.c7);
126
126
  }
127
127
  else {
128
- a.s(this.c8);
128
+ a.t(this.c8);
129
129
  }
130
130
  }
131
131
  }
@@ -338,14 +338,14 @@ export let PriceChannelOverlayView = /*@__PURE__*/ (() => {
338
338
  super.a6(a, b);
339
339
  if (a.d) {
340
340
  if (b) {
341
- a.t(this.b6);
342
- a.u(this.b9);
343
- a.u(this.ca);
341
+ a.u(this.b6);
342
+ a.v(this.b9);
343
+ a.v(this.ca);
344
344
  }
345
345
  else {
346
- a.t(this.b8);
347
- a.u(this.cd);
348
- a.u(this.ce);
346
+ a.u(this.b8);
347
+ a.v(this.cd);
348
+ a.v(this.ce);
349
349
  }
350
350
  }
351
351
  }
@@ -169,16 +169,16 @@ export let RadialAreaSeriesView = /*@__PURE__*/ (() => {
169
169
  super.a6(a, b);
170
170
  if (a.d) {
171
171
  if (b) {
172
- a.s(this.c3);
173
- a.s(this.c4);
174
- a.s(this.c5);
175
- a.s(this.c6);
172
+ a.t(this.c3);
173
+ a.t(this.c4);
174
+ a.t(this.c5);
175
+ a.t(this.c6);
176
176
  }
177
177
  else {
178
- a.s(this.c7);
179
- a.s(this.c8);
180
- a.s(this.c9);
181
- a.s(this.da);
178
+ a.t(this.c7);
179
+ a.t(this.c8);
180
+ a.t(this.c9);
181
+ a.t(this.da);
182
182
  }
183
183
  }
184
184
  }
@@ -230,7 +230,7 @@ export let RadialColumnSeriesView = /*@__PURE__*/ (() => {
230
230
  for (let c = 0; c < this.c2.count; c++) {
231
231
  let d = this.aa(c, b);
232
232
  this.bd(d, c, b);
233
- a.s(d);
233
+ a.t(d);
234
234
  }
235
235
  }
236
236
  }
@@ -167,14 +167,14 @@ export let RadialLineSeriesView = /*@__PURE__*/ (() => {
167
167
  super.a6(a, b);
168
168
  if (a.d) {
169
169
  if (b) {
170
- a.s(this.c3);
171
- a.s(this.c4);
172
- a.s(this.c5);
170
+ a.t(this.c3);
171
+ a.t(this.c4);
172
+ a.t(this.c5);
173
173
  }
174
174
  else {
175
- a.s(this.c6);
176
- a.s(this.c7);
177
- a.s(this.c8);
175
+ a.t(this.c6);
176
+ a.t(this.c7);
177
+ a.t(this.c8);
178
178
  }
179
179
  }
180
180
  }
@@ -328,7 +328,7 @@ export let RadialPieSeriesView = /*@__PURE__*/ (() => {
328
328
  if (a.d) {
329
329
  for (let c = 0; c < this.c2.count; c++) {
330
330
  let d = this.aa(c, b);
331
- a.s(d);
331
+ a.t(d);
332
332
  }
333
333
  }
334
334
  }
@@ -165,14 +165,14 @@ export let RangeAreaSeriesView = /*@__PURE__*/ (() => {
165
165
  super.a6(a, b);
166
166
  if (a.d) {
167
167
  if (b) {
168
- a.t(this.c5);
169
- a.u(this.c8);
170
- a.u(this.c9);
168
+ a.u(this.c5);
169
+ a.v(this.c8);
170
+ a.v(this.c9);
171
171
  }
172
172
  else {
173
- a.t(this.c6);
174
- a.u(this.da);
175
- a.u(this.db);
173
+ a.u(this.c6);
174
+ a.v(this.da);
175
+ a.v(this.db);
176
176
  }
177
177
  }
178
178
  }
@@ -232,7 +232,7 @@ export let RangeColumnSeriesView = /*@__PURE__*/ (() => {
232
232
  for (let c = 0; c < this.c4.count; c++) {
233
233
  let d = this.aa(c, b);
234
234
  this.bd(d, c, b);
235
- a.v(d);
235
+ a.w(d);
236
236
  }
237
237
  }
238
238
  }
@@ -193,7 +193,7 @@ export let ScaleLegendView = /*@__PURE__*/ (() => {
193
193
  au(a) {
194
194
  let b = typeCast(TextBlock.$, a);
195
195
  if (b != null && b.al != null) {
196
- return this.aq.e(b) + 0;
196
+ return this.aq.f(b) + 0;
197
197
  }
198
198
  return 0;
199
199
  }
@@ -206,7 +206,7 @@ export let ScaleLegendView = /*@__PURE__*/ (() => {
206
206
  }
207
207
  if (this.aq.d) {
208
208
  let a = typeCast(IInternalLegendOwner_$type, this.ap.bc.container);
209
- this.aq.ac(a.getFontInfo());
209
+ this.aq.ad(a.getFontInfo());
210
210
  this.as = a.getFontHeight();
211
211
  this.a8 = a.getFontBrush();
212
212
  let b = this.au(this.a6);
@@ -239,17 +239,19 @@ export let ScaleLegendView = /*@__PURE__*/ (() => {
239
239
  this.a5.n = i;
240
240
  this.a5.o = j + k - (this.at(this.a6));
241
241
  this.a5.ao = this.a8;
242
- this.aq.k(0, 0, this.bb.width, this.bb.height);
242
+ if (!this.aq.e) {
243
+ this.aq.l(0, 0, this.bb.width, this.bb.height);
244
+ }
243
245
  if (this.ao == null && this.a7 != null) {
244
246
  p._fill = this.a7;
245
- this.aq.t(p);
247
+ this.aq.u(p);
246
248
  }
247
249
  else {
248
250
  this.c.y(this.aq, p, this.ao, new Rect(0, g, f, e, h));
249
251
  }
250
252
  if (d > 0) {
251
- this.aq.w(this.a6);
252
- this.aq.w(this.a5);
253
+ this.aq.x(this.a6);
254
+ this.aq.x(this.a5);
253
255
  }
254
256
  }
255
257
  }
@@ -374,21 +374,24 @@ export let ScatterAreaSeries = /*@__PURE__*/ (() => {
374
374
  let h = new DataLegendSeriesValueInfo();
375
375
  h.l = e;
376
376
  h.a = 13;
377
- h.p = this.ra != null ? this.ra : "X";
378
- h.q = this.q6 != null ? this.q6 : "X:";
379
- h.r = this.q8 != null ? this.q8 : "";
377
+ h.p = "X";
378
+ h.q = this.ra != null ? this.ra : "X";
379
+ h.r = this.q6 != null ? this.q6 : "X:";
380
+ h.s = this.q8 != null ? this.q8 : "";
380
381
  let i = new DataLegendSeriesValueInfo();
381
382
  i.l = f;
382
383
  i.a = 14;
383
- i.p = this.ri != null ? this.ri : "Y";
384
- i.q = this.re != null ? this.re : "Y:";
385
- i.r = this.rg != null ? this.rg : "";
384
+ i.p = "Y";
385
+ i.q = this.ri != null ? this.ri : "Y";
386
+ i.r = this.re != null ? this.re : "Y:";
387
+ i.s = this.rg != null ? this.rg : "";
386
388
  let j = new DataLegendSeriesValueInfo();
387
389
  j.l = g;
388
390
  j.a = 0;
389
- j.p = this.sh != null ? this.sh : "Value";
390
- j.q = this.sd != null ? this.sd : "V:";
391
- j.r = this.sf != null ? this.sf : "";
391
+ j.p = "Value";
392
+ j.q = this.sh != null ? this.sh : "Value";
393
+ j.r = this.sd != null ? this.sd : "V:";
394
+ j.s = this.sf != null ? this.sf : "";
392
395
  let k = new DataLegendSeriesContext();
393
396
  k.f = ((() => {
394
397
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -446,7 +449,7 @@ export let ScatterAreaSeriesView = /*@__PURE__*/ (() => {
446
449
  if (this.b4.getAttribute("height") != g) {
447
450
  this.b4.setAttribute("height", e.toString());
448
451
  }
449
- let h = this.b3.g();
452
+ let h = this.b3.h();
450
453
  if (a) {
451
454
  h.clearRect(0, 0, d, e);
452
455
  }
@@ -473,7 +476,7 @@ export let ScatterAreaSeriesView = /*@__PURE__*/ (() => {
473
476
  }
474
477
  b7() {
475
478
  if (this.b3 != null) {
476
- this.b3.k(this.bu.left, this.bu.top, this.bu.width, this.bu.height);
479
+ this.b3.l(this.bu.left, this.bu.top, this.bu.width, this.bu.height);
477
480
  }
478
481
  this.aq();
479
482
  }
@@ -489,14 +492,14 @@ export let ScatterAreaSeriesView = /*@__PURE__*/ (() => {
489
492
  c.width = this.bu.width;
490
493
  c.height = this.bu.height;
491
494
  c._fill = this.bo();
492
- a.v(c);
495
+ a.w(c);
493
496
  }
494
497
  else {
495
498
  let d = truncate(Math.round(this.bu.left));
496
499
  let e = truncate(Math.round(this.bu.top));
497
500
  let f = truncate(Math.round(this.bu.width));
498
501
  let g = truncate(Math.round(this.bu.height));
499
- a.m(this.b4.getNativeElement(), 1, d, e, f, g);
502
+ a.n(this.b4.getNativeElement(), 1, d, e, f, g);
500
503
  }
501
504
  }
502
505
  cb(a) {
@@ -505,7 +508,7 @@ export let ScatterAreaSeriesView = /*@__PURE__*/ (() => {
505
508
  let d = truncate(Math.round(this.bu.width));
506
509
  let e = truncate(Math.round(this.bu.height));
507
510
  this.b9();
508
- this.b3.g().putImageData(this.b5, 0, 0);
511
+ this.b3.h().putImageData(this.b5, 0, 0);
509
512
  this.aq();
510
513
  }
511
514
  al(a) {
@@ -1515,15 +1515,17 @@ export let ScatterBase = /*@__PURE__*/ (() => {
1515
1515
  let g = new DataLegendSeriesValueInfo();
1516
1516
  g.l = e;
1517
1517
  g.a = 13;
1518
- g.p = this.ti != null ? this.ti : "X:";
1519
- g.q = this.te != null ? this.te : "X:";
1520
- g.r = this.tg != null ? this.tg : "";
1518
+ g.p = "X";
1519
+ g.q = this.ti != null ? this.ti : "X";
1520
+ g.r = this.te != null ? this.te : "X:";
1521
+ g.s = this.tg != null ? this.tg : "";
1521
1522
  let h = new DataLegendSeriesValueInfo();
1522
1523
  h.l = f;
1523
1524
  h.a = 14;
1524
- h.p = this.tq != null ? this.tq : "Y:";
1525
- h.q = this.tm != null ? this.tm : "Y:";
1526
- h.r = this.to != null ? this.to : "";
1525
+ h.p = "Y";
1526
+ h.q = this.tq != null ? this.tq : "Y";
1527
+ h.r = this.tm != null ? this.tm : "Y:";
1528
+ h.s = this.to != null ? this.to : "";
1527
1529
  let i = new DataLegendSeriesContext();
1528
1530
  i.f = ((() => {
1529
1531
  let $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -1619,7 +1621,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1619
1621
  de(a) {
1620
1622
  if (this.db == null) {
1621
1623
  this.db = new DataTemplateMeasureInfo();
1622
- this.db.context = this.k.g();
1624
+ this.db.context = this.k.h();
1623
1625
  }
1624
1626
  this.db.width = a.width;
1625
1627
  this.db.height = a.height;
@@ -1685,7 +1687,7 @@ export let ScatterBaseView = /*@__PURE__*/ (() => {
1685
1687
  c._stroke = this.cw.u1;
1686
1688
  c.ai = this.cw.u2;
1687
1689
  c.ad = this.cw.u3;
1688
- a.u(c);
1690
+ a.v(c);
1689
1691
  }
1690
1692
  }
1691
1693
  }