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
@@ -63,12 +63,21 @@ export class IgcDataLegendStylingColumnEventArgs {
63
63
  this.i.b = +v;
64
64
  }
65
65
  /**
66
- * Gets data column named that corresponds to the value
66
+ * Gets name of data column that corresponds to the value, e.g. "OpenPrice"
67
67
  */
68
68
  get valueMemberPath() {
69
- return this.i.h;
69
+ return this.i.i;
70
70
  }
71
71
  set valueMemberPath(v) {
72
+ this.i.i = v;
73
+ }
74
+ /**
75
+ * Gets label of data column that corresponds to the value, e.g. "Open"
76
+ */
77
+ get valueMemberLabel() {
78
+ return this.i.h;
79
+ }
80
+ set valueMemberLabel(v) {
72
81
  this.i.h = v;
73
82
  }
74
83
  /**
@@ -102,36 +111,36 @@ export class IgcDataLegendStylingColumnEventArgs {
102
111
  * Gets or sets value text displayed value text in the column
103
112
  */
104
113
  get valueText() {
105
- return this.i.i;
114
+ return this.i.j;
106
115
  }
107
116
  set valueText(v) {
108
- this.i.i = v;
117
+ this.i.j = v;
109
118
  }
110
119
  /**
111
120
  * Gets or sets color of label text
112
121
  */
113
122
  get labelTextColor() {
114
- return brushToString(this.i.j);
123
+ return brushToString(this.i.k);
115
124
  }
116
125
  set labelTextColor(v) {
117
- this.i.j = stringToBrush(v);
126
+ this.i.k = stringToBrush(v);
118
127
  }
119
128
  /**
120
129
  * Gets or sets color of value text
121
130
  */
122
131
  get unitsTextColor() {
123
- return brushToString(this.i.k);
132
+ return brushToString(this.i.l);
124
133
  }
125
134
  set unitsTextColor(v) {
126
- this.i.k = stringToBrush(v);
135
+ this.i.l = stringToBrush(v);
127
136
  }
128
137
  /**
129
138
  * Gets or sets color of unit text
130
139
  */
131
140
  get valueTextColor() {
132
- return brushToString(this.i.l);
141
+ return brushToString(this.i.m);
133
142
  }
134
143
  set valueTextColor(v) {
135
- this.i.l = stringToBrush(v);
144
+ this.i.m = stringToBrush(v);
136
145
  }
137
146
  }
@@ -18,7 +18,6 @@ import { Thickness } from "igniteui-webcomponents-core";
18
18
  import { FontInfo } from "igniteui-webcomponents-core";
19
19
  /**
20
20
  * Represents an annotation layer that displays grouped tooltips with summaries for series.
21
- * THIS IS A COMMUNITY TECHNOLOGY PREVIEW, not for use in production.
22
21
  */
23
22
  export let IgcDataToolTipLayerComponent = /*@__PURE__*/ (() => {
24
23
  class IgcDataToolTipLayerComponent extends IgcAnnotationLayerComponent {
@@ -1556,11 +1556,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1556
1556
  }
1557
1557
  if (!r.externalObject) {
1558
1558
  let e = new IgcChartSortDescriptionCollection();
1559
- if (e.i.setNativeElement) {
1560
- e.i.setNativeElement(r);
1559
+ if (r.$type) {
1560
+ e._implementation = r;
1561
1561
  }
1562
1562
  else {
1563
- e._implementation = r;
1563
+ if (e.i.setNativeElement) {
1564
+ e.i.setNativeElement(r);
1565
+ }
1564
1566
  }
1565
1567
  r.externalObject = e;
1566
1568
  }
@@ -1573,11 +1575,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1573
1575
  }
1574
1576
  if (!r.externalObject) {
1575
1577
  let e = new IgcChartSortDescriptionCollection();
1576
- if (e.i.setNativeElement) {
1577
- e.i.setNativeElement(r);
1578
+ if (r.$type) {
1579
+ e._implementation = r;
1578
1580
  }
1579
1581
  else {
1580
- e._implementation = r;
1582
+ if (e.i.setNativeElement) {
1583
+ e.i.setNativeElement(r);
1584
+ }
1581
1585
  }
1582
1586
  r.externalObject = e;
1583
1587
  }
@@ -1593,11 +1597,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1593
1597
  }
1594
1598
  if (!r.externalObject) {
1595
1599
  let e = new IgcChartSortDescriptionCollection();
1596
- if (e.i.setNativeElement) {
1597
- e.i.setNativeElement(r);
1600
+ if (r.$type) {
1601
+ e._implementation = r;
1598
1602
  }
1599
1603
  else {
1600
- e._implementation = r;
1604
+ if (e.i.setNativeElement) {
1605
+ e.i.setNativeElement(r);
1606
+ }
1601
1607
  }
1602
1608
  r.externalObject = e;
1603
1609
  }
@@ -1613,11 +1619,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1613
1619
  }
1614
1620
  if (!r.externalObject) {
1615
1621
  let e = new IgcFilterExpressionCollection();
1616
- if (e.i.setNativeElement) {
1617
- e.i.setNativeElement(r);
1622
+ if (r.$type) {
1623
+ e._implementation = r;
1618
1624
  }
1619
1625
  else {
1620
- e._implementation = r;
1626
+ if (e.i.setNativeElement) {
1627
+ e.i.setNativeElement(r);
1628
+ }
1621
1629
  }
1622
1630
  r.externalObject = e;
1623
1631
  }
@@ -1633,11 +1641,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1633
1641
  }
1634
1642
  if (!r.externalObject) {
1635
1643
  let e = new IgcChartSummaryDescriptionCollection();
1636
- if (e.i.setNativeElement) {
1637
- e.i.setNativeElement(r);
1644
+ if (r.$type) {
1645
+ e._implementation = r;
1638
1646
  }
1639
1647
  else {
1640
- e._implementation = r;
1648
+ if (e.i.setNativeElement) {
1649
+ e.i.setNativeElement(r);
1650
+ }
1641
1651
  }
1642
1652
  r.externalObject = e;
1643
1653
  }
@@ -1653,11 +1663,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1653
1663
  }
1654
1664
  if (!r.externalObject) {
1655
1665
  let e = new IgcChartSortDescriptionCollection();
1656
- if (e.i.setNativeElement) {
1657
- e.i.setNativeElement(r);
1666
+ if (r.$type) {
1667
+ e._implementation = r;
1658
1668
  }
1659
1669
  else {
1660
- e._implementation = r;
1670
+ if (e.i.setNativeElement) {
1671
+ e.i.setNativeElement(r);
1672
+ }
1661
1673
  }
1662
1674
  r.externalObject = e;
1663
1675
  }
@@ -1673,11 +1685,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1673
1685
  }
1674
1686
  if (!r.externalObject) {
1675
1687
  let e = new IgcChartSortDescriptionCollection();
1676
- if (e.i.setNativeElement) {
1677
- e.i.setNativeElement(r);
1688
+ if (r.$type) {
1689
+ e._implementation = r;
1678
1690
  }
1679
1691
  else {
1680
- e._implementation = r;
1692
+ if (e.i.setNativeElement) {
1693
+ e.i.setNativeElement(r);
1694
+ }
1681
1695
  }
1682
1696
  r.externalObject = e;
1683
1697
  }
@@ -1693,11 +1707,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1693
1707
  }
1694
1708
  if (!r.externalObject) {
1695
1709
  let e = new IgcChartSortDescriptionCollection();
1696
- if (e.i.setNativeElement) {
1697
- e.i.setNativeElement(r);
1710
+ if (r.$type) {
1711
+ e._implementation = r;
1698
1712
  }
1699
1713
  else {
1700
- e._implementation = r;
1714
+ if (e.i.setNativeElement) {
1715
+ e.i.setNativeElement(r);
1716
+ }
1701
1717
  }
1702
1718
  r.externalObject = e;
1703
1719
  }
@@ -1713,11 +1729,13 @@ export let IgcDomainChartComponent = /*@__PURE__*/ (() => {
1713
1729
  }
1714
1730
  if (!r.externalObject) {
1715
1731
  let e = new IgcChartSummaryDescriptionCollection();
1716
- if (e.i.setNativeElement) {
1717
- e.i.setNativeElement(r);
1732
+ if (r.$type) {
1733
+ e._implementation = r;
1718
1734
  }
1719
1735
  else {
1720
- e._implementation = r;
1736
+ if (e.i.setNativeElement) {
1737
+ e.i.setNativeElement(r);
1738
+ }
1721
1739
  }
1722
1740
  r.externalObject = e;
1723
1741
  }
@@ -67,11 +67,13 @@ export class IgcFinancialEventArgs {
67
67
  }
68
68
  if (!r.externalObject) {
69
69
  let e = new IgcFinancialCalculationDataSource();
70
- if (e.i.setNativeElement) {
71
- e.i.setNativeElement(r);
70
+ if (r.$type) {
71
+ e._implementation = r;
72
72
  }
73
73
  else {
74
- e._implementation = r;
74
+ if (e.i.setNativeElement) {
75
+ e.i.setNativeElement(r);
76
+ }
75
77
  }
76
78
  r.externalObject = e;
77
79
  }
@@ -90,11 +92,13 @@ export class IgcFinancialEventArgs {
90
92
  }
91
93
  if (!r.externalObject) {
92
94
  let e = new IgcFinancialCalculationSupportingCalculations();
93
- if (e.i.setNativeElement) {
94
- e.i.setNativeElement(r);
95
+ if (r.$type) {
96
+ e._implementation = r;
95
97
  }
96
98
  else {
97
- e._implementation = r;
99
+ if (e.i.setNativeElement) {
100
+ e.i.setNativeElement(r);
101
+ }
98
102
  }
99
103
  r.externalObject = e;
100
104
  }
@@ -165,11 +165,13 @@ export let IgcRingSeriesComponent = /*@__PURE__*/ (() => {
165
165
  }
166
166
  if (!r.externalObject) {
167
167
  let e = new IgcRing();
168
- if (e.i.setNativeElement) {
169
- e.i.setNativeElement(r);
168
+ if (r.$type) {
169
+ e._implementation = r;
170
170
  }
171
171
  else {
172
- e._implementation = r;
172
+ if (e.i.setNativeElement) {
173
+ e.i.setNativeElement(r);
174
+ }
173
175
  }
174
176
  r.externalObject = e;
175
177
  }
@@ -91,11 +91,13 @@ export let IgcScatterPolygonSeriesComponent = /*@__PURE__*/ (() => {
91
91
  }
92
92
  if (!r.externalObject) {
93
93
  let e = new IgcStyle();
94
- if (e.i.setNativeElement) {
95
- e.i.setNativeElement(r);
94
+ if (r.$type) {
95
+ e._implementation = r;
96
96
  }
97
97
  else {
98
- e._implementation = r;
98
+ if (e.i.setNativeElement) {
99
+ e.i.setNativeElement(r);
100
+ }
99
101
  }
100
102
  r.externalObject = e;
101
103
  }
@@ -75,11 +75,13 @@ export let IgcScatterPolylineSeriesComponent = /*@__PURE__*/ (() => {
75
75
  }
76
76
  if (!r.externalObject) {
77
77
  let e = new IgcStyle();
78
- if (e.i.setNativeElement) {
79
- e.i.setNativeElement(r);
78
+ if (r.$type) {
79
+ e._implementation = r;
80
80
  }
81
81
  else {
82
- e._implementation = r;
82
+ if (e.i.setNativeElement) {
83
+ e.i.setNativeElement(r);
84
+ }
83
85
  }
84
86
  r.externalObject = e;
85
87
  }
@@ -136,11 +136,13 @@ export class IgcStackedSeriesCreatedEventArgs {
136
136
  }
137
137
  if (!r.externalObject) {
138
138
  let e = new IgcStyle();
139
- if (e.i.setNativeElement) {
140
- e.i.setNativeElement(r);
139
+ if (r.$type) {
140
+ e._implementation = r;
141
141
  }
142
142
  else {
143
- e._implementation = r;
143
+ if (e.i.setNativeElement) {
144
+ e.i.setNativeElement(r);
145
+ }
144
146
  }
145
147
  r.externalObject = e;
146
148
  }
@@ -111,9 +111,10 @@ var AnchoredCategorySeries = /** @class */ /*@__PURE__*/ (function (_super) {
111
111
  var c = new DataLegendSeriesValueInfo();
112
112
  c.a = 0;
113
113
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
114
+ c.q = this.t5 != null ? this.t5 : "Value";
114
115
  c.p = "Value";
115
- c.q = this.t1 != null ? this.t1 : "V:";
116
- c.r = this.t3 != null ? this.t3 : "";
116
+ c.r = this.t1 != null ? this.t1 : "V:";
117
+ c.s = this.t3 != null ? this.t3 : "";
117
118
  var d = new DataLegendSeriesContext();
118
119
  d.f = ((function () {
119
120
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -635,7 +636,7 @@ var AnchoredCategorySeriesView = /** @class */ /*@__PURE__*/ (function (_super)
635
636
  c._stroke = this.c0.up;
636
637
  c.ai = this.c0.uq;
637
638
  c.ad = this.c0.ur;
638
- a.u(c);
639
+ a.v(c);
639
640
  }
640
641
  }
641
642
  _super.prototype.a5.call(this, a, b);
@@ -172,9 +172,10 @@ var AnchoredRadialSeries = /** @class */ /*@__PURE__*/ (function (_super) {
172
172
  var c = new DataLegendSeriesValueInfo();
173
173
  c.a = 0;
174
174
  c.l = this.gl({ $type: Point_$type, x: a, y: b }, false, false);
175
- c.p = this.to != null ? this.to : "Value";
176
- c.q = this.tk != null ? this.tk : "V:";
177
- c.r = this.tm != null ? this.tm : "";
175
+ c.p = "Value";
176
+ c.q = this.to != null ? this.to : "Value";
177
+ c.r = this.tk != null ? this.tk : "V:";
178
+ c.s = this.tm != null ? this.tm : "";
178
179
  var d = new DataLegendSeriesContext();
179
180
  d.f = ((function () {
180
181
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -713,7 +714,7 @@ var AnchoredRadialSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
713
714
  c._stroke = this.cw.t6;
714
715
  c.ai = this.cw.t8;
715
716
  c.ad = this.cw.t9;
716
- a.u(c);
717
+ a.v(c);
717
718
  }
718
719
  }
719
720
  _super.prototype.a5.call(this, a, b);
@@ -216,16 +216,16 @@ var AreaSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  AreaSeriesView.prototype.a6 = function (a, b) {
217
217
  _super.prototype.a6.call(this, a, b);
218
218
  if (b) {
219
- a.s(this.de);
220
- a.s(this.df);
221
- a.s(this.dg);
222
- a.s(this.dh);
219
+ a.t(this.de);
220
+ a.t(this.df);
221
+ a.t(this.dg);
222
+ a.t(this.dh);
223
223
  }
224
224
  else {
225
- a.s(this.di);
226
- a.s(this.dj);
227
- a.s(this.dk);
228
- a.s(this.dl);
225
+ a.t(this.di);
226
+ a.t(this.dj);
227
+ a.t(this.dk);
228
+ a.t(this.dl);
229
229
  }
230
230
  };
231
231
  AreaSeriesView.prototype.al = function (a) {
@@ -612,7 +612,7 @@ var BarSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
612
612
  for (var c = 0; c < this.dc.count; c++) {
613
613
  var d = this.aa(c, b);
614
614
  this.bd(d, c, b);
615
- a.v(d);
615
+ a.w(d);
616
616
  }
617
617
  }
618
618
  };
@@ -445,16 +445,16 @@ var BollingerBandsOverlayView = /** @class */ /*@__PURE__*/ (function (_super) {
445
445
  _super.prototype.a6.call(this, a, b);
446
446
  if (a.d) {
447
447
  if (b) {
448
- a.t(this.b6);
449
- a.u(this.b9);
450
- a.u(this.ca);
451
- a.u(this.cb);
448
+ a.u(this.b6);
449
+ a.v(this.b9);
450
+ a.v(this.ca);
451
+ a.v(this.cb);
452
452
  }
453
453
  else {
454
- a.t(this.b8);
455
- a.u(this.cf);
456
- a.u(this.cg);
457
- a.u(this.ch);
454
+ a.u(this.b8);
455
+ a.v(this.cf);
456
+ a.v(this.cg);
457
+ a.v(this.ch);
458
458
  }
459
459
  }
460
460
  };
@@ -757,15 +757,17 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
757
757
  var g = new DataLegendSeriesValueInfo();
758
758
  g.a = 13;
759
759
  g.l = e;
760
- g.p = this.ti != null ? this.ti : "X";
761
- g.q = this.te != null ? this.te : "X:";
762
- g.r = this.tg != null ? this.tg : "";
760
+ g.p = "X";
761
+ g.q = this.ti != null ? this.ti : "X";
762
+ g.r = this.te != null ? this.te : "X:";
763
+ g.s = this.tg != null ? this.tg : "";
763
764
  var h = new DataLegendSeriesValueInfo();
764
765
  h.l = f;
765
766
  h.a = 14;
766
- h.p = this.tq != null ? this.tq : "Y";
767
- h.q = this.tm != null ? this.tm : "Y:";
768
- h.r = this.to != null ? this.to : "";
767
+ h.p = "Y";
768
+ h.q = this.tq != null ? this.tq : "Y";
769
+ h.r = this.tm != null ? this.tm : "Y:";
770
+ h.s = this.to != null ? this.to : "";
769
771
  var i = new DataLegendSeriesContext();
770
772
  i.f = ((function () {
771
773
  var $ret = new List$1(DataLegendSeriesValueInfo.$, 0);
@@ -779,18 +781,20 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
779
781
  var k = new DataLegendSeriesValueInfo();
780
782
  k.l = j;
781
783
  k.a = 11;
782
- k.p = this.wb != null ? this.wb : "Radius";
783
- k.q = this.v7 != null ? this.v7 : "R:";
784
- k.r = this.v9 != null ? this.v9 : "";
784
+ k.p = "Radius";
785
+ k.q = this.wb != null ? this.wb : "Radius";
786
+ k.r = this.v7 != null ? this.v7 : "R:";
787
+ k.s = this.v9 != null ? this.v9 : "";
785
788
  i.f.add(k);
786
789
  }
787
790
  else if (this.va != null) {
788
791
  var l = new DataLegendSeriesValueInfo();
789
792
  l.l = this.va.maximumValue;
790
793
  l.a = 11;
791
- l.p = this.wb != null ? this.wb : "Radius";
792
- l.q = this.v7 != null ? this.v7 : "R:";
793
- l.r = this.v9 != null ? this.v9 : "";
794
+ l.p = "Radius";
795
+ l.q = this.wb != null ? this.wb : "Radius";
796
+ l.r = this.v7 != null ? this.v7 : "R:";
797
+ l.s = this.v9 != null ? this.v9 : "";
794
798
  i.f.add(l);
795
799
  }
796
800
  if (!stringIsNullOrEmpty(this.vw)) {
@@ -798,9 +802,10 @@ var BubbleSeries = /** @class */ /*@__PURE__*/ (function (_super) {
798
802
  var n = new DataLegendSeriesValueInfo();
799
803
  n.l = m;
800
804
  n.a = 12;
801
- n.p = this.vw != null ? this.vw : "Fill";
802
- n.q = this.vs != null ? this.vs : "F:";
803
- n.r = this.vu != null ? this.vu : "";
805
+ n.p = "Fill";
806
+ n.q = this.vw != null ? this.vw : "Fill";
807
+ n.r = this.vs != null ? this.vs : "F:";
808
+ n.s = this.vu != null ? this.vu : "";
804
809
  i.f.add(n);
805
810
  }
806
811
  return i;
@@ -1541,7 +1541,7 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1541
1541
  };
1542
1542
  CalloutLayerView.prototype.a6 = function (a, b) {
1543
1543
  _super.prototype.a6.call(this, a, b);
1544
- a.ac(this.b7());
1544
+ a.ad(this.b7());
1545
1545
  if (a.d && !b) {
1546
1546
  for (var c = 0; c < this.b9.count; c++) {
1547
1547
  var d = this.b9._inner[c];
@@ -1568,9 +1568,9 @@ var CalloutLayerView = /** @class */ /*@__PURE__*/ (function (_super) {
1568
1568
  }
1569
1569
  };
1570
1570
  CalloutLayerView.prototype.co = function (a) {
1571
- this.k.ac(this.b7());
1571
+ this.k.ad(this.b7());
1572
1572
  this.ca = this.cb();
1573
- var b = this.k.ag(a, this.ca, true);
1573
+ var b = this.k.ah(a, this.ca, true);
1574
1574
  return new Size(1, b.c, b.b);
1575
1575
  };
1576
1576
  CalloutLayerView.prototype.cb = function () {
@@ -1671,26 +1671,26 @@ var CalloutView = /** @class */ /*@__PURE__*/ (function (_super) {
1671
1671
  return _this;
1672
1672
  }
1673
1673
  CalloutView.prototype.j = function (a) {
1674
- a.z();
1675
- a.af(this.f, this.g);
1674
+ a.aa();
1675
+ a.ag(this.f, this.g);
1676
1676
  var b = new TranslateTransform();
1677
1677
  b.j = this.v.left;
1678
1678
  b.k = this.v.top;
1679
1679
  this.t.j = b;
1680
- a.r(this.s);
1681
- a.z();
1680
+ a.s(this.s);
1681
+ a.aa();
1682
1682
  this.t.width = this.l.m + this.w.left + this.w.right;
1683
1683
  this.t.height = this.l.l + this.w.top + this.w.bottom;
1684
1684
  this.t.am = this.c;
1685
1685
  this.t.an = this.c;
1686
- a.j(this.t.j);
1687
- a.v(this.t);
1686
+ a.k(this.t.j);
1687
+ a.w(this.t);
1688
1688
  this.l.ag = true;
1689
1689
  this.l.o = this.w.top;
1690
1690
  this.l.n = this.w.left;
1691
- a.w(this.l);
1692
- a.y();
1693
- a.y();
1691
+ a.x(this.l);
1692
+ a.z();
1693
+ a.z();
1694
1694
  };
1695
1695
  Object.defineProperty(CalloutView.prototype, "r", {
1696
1696
  get: function () {
@@ -295,7 +295,7 @@ var CategoryHighlightLayerView = /** @class */ /*@__PURE__*/ (function (_super)
295
295
  for (var c = 0; c < this.b6.count; c++) {
296
296
  var d = this.b6._inner[c];
297
297
  if (d._visibility == 0) {
298
- a.v(d);
298
+ a.w(d);
299
299
  }
300
300
  }
301
301
  }
@@ -577,13 +577,13 @@ var CategoryItemHighlightLayerView = /** @class */ /*@__PURE__*/ (function (_sup
577
577
  for (var c = 0; c < this.b8.count; c++) {
578
578
  var d = this.b8._inner[c];
579
579
  if (d._visibility == 0) {
580
- a.v(d);
580
+ a.w(d);
581
581
  }
582
582
  }
583
583
  if (this.b7.count > 0) {
584
584
  var e = new DataTemplatePassInfo();
585
585
  e.isHitTestRender = b;
586
- e.context = a.g();
586
+ e.context = a.h();
587
587
  e.viewportTop = this.bu.top;
588
588
  e.viewportLeft = this.bu.left;
589
589
  e.viewportWidth = this.bu.width;
@@ -595,7 +595,7 @@ var CategoryItemHighlightLayerView = /** @class */ /*@__PURE__*/ (function (_sup
595
595
  var g = new DataTemplateMeasureInfo();
596
596
  g.passInfo = e;
597
597
  var h = false;
598
- var i = a.g();
598
+ var i = a.h();
599
599
  g.context = i;
600
600
  f.context = i;
601
601
  g.renderContext = a;
@@ -645,7 +645,7 @@ var CategoryItemHighlightLayerView = /** @class */ /*@__PURE__*/ (function (_sup
645
645
  if (!isNaN_(n.height) && !isInfinity(n.height)) {
646
646
  f.availableHeight = n.height;
647
647
  }
648
- a.p(f, n);
648
+ a.q(f, n);
649
649
  n.m = f.availableWidth;
650
650
  n.l = f.availableHeight;
651
651
  }
@@ -415,7 +415,9 @@ var CategoryToolTipLayer = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  var j = c.l;
416
416
  var k = c.g;
417
417
  var l = c.h;
418
- this.re.ce(h, i, j, k, l);
418
+ if (h != null) {
419
+ this.re.ce(h, i, j, k, l);
420
+ }
419
421
  };
420
422
  CategoryToolTipLayer.prototype.en = function () {
421
423
  return true;
@@ -254,7 +254,7 @@ var CategoryXAxis = /** @class */ /*@__PURE__*/ (function (_super) {
254
254
  return e * f;
255
255
  };
256
256
  CategoryXAxis.prototype.m7 = function (a, b) {
257
- if (a == NaN || b == NaN || this.kq == null || this.kq.count == 0) {
257
+ if (isNaN_(a) || isNaN_(b) || this.kq == null || this.kq.count == 0) {
258
258
  return;
259
259
  }
260
260
  var c = a / this.kq.count;
@@ -239,7 +239,7 @@ var CategoryYAxis = /** @class */ /*@__PURE__*/ (function (_super) {
239
239
  return e * f;
240
240
  };
241
241
  CategoryYAxis.prototype.m3 = function (a, b) {
242
- if (a == NaN || b == NaN || this.kq == null || this.kq.count == 0) {
242
+ if (isNaN_(a) || isNaN_(b) || this.kq == null || this.kq.count == 0) {
243
243
  return;
244
244
  }
245
245
  var c = a / this.kq.count;
@@ -512,9 +512,7 @@ var CategoryYAxis = /** @class */ /*@__PURE__*/ (function (_super) {
512
512
  var u = Math.max(n, o);
513
513
  var v = new LinearCategorySnapper(1, t, u, e.height, this.mn, this.categoryMode, this.ex());
514
514
  var w = v.g;
515
- while (!this.mh() && w < 10 && this.cy(w, b, c, d)) {
516
- w--;
517
- }
515
+ w = this.d1(w, this.mh(), b, c, d);
518
516
  if (v.g != w) {
519
517
  v = new LinearCategorySnapper(1, t, u, e.height, w, this.categoryMode, this.ex());
520
518
  }