igniteui-webcomponents-charts 3.2.2 → 3.2.4

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 (755) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +25136 -21648
  2. package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  4. package/esm2015/lib/AccumulationDistributionIndicator.js +6 -6
  5. package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +141 -141
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +222 -222
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +18 -18
  9. package/esm2015/lib/AnnotationLayerProxy.js +39 -26
  10. package/esm2015/lib/AnnotationLayer_combined.js +133 -133
  11. package/esm2015/lib/AreaSeries_combined.js +44 -44
  12. package/esm2015/lib/AutomaticSeriesManager.js +7 -0
  13. package/esm2015/lib/AutomaticSeriesPurpose.js +11 -0
  14. package/esm2015/lib/AutomaticSeriesRequest.js +7 -0
  15. package/esm2015/lib/AutomaticSeriesRequestCollection.js +7 -0
  16. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  17. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  18. package/esm2015/lib/AxisAnnotationFrameManager.js +2 -2
  19. package/esm2015/lib/AxisAnnotationManager.js +1 -1
  20. package/esm2015/lib/AxisVisualDataManager.js +2 -2
  21. package/esm2015/lib/BarSeries_combined.js +110 -103
  22. package/esm2015/lib/BollingerBandWidthIndicator.js +20 -20
  23. package/esm2015/lib/BollingerBandsOverlay_combined.js +98 -98
  24. package/esm2015/lib/BrushScale.js +7 -7
  25. package/esm2015/lib/BubbleSeries_combined.js +255 -255
  26. package/esm2015/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  27. package/esm2015/lib/CalloutLayer_combined.js +451 -449
  28. package/esm2015/lib/CategoryBucketCalculator_combined.js +241 -240
  29. package/esm2015/lib/CategoryChart.js +545 -456
  30. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +5 -5
  31. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  32. package/esm2015/lib/CategoryHighlightLayer_combined.js +52 -52
  33. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +121 -118
  34. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  35. package/esm2015/lib/CategorySeriesInteractionManager.js +8 -8
  36. package/esm2015/lib/CategoryToolTipLayer_combined.js +74 -74
  37. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +140 -23
  39. package/esm2015/lib/CategoryYAxis_combined.js +140 -23
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ChartGroupDescription.js +52 -0
  43. package/esm2015/lib/ChartGroupDescriptionCollection.js +84 -0
  44. package/esm2015/lib/ChartSortDescription.js +61 -0
  45. package/esm2015/lib/ChartSortDescriptionCollection.js +90 -0
  46. package/esm2015/lib/ChartSummaryDescription.js +123 -0
  47. package/esm2015/lib/ChartSummaryDescriptionCollection.js +96 -0
  48. package/esm2015/lib/ColumnSeries_combined.js +65 -65
  49. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  50. package/esm2015/lib/CrosshairLayer_combined.js +85 -85
  51. package/esm2015/lib/CustomIndicator.js +23 -23
  52. package/esm2015/lib/DataAbbreviator.js +2 -2
  53. package/esm2015/lib/DataChartToolbarFactoryManager.js +27 -0
  54. package/esm2015/lib/DataChartToolbarProvider.js +107 -0
  55. package/esm2015/lib/DataChartVisualDataManager.js +4 -4
  56. package/esm2015/lib/DataLegendSummaryCalculationAverage.js +1 -1
  57. package/esm2015/lib/DataLegendSummaryCalculationMax.js +1 -1
  58. package/esm2015/lib/DataLegendSummaryCalculationMin.js +1 -1
  59. package/esm2015/lib/DataLegendSummaryCalculationTotal.js +1 -1
  60. package/esm2015/lib/DataLegendVisualData_combined.js +1 -1
  61. package/esm2015/lib/DataToolTipLayer_combined.js +511 -490
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +2162 -1903
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  66. package/esm2015/lib/FinalValueLayer_combined.js +70 -70
  67. package/esm2015/lib/FinancialChart_combined.js +1443 -1359
  68. package/esm2015/lib/FinancialEventArgs_combined.js +586 -586
  69. package/esm2015/lib/FinancialIndicator_combined.js +201 -201
  70. package/esm2015/lib/FinancialOverlay.js +36 -36
  71. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  72. package/esm2015/lib/FinancialPriceSeriesProxy.js +16 -16
  73. package/esm2015/lib/FinancialPriceSeries_combined.js +239 -239
  74. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  75. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  76. package/esm2015/lib/HighDensityScatterSeries_combined.js +436 -436
  77. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +106 -106
  78. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  80. package/esm2015/lib/HorizontalRangeCategorySeries.js +55 -55
  81. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  82. package/esm2015/lib/IDataChartToolbarProvider.js +7 -0
  83. package/esm2015/lib/IZoomableCategoryAxis.js +11 -0
  84. package/esm2015/lib/IndicatorProxy.js +11 -11
  85. package/esm2015/lib/ItemLegend_combined.js +17 -5
  86. package/esm2015/lib/ItemToolTipLayer_combined.js +79 -79
  87. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  88. package/esm2015/lib/LineSeries_combined.js +38 -38
  89. package/esm2015/lib/MarketFacilitationIndexIndicator.js +7 -7
  90. package/esm2015/lib/MassIndexIndicator.js +6 -6
  91. package/esm2015/lib/MedianPriceIndicator.js +6 -6
  92. package/esm2015/lib/MoneyFlowIndexIndicator.js +16 -16
  93. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  94. package/esm2015/lib/NegativeVolumeIndexIndicator.js +6 -6
  95. package/esm2015/lib/NumberAbbreviator.js +1 -1
  96. package/esm2015/lib/NumericXAxis_combined.js +3 -3
  97. package/esm2015/lib/NumericYAxis_combined.js +3 -3
  98. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  99. package/esm2015/lib/OrdinalTimeXAxis.js +113 -113
  100. package/esm2015/lib/OverlayProxy.js +8 -8
  101. package/esm2015/lib/PercentChangeYAxis_combined.js +1 -1
  102. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  104. package/esm2015/lib/PieChartViewManager_combined.js +9 -9
  105. package/esm2015/lib/PointSeries_combined.js +19 -19
  106. package/esm2015/lib/PolarAreaSeries_combined.js +23 -23
  107. package/esm2015/lib/PolarBase_combined.js +388 -388
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +55 -55
  109. package/esm2015/lib/PolarLineSeries_combined.js +21 -21
  110. package/esm2015/lib/PolarScatterSeries_combined.js +13 -13
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +24 -24
  112. package/esm2015/lib/PolarSplineSeries_combined.js +23 -23
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +78 -78
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/RadialAreaSeries_combined.js +35 -35
  117. package/esm2015/lib/RadialAxisLabelPanel_combined.js +1 -1
  118. package/esm2015/lib/RadialBucketCalculator_combined.js +156 -156
  119. package/esm2015/lib/RadialColumnSeries_combined.js +47 -47
  120. package/esm2015/lib/RadialLineSeries_combined.js +37 -37
  121. package/esm2015/lib/RadialPieSeries_combined.js +45 -45
  122. package/esm2015/lib/RangeAreaSeries_combined.js +22 -22
  123. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  124. package/esm2015/lib/RangeColumnSeries_combined.js +35 -35
  125. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  126. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  127. package/esm2015/lib/ScatterAreaSeries_combined.js +128 -128
  128. package/esm2015/lib/ScatterBase_combined.js +445 -445
  129. package/esm2015/lib/ScatterContourSeries_combined.js +112 -112
  130. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  131. package/esm2015/lib/ScatterLineSeries.js +51 -51
  132. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  133. package/esm2015/lib/ScatterPolygonSeries_combined.js +206 -206
  134. package/esm2015/lib/ScatterPolylineSeries_combined.js +22 -22
  135. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  136. package/esm2015/lib/ScatterSplineSeries.js +38 -38
  137. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  138. package/esm2015/lib/ScatterTriangulationSeries.js +177 -177
  139. package/esm2015/lib/SeriesInteractionManager.js +86 -78
  140. package/esm2015/lib/SeriesRenderManager.js +17 -17
  141. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  142. package/esm2015/lib/SeriesViewerInteractionManager.js +197 -197
  143. package/esm2015/lib/SeriesViewerScrollbarManager.js +7 -7
  144. package/esm2015/lib/SeriesViewerSurfaceViewer.js +14 -14
  145. package/esm2015/lib/SeriesViewer_combined.js +3539 -3179
  146. package/esm2015/lib/SeriesVisualDataManager.js +23 -23
  147. package/esm2015/lib/ShapeSeriesBase_combined.js +303 -303
  148. package/esm2015/lib/SizeScale.js +3 -3
  149. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  150. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  151. package/esm2015/lib/SplineSeriesBase_combined.js +123 -123
  152. package/esm2015/lib/SplineSeries_combined.js +25 -25
  153. package/esm2015/lib/Stacked100AreaSeries_combined.js +9 -9
  154. package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
  155. package/esm2015/lib/Stacked100BarSeries_combined.js +15 -15
  156. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
  157. package/esm2015/lib/Stacked100ColumnSeries_combined.js +15 -15
  158. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  159. package/esm2015/lib/Stacked100LineSeries_combined.js +9 -9
  160. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  161. package/esm2015/lib/Stacked100SplineSeries_combined.js +9 -9
  162. package/esm2015/lib/StackedLineSeries_combined.js +9 -9
  163. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1026 -1026
  164. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  165. package/esm2015/lib/StepAreaSeries_combined.js +37 -37
  166. package/esm2015/lib/StepLineSeries_combined.js +43 -43
  167. package/esm2015/lib/StochRSIIndicator.js +15 -15
  168. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  169. package/esm2015/lib/TRIXIndicator.js +16 -16
  170. package/esm2015/lib/TileZoomManager_combined.js +9 -9
  171. package/esm2015/lib/TimeAxisBase.js +8 -8
  172. package/esm2015/lib/TimeXAxis.js +10 -10
  173. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  174. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  175. package/esm2015/lib/ValueOverlay_combined.js +115 -115
  176. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  177. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  178. package/esm2015/lib/WaterfallSeries_combined.js +103 -103
  179. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  180. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  181. package/esm2015/lib/XYChart.js +802 -802
  182. package/esm2015/lib/igc-anchored-category-series-component.js +18 -18
  183. package/esm2015/lib/igc-anchored-radial-series-component.js +31 -31
  184. package/esm2015/lib/igc-annotation-layer-component.js +17 -17
  185. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  186. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  187. package/esm2015/lib/igc-bar-fragment-component.js +6 -6
  188. package/esm2015/lib/igc-bar-series-component.js +11 -11
  189. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  190. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  191. package/esm2015/lib/igc-bubble-series-component.js +44 -44
  192. package/esm2015/lib/igc-callout-label-updating-event-args.js +35 -6
  193. package/esm2015/lib/igc-callout-layer-component.js +95 -95
  194. package/esm2015/lib/igc-category-chart-component.js +169 -112
  195. package/esm2015/lib/igc-category-highlight-layer-component.js +13 -13
  196. package/esm2015/lib/igc-category-item-highlight-layer-component.js +32 -32
  197. package/esm2015/lib/igc-category-series-component.js +20 -20
  198. package/esm2015/lib/igc-category-tool-tip-layer-component.js +12 -12
  199. package/esm2015/lib/igc-category-x-axis-component.js +75 -2
  200. package/esm2015/lib/igc-category-y-axis-component.js +75 -2
  201. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  202. package/esm2015/lib/igc-chart-group-description-collection.js +88 -0
  203. package/esm2015/lib/igc-chart-group-description-module.js +15 -0
  204. package/esm2015/lib/igc-chart-group-description.js +20 -0
  205. package/esm2015/lib/igc-chart-sort-description-collection.js +98 -0
  206. package/esm2015/lib/igc-chart-sort-description-module.js +15 -0
  207. package/esm2015/lib/igc-chart-sort-description.js +61 -0
  208. package/esm2015/lib/igc-chart-summary-description-collection.js +95 -0
  209. package/esm2015/lib/igc-chart-summary-description-module.js +15 -0
  210. package/esm2015/lib/igc-chart-summary-description.js +95 -0
  211. package/esm2015/lib/igc-column-fragment-component.js +11 -11
  212. package/esm2015/lib/igc-column-series-component.js +13 -13
  213. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  214. package/esm2015/lib/igc-crosshair-layer-component.js +90 -90
  215. package/esm2015/lib/igc-data-chart-component.js +95 -95
  216. package/esm2015/lib/igc-data-legend-component.js +1 -1
  217. package/esm2015/lib/igc-data-tool-tip-layer-component.js +364 -364
  218. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  219. package/esm2015/lib/igc-domain-chart-component.js +901 -650
  220. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  221. package/esm2015/lib/igc-final-value-layer-component.js +42 -42
  222. package/esm2015/lib/igc-financial-chart-component.js +214 -157
  223. package/esm2015/lib/igc-financial-indicator-component.js +16 -16
  224. package/esm2015/lib/igc-financial-overlay-component.js +5 -5
  225. package/esm2015/lib/igc-financial-price-series-component.js +30 -30
  226. package/esm2015/lib/igc-financial-series-component.js +60 -60
  227. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  228. package/esm2015/lib/igc-fragment-base-component.js +2 -2
  229. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  230. package/esm2015/lib/igc-high-density-scatter-series-component.js +57 -57
  231. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  232. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  233. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  234. package/esm2015/lib/igc-item-legend-component.js +18 -0
  235. package/esm2015/lib/igc-item-tool-tip-layer-component.js +18 -18
  236. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  237. package/esm2015/lib/igc-line-series-component.js +1 -1
  238. package/esm2015/lib/igc-marker-series-component.js +28 -28
  239. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  240. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  241. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  242. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +5 -5
  243. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  244. package/esm2015/lib/igc-polar-base-component.js +77 -77
  245. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  246. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  247. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  248. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  249. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  250. package/esm2015/lib/igc-radial-base-component.js +31 -31
  251. package/esm2015/lib/igc-radial-column-series-component.js +9 -9
  252. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  253. package/esm2015/lib/igc-radial-pie-series-component.js +9 -9
  254. package/esm2015/lib/igc-range-category-series-component.js +6 -6
  255. package/esm2015/lib/igc-range-column-series-component.js +10 -10
  256. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  257. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  258. package/esm2015/lib/igc-scatter-area-series-component.js +24 -24
  259. package/esm2015/lib/igc-scatter-base-component.js +49 -49
  260. package/esm2015/lib/igc-scatter-contour-series-component.js +29 -29
  261. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  262. package/esm2015/lib/igc-scatter-polygon-series-component.js +39 -39
  263. package/esm2015/lib/igc-scatter-polyline-series-component.js +7 -7
  264. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  265. package/esm2015/lib/igc-scatter-triangulation-series-component.js +37 -37
  266. package/esm2015/lib/igc-series-component.js +195 -185
  267. package/esm2015/lib/igc-series-viewer-component.js +379 -282
  268. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  269. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  271. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  272. package/esm2015/lib/igc-spline-fragment-base-component.js +2 -2
  273. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  274. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  275. package/esm2015/lib/igc-spline-series-component.js +1 -1
  276. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  277. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  278. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  279. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  280. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  281. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  282. package/esm2015/lib/igc-stacked-bar-series-component.js +12 -12
  283. package/esm2015/lib/igc-stacked-column-series-component.js +9 -9
  284. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  285. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  286. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  287. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  288. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  289. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  290. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  291. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  292. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  293. package/esm2015/lib/igc-value-overlay-component.js +52 -52
  294. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  295. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  296. package/esm2015/lib/igc-waterfall-series-component.js +19 -19
  297. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  298. package/esm2015/lib/igc-xy-chart-component.js +218 -218
  299. package/esm2015/lib/igc-zoom-slider-component.js +0 -7
  300. package/esm2015/public_api.js +23 -0
  301. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  302. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  303. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +7 -7
  304. package/esm5/lib/AnchoredCategorySeries_combined.js +140 -140
  305. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +220 -220
  306. package/esm5/lib/AngleAxisLabelPanel_combined.js +18 -18
  307. package/esm5/lib/AnnotationLayerProxy.js +39 -26
  308. package/esm5/lib/AnnotationLayer_combined.js +132 -132
  309. package/esm5/lib/AreaSeries_combined.js +44 -44
  310. package/esm5/lib/AutomaticSeriesManager.js +7 -0
  311. package/esm5/lib/AutomaticSeriesPurpose.js +11 -0
  312. package/esm5/lib/AutomaticSeriesRequest.js +7 -0
  313. package/esm5/lib/AutomaticSeriesRequestCollection.js +7 -0
  314. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  315. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  316. package/esm5/lib/AxisAnnotationFrameManager.js +2 -2
  317. package/esm5/lib/AxisAnnotationManager.js +1 -1
  318. package/esm5/lib/AxisVisualDataManager.js +2 -2
  319. package/esm5/lib/BarSeries_combined.js +110 -103
  320. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  321. package/esm5/lib/BollingerBandsOverlay_combined.js +98 -98
  322. package/esm5/lib/BrushScale.js +7 -7
  323. package/esm5/lib/BubbleSeries_combined.js +252 -252
  324. package/esm5/lib/CalloutLabelUpdatingEventArgs.js +4 -2
  325. package/esm5/lib/CalloutLayer_combined.js +442 -440
  326. package/esm5/lib/CategoryBucketCalculator_combined.js +241 -240
  327. package/esm5/lib/CategoryChart.js +522 -413
  328. package/esm5/lib/CategoryDateTimeXAxis_combined.js +5 -5
  329. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  330. package/esm5/lib/CategoryHighlightLayer_combined.js +51 -51
  331. package/esm5/lib/CategoryItemHighlightLayer_combined.js +121 -118
  332. package/esm5/lib/CategoryMarkerManager.js +1 -1
  333. package/esm5/lib/CategorySeriesInteractionManager.js +8 -8
  334. package/esm5/lib/CategoryToolTipLayer_combined.js +74 -74
  335. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  336. package/esm5/lib/CategoryXAxis_combined.js +140 -23
  337. package/esm5/lib/CategoryYAxis_combined.js +140 -23
  338. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  339. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  340. package/esm5/lib/ChartGroupDescription.js +59 -0
  341. package/esm5/lib/ChartGroupDescriptionCollection.js +94 -0
  342. package/esm5/lib/ChartSortDescription.js +75 -0
  343. package/esm5/lib/ChartSortDescriptionCollection.js +104 -0
  344. package/esm5/lib/ChartSummaryDescription.js +149 -0
  345. package/esm5/lib/ChartSummaryDescriptionCollection.js +110 -0
  346. package/esm5/lib/ColumnSeries_combined.js +64 -64
  347. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  348. package/esm5/lib/CrosshairLayer_combined.js +85 -85
  349. package/esm5/lib/CustomIndicator.js +23 -23
  350. package/esm5/lib/DataAbbreviator.js +1 -7
  351. package/esm5/lib/DataChartToolbarFactoryManager.js +31 -0
  352. package/esm5/lib/DataChartToolbarProvider.js +117 -0
  353. package/esm5/lib/DataChartVisualDataManager.js +4 -4
  354. package/esm5/lib/DataLegendSummaryCalculationAverage.js +1 -1
  355. package/esm5/lib/DataLegendSummaryCalculationMax.js +1 -1
  356. package/esm5/lib/DataLegendSummaryCalculationMin.js +1 -1
  357. package/esm5/lib/DataLegendSummaryCalculationTotal.js +1 -1
  358. package/esm5/lib/DataLegendVisualData_combined.js +1 -1
  359. package/esm5/lib/DataToolTipLayer_combined.js +510 -485
  360. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  361. package/esm5/lib/DomainChart.js +2098 -1753
  362. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  363. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  364. package/esm5/lib/FinalValueLayer_combined.js +70 -70
  365. package/esm5/lib/FinancialChart_combined.js +1405 -1300
  366. package/esm5/lib/FinancialEventArgs_combined.js +581 -581
  367. package/esm5/lib/FinancialIndicator_combined.js +200 -200
  368. package/esm5/lib/FinancialOverlay.js +36 -36
  369. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  370. package/esm5/lib/FinancialPriceSeriesProxy.js +16 -16
  371. package/esm5/lib/FinancialPriceSeries_combined.js +238 -238
  372. package/esm5/lib/ForceIndexIndicator.js +15 -15
  373. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  374. package/esm5/lib/HighDensityScatterSeries_combined.js +433 -433
  375. package/esm5/lib/HorizontalAnchoredCategorySeries.js +105 -105
  376. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +3 -3
  377. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +2 -2
  378. package/esm5/lib/HorizontalRangeCategorySeries.js +55 -55
  379. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  380. package/esm5/lib/IDataChartToolbarProvider.js +7 -0
  381. package/esm5/lib/IZoomableCategoryAxis.js +11 -0
  382. package/esm5/lib/IndicatorProxy.js +11 -11
  383. package/esm5/lib/ItemLegend_combined.js +25 -5
  384. package/esm5/lib/ItemToolTipLayer_combined.js +79 -79
  385. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +7 -7
  386. package/esm5/lib/LineSeries_combined.js +38 -38
  387. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  388. package/esm5/lib/MassIndexIndicator.js +6 -6
  389. package/esm5/lib/MedianPriceIndicator.js +6 -6
  390. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  391. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  392. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  393. package/esm5/lib/NumberAbbreviator.js +1 -1
  394. package/esm5/lib/NumericXAxis_combined.js +3 -3
  395. package/esm5/lib/NumericYAxis_combined.js +3 -3
  396. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  397. package/esm5/lib/OrdinalTimeXAxis.js +109 -109
  398. package/esm5/lib/OverlayProxy.js +8 -8
  399. package/esm5/lib/PercentChangeYAxis_combined.js +1 -1
  400. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  401. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  402. package/esm5/lib/PieChartViewManager_combined.js +9 -9
  403. package/esm5/lib/PointSeries_combined.js +19 -19
  404. package/esm5/lib/PolarAreaSeries_combined.js +23 -23
  405. package/esm5/lib/PolarBase_combined.js +384 -384
  406. package/esm5/lib/PolarLineSeriesBase_combined.js +55 -55
  407. package/esm5/lib/PolarLineSeries_combined.js +21 -21
  408. package/esm5/lib/PolarScatterSeries_combined.js +13 -13
  409. package/esm5/lib/PolarSplineAreaSeries_combined.js +24 -24
  410. package/esm5/lib/PolarSplineSeries_combined.js +23 -23
  411. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  412. package/esm5/lib/PriceChannelOverlay_combined.js +78 -78
  413. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  414. package/esm5/lib/RadialAreaSeries_combined.js +35 -35
  415. package/esm5/lib/RadialAxisLabelPanel_combined.js +1 -1
  416. package/esm5/lib/RadialBucketCalculator_combined.js +154 -154
  417. package/esm5/lib/RadialColumnSeries_combined.js +47 -47
  418. package/esm5/lib/RadialLineSeries_combined.js +37 -37
  419. package/esm5/lib/RadialPieSeries_combined.js +45 -45
  420. package/esm5/lib/RangeAreaSeries_combined.js +22 -22
  421. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +99 -99
  422. package/esm5/lib/RangeColumnSeries_combined.js +35 -35
  423. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  424. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  425. package/esm5/lib/ScatterAreaSeries_combined.js +126 -126
  426. package/esm5/lib/ScatterBase_combined.js +441 -441
  427. package/esm5/lib/ScatterContourSeries_combined.js +110 -110
  428. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  429. package/esm5/lib/ScatterLineSeries.js +51 -51
  430. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  431. package/esm5/lib/ScatterPolygonSeries_combined.js +205 -205
  432. package/esm5/lib/ScatterPolylineSeries_combined.js +22 -22
  433. package/esm5/lib/ScatterSeries_combined.js +15 -15
  434. package/esm5/lib/ScatterSplineSeries.js +38 -38
  435. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  436. package/esm5/lib/ScatterTriangulationSeries.js +173 -173
  437. package/esm5/lib/SeriesInteractionManager.js +86 -78
  438. package/esm5/lib/SeriesRenderManager.js +17 -17
  439. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  440. package/esm5/lib/SeriesViewerInteractionManager.js +197 -197
  441. package/esm5/lib/SeriesViewerScrollbarManager.js +7 -7
  442. package/esm5/lib/SeriesViewerSurfaceViewer.js +14 -14
  443. package/esm5/lib/SeriesViewer_combined.js +3484 -3101
  444. package/esm5/lib/SeriesVisualDataManager.js +23 -23
  445. package/esm5/lib/ShapeSeriesBase_combined.js +301 -301
  446. package/esm5/lib/SizeScale.js +3 -3
  447. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  448. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  449. package/esm5/lib/SplineSeriesBase_combined.js +121 -121
  450. package/esm5/lib/SplineSeries_combined.js +25 -25
  451. package/esm5/lib/Stacked100AreaSeries_combined.js +9 -9
  452. package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
  453. package/esm5/lib/Stacked100BarSeries_combined.js +15 -15
  454. package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
  455. package/esm5/lib/Stacked100ColumnSeries_combined.js +15 -15
  456. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  457. package/esm5/lib/Stacked100LineSeries_combined.js +9 -9
  458. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +9 -9
  459. package/esm5/lib/Stacked100SplineSeries_combined.js +9 -9
  460. package/esm5/lib/StackedLineSeries_combined.js +9 -9
  461. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1025 -1025
  462. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  463. package/esm5/lib/StepAreaSeries_combined.js +37 -37
  464. package/esm5/lib/StepLineSeries_combined.js +43 -43
  465. package/esm5/lib/StochRSIIndicator.js +14 -14
  466. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  467. package/esm5/lib/TRIXIndicator.js +15 -15
  468. package/esm5/lib/TileZoomManager_combined.js +9 -9
  469. package/esm5/lib/TimeAxisBase.js +8 -8
  470. package/esm5/lib/TimeXAxis.js +10 -10
  471. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  472. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  473. package/esm5/lib/ValueOverlay_combined.js +115 -115
  474. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  475. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +3 -3
  476. package/esm5/lib/WaterfallSeries_combined.js +103 -103
  477. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  478. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  479. package/esm5/lib/XYChart.js +717 -717
  480. package/esm5/lib/igc-anchored-category-series-component.js +18 -18
  481. package/esm5/lib/igc-anchored-radial-series-component.js +31 -31
  482. package/esm5/lib/igc-annotation-layer-component.js +17 -17
  483. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  484. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  485. package/esm5/lib/igc-bar-fragment-component.js +6 -6
  486. package/esm5/lib/igc-bar-series-component.js +11 -11
  487. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  488. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  489. package/esm5/lib/igc-bubble-series-component.js +44 -44
  490. package/esm5/lib/igc-callout-label-updating-event-args.js +43 -6
  491. package/esm5/lib/igc-callout-layer-component.js +95 -95
  492. package/esm5/lib/igc-category-chart-component.js +189 -112
  493. package/esm5/lib/igc-category-highlight-layer-component.js +13 -13
  494. package/esm5/lib/igc-category-item-highlight-layer-component.js +32 -32
  495. package/esm5/lib/igc-category-series-component.js +20 -20
  496. package/esm5/lib/igc-category-tool-tip-layer-component.js +12 -12
  497. package/esm5/lib/igc-category-x-axis-component.js +95 -2
  498. package/esm5/lib/igc-category-y-axis-component.js +95 -2
  499. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  500. package/esm5/lib/igc-chart-group-description-collection.js +115 -0
  501. package/esm5/lib/igc-chart-group-description-module.js +19 -0
  502. package/esm5/lib/igc-chart-group-description.js +34 -0
  503. package/esm5/lib/igc-chart-sort-description-collection.js +129 -0
  504. package/esm5/lib/igc-chart-sort-description-module.js +19 -0
  505. package/esm5/lib/igc-chart-sort-description.js +81 -0
  506. package/esm5/lib/igc-chart-summary-description-collection.js +126 -0
  507. package/esm5/lib/igc-chart-summary-description-module.js +19 -0
  508. package/esm5/lib/igc-chart-summary-description.js +122 -0
  509. package/esm5/lib/igc-column-fragment-component.js +11 -11
  510. package/esm5/lib/igc-column-series-component.js +13 -13
  511. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  512. package/esm5/lib/igc-crosshair-layer-component.js +90 -90
  513. package/esm5/lib/igc-data-chart-component.js +95 -95
  514. package/esm5/lib/igc-data-legend-component.js +1 -1
  515. package/esm5/lib/igc-data-tool-tip-layer-component.js +364 -364
  516. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  517. package/esm5/lib/igc-domain-chart-component.js +973 -650
  518. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  519. package/esm5/lib/igc-final-value-layer-component.js +42 -42
  520. package/esm5/lib/igc-financial-chart-component.js +234 -157
  521. package/esm5/lib/igc-financial-indicator-component.js +16 -16
  522. package/esm5/lib/igc-financial-overlay-component.js +5 -5
  523. package/esm5/lib/igc-financial-price-series-component.js +30 -30
  524. package/esm5/lib/igc-financial-series-component.js +60 -60
  525. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  526. package/esm5/lib/igc-fragment-base-component.js +2 -2
  527. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  528. package/esm5/lib/igc-high-density-scatter-series-component.js +57 -57
  529. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  530. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  531. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  532. package/esm5/lib/igc-item-legend-component.js +26 -0
  533. package/esm5/lib/igc-item-tool-tip-layer-component.js +18 -18
  534. package/esm5/lib/igc-line-fragment-component.js +1 -1
  535. package/esm5/lib/igc-line-series-component.js +1 -1
  536. package/esm5/lib/igc-marker-series-component.js +28 -28
  537. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  538. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  539. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  540. package/esm5/lib/igc-ordinal-time-x-axis-component.js +5 -5
  541. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  542. package/esm5/lib/igc-polar-base-component.js +77 -77
  543. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  544. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  545. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  546. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  547. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  548. package/esm5/lib/igc-radial-base-component.js +31 -31
  549. package/esm5/lib/igc-radial-column-series-component.js +9 -9
  550. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  551. package/esm5/lib/igc-radial-pie-series-component.js +9 -9
  552. package/esm5/lib/igc-range-category-series-component.js +6 -6
  553. package/esm5/lib/igc-range-column-series-component.js +10 -10
  554. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  555. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  556. package/esm5/lib/igc-scatter-area-series-component.js +24 -24
  557. package/esm5/lib/igc-scatter-base-component.js +49 -49
  558. package/esm5/lib/igc-scatter-contour-series-component.js +29 -29
  559. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  560. package/esm5/lib/igc-scatter-polygon-series-component.js +39 -39
  561. package/esm5/lib/igc-scatter-polyline-series-component.js +7 -7
  562. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  563. package/esm5/lib/igc-scatter-triangulation-series-component.js +37 -37
  564. package/esm5/lib/igc-series-component.js +199 -185
  565. package/esm5/lib/igc-series-viewer-component.js +403 -282
  566. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  567. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  568. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  569. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  570. package/esm5/lib/igc-spline-fragment-base-component.js +2 -2
  571. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  572. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  573. package/esm5/lib/igc-spline-series-component.js +1 -1
  574. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  575. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  576. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  577. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  578. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  579. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  580. package/esm5/lib/igc-stacked-bar-series-component.js +12 -12
  581. package/esm5/lib/igc-stacked-column-series-component.js +9 -9
  582. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  583. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  584. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  585. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  586. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  587. package/esm5/lib/igc-step-area-series-component.js +2 -2
  588. package/esm5/lib/igc-step-line-series-component.js +3 -3
  589. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  590. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  591. package/esm5/lib/igc-value-overlay-component.js +52 -52
  592. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  593. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  594. package/esm5/lib/igc-waterfall-series-component.js +19 -19
  595. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  596. package/esm5/lib/igc-xy-chart-component.js +218 -218
  597. package/esm5/lib/igc-zoom-slider-component.js +0 -7
  598. package/esm5/public_api.js +23 -0
  599. package/fesm2015/igniteui-webcomponents-charts.js +24956 -22072
  600. package/fesm5/igniteui-webcomponents-charts.js +25115 -21650
  601. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  602. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  603. package/lib/AnchoredCategorySeries_combined.d.ts +45 -45
  604. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +52 -52
  605. package/lib/AnnotationLayerProxy.d.ts +4 -0
  606. package/lib/AnnotationLayer_combined.d.ts +40 -40
  607. package/lib/AreaSeries_combined.d.ts +8 -8
  608. package/lib/AutomaticSeriesManager.d.ts +1 -0
  609. package/lib/AutomaticSeriesPurpose.d.ts +11 -0
  610. package/lib/AutomaticSeriesRequest.d.ts +1 -0
  611. package/lib/AutomaticSeriesRequestCollection.d.ts +1 -0
  612. package/lib/AverageDirectionalIndexIndicator.d.ts +8 -8
  613. package/lib/AverageTrueRangeIndicator.d.ts +8 -8
  614. package/lib/BarSeries_combined.d.ts +19 -19
  615. package/lib/BollingerBandWidthIndicator.d.ts +10 -10
  616. package/lib/BollingerBandsOverlay_combined.d.ts +18 -18
  617. package/lib/BubbleSeries_combined.d.ts +48 -48
  618. package/lib/CalloutLabelUpdatingEventArgs.d.ts +5 -2
  619. package/lib/CalloutLayer_combined.d.ts +101 -101
  620. package/lib/CategoryBucketCalculator_combined.d.ts +71 -71
  621. package/lib/CategoryChart.d.ts +129 -116
  622. package/lib/CategoryHighlightLayer_combined.d.ts +15 -15
  623. package/lib/CategoryItemHighlightLayer_combined.d.ts +26 -26
  624. package/lib/CategoryToolTipLayer_combined.d.ts +15 -15
  625. package/lib/CategoryXAxis_combined.d.ts +17 -5
  626. package/lib/CategoryYAxis_combined.d.ts +17 -5
  627. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  628. package/lib/ChaikinVolatilityIndicator.d.ts +8 -8
  629. package/lib/ChartGroupDescription.d.ts +16 -0
  630. package/lib/ChartGroupDescriptionCollection.d.ts +26 -0
  631. package/lib/ChartSortDescription.d.ts +18 -0
  632. package/lib/ChartSortDescriptionCollection.d.ts +27 -0
  633. package/lib/ChartSummaryDescription.d.ts +33 -0
  634. package/lib/ChartSummaryDescriptionCollection.d.ts +27 -0
  635. package/lib/ColumnSeries_combined.d.ts +17 -17
  636. package/lib/CommodityChannelIndexIndicator.d.ts +8 -8
  637. package/lib/CrosshairLayer_combined.d.ts +41 -41
  638. package/lib/CustomIndicator.d.ts +8 -8
  639. package/lib/DataAbbreviator.d.ts +1 -1
  640. package/lib/DataChartToolbarFactoryManager.d.ts +9 -0
  641. package/lib/DataChartToolbarProvider.d.ts +21 -0
  642. package/lib/DataToolTipLayer_combined.d.ts +138 -138
  643. package/lib/DetrendedPriceOscillatorIndicator.d.ts +8 -8
  644. package/lib/DomainChart.d.ts +538 -487
  645. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  646. package/lib/FastStochasticOscillatorIndicator.d.ts +8 -8
  647. package/lib/FinalValueLayer_combined.d.ts +28 -28
  648. package/lib/FinancialChart_combined.d.ts +299 -287
  649. package/lib/FinancialEventArgs_combined.d.ts +123 -123
  650. package/lib/FinancialIndicator_combined.d.ts +36 -36
  651. package/lib/FinancialOverlay.d.ts +9 -9
  652. package/lib/FinancialPriceSeries_combined.d.ts +41 -41
  653. package/lib/ForceIndexIndicator.d.ts +9 -9
  654. package/lib/FullStochasticOscillatorIndicator.d.ts +14 -14
  655. package/lib/HighDensityScatterSeries_combined.d.ts +96 -96
  656. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  657. package/lib/HorizontalRangeCategorySeries.d.ts +13 -13
  658. package/lib/IAnnotationLayerProxy.d.ts +4 -0
  659. package/lib/IDataChartToolbarProvider.d.ts +1 -0
  660. package/lib/IZoomableCategoryAxis.d.ts +17 -0
  661. package/lib/ItemLegend_combined.d.ts +4 -2
  662. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  663. package/lib/ItemwiseStrategyBasedIndicator.d.ts +5 -5
  664. package/lib/LineSeries_combined.d.ts +7 -7
  665. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  666. package/lib/MassIndexIndicator.d.ts +4 -4
  667. package/lib/MedianPriceIndicator.d.ts +4 -4
  668. package/lib/MoneyFlowIndexIndicator.d.ts +9 -9
  669. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  670. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  671. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  672. package/lib/OrdinalTimeXAxis.d.ts +26 -26
  673. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  674. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  675. package/lib/PointSeries_combined.d.ts +6 -6
  676. package/lib/PolarAreaSeries_combined.d.ts +7 -7
  677. package/lib/PolarBase_combined.d.ts +107 -107
  678. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  679. package/lib/PolarLineSeries_combined.d.ts +8 -8
  680. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  681. package/lib/PolarSplineAreaSeries_combined.d.ts +8 -8
  682. package/lib/PolarSplineSeries_combined.d.ts +7 -7
  683. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  684. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  685. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  686. package/lib/RadialAreaSeries_combined.d.ts +7 -7
  687. package/lib/RadialBucketCalculator_combined.d.ts +50 -50
  688. package/lib/RadialColumnSeries_combined.d.ts +11 -11
  689. package/lib/RadialLineSeries_combined.d.ts +8 -8
  690. package/lib/RadialPieSeries_combined.d.ts +13 -13
  691. package/lib/RangeAreaSeries_combined.d.ts +6 -6
  692. package/lib/RangeCategoryBucketCalculator_combined.d.ts +19 -19
  693. package/lib/RangeColumnSeries_combined.d.ts +12 -12
  694. package/lib/RateOfChangeAndMomentumIndicator.d.ts +8 -8
  695. package/lib/RelativeStrengthIndexIndicator.d.ts +9 -9
  696. package/lib/ScatterAreaSeries_combined.d.ts +28 -28
  697. package/lib/ScatterBase_combined.d.ts +108 -108
  698. package/lib/ScatterContourSeries_combined.d.ts +20 -20
  699. package/lib/ScatterLineSeries.d.ts +12 -12
  700. package/lib/ScatterPolygonSeries_combined.d.ts +46 -46
  701. package/lib/ScatterPolylineSeries_combined.d.ts +9 -9
  702. package/lib/ScatterSeries_combined.d.ts +4 -4
  703. package/lib/ScatterSplineSeries.d.ts +9 -9
  704. package/lib/ScatterTriangulationSeries.d.ts +40 -40
  705. package/lib/SeriesViewer_combined.d.ts +1037 -957
  706. package/lib/ShapeSeriesBase_combined.d.ts +91 -91
  707. package/lib/SlowStochasticOscillatorIndicator.d.ts +8 -8
  708. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  709. package/lib/SplineSeriesBase_combined.d.ts +23 -23
  710. package/lib/SplineSeries_combined.d.ts +6 -6
  711. package/lib/Stacked100AreaSeries_combined.d.ts +4 -4
  712. package/lib/Stacked100BarSeries_combined.d.ts +6 -6
  713. package/lib/Stacked100ColumnSeries_combined.d.ts +6 -6
  714. package/lib/Stacked100LineSeries_combined.d.ts +4 -4
  715. package/lib/Stacked100SplineAreaSeries_combined.d.ts +4 -4
  716. package/lib/Stacked100SplineSeries_combined.d.ts +4 -4
  717. package/lib/StackedLineSeries_combined.d.ts +3 -3
  718. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +230 -230
  719. package/lib/StandardDeviationIndicator.d.ts +8 -8
  720. package/lib/StepAreaSeries_combined.d.ts +10 -10
  721. package/lib/StepLineSeries_combined.d.ts +9 -9
  722. package/lib/StochRSIIndicator.d.ts +8 -8
  723. package/lib/StrategyBasedIndicator.d.ts +21 -21
  724. package/lib/TRIXIndicator.d.ts +8 -8
  725. package/lib/TypicalPriceIndicator.d.ts +4 -4
  726. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  727. package/lib/ValueOverlay_combined.d.ts +41 -41
  728. package/lib/VerticalAnchoredCategorySeries.d.ts +23 -23
  729. package/lib/WaterfallSeries_combined.d.ts +23 -23
  730. package/lib/WeightedCloseIndicator.d.ts +4 -4
  731. package/lib/WilliamsPercentRIndicator.d.ts +8 -8
  732. package/lib/XYChart.d.ts +189 -189
  733. package/lib/igc-callout-label-updating-event-args.d.ts +9 -0
  734. package/lib/igc-category-chart-component.d.ts +27 -0
  735. package/lib/igc-category-x-axis-component.d.ts +37 -0
  736. package/lib/igc-category-y-axis-component.d.ts +37 -0
  737. package/lib/igc-chart-group-description-collection.d.ts +24 -0
  738. package/lib/igc-chart-group-description-module.d.ts +3 -0
  739. package/lib/igc-chart-group-description.d.ts +14 -0
  740. package/lib/igc-chart-sort-description-collection.d.ts +28 -0
  741. package/lib/igc-chart-sort-description-module.d.ts +3 -0
  742. package/lib/igc-chart-sort-description.d.ts +31 -0
  743. package/lib/igc-chart-summary-description-collection.d.ts +25 -0
  744. package/lib/igc-chart-summary-description-module.d.ts +3 -0
  745. package/lib/igc-chart-summary-description.d.ts +35 -0
  746. package/lib/igc-data-legend-component.d.ts +1 -1
  747. package/lib/igc-data-tool-tip-layer-component.d.ts +1 -1
  748. package/lib/igc-domain-chart-component.d.ts +85 -1
  749. package/lib/igc-financial-chart-component.d.ts +27 -0
  750. package/lib/igc-item-legend-component.d.ts +8 -0
  751. package/lib/igc-series-component.d.ts +4 -0
  752. package/lib/igc-series-viewer-component.d.ts +51 -0
  753. package/lib/igc-zoom-slider-component.d.ts +0 -5
  754. package/package.json +2 -2
  755. package/public_api.d.ts +23 -0
@@ -213,10 +213,10 @@ export let FragmentBase = /*@__PURE__*/ (() => {
213
213
  class FragmentBase extends HorizontalAnchoredCategorySeries {
214
214
  constructor() {
215
215
  super();
216
- this.u8 = null;
216
+ this.vc = null;
217
217
  this._logicalSeriesLink = null;
218
- this.va = null;
219
- this.u8 = new CategoryLineRasterizer();
218
+ this.ve = null;
219
+ this.vc = new CategoryLineRasterizer();
220
220
  }
221
221
  get logicalSeriesLink() {
222
222
  return this._logicalSeriesLink;
@@ -225,31 +225,31 @@ export let FragmentBase = /*@__PURE__*/ (() => {
225
225
  this._logicalSeriesLink = a;
226
226
  }
227
227
  get parentSeries() {
228
- return this.va;
228
+ return this.ve;
229
229
  }
230
230
  set parentSeries(a) {
231
- this.va = a;
231
+ this.ve = a;
232
232
  }
233
- get_dn() {
233
+ get_dp() {
234
234
  return false;
235
235
  }
236
- get_du() {
236
+ get_dv() {
237
237
  return true;
238
238
  }
239
- jp() {
239
+ jr() {
240
240
  if (this.logicalSeriesLink != null) {
241
241
  return this.logicalSeriesLink.d8;
242
242
  }
243
243
  return null;
244
244
  }
245
- hc() {
245
+ he() {
246
246
  let a = this.parentSeries;
247
- if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
247
+ if (a.index == -1 || a.tq == null || a.tq.f.indexOf(this) == -1) {
248
248
  return -1;
249
249
  }
250
- return a.tm.f.indexOf(this);
250
+ return a.tq.f.indexOf(this);
251
251
  }
252
- hg() {
252
+ hi() {
253
253
  let a = this.parentSeries;
254
254
  if (a.index == -1 || a.series.count == 0 || a.series.indexOf(this.logicalSeriesLink) == -1) {
255
255
  return -1;
@@ -258,33 +258,33 @@ export let FragmentBase = /*@__PURE__*/ (() => {
258
258
  }
259
259
  resolveLegendIndex() {
260
260
  let a = this.parentSeries;
261
- if (a.tq) {
262
- return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
261
+ if (a.tu) {
262
+ return -1 + a.index + a.tm.count - a.tq.f.indexOf(this);
263
263
  }
264
264
  return super.resolveLegendIndex();
265
265
  }
266
266
  bf() {
267
267
  return this.parentSeries;
268
268
  }
269
- ro() {
269
+ rs() {
270
270
  if (this.parentSeries == null) {
271
271
  return null;
272
272
  }
273
273
  return this.parentSeries.fetchXAxis();
274
274
  }
275
- u7() {
275
+ vb() {
276
276
  if (this.parentSeries == null) {
277
- return this.ru;
277
+ return this.ry;
278
278
  }
279
- return this.parentSeries.ru;
279
+ return this.parentSeries.ry;
280
280
  }
281
- r9() {
281
+ sd() {
282
282
  if (this.parentSeries == null) {
283
283
  return null;
284
284
  }
285
285
  return this.parentSeries.fetchYAxis();
286
286
  }
287
- vc(a, b, c, d, e, f, g, h) {
287
+ vg(a, b, c, d, e, f, g, h) {
288
288
  let i = c[0];
289
289
  let j = c[1];
290
290
  let k = new Rect(0, i - 5, j - 5, 11, 11);
@@ -295,7 +295,7 @@ export let FragmentBase = /*@__PURE__*/ (() => {
295
295
  }
296
296
  return false;
297
297
  }
298
- s4(a, b) {
298
+ s8(a, b) {
299
299
  a.u();
300
300
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
301
301
  return;
@@ -303,28 +303,28 @@ export let FragmentBase = /*@__PURE__*/ (() => {
303
303
  if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
304
304
  return;
305
305
  }
306
- this.rv(b).d(a, b);
306
+ this.rz(b).d(a, b);
307
307
  }
308
- pm(a, b, c) {
309
- return this.po(a, b, c, this.u7().r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vd), (d, e) => this.hk(d, e, this.ro(), runOn(this, this.sn), this.valueColumn != null ? new FragmentBaseValueList(this) : null), (d, e) => this.hi(d, e, this.ro(), runOn(this, this.sn), this.valueColumn != null ? new FragmentBaseValueList(this) : null));
308
+ pq(a, b, c) {
309
+ return this.ps(a, b, c, this.vb().r(this.rs(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.sd(), this.rs(), runOn(this, this.vh), (d, e) => this.hm(d, e, this.rs(), runOn(this, this.sr), this.valueColumn != null ? new FragmentBaseValueList(this) : null), (d, e) => this.hk(d, e, this.rs(), runOn(this, this.sr), this.valueColumn != null ? new FragmentBaseValueList(this) : null));
310
310
  }
311
311
  ag() {
312
- return [this.ro(), this.r9()];
312
+ return [this.rs(), this.sd()];
313
313
  }
314
- vd(a, b, c) {
314
+ vh(a, b, c) {
315
315
  if (this.cd == null) {
316
316
  return NaN;
317
317
  }
318
318
  let d = this.getEffectiveViewport1(this.b0);
319
- let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
320
- let f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
321
- return this.gl(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.ro(), e, f, runOn(this, this.sn), b, c);
319
+ let e = new ScalerParams(0, this.cd.s9, this.b0.bu, this.rs().cg, d);
320
+ let f = this.ry.r(this.rs(), this.cd.s9, this.b0.bu, d);
321
+ return this.gn(this.valueColumn != null ? new FragmentBaseValueList(this) : null, a, this.rs(), e, f, runOn(this, this.sr), b, c);
322
322
  }
323
- vf(a, b, c) {
324
- let d = this.tq(c);
323
+ vj(a, b, c) {
324
+ let d = this.tu(c);
325
325
  let e = d;
326
326
  let f = this.logicalSeriesLink.at;
327
- let g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
327
+ let g = f ? this.parentSeries.tq.e : this.parentSeries.tq.d;
328
328
  let h = g.indexOf(this);
329
329
  if (a.count == 0) {
330
330
  return;
@@ -343,16 +343,16 @@ export let FragmentBase = /*@__PURE__*/ (() => {
343
343
  break;
344
344
  }
345
345
  let k = typeCast(FragmentBase.$, g._inner[j - 1]);
346
- if (k != null && k.u8 != null && k.u8.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
346
+ if (k != null && k.vc != null && k.vc.o.count > 0 && this.b0 != null && k.fb(this.b0.bu, this.b0.bv, this.b0)) {
347
347
  i = true;
348
- for (let l = k.u8.o.count - 1; l >= 0; l--) {
349
- a.add(k.u8.o._inner[l]);
348
+ for (let l = k.vc.o.count - 1; l >= 0; l--) {
349
+ a.add(k.vc.o._inner[l]);
350
350
  }
351
351
  }
352
352
  }
353
353
  }
354
- e9(a, b, c) {
355
- let d = super.e9(a, b, c);
354
+ fb(a, b, c) {
355
+ let d = super.fb(a, b, c);
356
356
  let e = typeCast(CategoryAxisBase.$, this.parentSeries.fetchXAxis());
357
357
  let f = this.parentSeries.fetchYAxis();
358
358
  if (this.parentSeries == null || e == null || e.itemsSource == null || f == null || this.parentSeries.ck == null || e.bh == null || f.bh == null) {
@@ -369,34 +369,34 @@ export let FragmentBase = /*@__PURE__*/ (() => {
369
369
  }
370
370
  return d;
371
371
  }
372
- tq(a) {
372
+ tu(a) {
373
373
  let b = 0;
374
374
  let c = a.bv;
375
375
  let d = a.bu;
376
376
  let e = this.getEffectiveViewport1(a);
377
- let f = new ScalerParams(0, c, d, this.r9().cg, e);
378
- f.b = this.gc();
379
- if (!c.isEmpty && !d.isEmpty && this.r9() != null) {
380
- b = this.r9().ei(0, f);
377
+ let f = new ScalerParams(0, c, d, this.sd().cg, e);
378
+ f.b = this.ge();
379
+ if (!c.isEmpty && !d.isEmpty && this.sd() != null) {
380
+ b = this.sd().ei(0, f);
381
381
  }
382
382
  return b;
383
383
  }
384
384
  ap(a) {
385
385
  return null;
386
386
  }
387
- ve() {
387
+ vi() {
388
388
  if (this.parentSeries == null) {
389
389
  return -1;
390
390
  }
391
391
  let a = this.parentSeries.index;
392
392
  let b = 0;
393
393
  let c = 1;
394
- if (this.parentSeries.tq) {
395
- b = this.parentSeries.ti.count - 1;
394
+ if (this.parentSeries.tu) {
395
+ b = this.parentSeries.tm.count - 1;
396
396
  c = -1;
397
397
  }
398
- for (let d = b; this.parentSeries.tq ? d >= 0 : d < this.parentSeries.ti.count; d += c) {
399
- let e = this.parentSeries.ti._inner[d];
398
+ for (let d = b; this.parentSeries.tu ? d >= 0 : d < this.parentSeries.tm.count; d += c) {
399
+ let e = this.parentSeries.tm._inner[d];
400
400
  if (e.visualSeriesLink == this) {
401
401
  return a;
402
402
  }
@@ -407,12 +407,12 @@ export let FragmentBase = /*@__PURE__*/ (() => {
407
407
  }
408
408
  return -1;
409
409
  }
410
- vg(a) {
410
+ vk(a) {
411
411
  if (a == null) {
412
412
  }
413
413
  }
414
- l4(a, b, c, d) {
415
- super.l4(a, b, c, d);
414
+ l7(a, b, c, d) {
415
+ super.l7(a, b, c, d);
416
416
  if (this.parentSeries == null) {
417
417
  return;
418
418
  }
@@ -422,26 +422,26 @@ export let FragmentBase = /*@__PURE__*/ (() => {
422
422
  }
423
423
  switch (b) {
424
424
  case "ValueColumn":
425
- if (this.th.c3) {
426
- this.th.c2.g$i();
425
+ if (this.tl.c3) {
426
+ this.tl.c2.g$i();
427
427
  }
428
428
  if (e != null && !e.c0()) {
429
- this.parentSeries.th().cr.g(this.ft);
430
- this.mi(false);
429
+ this.parentSeries.tl().cr.g(this.fv);
430
+ this.ml(false);
431
431
  }
432
432
  break;
433
433
  case "ActualBrush":
434
434
  if (this.logicalSeriesLink != null) {
435
- this.logicalSeriesLink.jf = this.oz;
435
+ this.logicalSeriesLink.jf = this.o3;
436
436
  }
437
437
  break;
438
438
  }
439
439
  }
440
- mk(a, b) {
441
- super.mk(a, b);
440
+ mn(a, b) {
441
+ super.mn(a, b);
442
442
  }
443
443
  get useHighMarkerFidelity() {
444
- return this.sk;
444
+ return this.so;
445
445
  }
446
446
  }
447
447
  FragmentBase.$t = /*@__PURE__*/ markType(FragmentBase, 'FragmentBase', HorizontalAnchoredCategorySeries.$);
@@ -459,9 +459,9 @@ export let AreaFragment = /*@__PURE__*/ (() => {
459
459
  bx() {
460
460
  return new AreaFragmentView(this);
461
461
  }
462
- lz(a) {
463
- super.lz(a);
464
- this.vh = a;
462
+ l2(a) {
463
+ super.l2(a);
464
+ this.vl = a;
465
465
  }
466
466
  get_de() {
467
467
  return true;
@@ -469,39 +469,39 @@ export let AreaFragment = /*@__PURE__*/ (() => {
469
469
  get_dd() {
470
470
  return true;
471
471
  }
472
- rz() {
472
+ r3() {
473
473
  return 1;
474
474
  }
475
- vj(a, b) {
476
- let c = this.vh.dg.ak;
477
- if (this.ex(a, c)) {
475
+ vn(a, b) {
476
+ let c = this.vl.dg.ak;
477
+ if (this.ez(a, c)) {
478
478
  return true;
479
479
  }
480
- let d = this.vh.dh.ak;
481
- if (this.ex(a, d)) {
480
+ let d = this.vl.dh.ak;
481
+ if (this.ez(a, d)) {
482
482
  return true;
483
483
  }
484
484
  return false;
485
485
  }
486
- ev(a, b) {
487
- if (this.vi(a, b)) {
486
+ ex(a, b) {
487
+ if (this.vm(a, b)) {
488
488
  return true;
489
489
  }
490
- if (this.vj(a, b)) {
490
+ if (this.vn(a, b)) {
491
491
  return true;
492
492
  }
493
- if (this.qg(a, b)) {
493
+ if (this.qk(a, b)) {
494
494
  return true;
495
495
  }
496
496
  return false;
497
497
  }
498
- vi(a, b) {
499
- let c = this.vh.di.ak;
500
- if (this.ew(a, b, c)) {
498
+ vm(a, b) {
499
+ let c = this.vl.di.ak;
500
+ if (this.ey(a, b, c)) {
501
501
  return true;
502
502
  }
503
- let d = this.vh.dj.ak;
504
- if (this.ew(a, b, d)) {
503
+ let d = this.vl.dj.ak;
504
+ if (this.ey(a, b, d)) {
505
505
  return true;
506
506
  }
507
507
  return false;
@@ -509,44 +509,44 @@ export let AreaFragment = /*@__PURE__*/ (() => {
509
509
  preferredCategoryMode(a) {
510
510
  return 0;
511
511
  }
512
- kx(a, b) {
513
- super.kx(a, b);
512
+ k0(a, b) {
513
+ super.k0(a, b);
514
514
  let c = b;
515
515
  c.db();
516
516
  }
517
- s7(a, b) {
518
- super.s7(a, b);
519
- this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
517
+ tb(a, b) {
518
+ super.tb(a, b);
519
+ this.vc.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
520
520
  let c = typeCast(AreaFragmentView.$, b);
521
521
  let d = a.f;
522
522
  let e = this.getEffectiveViewport1(c);
523
- this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
523
+ this.r1.a0(this, this.sl(), runOn(this, this.rm), this.st(b), this.su(b));
524
524
  let f = false;
525
- let g = this.rx.b;
525
+ let g = this.r1.b;
526
526
  if (g != null) {
527
527
  f = true;
528
528
  }
529
529
  if (f) {
530
- let h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
531
- this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
530
+ let h = new ScalerParams(0, b.bv, b.bu, this.us.cg, e);
531
+ this.s7(d, -1, this.valueColumn.count, this.us, h, b.q);
532
532
  }
533
- this.rx.ad(c.di, true, false, true, true);
534
- this.rx.ad(c.dj, true, false, true, true);
535
- this.rx.ad(c.dg, false, true, false, false);
536
- this.rx.ad(c.dh, false, true, false, false);
533
+ this.r1.ad(c.di, true, false, true, true);
534
+ this.r1.ad(c.dj, true, false, true, true);
535
+ this.r1.ad(c.dg, false, true, false, false);
536
+ this.r1.ad(c.dh, false, true, false, false);
537
537
  let i = c.cr.d;
538
- this.u8.i(c.dg, c.di, c.dh, c.dj, a.f.count, a.f, true, i, this.ft, (j, k, l, m, n) => this.vf(j, a.f, b), 0);
539
- c.dg._opacity = this.rx.j * this.fq;
540
- c.dh._opacity = 0.5 * this.rx.j * this.fq;
538
+ this.vc.i(c.dg, c.di, c.dh, c.dj, a.f.count, a.f, true, i, this.fv, (j, k, l, m, n) => this.vj(j, a.f, b), 0);
539
+ c.dg._opacity = this.r1.j * this.fs;
540
+ c.dh._opacity = 0.5 * this.r1.j * this.fs;
541
541
  }
542
- mt() {
542
+ mw() {
543
543
  let a = (typeCast(XamDataChart.$, this.cd));
544
544
  if (a != null) {
545
- this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
545
+ this.fs = isNaN_(this.f1) ? this.parentSeries.fs : this.f1;
546
546
  }
547
547
  }
548
548
  get useHighMarkerFidelity() {
549
- return this.sk;
549
+ return this.so;
550
550
  }
551
551
  }
552
552
  AreaFragment.$t = /*@__PURE__*/ markType(AreaFragment, 'AreaFragment', FragmentBase.$);
@@ -561,27 +561,27 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
561
561
  super();
562
562
  this.ab = ColumnFragment.$;
563
563
  }
564
- get_dh() {
564
+ get_di() {
565
565
  return true;
566
566
  }
567
- get_d2() {
567
+ get_d3() {
568
568
  return true;
569
569
  }
570
- gu() {
571
- if (!isNaN_(this.gt)) {
572
- return super.gu();
570
+ gw() {
571
+ if (!isNaN_(this.gv)) {
572
+ return super.gw();
573
573
  }
574
574
  return Defaults.h;
575
575
  }
576
- rz() {
576
+ r3() {
577
577
  return 1;
578
578
  }
579
579
  bx() {
580
580
  return new ColumnFragmentView(this);
581
581
  }
582
- lz(a) {
583
- super.lz(a);
584
- this.vi = a;
582
+ l2(a) {
583
+ super.l2(a);
584
+ this.vm = a;
585
585
  }
586
586
  get fragmentXAxis() {
587
587
  return this.parentSeries != null ? typeCast(CategoryAxisBase.$, this.parentSeries.fetchXAxis()) : null;
@@ -592,10 +592,10 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
592
592
  preferredCategoryMode(a) {
593
593
  return 2;
594
594
  }
595
- ro() {
595
+ rs() {
596
596
  return this.fragmentXAxis;
597
597
  }
598
- r9() {
598
+ sd() {
599
599
  return this.fragmentYAxis;
600
600
  }
601
601
  get_c2() {
@@ -607,11 +607,11 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
607
607
  fetchYAxis() {
608
608
  return null;
609
609
  }
610
- kx(a, b) {
611
- super.kx(a, b);
610
+ k0(a, b) {
611
+ super.k0(a, b);
612
612
  let c = b;
613
613
  if (a && c.db != null) {
614
- this.rp.m.clear();
614
+ this.rt.m.clear();
615
615
  c.db.count = 0;
616
616
  }
617
617
  }
@@ -621,43 +621,43 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
621
621
  }
622
622
  return new AxisRange(this.valueColumn.minimum, this.valueColumn.maximum);
623
623
  }
624
- e9(a, b, c) {
624
+ fb(a, b, c) {
625
625
  if (this.parentSeries == null) {
626
626
  return false;
627
627
  }
628
- return this.parentSeries.tr(this, a, b, this.vk(c));
628
+ return this.parentSeries.tv(this, a, b, this.vo(c));
629
629
  }
630
- e6() {
630
+ e8() {
631
631
  return true;
632
632
  }
633
- sp(a) {
633
+ st(a) {
634
634
  if (this.parentSeries != null) {
635
- return this.parentSeries.sp(this.parentSeries.b0);
635
+ return this.parentSeries.st(this.parentSeries.b0);
636
636
  }
637
- return super.sp(a);
637
+ return super.st(a);
638
638
  }
639
- sq(a) {
639
+ su(a) {
640
640
  if (this.parentSeries != null) {
641
- return this.parentSeries.sq(this.parentSeries.b0);
641
+ return this.parentSeries.su(this.parentSeries.b0);
642
642
  }
643
- return super.sp(a);
643
+ return super.st(a);
644
644
  }
645
- sr(a) {
645
+ sv(a) {
646
646
  if (this.parentSeries != null) {
647
- return this.parentSeries.sr(this.parentSeries.b0);
647
+ return this.parentSeries.sv(this.parentSeries.b0);
648
648
  }
649
- return super.sr(a);
649
+ return super.sv(a);
650
650
  }
651
- pv(a) {
652
- if (this.ro() == null || this.fragmentYAxis == null) {
651
+ pz(a) {
652
+ if (this.rs() == null || this.fragmentYAxis == null) {
653
653
  return Rect.empty;
654
654
  }
655
- let b = this.ph(a);
655
+ let b = this.pl(a);
656
656
  let c = this.b0.bv;
657
657
  let d = this.b0.bu;
658
658
  let e = this.getEffectiveViewport1(this.b0);
659
659
  let f = new ScalerParams(0, c, d, this.fragmentYAxis.cg, e);
660
- let g = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
660
+ let g = this.aj(this.rs(), this.rt.f, this.st(this.b0), this.su(this.b0), a, true);
661
661
  if (g == null) {
662
662
  return Rect.empty;
663
663
  }
@@ -665,7 +665,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
665
665
  let i = g[1];
666
666
  let j = Math.abs(b.x - h[0]);
667
667
  let k = Math.abs(b.x - i[0]);
668
- let l = this.ro().k3(c, d, e);
668
+ let l = this.rs().k3(c, d, e);
669
669
  if (j < k) {
670
670
  let m = h[0] - 0.5 * l;
671
671
  let n = h[1];
@@ -679,24 +679,24 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
679
679
  return new Rect(0, p, Math.min(q, r), l, Math.max(q, r) - Math.min(q, r));
680
680
  }
681
681
  }
682
- ev(a, b) {
683
- if (this.ey(a, b)) {
682
+ ex(a, b) {
683
+ if (this.e0(a, b)) {
684
684
  return true;
685
685
  }
686
- if (this.qg(a, b)) {
686
+ if (this.qk(a, b)) {
687
687
  return true;
688
688
  }
689
689
  return false;
690
690
  }
691
- ey(a, b) {
692
- let c = this.pw(a);
691
+ e0(a, b) {
692
+ let c = this.p0(a);
693
693
  if (c.isEmpty) {
694
694
  return false;
695
695
  }
696
- let d = this.vr(c, this.f8(b));
696
+ let d = this.vv(c, this.ga(b));
697
697
  return d.containsPoint(a);
698
698
  }
699
- vr(a, b) {
699
+ vv(a, b) {
700
700
  let c = a.left + a.width / 2;
701
701
  let d = a.top + a.height / 2;
702
702
  let e = c - ((a.width / 2) + b);
@@ -705,42 +705,42 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
705
705
  let h = a.width + b * 2;
706
706
  return new Rect(0, e, f, h, g);
707
707
  }
708
- hz(a, b) {
708
+ h1(a, b) {
709
709
  let c = typeCast(FrameworkElement.$, a);
710
710
  let d = c != null ? typeCast(DataContext.$, c.dataContext) : null;
711
711
  let e = d != null ? d.item : null;
712
712
  if (e == null) {
713
713
  let f = this.b0.bu;
714
- let g = this.cd != null ? this.cd.sf : Rect.empty;
714
+ let g = this.cd != null ? this.cd.s9 : Rect.empty;
715
715
  let h = { $type: Point_$type, x: g.left + g.width * (b.x - f.left) / f.width, y: g.top + g.height * (b.y - f.top) / f.height };
716
- e = this.ht(h);
716
+ e = this.hv(h);
717
717
  }
718
718
  return e;
719
719
  }
720
- ht(a) {
720
+ hv(a) {
721
721
  let b = 0;
722
- if (typeCast(ISortingAxis_$type, this.ro()) !== null) {
723
- b = this.hf(a);
722
+ if (typeCast(ISortingAxis_$type, this.rs()) !== null) {
723
+ b = this.hh(a);
724
724
  if (b == -1) {
725
725
  return null;
726
726
  }
727
727
  }
728
728
  else {
729
- b = this.hd(a);
729
+ b = this.hf(a);
730
730
  }
731
731
  return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
732
732
  }
733
- hf(a) {
733
+ hh(a) {
734
734
  let b = this.b0.bv;
735
735
  let c = this.b0.bu;
736
736
  let d = this.getEffectiveViewport1(this.b0);
737
737
  if (b.isEmpty || c.isEmpty) {
738
738
  return -1;
739
739
  }
740
- let e = this.ro();
740
+ let e = this.rs();
741
741
  let f = new ScalerParams(0, b, c, e.cg, d);
742
742
  let g = typeCast(ISortingAxis_$type, this.fragmentXAxis);
743
- let h = this.pr(this.b0);
743
+ let h = this.pv(this.b0);
744
744
  let i = e.el(h.left, f);
745
745
  let j = e.el(h.right, f);
746
746
  let k = (a.x - b.left) / b.width;
@@ -751,13 +751,13 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
751
751
  let m = g.i$f(l);
752
752
  return m;
753
753
  }
754
- hd(a) {
754
+ hf(a) {
755
755
  if (this.parentSeries == null) {
756
756
  return -1;
757
757
  }
758
- return this.parentSeries.tx(a);
758
+ return this.parentSeries.t1(a);
759
759
  }
760
- vc(a, b, c, d, e, f, g, h) {
760
+ vg(a, b, c, d, e, f, g, h) {
761
761
  let i = 0;
762
762
  let j = c[0];
763
763
  let k = e < i ? c[2] : c[1];
@@ -769,7 +769,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
769
769
  }
770
770
  return false;
771
771
  }
772
- vk(a) {
772
+ vo(a) {
773
773
  if (a.p) {
774
774
  return this.parentSeries.a6.a$h.item(a.ad);
775
775
  }
@@ -777,48 +777,48 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
777
777
  return this.parentSeries.bz;
778
778
  }
779
779
  else {
780
- return this.parentSeries.ry;
780
+ return this.parentSeries.r2;
781
781
  }
782
782
  }
783
- mh(a, b, c, d, e) {
783
+ mk(a, b, c, d, e) {
784
784
  this.a6.a$t(this, a, b, d, e);
785
785
  let f = this.a6.a$h.item(d);
786
786
  let g = f;
787
787
  f.a1(c);
788
- let h = this.vk(f);
789
- h.cr.g(this.ft);
788
+ let h = this.vo(f);
789
+ h.cr.g(this.fv);
790
790
  if (this.cx(g)) {
791
791
  return;
792
792
  }
793
- if (this.ti == null) {
794
- this.ti = new CategoryFrame(3);
793
+ if (this.tm == null) {
794
+ this.tm = new CategoryFrame(3);
795
795
  }
796
- this.ti.u();
797
- this.s4(this.ti, g);
798
- this.s7(this.ti, g);
796
+ this.tm.u();
797
+ this.s8(this.tm, g);
798
+ this.tb(this.tm, g);
799
799
  }
800
- s4(a, b) {
800
+ s8(a, b) {
801
801
  a.u();
802
802
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null || this.logicalSeriesLink.az.count == 0 || this.logicalSeriesLink.a0.count == 0) {
803
803
  return;
804
804
  }
805
805
  let c;
806
806
  if (b.p) {
807
- c = this.parentSeries.tg;
807
+ c = this.parentSeries.tk;
808
808
  }
809
809
  else if (b == this.bz) {
810
- c = this.parentSeries.rs;
810
+ c = this.parentSeries.rw;
811
811
  }
812
812
  else {
813
- c = this.parentSeries.rp;
813
+ c = this.parentSeries.rt;
814
814
  }
815
- let d = typeCast(CategorySeriesView.$, this.vk(b));
815
+ let d = typeCast(CategorySeriesView.$, this.vo(b));
816
816
  a.f.clear();
817
817
  a.m.clear();
818
818
  let e = d.cr.e;
819
819
  let f = d.cr.f;
820
- let g = this.parentSeries.ru.h.yScaler;
821
- let h = typeCast(ISortingAxis_$type, this.parentSeries.ru.h.scaler);
820
+ let g = this.parentSeries.ry.h.yScaler;
821
+ let h = typeCast(ISortingAxis_$type, this.parentSeries.ry.h.scaler);
822
822
  let i = typeCast(NumericAxisBase.$, g) !== null && g.lh;
823
823
  let j = typeCast(StackedBucketCalculator.$, d.cr);
824
824
  let k = d.cr.d;
@@ -843,7 +843,7 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
843
843
  }
844
844
  a.f.add(q);
845
845
  if (p) {
846
- if (this.vc(b, a, q, this.ru.h.provideCollisionDetector(), o, n, l, a.f.count - 1)) {
846
+ if (this.vg(b, a, q, this.ry.h.provideCollisionDetector(), o, n, l, a.f.count - 1)) {
847
847
  l++;
848
848
  }
849
849
  }
@@ -851,23 +851,23 @@ export let ColumnFragment = /*@__PURE__*/ (() => {
851
851
  }
852
852
  b.cu.count = l;
853
853
  }
854
- s7(a, b) {
855
- super.s7(a, b);
854
+ tb(a, b) {
855
+ super.tb(a, b);
856
856
  if (this.parentSeries == null) {
857
857
  return;
858
858
  }
859
- this.parentSeries.t6(this, a, b, runOn(this, this.ri));
860
- CategoryMarkerManager.e(this, a.m, b.cu, this.qh);
859
+ this.parentSeries.ua(this, a, b, runOn(this, this.rm));
860
+ CategoryMarkerManager.e(this, a.m, b.cu, this.ql);
861
861
  }
862
- l4(a, b, c, d) {
863
- super.l4(a, b, c, d);
862
+ l7(a, b, c, d) {
863
+ super.l7(a, b, c, d);
864
864
  }
865
865
  get useHighMarkerFidelity() {
866
- return this.sk;
866
+ return this.so;
867
867
  }
868
868
  }
869
869
  ColumnFragment.$t = /*@__PURE__*/ markType(ColumnFragment, 'ColumnFragment', FragmentBase.$);
870
- ColumnFragment.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:vl:vp', [1, 0], 'RadiusY:vm:vq', [1, 0]]);
870
+ ColumnFragment.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ColumnFragment, 'raisePropertyChanged', ['RadiusX:vp:vt', [1, 0], 'RadiusY:vq:vu', [1, 0]]);
871
871
  return ColumnFragment;
872
872
  })();
873
873
  /**
@@ -879,16 +879,16 @@ export let BarFragment = /*@__PURE__*/ (() => {
879
879
  super();
880
880
  this.ab = BarFragment.$;
881
881
  }
882
- get_df() {
882
+ get_dg() {
883
883
  return true;
884
884
  }
885
- get_d2() {
885
+ get_d3() {
886
886
  return true;
887
887
  }
888
- get_dh() {
888
+ get_di() {
889
889
  return false;
890
890
  }
891
- rz() {
891
+ r3() {
892
892
  return 1;
893
893
  }
894
894
  get barFragmentXAxis() {
@@ -897,7 +897,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
897
897
  get barFragmentYAxis() {
898
898
  return this.parentSeries != null ? this.parentSeries.yAxis : null;
899
899
  }
900
- ro() {
900
+ rs() {
901
901
  if (this.parentSeries == null) {
902
902
  return null;
903
903
  }
@@ -906,12 +906,12 @@ export let BarFragment = /*@__PURE__*/ (() => {
906
906
  get_isVertical() {
907
907
  return true;
908
908
  }
909
- f5(a) {
910
- let b = this.cd != null ? this.cd.sf : Rect.empty;
909
+ f7(a) {
910
+ let b = this.cd != null ? this.cd.s9 : Rect.empty;
911
911
  let c = this.b0.bu;
912
- let d = this.pr(this.b0);
912
+ let d = this.pv(this.b0);
913
913
  let e = this.getEffectiveViewport1(this.b0);
914
- let f = this.ro();
914
+ let f = this.rs();
915
915
  let g = -1;
916
916
  if (f != null && !b.isEmpty && !c.isEmpty) {
917
917
  let h = new ScalerParams(0, b, c, f.cg, e);
@@ -926,13 +926,13 @@ export let BarFragment = /*@__PURE__*/ (() => {
926
926
  }
927
927
  return g;
928
928
  }
929
- r9() {
929
+ sd() {
930
930
  if (this.parentSeries == null) {
931
931
  return null;
932
932
  }
933
- return this.parentSeries.r9();
933
+ return this.parentSeries.sd();
934
934
  }
935
- vr(a, b) {
935
+ vv(a, b) {
936
936
  let c = a.left + a.width / 2;
937
937
  let d = a.top + a.height / 2;
938
938
  let e = c - (a.width / 2);
@@ -941,17 +941,17 @@ export let BarFragment = /*@__PURE__*/ (() => {
941
941
  let h = a.width;
942
942
  return new Rect(0, e, f, h, g);
943
943
  }
944
- pv(a) {
945
- if (this.ro() == null) {
944
+ pz(a) {
945
+ if (this.rs() == null) {
946
946
  return Rect.empty;
947
947
  }
948
- let b = this.ph(a);
948
+ let b = this.pl(a);
949
949
  let c = this.b0.bv;
950
950
  let d = this.b0.bu;
951
951
  let e = this.getEffectiveViewport1(this.b0);
952
- let f = this.ro();
952
+ let f = this.rs();
953
953
  let g = new ScalerParams(0, c, d, f.cg, e);
954
- let h = this.aj(this.ro(), this.rp.f, this.sp(this.b0), this.sq(this.b0), a, true);
954
+ let h = this.aj(this.rs(), this.rt.f, this.st(this.b0), this.su(this.b0), a, true);
955
955
  if (h == null) {
956
956
  return Rect.empty;
957
957
  }
@@ -973,16 +973,16 @@ export let BarFragment = /*@__PURE__*/ (() => {
973
973
  return new Rect(0, r, q, Math.max(s, r) - Math.min(s, r), m);
974
974
  }
975
975
  }
976
- ev(a, b) {
977
- if (this.ey(a, b)) {
976
+ ex(a, b) {
977
+ if (this.e0(a, b)) {
978
978
  return true;
979
979
  }
980
- if (this.qg(a, b)) {
980
+ if (this.qk(a, b)) {
981
981
  return true;
982
982
  }
983
983
  return false;
984
984
  }
985
- vc(a, b, c, d, e, f, g, h) {
985
+ vg(a, b, c, d, e, f, g, h) {
986
986
  let i = c[0];
987
987
  let j = e < 0 ? c[2] : c[1];
988
988
  let k = new Rect(0, j - 5, i - 5, 11, 11);
@@ -993,20 +993,20 @@ export let BarFragment = /*@__PURE__*/ (() => {
993
993
  }
994
994
  return false;
995
995
  }
996
- ht(a) {
996
+ hv(a) {
997
997
  let b = 0;
998
998
  if (typeCast(ISortingAxis_$type, this.barFragmentYAxis) !== null) {
999
- b = this.hf(a);
999
+ b = this.hh(a);
1000
1000
  if (b == -1) {
1001
1001
  return null;
1002
1002
  }
1003
1003
  }
1004
1004
  else {
1005
- b = this.hd(a);
1005
+ b = this.hf(a);
1006
1006
  }
1007
1007
  return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
1008
1008
  }
1009
- hf(a) {
1009
+ hh(a) {
1010
1010
  let b = this.b0.bv;
1011
1011
  let c = this.b0.bu;
1012
1012
  if (b.isEmpty || c.isEmpty) {
@@ -1015,7 +1015,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
1015
1015
  let d = this.getEffectiveViewport1(this.b0);
1016
1016
  let e = new ScalerParams(0, b, c, this.barFragmentYAxis.cg, d);
1017
1017
  let f = typeCast(ISortingAxis_$type, this.barFragmentYAxis);
1018
- let g = this.pr(this.b0);
1018
+ let g = this.pv(this.b0);
1019
1019
  let h = this.barFragmentYAxis.el(g.top, e);
1020
1020
  let i = this.barFragmentYAxis.el(g.bottom, e);
1021
1021
  let j = (a.y - b.top) / b.height;
@@ -1026,7 +1026,7 @@ export let BarFragment = /*@__PURE__*/ (() => {
1026
1026
  let l = f.i$f(k);
1027
1027
  return l;
1028
1028
  }
1029
- tq(a) {
1029
+ tu(a) {
1030
1030
  let b = 0;
1031
1031
  let c = a.bv;
1032
1032
  let d = a.bu;
@@ -1037,26 +1037,26 @@ export let BarFragment = /*@__PURE__*/ (() => {
1037
1037
  }
1038
1038
  return b;
1039
1039
  }
1040
- l4(a, b, c, d) {
1041
- super.l4(a, b, c, d);
1040
+ l7(a, b, c, d) {
1041
+ super.l7(a, b, c, d);
1042
1042
  if (this.parentSeries == null || this.barFragmentXAxis == null) {
1043
1043
  return;
1044
1044
  }
1045
1045
  let e = this.barFragmentXAxis;
1046
1046
  switch (b) {
1047
1047
  case "ValueColumn":
1048
- if (this.th.c3) {
1049
- this.th.c2.g$i();
1048
+ if (this.tl.c3) {
1049
+ this.tl.c2.g$i();
1050
1050
  }
1051
1051
  if (e != null && !e.c0()) {
1052
- this.parentSeries.th().cr.g(this.ft);
1053
- this.mi(false);
1052
+ this.parentSeries.tl().cr.g(this.fv);
1053
+ this.ml(false);
1054
1054
  }
1055
1055
  break;
1056
1056
  }
1057
1057
  }
1058
1058
  get useHighMarkerFidelity() {
1059
- return this.sk;
1059
+ return this.so;
1060
1060
  }
1061
1061
  }
1062
1062
  BarFragment.$t = /*@__PURE__*/ markType(BarFragment, 'BarFragment', ColumnFragment.$);
@@ -1082,8 +1082,8 @@ export let AreaFragmentBucketCalculator = /*@__PURE__*/ (() => {
1082
1082
  let g = f.parentSeries;
1083
1083
  let h = typeCast(IStacked100Series_$type, g) !== null;
1084
1084
  let i = this.i.c0.valueColumn;
1085
- let j = g.te;
1086
- let k = g.tf;
1085
+ let j = g.ti;
1086
+ let k = g.tj;
1087
1087
  let l = f.logicalSeriesLink.a0;
1088
1088
  let m = f.logicalSeriesLink.az;
1089
1089
  for (let n = b; n <= c; ++n) {
@@ -1146,7 +1146,7 @@ export let LineFragmentBucketCalculator = /*@__PURE__*/ (() => {
1146
1146
  let g = f.parentSeries;
1147
1147
  for (let h = b; h <= c; ++h) {
1148
1148
  let i = this.i.c0.valueColumn.item(h);
1149
- let j = Math.abs(g.tf[h]) + g.te[h];
1149
+ let j = Math.abs(g.tj[h]) + g.ti[h];
1150
1150
  if (isNaN_(i) || isInfinity(i)) {
1151
1151
  i = 0;
1152
1152
  }
@@ -1201,7 +1201,7 @@ export let SplineFragmentBucketCalculator = /*@__PURE__*/ (() => {
1201
1201
  let g = f.parentSeries;
1202
1202
  for (let h = b; h <= c; ++h) {
1203
1203
  let i = this.i.c0.valueColumn.item(h);
1204
- let j = Math.abs(g.tf[h]) + g.te[h];
1204
+ let j = Math.abs(g.tj[h]) + g.ti[h];
1205
1205
  if (isNaN_(i) || isInfinity(i)) {
1206
1206
  i = 0;
1207
1207
  }
@@ -1249,14 +1249,14 @@ export let StackedBucketCalculator = /*@__PURE__*/ (() => {
1249
1249
  }
1250
1250
  getBucket(a) {
1251
1251
  let b = typeCast(StackedSeriesBase.$, this.c.ct);
1252
- let c = Math.min(b.tf != null ? b.tf.length : 0, b.te != null ? b.te.length : 0);
1252
+ let c = Math.min(b.tj != null ? b.tj.length : 0, b.ti != null ? b.ti.length : 0);
1253
1253
  let d = Math.min(a * this.d, c - 1);
1254
1254
  let e = Math.min(d + this.d - 1, c - 1);
1255
1255
  let f = NaN;
1256
1256
  let g = NaN;
1257
1257
  for (let h = d; h <= e; ++h) {
1258
- let i = Math.min(b.tf[h], b.te[h]);
1259
- let j = Math.max(b.tf[h], b.te[h]);
1258
+ let i = Math.min(b.tj[h], b.ti[h]);
1259
+ let j = Math.max(b.tj[h], b.ti[h]);
1260
1260
  if (!isNaN_(f)) {
1261
1261
  if (!isNaN_(i)) {
1262
1262
  f = Math.min(f, i);
@@ -1303,7 +1303,7 @@ export let StackedBarBucketCalculator = /*@__PURE__*/ (() => {
1303
1303
  }
1304
1304
  let f = d.getEffectiveViewport1(this.c);
1305
1305
  let g = new ScalerParams(0, b, c, d.yAxis.cg, f);
1306
- let h = d.pr(this.c);
1306
+ let h = d.pv(this.c);
1307
1307
  let i = Math.floor(d.yAxis.em(h.top, g, 0));
1308
1308
  let j = Math.ceil(d.yAxis.em(h.bottom, g, 0));
1309
1309
  if (!d.yAxis.cg) {
@@ -1332,7 +1332,7 @@ export let StackedBarBucketCalculator = /*@__PURE__*/ (() => {
1332
1332
  let n = Number.NEGATIVE_INFINITY;
1333
1333
  let o = Number.POSITIVE_INFINITY;
1334
1334
  let p = i.getEffectiveViewport1(this.c);
1335
- let q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
1335
+ let q = Math.min(i.tj != null ? i.tj.length : 0, i.ti != null ? i.ti.length : 0);
1336
1336
  let r = c * this.d;
1337
1337
  let s = Math.min(r + this.d - 1, q - 1);
1338
1338
  if (r <= s) {
@@ -1395,7 +1395,7 @@ export let StackedColumnBucketCalculator = /*@__PURE__*/ (() => {
1395
1395
  let n = Number.NEGATIVE_INFINITY;
1396
1396
  let o = Number.POSITIVE_INFINITY;
1397
1397
  let p = i.getEffectiveViewport1(this.c);
1398
- let q = Math.min(i.tf != null ? i.tf.length : 0, i.te != null ? i.te.length : 0);
1398
+ let q = Math.min(i.tj != null ? i.tj.length : 0, i.ti != null ? i.ti.length : 0);
1399
1399
  let r = c * this.d;
1400
1400
  let s = Math.min(r + this.d - 1, q - 1);
1401
1401
  if (r <= s) {
@@ -1460,17 +1460,17 @@ export let FragmentBaseValueList = /*@__PURE__*/ (() => {
1460
1460
  else {
1461
1461
  let b = false;
1462
1462
  if (this.a.parentSeries != null) {
1463
- b = this.a.parentSeries.tp;
1463
+ b = this.a.parentSeries.tt;
1464
1464
  }
1465
1465
  let c = this.a.parentSeries;
1466
1466
  if (c == null) {
1467
1467
  return NaN;
1468
1468
  }
1469
- if (c.tf == null || c.te == null || c.tf.length == 0 || c.te.length == 0) {
1469
+ if (c.tj == null || c.ti == null || c.tj.length == 0 || c.ti.length == 0) {
1470
1470
  return NaN;
1471
1471
  }
1472
1472
  let d = this.a.valueColumn.item(a);
1473
- let e = Math.abs(c.tf[a]) + c.te[a];
1473
+ let e = Math.abs(c.tj[a]) + c.ti[a];
1474
1474
  let f = this.a.logicalSeriesLink.az;
1475
1475
  let g = this.a.logicalSeriesLink.a0;
1476
1476
  if (isNaN_(d) || isInfinity(d)) {
@@ -1533,19 +1533,19 @@ export let LineFragment = /*@__PURE__*/ (() => {
1533
1533
  super();
1534
1534
  this.ab = LineFragment.$;
1535
1535
  }
1536
- get_d1() {
1536
+ get_d2() {
1537
1537
  return true;
1538
1538
  }
1539
1539
  bx() {
1540
1540
  return new LineFragmentView(this);
1541
1541
  }
1542
- lz(a) {
1543
- super.lz(a);
1544
- this.vh = a;
1542
+ l2(a) {
1543
+ super.l2(a);
1544
+ this.vl = a;
1545
1545
  }
1546
- vj(a, b) {
1547
- let c = this.vh.df.ak;
1548
- if (this.ex(a, c)) {
1546
+ vn(a, b) {
1547
+ let c = this.vl.df.ak;
1548
+ if (this.ez(a, c)) {
1549
1549
  return true;
1550
1550
  }
1551
1551
  return false;
@@ -1553,25 +1553,25 @@ export let LineFragment = /*@__PURE__*/ (() => {
1553
1553
  get_de() {
1554
1554
  return true;
1555
1555
  }
1556
- ev(a, b) {
1557
- if (this.vi(a, b)) {
1556
+ ex(a, b) {
1557
+ if (this.vm(a, b)) {
1558
1558
  return true;
1559
1559
  }
1560
- if (this.vj(a, b)) {
1560
+ if (this.vn(a, b)) {
1561
1561
  return true;
1562
1562
  }
1563
- if (this.qg(a, b)) {
1563
+ if (this.qk(a, b)) {
1564
1564
  return true;
1565
1565
  }
1566
1566
  return false;
1567
1567
  }
1568
- vi(a, b) {
1569
- let c = this.vh.dg.ak;
1570
- if (this.ew(a, b, c)) {
1568
+ vm(a, b) {
1569
+ let c = this.vl.dg.ak;
1570
+ if (this.ey(a, b, c)) {
1571
1571
  return true;
1572
1572
  }
1573
- let d = this.vh.dh.ak;
1574
- if (this.ew(a, b, d)) {
1573
+ let d = this.vl.dh.ak;
1574
+ if (this.ey(a, b, d)) {
1575
1575
  return true;
1576
1576
  }
1577
1577
  return false;
@@ -1579,40 +1579,40 @@ export let LineFragment = /*@__PURE__*/ (() => {
1579
1579
  preferredCategoryMode(a) {
1580
1580
  return 0;
1581
1581
  }
1582
- kx(a, b) {
1583
- super.kx(a, b);
1582
+ k0(a, b) {
1583
+ super.k0(a, b);
1584
1584
  let c = b;
1585
1585
  c.db();
1586
1586
  }
1587
- s7(a, b) {
1588
- super.s7(a, b);
1587
+ tb(a, b) {
1588
+ super.tb(a, b);
1589
1589
  let c = (d) => a.f._inner[d][0];
1590
1590
  let d = (e) => a.f._inner[e][1];
1591
1591
  let e = (f) => a.f._inner[f][0];
1592
1592
  let f = (g) => a.f._inner[g][2];
1593
- this.u8.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
1593
+ this.vc.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
1594
1594
  let g = b.cr.d;
1595
1595
  let h = typeCast(LineFragmentView.$, b);
1596
1596
  let i = this.getEffectiveViewport1(b);
1597
1597
  let j = a.f;
1598
- this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
1598
+ this.r1.a0(this, this.sl(), runOn(this, this.rm), this.st(b), this.su(b));
1599
1599
  let k = false;
1600
- let l = this.rx.b;
1600
+ let l = this.r1.b;
1601
1601
  if (l != null) {
1602
1602
  k = true;
1603
1603
  }
1604
1604
  if (k) {
1605
- let m = new ScalerParams(0, b.bv, b.bu, this.uo.cg, i);
1606
- this.s3(j, -1, this.valueColumn.count, this.uo, m, b.q);
1605
+ let m = new ScalerParams(0, b.bv, b.bu, this.us.cg, i);
1606
+ this.s7(j, -1, this.valueColumn.count, this.us, m, b.q);
1607
1607
  }
1608
- this.rx.ad(h.dg, true, false, true, false);
1609
- this.rx.ad(h.dh, true, false, true, false);
1610
- this.rx.ad(h.df, false, true, false, false);
1611
- h.df._opacity = 0.75 * this.rx.j;
1612
- this.u8.m(h.dg, h.df, h.dh, a.f.count, a.f, true, 0, this.tf(a.f, a.f.count - 1, b.bu, b.bv), g, this.ft);
1608
+ this.r1.ad(h.dg, true, false, true, false);
1609
+ this.r1.ad(h.dh, true, false, true, false);
1610
+ this.r1.ad(h.df, false, true, false, false);
1611
+ h.df._opacity = 0.75 * this.r1.j;
1612
+ this.vc.m(h.dg, h.df, h.dh, a.f.count, a.f, true, 0, this.tj(a.f, a.f.count - 1, b.bu, b.bv), g, this.fv);
1613
1613
  }
1614
1614
  get useHighMarkerFidelity() {
1615
- return this.sk;
1615
+ return this.so;
1616
1616
  }
1617
1617
  }
1618
1618
  LineFragment.$t = /*@__PURE__*/ markType(LineFragment, 'LineFragment', FragmentBase.$);
@@ -1626,9 +1626,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1626
1626
  constructor() {
1627
1627
  super();
1628
1628
  this._logicalSeriesLink = null;
1629
- this.vr = null;
1630
- this.vt = null;
1631
- this.vr = new CategoryLineRasterizer();
1629
+ this.vv = null;
1630
+ this.vx = null;
1631
+ this.vv = new CategoryLineRasterizer();
1632
1632
  }
1633
1633
  get logicalSeriesLink() {
1634
1634
  return this._logicalSeriesLink;
@@ -1637,56 +1637,56 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1637
1637
  this._logicalSeriesLink = a;
1638
1638
  }
1639
1639
  get parentSeries() {
1640
- return this.vt;
1640
+ return this.vx;
1641
1641
  }
1642
1642
  set parentSeries(a) {
1643
- this.vt = a;
1643
+ this.vx = a;
1644
1644
  }
1645
- get_dn() {
1645
+ get_dp() {
1646
1646
  return false;
1647
1647
  }
1648
1648
  preferredCategoryMode(a) {
1649
1649
  return 0;
1650
1650
  }
1651
- get_du() {
1651
+ get_dv() {
1652
1652
  return true;
1653
1653
  }
1654
- jp() {
1654
+ jr() {
1655
1655
  if (this.logicalSeriesLink != null) {
1656
1656
  return this.logicalSeriesLink.d8;
1657
1657
  }
1658
1658
  return null;
1659
1659
  }
1660
- pm(a, b, c) {
1661
- return this.po(a, b, c, this.ru.r(this.ro(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.r9(), this.ro(), runOn(this, this.vv), (d, e) => this.hk(d, e, this.ro(), runOn(this, this.sn), new SplineFragmentBaseValueList(this)), (d, e) => this.hi(d, e, this.ro(), runOn(this, this.sn), new SplineFragmentBaseValueList(this)));
1660
+ pq(a, b, c) {
1661
+ return this.ps(a, b, c, this.ry.r(this.rs(), this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0)), this.sd(), this.rs(), runOn(this, this.vz), (d, e) => this.hm(d, e, this.rs(), runOn(this, this.sr), new SplineFragmentBaseValueList(this)), (d, e) => this.hk(d, e, this.rs(), runOn(this, this.sr), new SplineFragmentBaseValueList(this)));
1662
1662
  }
1663
1663
  ag() {
1664
- return [this.ro(), this.r9()];
1664
+ return [this.rs(), this.sd()];
1665
1665
  }
1666
- vv(a, b, c) {
1666
+ vz(a, b, c) {
1667
1667
  if (this.cd == null) {
1668
1668
  return NaN;
1669
1669
  }
1670
1670
  let d = this.getEffectiveViewport1(this.b0);
1671
- let e = new ScalerParams(0, this.cd.sf, this.b0.bu, this.ro().cg, d);
1672
- let f = this.ru.r(this.ro(), this.cd.sf, this.b0.bu, d);
1673
- return this.gl(new SplineFragmentBaseValueList(this), a, this.ro(), e, f, runOn(this, this.sn), b, c);
1671
+ let e = new ScalerParams(0, this.cd.s9, this.b0.bu, this.rs().cg, d);
1672
+ let f = this.ry.r(this.rs(), this.cd.s9, this.b0.bu, d);
1673
+ return this.gn(new SplineFragmentBaseValueList(this), a, this.rs(), e, f, runOn(this, this.sr), b, c);
1674
1674
  }
1675
- hc() {
1675
+ he() {
1676
1676
  let a = this.parentSeries;
1677
- if (a.index == -1 || a.tm == null || a.tm.f.indexOf(this) == -1) {
1677
+ if (a.index == -1 || a.tq == null || a.tq.f.indexOf(this) == -1) {
1678
1678
  return -1;
1679
1679
  }
1680
- return a.tm.f.indexOf(this);
1680
+ return a.tq.f.indexOf(this);
1681
1681
  }
1682
1682
  resolveLegendIndex() {
1683
1683
  let a = this.parentSeries;
1684
- if (a.tq) {
1685
- return -1 + a.index + a.ti.count - a.tm.f.indexOf(this);
1684
+ if (a.tu) {
1685
+ return -1 + a.index + a.tm.count - a.tq.f.indexOf(this);
1686
1686
  }
1687
1687
  return super.resolveLegendIndex();
1688
1688
  }
1689
- hg() {
1689
+ hi() {
1690
1690
  let a = this.parentSeries;
1691
1691
  if (a.index == -1 || a.series.count == 0 || a.series.indexOf(this.logicalSeriesLink) == -1) {
1692
1692
  return -1;
@@ -1696,7 +1696,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1696
1696
  bf() {
1697
1697
  return this.parentSeries;
1698
1698
  }
1699
- vd(a, b, c, d, e, f, g) {
1699
+ vh(a, b, c, d, e, f, g) {
1700
1700
  let h = b[0];
1701
1701
  let i = b[1];
1702
1702
  let j = new Rect(0, h - 5, i - 5, 11, 11);
@@ -1709,8 +1709,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1709
1709
  }
1710
1710
  return false;
1711
1711
  }
1712
- e9(a, b, c) {
1713
- let d = super.e9(a, b, c);
1712
+ fb(a, b, c) {
1713
+ let d = super.fb(a, b, c);
1714
1714
  let e = typeCast(CategoryAxisBase.$, this.parentSeries.fetchXAxis());
1715
1715
  let f = this.parentSeries.fetchYAxis();
1716
1716
  if (this.parentSeries == null || e == null || e.itemsSource == null || f == null || this.parentSeries.ck == null || e.bh == null || f.bh == null) {
@@ -1730,7 +1730,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1730
1730
  ap(a) {
1731
1731
  return null;
1732
1732
  }
1733
- vw(a, b, c, d, e, f) {
1733
+ v0(a, b, c, d, e, f) {
1734
1734
  let g = typeCast(ISortingAxis_$type, d);
1735
1735
  if (g == null) {
1736
1736
  return;
@@ -1739,10 +1739,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1739
1739
  let i = new ScalerParams(0, b, c, d.cg, h);
1740
1740
  let j = new ScalerParams(0, b, c, e.cg, h);
1741
1741
  let k = d.el(2, i) - d.el(1, i);
1742
- let l = this.qf();
1742
+ let l = this.qj();
1743
1743
  let m = 0;
1744
- let n = this.vh(d, b, c, h);
1745
- let o = (p) => Math.abs(this.parentSeries.tf[p]) + this.parentSeries.te[p];
1744
+ let n = this.vl(d, b, c, h);
1745
+ let o = (p) => Math.abs(this.parentSeries.tj[p]) + this.parentSeries.ti[p];
1746
1746
  let p = (q) => q;
1747
1747
  let q = (r) => {
1748
1748
  let s = g.i$b._inner[r];
@@ -1753,13 +1753,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1753
1753
  return this.valueColumn.item(s) < 0 ? this.logicalSeriesLink.a0._inner[s] + this.valueColumn.item(s) : this.logicalSeriesLink.az._inner[s] + this.valueColumn.item(s);
1754
1754
  }
1755
1755
  };
1756
- let r = this.ry.cr.f;
1757
- let s = this.ry.cr.e;
1756
+ let r = this.r2.cr.f;
1757
+ let s = this.r2.cr.e;
1758
1758
  let t = truncate(Math.ceil(c.width / (r - s)));
1759
1759
  let u = new CollisionAvoider();
1760
- let v = this.ry.cr.d;
1760
+ let v = this.r2.cr.d;
1761
1761
  if (v <= 0 || (s <= 0 && r <= 0)) {
1762
- this.ry.cu.count = m;
1762
+ this.r2.cu.count = m;
1763
1763
  return;
1764
1764
  }
1765
1765
  let w = 0;
@@ -1770,7 +1770,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1770
1770
  z = g.i$b._inner[z];
1771
1771
  }
1772
1772
  if (x >= (this.valueColumn.count - 1)) {
1773
- if (l && this.vd(a, a.f._inner[a.f.count - 1], u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1773
+ if (l && this.vh(a, a.f._inner[a.f.count - 1], u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1774
1774
  ++m;
1775
1775
  }
1776
1776
  break;
@@ -1780,8 +1780,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1780
1780
  let ac = p(x + 1);
1781
1781
  let ad = q(x + 1);
1782
1782
  let ae = ac - aa;
1783
- let af = this.u9[x];
1784
- let ag = this.u9[x + 1];
1783
+ let af = this.vd[x];
1784
+ let ag = this.vd[x + 1];
1785
1785
  let ah = g.i$d(g.i$b._inner[x]);
1786
1786
  let ai = d.ei(ah, i) + n;
1787
1787
  let aj = e.ei(ab, j);
@@ -1807,13 +1807,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1807
1807
  if (l) {
1808
1808
  y = [ai, aj, aj];
1809
1809
  }
1810
- if (l && this.vd(a, y, u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1810
+ if (l && this.vh(a, y, u, Math.min(z, this.ck.count - 1), m, f, w - 1)) {
1811
1811
  ++m;
1812
1812
  }
1813
1813
  }
1814
- this.ry.cu.count = m;
1814
+ this.r2.cu.count = m;
1815
1815
  }
1816
- s4(a, b) {
1816
+ s8(a, b) {
1817
1817
  a.u();
1818
1818
  if (this.valueColumn == null || this.parentSeries == null || this.logicalSeriesLink == null) {
1819
1819
  return;
@@ -1821,10 +1821,10 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1821
1821
  if (this.logicalSeriesLink.a0.count == 0 || this.logicalSeriesLink.az.count == 0) {
1822
1822
  return;
1823
1823
  }
1824
- if (this.ry.cr.d == 0) {
1824
+ if (this.r2.cr.d == 0) {
1825
1825
  return;
1826
1826
  }
1827
- super.s4(a, b);
1827
+ super.s8(a, b);
1828
1828
  if (a.f.count <= 1) {
1829
1829
  return;
1830
1830
  }
@@ -1837,21 +1837,21 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1837
1837
  let i = new ScalerParams(0, c, d, g.cg, e);
1838
1838
  a.f.clear();
1839
1839
  a.m.clear();
1840
- let j = this.qf();
1840
+ let j = this.qj();
1841
1841
  let k = 0;
1842
1842
  let l;
1843
1843
  let m;
1844
1844
  if (b.p) {
1845
- l = this.parentSeries.tg;
1845
+ l = this.parentSeries.tk;
1846
1846
  m = this.parentSeries.a6.a$h.item(b.ad);
1847
1847
  }
1848
1848
  else if (b == this.bz) {
1849
- l = this.parentSeries.rs;
1849
+ l = this.parentSeries.rw;
1850
1850
  m = typeCast(CategorySeriesView.$, this.parentSeries.bz);
1851
1851
  }
1852
1852
  else {
1853
- l = this.parentSeries.rp;
1854
- m = this.parentSeries.ry;
1853
+ l = this.parentSeries.rt;
1854
+ m = this.parentSeries.r2;
1855
1855
  }
1856
1856
  let n = m.cr.d;
1857
1857
  let o = typeCast(ISortingAxis_$type, f);
@@ -1878,7 +1878,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1878
1878
  if (f.cg) {
1879
1879
  q = -q;
1880
1880
  }
1881
- let s = (t) => Math.abs(this.parentSeries.tf[t]) + this.parentSeries.te[t];
1881
+ let s = (t) => Math.abs(this.parentSeries.tj[t]) + this.parentSeries.ti[t];
1882
1882
  let t = (u) => u;
1883
1883
  let u = (v) => {
1884
1884
  let w = this.valueColumn.item(v);
@@ -1894,13 +1894,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1894
1894
  return w < 0 ? this.logicalSeriesLink.a0._inner[v] + w : this.logicalSeriesLink.az._inner[v] + w;
1895
1895
  };
1896
1896
  let v = b.cr.d;
1897
- this.vm(b);
1897
+ this.vq(b);
1898
1898
  let w = m.cr.e;
1899
1899
  let x = m.cr.f;
1900
1900
  let y = truncate(Math.ceil(d.width / (x - w)));
1901
1901
  let z = new CollisionAvoider();
1902
1902
  if (o != null) {
1903
- this.vw(a, c, d, f, g, b);
1903
+ this.v0(a, c, d, f, g, b);
1904
1904
  return;
1905
1905
  }
1906
1906
  let aa = 0;
@@ -1912,7 +1912,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1912
1912
  let ad = null;
1913
1913
  if (v == 1) {
1914
1914
  if (ac >= (this.valueColumn.count - 1)) {
1915
- if (j && a.f.count > 0 && this.vd(a, a.f._inner[a.f.count - 1], z, Math.min(ac * v, this.ck.count - 1), k, b, aa - 1)) {
1915
+ if (j && a.f.count > 0 && this.vh(a, a.f._inner[a.f.count - 1], z, Math.min(ac * v, this.ck.count - 1), k, b, aa - 1)) {
1916
1916
  ++k;
1917
1917
  }
1918
1918
  break;
@@ -1922,8 +1922,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1922
1922
  let ag = u(ac);
1923
1923
  let ah = u(ac + 1);
1924
1924
  let ai = af - ae;
1925
- let aj = this.u9[ac];
1926
- let ak = this.u9[ac + 1];
1925
+ let aj = this.vd[ac];
1926
+ let ak = this.vd[ac + 1];
1927
1927
  let al = f.ei(ae, h) + q;
1928
1928
  let am = g.ei(ag, i);
1929
1929
  a.f.add([al, am, am]);
@@ -1954,14 +1954,14 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1954
1954
  ab = aa;
1955
1955
  }
1956
1956
  }
1957
- if (j && this.vd(a, ad, z, Math.min(ac * v, this.ck.count - 1), k, b, ab - 1)) {
1957
+ if (j && this.vh(a, ad, z, Math.min(ac * v, this.ck.count - 1), k, b, ab - 1)) {
1958
1958
  ++k;
1959
1959
  }
1960
1960
  }
1961
1961
  b.cu.count = k;
1962
1962
  }
1963
- u7(a) {
1964
- let b = (c) => Math.abs(this.parentSeries.tf[c]) + this.parentSeries.te[c];
1963
+ vb(a) {
1964
+ let b = (c) => Math.abs(this.parentSeries.tj[c]) + this.parentSeries.ti[c];
1965
1965
  let c = (d) => d;
1966
1966
  let d = (e) => {
1967
1967
  let f = this.valueColumn.item(e);
@@ -1979,13 +1979,13 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
1979
1979
  let e = new List$1(Array_$type, 0);
1980
1980
  let f = a.bv;
1981
1981
  let g = a.bu;
1982
- let h = typeCast(ISortingAxis_$type, this.uo);
1982
+ let h = typeCast(ISortingAxis_$type, this.us);
1983
1983
  let i = 0;
1984
1984
  let j = 0;
1985
1985
  let k = 0;
1986
- let l = this.ft;
1987
- let m = this.pr(this.b0);
1988
- let n = this.uo;
1986
+ let l = this.fv;
1987
+ let m = this.pv(this.b0);
1988
+ let n = this.us;
1989
1989
  let o = this.getEffectiveViewport1(a);
1990
1990
  if (h == null || h.i$b == null) {
1991
1991
  let p = new ScalerParams(0, f, g, n.cg, o);
@@ -2004,7 +2004,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2004
2004
  let t = truncate(Math.ceil(g.width / (k - j)));
2005
2005
  let u = new CollisionAvoider();
2006
2006
  if (h != null) {
2007
- return this.u8(a);
2007
+ return this.vc(a);
2008
2008
  }
2009
2009
  let v = 0;
2010
2010
  let w = 0;
@@ -2022,8 +2022,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2022
2022
  let ab = d(x);
2023
2023
  let ac = d(x + 1);
2024
2024
  let ad = aa - z;
2025
- let ae = this.u9[x];
2026
- let af = this.u9[x + 1];
2025
+ let ae = this.vd[x];
2026
+ let af = this.vd[x + 1];
2027
2027
  e.add([ab, ab]);
2028
2028
  for (let ag = 1; ag < t; ++ag) {
2029
2029
  let ah = z + ad * ag / t;
@@ -2042,19 +2042,19 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2042
2042
  }
2043
2043
  return e.toArray();
2044
2044
  }
2045
- u8(a) {
2045
+ vc(a) {
2046
2046
  let b = new List$1(Array_$type, 0);
2047
2047
  let c = a.bv;
2048
2048
  let d = a.bu;
2049
- let e = this.uo;
2049
+ let e = this.us;
2050
2050
  let f = typeCast(ISortingAxis_$type, e);
2051
2051
  if (f == null) {
2052
2052
  return null;
2053
2053
  }
2054
2054
  let g = this.getEffectiveViewport1(a);
2055
- let h = this.qf();
2055
+ let h = this.qj();
2056
2056
  let i = 0;
2057
- let j = (k) => Math.abs(this.parentSeries.tf[k]) + this.parentSeries.te[k];
2057
+ let j = (k) => Math.abs(this.parentSeries.tj[k]) + this.parentSeries.ti[k];
2058
2058
  let k = (l) => l;
2059
2059
  let l = (m) => {
2060
2060
  let n = f.i$b._inner[m];
@@ -2068,8 +2068,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2068
2068
  let m = 0;
2069
2069
  let n = 0;
2070
2070
  let o = 0;
2071
- let p = this.ft;
2072
- let q = this.pr(this.b0);
2071
+ let p = this.fv;
2072
+ let q = this.pv(this.b0);
2073
2073
  if (f == null || f.i$b == null) {
2074
2074
  let r = 0;
2075
2075
  let s = e.lf - 1;
@@ -2084,7 +2084,7 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2084
2084
  m = 1;
2085
2085
  }
2086
2086
  if (m <= 0 || (n <= 0 && o <= 0)) {
2087
- this.ry.cu.count = i;
2087
+ this.r2.cu.count = i;
2088
2088
  return null;
2089
2089
  }
2090
2090
  let u = truncate(Math.ceil(d.width / (o - n)));
@@ -2100,8 +2100,8 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2100
2100
  let ab = k(x + 1);
2101
2101
  let ac = l(x + 1);
2102
2102
  let ad = ab - z;
2103
- let ae = this.u9[x];
2104
- let af = this.u9[x + 1];
2103
+ let ae = this.vd[x];
2104
+ let af = this.vd[x + 1];
2105
2105
  b.add([aa, aa]);
2106
2106
  for (let ag = 1; ag < u; ++ag) {
2107
2107
  let ah = ag / u;
@@ -2114,9 +2114,9 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2114
2114
  }
2115
2115
  return b.toArray();
2116
2116
  }
2117
- vm(a) {
2118
- super.vm(a);
2119
- let b = (c) => Math.abs(this.parentSeries.tf[c]) + this.parentSeries.te[c];
2117
+ vq(a) {
2118
+ super.vq(a);
2119
+ let b = (c) => Math.abs(this.parentSeries.tj[c]) + this.parentSeries.ti[c];
2120
2120
  let c = (d) => d;
2121
2121
  let d = (e) => {
2122
2122
  let f = this.valueColumn.item(e);
@@ -2131,17 +2131,17 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2131
2131
  }
2132
2132
  return f < 0 ? this.logicalSeriesLink.a0._inner[e] + f : this.logicalSeriesLink.az._inner[e] + f;
2133
2133
  };
2134
- let e = this.uo;
2135
- let f = this.vb == 0 ? NaN : 0;
2134
+ let e = this.us;
2135
+ let f = this.vf == 0 ? NaN : 0;
2136
2136
  if (e != null && typeCast(ISortingAxis_$type, e) !== null && e.i$b != null) {
2137
2137
  let g = new SafeSortedReadOnlyDoubleCollection(0, this.valueColumn, e.i$b);
2138
2138
  d = (h) => g.item(h);
2139
2139
  }
2140
- this.u9 = Numeric.c(this.valueColumn.count, c, d, f, f);
2141
- if (this.vc) {
2140
+ this.vd = Numeric.c(this.valueColumn.count, c, d, f, f);
2141
+ if (this.vg) {
2142
2142
  let h = -1.7976931348623157E+308;
2143
2143
  let i = 1.7976931348623157E+308;
2144
- let j = this.u7(a);
2144
+ let j = this.vb(a);
2145
2145
  if (j == null) {
2146
2146
  return;
2147
2147
  }
@@ -2156,22 +2156,22 @@ export let SplineFragmentBase = /*@__PURE__*/ (() => {
2156
2156
  i = j[k][0];
2157
2157
  }
2158
2158
  }
2159
- this.vj = i;
2160
- this.vi = h;
2159
+ this.vn = i;
2160
+ this.vm = h;
2161
2161
  }
2162
2162
  }
2163
- l4(a, b, c, d) {
2164
- super.l4(a, b, c, d);
2163
+ l7(a, b, c, d) {
2164
+ super.l7(a, b, c, d);
2165
2165
  switch (b) {
2166
2166
  case "ActualBrush":
2167
2167
  if (this.logicalSeriesLink != null) {
2168
- this.logicalSeriesLink.jf = this.oz;
2168
+ this.logicalSeriesLink.jf = this.o3;
2169
2169
  }
2170
2170
  break;
2171
2171
  }
2172
2172
  }
2173
2173
  get useHighMarkerFidelity() {
2174
- return this.sk;
2174
+ return this.so;
2175
2175
  }
2176
2176
  }
2177
2177
  SplineFragmentBase.$t = /*@__PURE__*/ markType(SplineFragmentBase, 'SplineFragmentBase', SplineSeriesBase.$);
@@ -2184,19 +2184,19 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
2184
2184
  class SplineAreaFragment extends SplineFragmentBase {
2185
2185
  constructor() {
2186
2186
  super();
2187
- this.v1 = null;
2187
+ this.v5 = null;
2188
2188
  this.ab = SplineAreaFragment.$;
2189
2189
  }
2190
2190
  bx() {
2191
2191
  return new SplineAreaFragmentView(this);
2192
2192
  }
2193
- lz(a) {
2194
- super.lz(a);
2195
- this.vx = typeCast(SplineAreaFragmentView.$, a);
2193
+ l2(a) {
2194
+ super.l2(a);
2195
+ this.v1 = typeCast(SplineAreaFragmentView.$, a);
2196
2196
  }
2197
2197
  ac() {
2198
2198
  super.ac();
2199
- this.mi(false);
2199
+ this.ml(false);
2200
2200
  }
2201
2201
  get_de() {
2202
2202
  return true;
@@ -2204,84 +2204,84 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
2204
2204
  get_dd() {
2205
2205
  return true;
2206
2206
  }
2207
- get_eg() {
2207
+ get_eh() {
2208
2208
  return true;
2209
2209
  }
2210
- rz() {
2210
+ r3() {
2211
2211
  return 1;
2212
2212
  }
2213
- vz(a, b) {
2214
- let c = this.vx.di.ak;
2215
- if (this.ex(a, c)) {
2213
+ v3(a, b) {
2214
+ let c = this.v1.di.ak;
2215
+ if (this.ez(a, c)) {
2216
2216
  return true;
2217
2217
  }
2218
- let d = this.vx.dj.ak;
2219
- if (this.ex(a, d)) {
2218
+ let d = this.v1.dj.ak;
2219
+ if (this.ez(a, d)) {
2220
2220
  return true;
2221
2221
  }
2222
2222
  return false;
2223
2223
  }
2224
- ev(a, b) {
2225
- if (this.vy(a, b)) {
2224
+ ex(a, b) {
2225
+ if (this.v2(a, b)) {
2226
2226
  return true;
2227
2227
  }
2228
- if (this.vz(a, b)) {
2228
+ if (this.v3(a, b)) {
2229
2229
  return true;
2230
2230
  }
2231
- if (this.qg(a, b)) {
2231
+ if (this.qk(a, b)) {
2232
2232
  return true;
2233
2233
  }
2234
2234
  return false;
2235
2235
  }
2236
- vy(a, b) {
2237
- let c = this.vx.dk.ak;
2238
- if (this.ew(a, b, c)) {
2236
+ v2(a, b) {
2237
+ let c = this.v1.dk.ak;
2238
+ if (this.ey(a, b, c)) {
2239
2239
  return true;
2240
2240
  }
2241
- let d = this.vx.dl.ak;
2242
- if (this.ew(a, b, d)) {
2241
+ let d = this.v1.dl.ak;
2242
+ if (this.ey(a, b, d)) {
2243
2243
  return true;
2244
2244
  }
2245
2245
  return false;
2246
2246
  }
2247
- kx(a, b) {
2248
- super.kx(a, b);
2247
+ k0(a, b) {
2248
+ super.k0(a, b);
2249
2249
  let c = b;
2250
2250
  c.dd();
2251
2251
  }
2252
- s7(a, b) {
2253
- super.s7(a, b);
2254
- this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2252
+ tb(a, b) {
2253
+ super.tb(a, b);
2254
+ this.vv.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2255
2255
  let c = a.f;
2256
2256
  let d = this.getEffectiveViewport1(b);
2257
- this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
2257
+ this.r1.a0(this, this.sl(), runOn(this, this.rm), this.st(b), this.su(b));
2258
2258
  let e = false;
2259
- let f = this.rx.b;
2259
+ let f = this.r1.b;
2260
2260
  if (f != null) {
2261
2261
  e = true;
2262
2262
  }
2263
2263
  if (e) {
2264
- let g = new ScalerParams(0, b.bv, b.bu, this.uo.cg, d);
2265
- this.s3(c, -1, this.valueColumn.count, this.uo, g, b.q);
2264
+ let g = new ScalerParams(0, b.bv, b.bu, this.us.cg, d);
2265
+ this.s7(c, -1, this.valueColumn.count, this.us, g, b.q);
2266
2266
  }
2267
2267
  let h = typeCast(SplineAreaFragmentView.$, b);
2268
2268
  let i = b.cr.d;
2269
- this.rx.ad(h.dk, true, false, true, true);
2270
- this.rx.ad(h.dl, true, false, true, true);
2271
- this.rx.ad(h.di, false, true, false, false);
2272
- this.rx.ad(h.dj, false, true, false, false);
2273
- h.di._opacity = this.rx.j * this.fq;
2274
- h.dj._opacity = 0.5 * this.rx.j * this.fq;
2275
- this.vr.i(h.di, h.dk, h.dj, h.dl, a.f.count, a.f, true, i, this.ft, (j, k, l, m, n) => this.v0(j, a.f, b), 1);
2276
- }
2277
- mk(a, b) {
2278
- super.mk(a, b);
2279
- }
2280
- v0(a, b, c) {
2281
- let d = this.tq(c);
2269
+ this.r1.ad(h.dk, true, false, true, true);
2270
+ this.r1.ad(h.dl, true, false, true, true);
2271
+ this.r1.ad(h.di, false, true, false, false);
2272
+ this.r1.ad(h.dj, false, true, false, false);
2273
+ h.di._opacity = this.r1.j * this.fs;
2274
+ h.dj._opacity = 0.5 * this.r1.j * this.fs;
2275
+ this.vv.i(h.di, h.dk, h.dj, h.dl, a.f.count, a.f, true, i, this.fv, (j, k, l, m, n) => this.v4(j, a.f, b), 1);
2276
+ }
2277
+ mn(a, b) {
2278
+ super.mn(a, b);
2279
+ }
2280
+ v4(a, b, c) {
2281
+ let d = this.tu(c);
2282
2282
  let e = d;
2283
2283
  let f = this.logicalSeriesLink.at;
2284
- let g = f ? this.parentSeries.tm.e : this.parentSeries.tm.d;
2284
+ let g = f ? this.parentSeries.tq.e : this.parentSeries.tq.d;
2285
2285
  let h = g.indexOf(this);
2286
2286
  if (a.count == 0) {
2287
2287
  return;
@@ -2300,15 +2300,15 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
2300
2300
  break;
2301
2301
  }
2302
2302
  let k = typeCast(SplineFragmentBase.$, g._inner[j - 1]);
2303
- if (k != null && k.vr != null && k.vr.o.count > 0 && this.b0 != null && k.e9(this.b0.bu, this.b0.bv, this.b0)) {
2303
+ if (k != null && k.vv != null && k.vv.o.count > 0 && this.b0 != null && k.fb(this.b0.bu, this.b0.bv, this.b0)) {
2304
2304
  i = true;
2305
- for (let l = k.vr.o.count - 1; l >= 0; l--) {
2306
- a.add(k.vr.o._inner[l]);
2305
+ for (let l = k.vv.o.count - 1; l >= 0; l--) {
2306
+ a.add(k.vv.o._inner[l]);
2307
2307
  }
2308
2308
  }
2309
2309
  }
2310
2310
  }
2311
- tq(a) {
2311
+ tu(a) {
2312
2312
  let b = 0;
2313
2313
  let c = a.bv;
2314
2314
  let d = a.bu;
@@ -2319,14 +2319,14 @@ export let SplineAreaFragment = /*@__PURE__*/ (() => {
2319
2319
  }
2320
2320
  return b;
2321
2321
  }
2322
- mt() {
2322
+ mw() {
2323
2323
  let a = (typeCast(XamDataChart.$, this.cd));
2324
2324
  if (a != null) {
2325
- this.fq = isNaN_(this.fz) ? this.parentSeries.fq : this.fz;
2325
+ this.fs = isNaN_(this.f1) ? this.parentSeries.fs : this.f1;
2326
2326
  }
2327
2327
  }
2328
2328
  get useHighMarkerFidelity() {
2329
- return this.sk;
2329
+ return this.so;
2330
2330
  }
2331
2331
  }
2332
2332
  SplineAreaFragment.$t = /*@__PURE__*/ markType(SplineAreaFragment, 'SplineAreaFragment', SplineFragmentBase.$);
@@ -2341,19 +2341,19 @@ export let SplineFragment = /*@__PURE__*/ (() => {
2341
2341
  super();
2342
2342
  this.ab = SplineFragment.$;
2343
2343
  }
2344
- get_eg() {
2344
+ get_eh() {
2345
2345
  return true;
2346
2346
  }
2347
2347
  bx() {
2348
2348
  return new SplineFragmentView(this);
2349
2349
  }
2350
- lz(a) {
2351
- super.lz(a);
2352
- this.vx = a;
2350
+ l2(a) {
2351
+ super.l2(a);
2352
+ this.v1 = a;
2353
2353
  }
2354
- vz(a, b) {
2355
- let c = this.vx.dh.ak;
2356
- if (this.ex(a, c)) {
2354
+ v3(a, b) {
2355
+ let c = this.v1.dh.ak;
2356
+ if (this.ez(a, c)) {
2357
2357
  return true;
2358
2358
  }
2359
2359
  return false;
@@ -2361,59 +2361,59 @@ export let SplineFragment = /*@__PURE__*/ (() => {
2361
2361
  get_de() {
2362
2362
  return true;
2363
2363
  }
2364
- ev(a, b) {
2365
- if (this.vy(a, b)) {
2364
+ ex(a, b) {
2365
+ if (this.v2(a, b)) {
2366
2366
  return true;
2367
2367
  }
2368
- if (this.vz(a, b)) {
2368
+ if (this.v3(a, b)) {
2369
2369
  return true;
2370
2370
  }
2371
- if (this.qg(a, b)) {
2371
+ if (this.qk(a, b)) {
2372
2372
  return true;
2373
2373
  }
2374
2374
  return false;
2375
2375
  }
2376
- vy(a, b) {
2377
- let c = this.vx.di.ak;
2378
- if (this.ew(a, b, c)) {
2376
+ v2(a, b) {
2377
+ let c = this.v1.di.ak;
2378
+ if (this.ey(a, b, c)) {
2379
2379
  return true;
2380
2380
  }
2381
- let d = this.vx.dj.ak;
2382
- if (this.ew(a, b, d)) {
2381
+ let d = this.v1.dj.ak;
2382
+ if (this.ey(a, b, d)) {
2383
2383
  return true;
2384
2384
  }
2385
2385
  return false;
2386
2386
  }
2387
- kx(a, b) {
2388
- super.kx(a, b);
2387
+ k0(a, b) {
2388
+ super.k0(a, b);
2389
2389
  let c = b;
2390
2390
  c.dd();
2391
2391
  }
2392
- s7(a, b) {
2393
- super.s7(a, b);
2394
- this.vr.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2392
+ tb(a, b) {
2393
+ super.tb(a, b);
2394
+ this.vv.a = typeCast(ISortingAxis_$type, this.xAxis) !== null ? true : false;
2395
2395
  let c = typeCast(SplineFragmentView.$, b);
2396
2396
  let d = a.f;
2397
2397
  let e = this.getEffectiveViewport1(b);
2398
- this.rx.a0(this, this.sh(), runOn(this, this.ri), this.sp(b), this.sq(b));
2398
+ this.r1.a0(this, this.sl(), runOn(this, this.rm), this.st(b), this.su(b));
2399
2399
  let f = false;
2400
- let g = this.rx.b;
2400
+ let g = this.r1.b;
2401
2401
  if (g != null) {
2402
2402
  f = true;
2403
2403
  }
2404
2404
  if (f) {
2405
- let h = new ScalerParams(0, b.bv, b.bu, this.uo.cg, e);
2406
- this.s3(d, -1, this.valueColumn.count, this.uo, h, b.q);
2405
+ let h = new ScalerParams(0, b.bv, b.bu, this.us.cg, e);
2406
+ this.s7(d, -1, this.valueColumn.count, this.us, h, b.q);
2407
2407
  }
2408
- this.rx.ad(c.di, true, false, true, false);
2409
- this.rx.ad(c.dj, true, false, true, false);
2410
- this.rx.ad(c.dh, false, true, false, false);
2411
- c.dh._opacity = 0.75 * this.rx.j;
2408
+ this.r1.ad(c.di, true, false, true, false);
2409
+ this.r1.ad(c.dj, true, false, true, false);
2410
+ this.r1.ad(c.dh, false, true, false, false);
2411
+ c.dh._opacity = 0.75 * this.r1.j;
2412
2412
  let i = c.cr.d;
2413
- this.vr.m(c.di, c.dh, c.dj, a.f.count, a.f, true, 1, this.tf(a.f, a.f.count - 1, b.bu, b.bv), i, this.ft);
2413
+ this.vv.m(c.di, c.dh, c.dj, a.f.count, a.f, true, 1, this.tj(a.f, a.f.count - 1, b.bu, b.bv), i, this.fv);
2414
2414
  }
2415
2415
  get useHighMarkerFidelity() {
2416
- return this.sk;
2416
+ return this.so;
2417
2417
  }
2418
2418
  }
2419
2419
  SplineFragment.$t = /*@__PURE__*/ markType(SplineFragment, 'SplineFragment', SplineFragmentBase.$);
@@ -2446,14 +2446,14 @@ export let SplineFragmentBaseValueList = /*@__PURE__*/ (() => {
2446
2446
  else {
2447
2447
  let b = false;
2448
2448
  if (this.a.parentSeries != null) {
2449
- b = this.a.parentSeries.tp;
2449
+ b = this.a.parentSeries.tt;
2450
2450
  }
2451
2451
  let c = this.a.parentSeries;
2452
2452
  if (c == null) {
2453
2453
  return NaN;
2454
2454
  }
2455
2455
  let d = this.a.valueColumn.item(a);
2456
- let e = Math.abs(c.tf[a]) + c.te[a];
2456
+ let e = Math.abs(c.tj[a]) + c.ti[a];
2457
2457
  let f = this.a.logicalSeriesLink.az;
2458
2458
  let g = this.a.logicalSeriesLink.a0;
2459
2459
  if (isNaN_(d) || isInfinity(d)) {
@@ -2516,48 +2516,48 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2516
2516
  super();
2517
2517
  this._series = null;
2518
2518
  this.seriesCreated = null;
2519
- this.tw = 0;
2520
- this.tv = 0;
2521
- this.te = null;
2522
- this.tf = null;
2523
- this.tm = null;
2519
+ this.t0 = 0;
2520
+ this.tz = 0;
2521
+ this.ti = null;
2524
2522
  this.tj = null;
2525
- this.ts = new Dictionary$2(String_$type, Boolean_$type, 0);
2526
- this.tg = null;
2523
+ this.tq = null;
2524
+ this.tn = null;
2525
+ this.tw = new Dictionary$2(String_$type, Boolean_$type, 0);
2526
+ this.tk = null;
2527
2527
  this.series = new StackedSeriesCollection();
2528
2528
  let a = this.series;
2529
- a.collectionResetting = delegateCombine(a.collectionResetting, runOn(this, this.t8));
2529
+ a.collectionResetting = delegateCombine(a.collectionResetting, runOn(this, this.uc));
2530
2530
  let b = this.series;
2531
- b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.t7));
2532
- this.ru = new StackedSeriesFramePreparer(1, this, this.tn, this, this, this.tn.cr);
2533
- this.tm = new StackedSeriesManager(this);
2534
- this.tj = new StackedSeriesCollection();
2535
- let c = this.tj;
2536
- c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.t7));
2537
- let d = this.tj;
2538
- d.collectionResetting = delegateCombine(d.collectionResetting, runOn(this, this.t2));
2539
- }
2540
- lk() {
2541
- for (let a of fromEnum(this.ti)) {
2531
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.ub));
2532
+ this.ry = new StackedSeriesFramePreparer(1, this, this.tr, this, this, this.tr.cr);
2533
+ this.tq = new StackedSeriesManager(this);
2534
+ this.tn = new StackedSeriesCollection();
2535
+ let c = this.tn;
2536
+ c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.ub));
2537
+ let d = this.tn;
2538
+ d.collectionResetting = delegateCombine(d.collectionResetting, runOn(this, this.t6));
2539
+ }
2540
+ ln() {
2541
+ for (let a of fromEnum(this.tm)) {
2542
2542
  a.fx();
2543
2543
  }
2544
- super.lk();
2544
+ super.ln();
2545
2545
  }
2546
- get_dx() {
2546
+ get_dy() {
2547
2547
  return false;
2548
2548
  }
2549
2549
  getHostReferenceValue() {
2550
- return this.gc();
2550
+ return this.ge();
2551
2551
  }
2552
2552
  bx() {
2553
2553
  return new StackedSeriesView(this);
2554
2554
  }
2555
- lz(a) {
2556
- super.lz(a);
2557
- this.tn = a;
2555
+ l2(a) {
2556
+ super.l2(a);
2557
+ this.tr = a;
2558
2558
  }
2559
- l0(a, b) {
2560
- super.l0(a, b);
2559
+ l3(a, b) {
2560
+ super.l3(a, b);
2561
2561
  for (let c of fromEnum(this.series)) {
2562
2562
  c.visualSeriesLink.b0.bu = b;
2563
2563
  }
@@ -2568,15 +2568,15 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2568
2568
  set series(a) {
2569
2569
  this._series = a;
2570
2570
  }
2571
- hl() {
2571
+ hn() {
2572
2572
  if (this.series == null) {
2573
2573
  return -1;
2574
2574
  }
2575
2575
  return this.series.count;
2576
2576
  }
2577
- la(a) {
2578
- for (let b = 0; b < this.tm.f.count; b++) {
2579
- let c = this.tm.f._inner[b];
2577
+ ld(a) {
2578
+ for (let b = 0; b < this.tq.f.count; b++) {
2579
+ let c = this.tq.f._inner[b];
2580
2580
  if (!a(c)) {
2581
2581
  break;
2582
2582
  }
@@ -2585,38 +2585,38 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2585
2585
  get_isStacked() {
2586
2586
  return true;
2587
2587
  }
2588
- get ti() {
2589
- return this.to ? this.tj : this.series;
2588
+ get tm() {
2589
+ return this.ts ? this.tn : this.series;
2590
2590
  }
2591
- t2(a, b) {
2592
- for (let c of fromEnum(this.tj)) {
2593
- if (this.tm != null && this.tm.c.contains(c)) {
2591
+ t6(a, b) {
2592
+ for (let c of fromEnum(this.tn)) {
2593
+ if (this.tq != null && this.tq.c.contains(c)) {
2594
2594
  c.parentSeries = null;
2595
- this.tm.c.remove(c);
2595
+ this.tq.c.remove(c);
2596
2596
  }
2597
2597
  }
2598
2598
  }
2599
- t8(a, b) {
2599
+ uc(a, b) {
2600
2600
  for (let c of fromEnum(this.series)) {
2601
- if (this.tm != null && this.tm.c.contains(c)) {
2601
+ if (this.tq != null && this.tq.c.contains(c)) {
2602
2602
  c.parentSeries = null;
2603
- this.tm.c.remove(c);
2603
+ this.tq.c.remove(c);
2604
2604
  }
2605
2605
  }
2606
2606
  }
2607
- t7(a, b) {
2607
+ ub(a, b) {
2608
2608
  if (b.oldItems != null) {
2609
2609
  for (let c of fromEn(b.oldItems)) {
2610
- if (this.tm != null && this.tm.c.contains(c)) {
2610
+ if (this.tq != null && this.tq.c.contains(c)) {
2611
2611
  c.parentSeries = null;
2612
- this.tm.c.remove(c);
2612
+ this.tq.c.remove(c);
2613
2613
  }
2614
2614
  }
2615
2615
  }
2616
2616
  if (b.newItems != null) {
2617
2617
  let d = b.newStartingIndex;
2618
2618
  for (let e of fromEn(b.newItems)) {
2619
- if (this.tm != null && !this.tm.c.contains(e)) {
2619
+ if (this.tq != null && !this.tq.c.contains(e)) {
2620
2620
  e.parentSeries = this;
2621
2621
  e.fh();
2622
2622
  e.f4();
@@ -2659,55 +2659,55 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2659
2659
  e.gf();
2660
2660
  e.gh();
2661
2661
  e.gj();
2662
- if (!this.to) {
2663
- this.tm.c.insert(d, e);
2662
+ if (!this.ts) {
2663
+ this.tq.c.insert(d, e);
2664
2664
  d++;
2665
2665
  }
2666
2666
  }
2667
2667
  }
2668
2668
  }
2669
- if (!this.to) {
2670
- this.t9();
2669
+ if (!this.ts) {
2670
+ this.ud();
2671
2671
  }
2672
2672
  }
2673
- mq(a) {
2674
- this.cb.cq.c8(a, true, false);
2673
+ mt(a) {
2674
+ this.cb.cu.c8(a, true, false);
2675
2675
  }
2676
- rv(a) {
2676
+ rz(a) {
2677
2677
  if (a != null && a.q) {
2678
2678
  if (a.p) {
2679
2679
  return new StackedSeriesFramePreparer(1, typeCast(IIsCategoryBased_$type, this), typeCast(ISupportsMarkers_$type, a), a, this, a.cr);
2680
2680
  }
2681
2681
  else {
2682
2682
  let b = typeCast(CategorySeriesView.$, this.bz);
2683
- return new StackedSeriesFramePreparer(1, this, typeCast(ISupportsMarkers_$type, b), this.cd.cq.o, this, b.cr);
2683
+ return new StackedSeriesFramePreparer(1, this, typeCast(ISupportsMarkers_$type, b), this.cd.cu.o, this, b.cr);
2684
2684
  }
2685
2685
  }
2686
2686
  else {
2687
- return this.ru;
2687
+ return this.ry;
2688
2688
  }
2689
2689
  }
2690
- s4(a, b) {
2690
+ s8(a, b) {
2691
2691
  a.u();
2692
- this.t5();
2693
- this.rv(b).d(a, b);
2692
+ this.t9();
2693
+ this.rz(b).d(a, b);
2694
2694
  }
2695
- mj(a) {
2696
- super.mj(a);
2697
- this.tm.h(a);
2695
+ mm(a) {
2696
+ super.mm(a);
2697
+ this.tq.h(a);
2698
2698
  }
2699
- kx(a, b) {
2700
- super.kx(a, b);
2701
- for (let c of fromEnum(this.ti)) {
2699
+ k0(a, b) {
2700
+ super.k0(a, b);
2701
+ for (let c of fromEnum(this.tm)) {
2702
2702
  if (c.visualSeriesLink != null) {
2703
- c.visualSeriesLink.kx(a, c.visualSeriesLink.b0);
2703
+ c.visualSeriesLink.k0(a, c.visualSeriesLink.b0);
2704
2704
  }
2705
2705
  }
2706
2706
  }
2707
- t3() {
2708
- this.t5();
2707
+ t7() {
2708
+ this.t9();
2709
2709
  }
2710
- t9() {
2710
+ ud() {
2711
2711
  let a = this.fetchXAxis();
2712
2712
  if (a != null) {
2713
2713
  a.c1(true);
@@ -2717,19 +2717,19 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2717
2717
  b.c1(true);
2718
2718
  }
2719
2719
  }
2720
- get_tp() {
2720
+ get_tt() {
2721
2721
  return false;
2722
2722
  }
2723
- get tp() {
2724
- return this.get_tp();
2723
+ get tt() {
2724
+ return this.get_tt();
2725
2725
  }
2726
- en(a) {
2726
+ eo(a) {
2727
2727
  let b = this.ck != null ? this.ck.indexOf(a) : -1;
2728
- let c = this.cd != null ? this.cd.sf : Rect.empty;
2728
+ let c = this.cd != null ? this.cd.s9 : Rect.empty;
2729
2729
  c = c.copy();
2730
2730
  let d = this.b0.bu;
2731
2731
  let e = new Rect(0, 0, 0, 1, 1);
2732
- let f = this.pt(this.b0);
2732
+ let f = this.px(this.b0);
2733
2733
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
2734
2734
  let g = this.fetchXAxis();
2735
2735
  if (g != null) {
@@ -2744,10 +2744,10 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2744
2744
  c.x = i - 0.5 * c.width;
2745
2745
  }
2746
2746
  let j = this.fetchYAxis();
2747
- if (j != null && this.te != null && b < this.te.length) {
2747
+ if (j != null && this.ti != null && b < this.ti.length) {
2748
2748
  let k = new ScalerParams(0, e, e, j.cg, f);
2749
- let l = j.ei(this.te[b], k);
2750
- let m = j.ei(this.tf[b], k);
2749
+ let l = j.ei(this.ti[b], k);
2750
+ let m = j.ei(this.tj[b], k);
2751
2751
  if (!isNaN_(l) && !isNaN_(m)) {
2752
2752
  let n = Math.abs(m - l);
2753
2753
  if (c.height < n) {
@@ -2770,30 +2770,30 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2770
2770
  return b >= 0;
2771
2771
  }
2772
2772
  ap(a) {
2773
- if (this.tf == null || this.tf.length == 0 || this.te == null || this.te.length == 0) {
2773
+ if (this.tj == null || this.tj.length == 0 || this.ti == null || this.ti.length == 0) {
2774
2774
  return null;
2775
2775
  }
2776
2776
  if (a == this.fetchXAxis()) {
2777
- let b = Math.min(this.tf.length, this.te.length);
2777
+ let b = Math.min(this.tj.length, this.ti.length);
2778
2778
  return new AxisRange(0, b - 1);
2779
2779
  }
2780
2780
  if (a == this.fetchYAxis()) {
2781
- return new AxisRange(this.tw, this.tv);
2781
+ return new AxisRange(this.t0, this.tz);
2782
2782
  }
2783
2783
  return null;
2784
2784
  }
2785
- qf() {
2785
+ qj() {
2786
2786
  return false;
2787
2787
  }
2788
- k0(a, b, c, d) {
2789
- this.t5();
2790
- this.sj();
2791
- this.mi(true);
2788
+ k3(a, b, c, d) {
2789
+ this.t9();
2790
+ this.sn();
2791
+ this.ml(true);
2792
2792
  }
2793
- th() {
2794
- return this.tn;
2793
+ tl() {
2794
+ return this.tr;
2795
2795
  }
2796
- tt() {
2796
+ tx() {
2797
2797
  let a = 0;
2798
2798
  let b = this.b0.bv;
2799
2799
  let c = this.b0.bu;
@@ -2805,25 +2805,25 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2805
2805
  }
2806
2806
  return a;
2807
2807
  }
2808
- tu() {
2808
+ ty() {
2809
2809
  let a = typeCast(NumericYAxis.$, this.fetchYAxis());
2810
2810
  if (a != null) {
2811
2811
  return a.l5;
2812
2812
  }
2813
2813
  return 0;
2814
2814
  }
2815
- ty(a) {
2816
- return this.index < 0 || this.ti == null || this.ti.count == 0 ? -1 : this.index + this.ti.indexOf(a);
2815
+ t2(a) {
2816
+ return this.index < 0 || this.tm == null || this.tm.count == 0 ? -1 : this.index + this.tm.indexOf(a);
2817
2817
  }
2818
- tx(a) {
2819
- let b = this.cd != null ? this.cd.sf : Rect.empty;
2818
+ t1(a) {
2819
+ let b = this.cd != null ? this.cd.s9 : Rect.empty;
2820
2820
  let c = this.b0.bu;
2821
2821
  let d = this.getEffectiveViewport1(this.b0);
2822
2822
  let e = typeCast(CategoryAxisBase.$, this.fetchXAxis());
2823
2823
  let f = -1;
2824
2824
  if (e != null && !b.isEmpty && !c.isEmpty) {
2825
2825
  let g = new ScalerParams(0, b, c, e.cg, d);
2826
- let h = this.pr(this.b0);
2826
+ let h = this.pv(this.b0);
2827
2827
  let i = e.el(h.left, g);
2828
2828
  let j = e.el(h.right, g);
2829
2829
  let k = (a.x - b.left) / b.width;
@@ -2836,7 +2836,7 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2836
2836
  }
2837
2837
  return f;
2838
2838
  }
2839
- tr(a, b, c, d) {
2839
+ tv(a, b, c, d) {
2840
2840
  let e = true;
2841
2841
  let f = typeCast(CategoryAxisBase.$, this.fetchXAxis());
2842
2842
  let g = typeCast(NumericYAxis.$, this.fetchYAxis());
@@ -2850,36 +2850,36 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2850
2850
  }
2851
2851
  return e;
2852
2852
  }
2853
- t4() {
2854
- if (this.cd == null || this.tm == null) {
2853
+ t8() {
2854
+ if (this.cd == null || this.tq == null) {
2855
2855
  return;
2856
2856
  }
2857
- if (!this.to) {
2858
- this.tj.clear();
2857
+ if (!this.ts) {
2858
+ this.tn.clear();
2859
2859
  for (let a of fromEnum(this.series)) {
2860
- if (!this.tm.c.contains(a)) {
2861
- this.tm.c.add(a);
2860
+ if (!this.tq.c.contains(a)) {
2861
+ this.tq.c.add(a);
2862
2862
  }
2863
2863
  }
2864
- this.t9();
2864
+ this.ud();
2865
2865
  return;
2866
2866
  }
2867
2867
  }
2868
- s7(a, b) {
2869
- super.s7(a, b);
2868
+ tb(a, b) {
2869
+ super.tb(a, b);
2870
2870
  }
2871
- t6(a, b, c, d) {
2871
+ ua(a, b, c, d) {
2872
2872
  }
2873
2873
  aq(a) {
2874
2874
  if (a.isEmpty && this.cd != null) {
2875
- a = this.cd.sf;
2875
+ a = this.cd.s9;
2876
2876
  }
2877
- let b = this.ro();
2878
- if (this.te == null || this.tf == null) {
2877
+ let b = this.rs();
2878
+ if (this.ti == null || this.tj == null) {
2879
2879
  return null;
2880
2880
  }
2881
- let c = this.pr(this.b0);
2882
- let d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
2881
+ let c = this.pv(this.b0);
2882
+ let d = new ScalerParams(0, a, this.cd.to, b.cg, this.getEffectiveViewport());
2883
2883
  let e = (b.el(c.left, d));
2884
2884
  let f = (b.el(c.right, d));
2885
2885
  if (b.cg) {
@@ -2897,8 +2897,8 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2897
2897
  e = Math.floor(e);
2898
2898
  f = Math.ceil(f);
2899
2899
  }
2900
- e = Math.max(0, Math.min(this.tf.length - 1, e));
2901
- f = Math.max(0, Math.min(this.tf.length - 1, f));
2900
+ e = Math.max(0, Math.min(this.tj.length - 1, e));
2901
+ f = Math.max(0, Math.min(this.tj.length - 1, f));
2902
2902
  let i = 1.7976931348623157E+308;
2903
2903
  let j = -1.7976931348623157E+308;
2904
2904
  for (let k = truncate(e); k <= truncate(f); k++) {
@@ -2906,13 +2906,13 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2906
2906
  if (h != null) {
2907
2907
  l = h.i$b._inner[k];
2908
2908
  }
2909
- let m = this.tf[l];
2909
+ let m = this.tj[l];
2910
2910
  {
2911
2911
  if (isInfinity(m) || isNaN_(m)) {
2912
2912
  continue;
2913
2913
  }
2914
2914
  }
2915
- let n = this.te[l];
2915
+ let n = this.ti[l];
2916
2916
  {
2917
2917
  if (isInfinity(n) || isNaN_(n)) {
2918
2918
  continue;
@@ -2922,31 +2922,31 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2922
2922
  j = Math.max(j, n);
2923
2923
  }
2924
2924
  let o = new AxisRange(i, j);
2925
- let p = this.r9();
2925
+ let p = this.sd();
2926
2926
  o = this.ao(o, p, a);
2927
2927
  return o;
2928
2928
  }
2929
- ml() {
2930
- super.ml();
2931
- for (let a of fromEnum(this.ti)) {
2929
+ mo() {
2930
+ super.mo();
2931
+ for (let a of fromEnum(this.tm)) {
2932
2932
  a.e9();
2933
2933
  }
2934
2934
  }
2935
- t5() {
2935
+ t9() {
2936
2936
  if (this.ck == null) {
2937
2937
  return;
2938
2938
  }
2939
2939
  let a = this.ck.count;
2940
- this.te = new Array(a);
2941
- this.tf = new Array(a);
2940
+ this.ti = new Array(a);
2941
+ this.tj = new Array(a);
2942
2942
  for (let b = 0; b < a; b++) {
2943
- this.te[b] = 0;
2944
- this.tf[b] = 0;
2943
+ this.ti[b] = 0;
2944
+ this.tj[b] = 0;
2945
2945
  }
2946
- this.tw = Number.POSITIVE_INFINITY;
2947
- this.tv = Number.NEGATIVE_INFINITY;
2946
+ this.t0 = Number.POSITIVE_INFINITY;
2947
+ this.tz = Number.NEGATIVE_INFINITY;
2948
2948
  let c = 0;
2949
- for (let d of fromEnum(this.ti)) {
2949
+ for (let d of fromEnum(this.tm)) {
2950
2950
  if (d.itemsSource != null && d.visualSeriesLink == null) {
2951
2951
  continue;
2952
2952
  }
@@ -2958,9 +2958,9 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2958
2958
  d.af = this.ch(d.e1);
2959
2959
  }
2960
2960
  if (d.visualSeriesLink != null && d.itemsSource == null) {
2961
- d.visualSeriesLink.tp = true;
2961
+ d.visualSeriesLink.tt = true;
2962
2962
  d.visualSeriesLink.valueColumn = d.af;
2963
- d.visualSeriesLink.tp = false;
2963
+ d.visualSeriesLink.tt = false;
2964
2964
  }
2965
2965
  d.at = true;
2966
2966
  if (d.af != null) {
@@ -2970,51 +2970,51 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
2970
2970
  let f = d.af.item(e);
2971
2971
  if (f < c) {
2972
2972
  d.az.add(c);
2973
- d.a0.add(this.tf[e]);
2974
- this.tf[e] = this.tf[e] + f;
2973
+ d.a0.add(this.tj[e]);
2974
+ this.tj[e] = this.tj[e] + f;
2975
2975
  if (d.at) {
2976
2976
  d.at = false;
2977
2977
  }
2978
2978
  }
2979
2979
  else if (f >= c) {
2980
- d.az.add(this.te[e]);
2980
+ d.az.add(this.ti[e]);
2981
2981
  d.a0.add(c);
2982
- this.te[e] = this.te[e] + f;
2982
+ this.ti[e] = this.ti[e] + f;
2983
2983
  }
2984
2984
  else if (isNaN_(f) || isInfinity(f)) {
2985
- d.az.add(this.te[e]);
2986
- d.a0.add(this.tf[e]);
2985
+ d.az.add(this.ti[e]);
2986
+ d.a0.add(this.tj[e]);
2987
2987
  }
2988
2988
  }
2989
2989
  }
2990
2990
  }
2991
2991
  for (let g = 0; g < a; g++) {
2992
- this.tw = Math.min(this.tw, this.tf[g]);
2993
- this.tv = Math.max(this.tv, this.te[g]);
2992
+ this.t0 = Math.min(this.t0, this.tj[g]);
2993
+ this.tz = Math.max(this.tz, this.ti[g]);
2994
2994
  }
2995
2995
  }
2996
- l4(a, b, c, d) {
2997
- super.l4(a, b, c, d);
2996
+ l7(a, b, c, d) {
2997
+ super.l7(a, b, c, d);
2998
2998
  switch (b) {
2999
2999
  case "SeriesViewer":
3000
3000
  if (c != null && d == null) {
3001
- this.k1(this.fetchXAxis());
3002
- this.k1(this.fetchYAxis());
3001
+ this.k4(this.fetchXAxis());
3002
+ this.k4(this.fetchYAxis());
3003
3003
  }
3004
3004
  if (c == null && d != null) {
3005
- this.l9(this.fetchXAxis());
3006
- this.l9(this.fetchYAxis());
3005
+ this.mc(this.fetchXAxis());
3006
+ this.mc(this.fetchYAxis());
3007
3007
  }
3008
- if (this.ti != null) {
3009
- for (let e of fromEnum(this.ti)) {
3008
+ if (this.tm != null) {
3009
+ for (let e of fromEnum(this.tm)) {
3010
3010
  e.aa = this.cd;
3011
3011
  }
3012
- this.mi(false);
3012
+ this.ml(false);
3013
3013
  }
3014
3014
  break;
3015
3015
  case "ItemsSource":
3016
- if (this.ti != null) {
3017
- for (let f of fromEnum(this.ti)) {
3016
+ if (this.tm != null) {
3017
+ for (let f of fromEnum(this.tm)) {
3018
3018
  if (f.itemsSource == null) {
3019
3019
  if (f.visualSeriesLink != null) {
3020
3020
  f.visualSeriesLink.itemsSource = d;
@@ -3024,256 +3024,256 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
3024
3024
  }
3025
3025
  break;
3026
3026
  case "FastItemsSource":
3027
- if (this.to) {
3028
- this.t4();
3027
+ if (this.ts) {
3028
+ this.t8();
3029
3029
  }
3030
- if (!this.sj()) {
3031
- this.tn.cr.g(this.ft);
3030
+ if (!this.sn()) {
3031
+ this.tr.cr.g(this.fv);
3032
3032
  }
3033
- this.mi(false);
3033
+ this.ml(false);
3034
3034
  break;
3035
3035
  case StackedSeriesBase.$$p[0]:
3036
- this.t4();
3036
+ this.t8();
3037
3037
  break;
3038
3038
  case StackedSeriesBase.$$p[1]:
3039
3039
  if (this.cd != null) {
3040
- this.cd.ml(this.tm.f);
3040
+ this.cd.m8(this.tq.f);
3041
3041
  }
3042
3042
  break;
3043
3043
  case StackedSeriesBase.$$p[2]:
3044
- for (let g of fromEnum(this.ti)) {
3044
+ for (let g of fromEnum(this.tm)) {
3045
3045
  g.gj();
3046
3046
  }
3047
3047
  break;
3048
3048
  case "Brush":
3049
- for (let h of fromEnum(this.ti)) {
3049
+ for (let h of fromEnum(this.tm)) {
3050
3050
  h.fc();
3051
3051
  }
3052
3052
  break;
3053
3053
  case "DashArray":
3054
- for (let i of fromEnum(this.ti)) {
3054
+ for (let i of fromEnum(this.tm)) {
3055
3055
  i.fd();
3056
3056
  }
3057
3057
  break;
3058
3058
  case "HighlightingFadeOpacity":
3059
- for (let j of fromEnum(this.ti)) {
3059
+ for (let j of fromEnum(this.tm)) {
3060
3060
  j.fg();
3061
3061
  }
3062
3062
  break;
3063
3063
  case "DashCap":
3064
- for (let k of fromEnum(this.ti)) {
3064
+ for (let k of fromEnum(this.tm)) {
3065
3065
  k.fe();
3066
3066
  }
3067
3067
  break;
3068
3068
  case "IsDropShadowEnabled":
3069
- for (let l of fromEnum(this.ti)) {
3069
+ for (let l of fromEnum(this.tm)) {
3070
3070
  l.fh();
3071
3071
  }
3072
3072
  break;
3073
3073
  case "ShadowBlur":
3074
- for (let m of fromEnum(this.ti)) {
3074
+ for (let m of fromEnum(this.tm)) {
3075
3075
  m.f4();
3076
3076
  }
3077
3077
  break;
3078
3078
  case "ShadowColor":
3079
- for (let n of fromEnum(this.ti)) {
3079
+ for (let n of fromEnum(this.tm)) {
3080
3080
  n.f5();
3081
3081
  }
3082
3082
  break;
3083
3083
  case "UseSingleShadow":
3084
- for (let o of fromEnum(this.ti)) {
3084
+ for (let o of fromEnum(this.tm)) {
3085
3085
  o.gi();
3086
3086
  }
3087
3087
  break;
3088
3088
  case "ShadowOffsetX":
3089
- for (let p of fromEnum(this.ti)) {
3089
+ for (let p of fromEnum(this.tm)) {
3090
3090
  p.f6();
3091
3091
  }
3092
3092
  break;
3093
3093
  case "ShadowOffsetY":
3094
- for (let q of fromEnum(this.ti)) {
3094
+ for (let q of fromEnum(this.tm)) {
3095
3095
  q.f7();
3096
3096
  }
3097
3097
  break;
3098
3098
  case "EndCap":
3099
- for (let r of fromEnum(this.ti)) {
3099
+ for (let r of fromEnum(this.tm)) {
3100
3100
  r.ff();
3101
3101
  }
3102
3102
  break;
3103
3103
  case "IsHitTestVisible":
3104
- for (let s of fromEnum(this.ti)) {
3104
+ for (let s of fromEnum(this.tm)) {
3105
3105
  s.fi();
3106
3106
  }
3107
3107
  break;
3108
3108
  case "LegendItemBadgeTemplate":
3109
- for (let t of fromEnum(this.ti)) {
3109
+ for (let t of fromEnum(this.tm)) {
3110
3110
  t.fo();
3111
3111
  }
3112
3112
  break;
3113
3113
  case "LegendItemTemplate":
3114
- for (let u of fromEnum(this.ti)) {
3114
+ for (let u of fromEnum(this.tm)) {
3115
3115
  u.fp();
3116
3116
  }
3117
3117
  break;
3118
3118
  case "LegendItemVisibility":
3119
- for (let v of fromEnum(this.ti)) {
3119
+ for (let v of fromEnum(this.tm)) {
3120
3120
  v.fq();
3121
3121
  }
3122
3122
  break;
3123
3123
  case "LegendItemBadgeShape":
3124
- for (let w of fromEnum(this.ti)) {
3124
+ for (let w of fromEnum(this.tm)) {
3125
3125
  w.fn();
3126
3126
  }
3127
3127
  break;
3128
3128
  case "LegendItemBadgeMode":
3129
- for (let x of fromEnum(this.ti)) {
3129
+ for (let x of fromEnum(this.tm)) {
3130
3130
  x.fm();
3131
3131
  }
3132
3132
  break;
3133
3133
  case "MarkerTemplate":
3134
- for (let y of fromEnum(this.ti)) {
3134
+ for (let y of fromEnum(this.tm)) {
3135
3135
  y.fv();
3136
3136
  }
3137
3137
  break;
3138
3138
  case "MarkerType":
3139
- for (let z of fromEnum(this.ti)) {
3139
+ for (let z of fromEnum(this.tm)) {
3140
3140
  z.fx();
3141
3141
  }
3142
3142
  break;
3143
3143
  case "MarkerThickness":
3144
- for (let aa of fromEnum(this.ti)) {
3144
+ for (let aa of fromEnum(this.tm)) {
3145
3145
  aa.fw();
3146
3146
  }
3147
3147
  break;
3148
3148
  case "MarkerBrush":
3149
- for (let ab of fromEnum(this.ti)) {
3149
+ for (let ab of fromEnum(this.tm)) {
3150
3150
  ab.fr();
3151
3151
  }
3152
3152
  break;
3153
3153
  case "MarkerOutline":
3154
- for (let ac of fromEnum(this.ti)) {
3154
+ for (let ac of fromEnum(this.tm)) {
3155
3155
  ac.ft();
3156
3156
  }
3157
3157
  break;
3158
3158
  case "MarkerStyle":
3159
- for (let ad of fromEnum(this.ti)) {
3159
+ for (let ad of fromEnum(this.tm)) {
3160
3160
  ad.fu();
3161
3161
  }
3162
3162
  break;
3163
3163
  case "Opacity":
3164
- for (let ae of fromEnum(this.ti)) {
3164
+ for (let ae of fromEnum(this.tm)) {
3165
3165
  ae.fy();
3166
3166
  }
3167
3167
  break;
3168
3168
  case "OpacityMask":
3169
- for (let af of fromEnum(this.ti)) {
3169
+ for (let af of fromEnum(this.tm)) {
3170
3170
  af.fz();
3171
3171
  }
3172
3172
  break;
3173
3173
  case "AreaFillOpacity":
3174
- for (let ag of fromEnum(this.ti)) {
3174
+ for (let ag of fromEnum(this.tm)) {
3175
3175
  ag.fb();
3176
3176
  }
3177
3177
  break;
3178
3178
  case "Outline":
3179
- for (let ah of fromEnum(this.ti)) {
3179
+ for (let ah of fromEnum(this.tm)) {
3180
3180
  ah.f0();
3181
3181
  }
3182
3182
  break;
3183
3183
  case "StartCap":
3184
- for (let ai of fromEnum(this.ti)) {
3184
+ for (let ai of fromEnum(this.tm)) {
3185
3185
  ai.f8();
3186
3186
  }
3187
3187
  break;
3188
3188
  case "OutlineMode":
3189
- for (let aj of fromEnum(this.ti)) {
3189
+ for (let aj of fromEnum(this.tm)) {
3190
3190
  aj.f1();
3191
3191
  }
3192
3192
  break;
3193
3193
  case "MarkerFillOpacity":
3194
- for (let ak of fromEnum(this.ti)) {
3194
+ for (let ak of fromEnum(this.tm)) {
3195
3195
  ak.fs();
3196
3196
  }
3197
3197
  break;
3198
3198
  case "Thickness":
3199
- for (let al of fromEnum(this.ti)) {
3199
+ for (let al of fromEnum(this.tm)) {
3200
3200
  al.f9();
3201
3201
  }
3202
3202
  break;
3203
3203
  case "ToolTip":
3204
- for (let am of fromEnum(this.ti)) {
3204
+ for (let am of fromEnum(this.tm)) {
3205
3205
  am.ga();
3206
3206
  }
3207
3207
  break;
3208
3208
  case "TransitionEasingFunction":
3209
- for (let an of fromEnum(this.ti)) {
3209
+ for (let an of fromEnum(this.tm)) {
3210
3210
  an.gc();
3211
3211
  }
3212
3212
  break;
3213
3213
  case "TransitionDuration":
3214
- for (let ao of fromEnum(this.ti)) {
3214
+ for (let ao of fromEnum(this.tm)) {
3215
3215
  ao.gb();
3216
3216
  }
3217
3217
  break;
3218
3218
  case "IsTransitionInEnabled":
3219
- for (let ap of fromEnum(this.ti)) {
3219
+ for (let ap of fromEnum(this.tm)) {
3220
3220
  ap.fk();
3221
3221
  }
3222
3222
  break;
3223
3223
  case "TransitionInMode":
3224
- for (let aq of fromEnum(this.ti)) {
3224
+ for (let aq of fromEnum(this.tm)) {
3225
3225
  aq.gf();
3226
3226
  }
3227
3227
  break;
3228
3228
  case "TransitionInDuration":
3229
- for (let ar of fromEnum(this.ti)) {
3229
+ for (let ar of fromEnum(this.tm)) {
3230
3230
  ar.fk();
3231
3231
  }
3232
3232
  break;
3233
3233
  case "TransitionInSpeedType":
3234
- for (let as of fromEnum(this.ti)) {
3234
+ for (let as of fromEnum(this.tm)) {
3235
3235
  as.fk();
3236
3236
  }
3237
3237
  break;
3238
3238
  case "TransitionInEasingFunction":
3239
- for (let at of fromEnum(this.ti)) {
3239
+ for (let at of fromEnum(this.tm)) {
3240
3240
  at.ge();
3241
3241
  }
3242
3242
  break;
3243
3243
  case "UseLightweightMarkers":
3244
- for (let au of fromEnum(this.ti)) {
3244
+ for (let au of fromEnum(this.tm)) {
3245
3245
  au.gh();
3246
3246
  }
3247
3247
  break;
3248
3248
  }
3249
3249
  }
3250
3250
  get currentCategoryMode() {
3251
- return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.ro()));
3251
+ return this.preferredCategoryMode(typeCast(CategoryAxisBase.$, this.rs()));
3252
3252
  }
3253
3253
  get scaler() {
3254
- return typeCast(ICategoryScaler_$type, this.ro());
3254
+ return typeCast(ICategoryScaler_$type, this.rs());
3255
3255
  }
3256
3256
  get yScaler() {
3257
- return typeCast(IScaler_$type, this.r9());
3257
+ return typeCast(IScaler_$type, this.sd());
3258
3258
  }
3259
3259
  get bucketizer() {
3260
- return this.ry.cr;
3260
+ return this.r2.cr;
3261
3261
  }
3262
3262
  get currentMode2Index() {
3263
- return this.ss();
3263
+ return this.sw();
3264
3264
  }
3265
3265
  provideCollisionDetector() {
3266
3266
  return new CollisionAvoider();
3267
3267
  }
3268
- eq() {
3268
+ es() {
3269
3269
  return false;
3270
3270
  }
3271
- get_dn() {
3271
+ get_dp() {
3272
3272
  return false;
3273
3273
  }
3274
- mk(a, b) {
3275
- let c = this.ez;
3276
- super.mk(a, b);
3274
+ mn(a, b) {
3275
+ let c = this.e1;
3276
+ super.mn(a, b);
3277
3277
  if (!c) {
3278
3278
  this.b0.a2(b);
3279
3279
  return;
@@ -3283,37 +3283,37 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
3283
3283
  return;
3284
3284
  }
3285
3285
  for (let d of fromEnum(this.series)) {
3286
- d.visualSeriesLink.mk(a, b);
3286
+ d.visualSeriesLink.mn(a, b);
3287
3287
  }
3288
- this.ez = false;
3288
+ this.e1 = false;
3289
3289
  }
3290
- mh(a, b, c, d, e) {
3291
- super.mh(a, b, c, d, e);
3290
+ mk(a, b, c, d, e) {
3291
+ super.mk(a, b, c, d, e);
3292
3292
  let f = this.a6.a$h.item(d);
3293
- f.cr.g(this.ft);
3293
+ f.cr.g(this.fv);
3294
3294
  f.a1(c);
3295
3295
  if (this.cx(f)) {
3296
3296
  return;
3297
3297
  }
3298
- if (this.tg == null) {
3299
- this.tg = new CategoryFrame(3);
3298
+ if (this.tk == null) {
3299
+ this.tk = new CategoryFrame(3);
3300
3300
  }
3301
- this.tg.u();
3302
- this.t5();
3303
- this.rv(f).d(this.tg, f);
3304
- this.s7(this.tg, f);
3301
+ this.tk.u();
3302
+ this.t9();
3303
+ this.rz(f).d(this.tk, f);
3304
+ this.tb(this.tk, f);
3305
3305
  for (let g of fromEnum(this.series)) {
3306
- g.visualSeriesLink.mh(a, b, c, d, e);
3306
+ g.visualSeriesLink.mk(a, b, c, d, e);
3307
3307
  }
3308
3308
  }
3309
- hs() {
3310
- let a = this.a8.exportStackedVisualData(this, this.pz);
3309
+ hu() {
3310
+ let a = this.a8.exportStackedVisualData(this, this.p3);
3311
3311
  for (let b of fromEnum(this.series)) {
3312
- let c = this.a8.createFragmentVisualData(this, this.pz, getInstanceType(b).typeName, b.d8);
3312
+ let c = this.a8.createFragmentVisualData(this, this.p3, getInstanceType(b).typeName, b.d8);
3313
3313
  b.visualSeriesLink.b0.al(c);
3314
3314
  this.a8.addSubSeriesVisualData(a, c);
3315
3315
  }
3316
- this.k7(a);
3316
+ this.la(a);
3317
3317
  this.b0.al(a);
3318
3318
  return a;
3319
3319
  }
@@ -3321,11 +3321,11 @@ export let StackedSeriesBase = /*@__PURE__*/ (() => {
3321
3321
  return true;
3322
3322
  }
3323
3323
  get useHighMarkerFidelity() {
3324
- return this.sk;
3324
+ return this.so;
3325
3325
  }
3326
3326
  }
3327
3327
  StackedSeriesBase.$t = /*@__PURE__*/ markType(StackedSeriesBase, 'StackedSeriesBase', CategorySeries.$, [IIsCategoryBased_$type]);
3328
- StackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:to:ua', [0, false], 'ReverseLegendOrder:tq:ub', [0, false], 'SeriesVisibility:ud:uc', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)]]);
3328
+ StackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSeriesBase, 'raisePropertyChanged', ['AutoGenerateSeries:ts:ue', [0, false], 'ReverseLegendOrder:tu:uf', [0, false], 'SeriesVisibility:uh:ug', [Visibility_$type, /*@__PURE__*/ enumGetBox(Visibility_$type, 0)]]);
3329
3329
  return StackedSeriesBase;
3330
3330
  })();
3331
3331
  /**
@@ -3336,8 +3336,8 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
3336
3336
  get_c6() {
3337
3337
  return true;
3338
3338
  }
3339
- get_ej() {
3340
- return this.r9() != null && this.r9().cg;
3339
+ get_ek() {
3340
+ return this.sd() != null && this.sd().cg;
3341
3341
  }
3342
3342
  bv() {
3343
3343
  return 1;
@@ -3349,7 +3349,7 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
3349
3349
  return 3;
3350
3350
  }
3351
3351
  getOffsetValue() {
3352
- return this.ru.r(this.xAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
3352
+ return this.ry.r(this.xAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
3353
3353
  }
3354
3354
  getCategoryWidth() {
3355
3355
  return this.xAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
@@ -3363,63 +3363,63 @@ export let HorizontalStackedSeriesBase = /*@__PURE__*/ (() => {
3363
3363
  ag() {
3364
3364
  return [this.fetchXAxis(), this.fetchYAxis()];
3365
3365
  }
3366
- sj() {
3366
+ sn() {
3367
3367
  return this.yAxis != null && this.yAxis.c0();
3368
3368
  }
3369
- mt() {
3369
+ mw() {
3370
3370
  let a = (typeCast(XamDataChart.$, this.cd));
3371
3371
  if (a != null) {
3372
- this.fq = isNaN_(this.fz) ? a.tf.fp : this.fz;
3373
- for (let b of fromEnum(this.ti)) {
3372
+ this.fs = isNaN_(this.f1) ? a.t9.fp : this.f1;
3373
+ for (let b of fromEnum(this.tm)) {
3374
3374
  b.fb();
3375
3375
  }
3376
3376
  }
3377
3377
  }
3378
- l4(a, b, c, d) {
3379
- super.l4(a, b, c, d);
3378
+ l7(a, b, c, d) {
3379
+ super.l7(a, b, c, d);
3380
3380
  switch (b) {
3381
3381
  case HorizontalStackedSeriesBase.$$p[0]:
3382
3382
  if (c != d) {
3383
- this.k1(typeCast(Axis.$, c));
3384
- this.l9(typeCast(Axis.$, d));
3385
- this.ry.cr.g(this.ft);
3386
- this.mi(false);
3387
- this.lp();
3383
+ this.k4(typeCast(Axis.$, c));
3384
+ this.mc(typeCast(Axis.$, d));
3385
+ this.r2.cr.g(this.fv);
3386
+ this.ml(false);
3387
+ this.ls();
3388
3388
  }
3389
3389
  break;
3390
3390
  case HorizontalStackedSeriesBase.$$p[1]:
3391
3391
  if (c != d) {
3392
- this.k1(typeCast(Axis.$, c));
3393
- this.l9(typeCast(Axis.$, d));
3394
- this.ry.cr.g(this.ft);
3392
+ this.k4(typeCast(Axis.$, c));
3393
+ this.mc(typeCast(Axis.$, d));
3394
+ this.r2.cr.g(this.fv);
3395
3395
  if (this.cd != null) {
3396
- this.cd.li();
3396
+ this.cd.l5();
3397
3397
  }
3398
- this.sj();
3399
- this.mi(false);
3400
- this.lp();
3398
+ this.sn();
3399
+ this.ml(false);
3400
+ this.ls();
3401
3401
  }
3402
3402
  break;
3403
3403
  }
3404
3404
  }
3405
- uh(a) {
3405
+ ul(a) {
3406
3406
  if (typeCast(NumericYAxis.$, a) !== null) {
3407
3407
  return true;
3408
3408
  }
3409
3409
  return false;
3410
3410
  }
3411
- ug(a) {
3411
+ uk(a) {
3412
3412
  if (typeCast(CategoryXAxis.$, a) !== null || a.cd) {
3413
3413
  return true;
3414
3414
  }
3415
3415
  return false;
3416
3416
  }
3417
3417
  get useHighMarkerFidelity() {
3418
- return this.sk;
3418
+ return this.so;
3419
3419
  }
3420
3420
  }
3421
3421
  HorizontalStackedSeriesBase.$t = /*@__PURE__*/ markType(HorizontalStackedSeriesBase, 'HorizontalStackedSeriesBase', StackedSeriesBase.$);
3422
- HorizontalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [CategoryAxisBase.$, null], 'YAxis::ul', [NumericYAxis.$, null]]);
3422
+ HorizontalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, HorizontalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uo', [CategoryAxisBase.$, null], 'YAxis::up', [NumericYAxis.$, null]]);
3423
3423
  return HorizontalStackedSeriesBase;
3424
3424
  })();
3425
3425
  /**
@@ -3436,14 +3436,14 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
3436
3436
  }
3437
3437
  ac() {
3438
3438
  super.ac();
3439
- this.mi(false);
3439
+ this.ml(false);
3440
3440
  }
3441
3441
  bx() {
3442
3442
  return new StackedAreaSeriesView(this);
3443
3443
  }
3444
- lz(a) {
3445
- super.lz(a);
3446
- this.um = a;
3444
+ l2(a) {
3445
+ super.l2(a);
3446
+ this.uq = a;
3447
3447
  }
3448
3448
  ap(a) {
3449
3449
  if (this.itemsSource == null) {
@@ -3453,8 +3453,8 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
3453
3453
  return new AxisRange(0, this.ck.count - 1);
3454
3454
  }
3455
3455
  if (a == this.yAxis) {
3456
- this.t5();
3457
- return new AxisRange(this.tw, this.tv);
3456
+ this.t9();
3457
+ return new AxisRange(this.t0, this.tz);
3458
3458
  }
3459
3459
  return null;
3460
3460
  }
@@ -3462,7 +3462,7 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
3462
3462
  return 0;
3463
3463
  }
3464
3464
  get useHighMarkerFidelity() {
3465
- return this.sk;
3465
+ return this.so;
3466
3466
  }
3467
3467
  }
3468
3468
  StackedAreaSeries.$t = /*@__PURE__*/ markType(StackedAreaSeries, 'StackedAreaSeries', HorizontalStackedSeriesBase.$);
@@ -3473,10 +3473,10 @@ export let StackedAreaSeries = /*@__PURE__*/ (() => {
3473
3473
  */
3474
3474
  export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3475
3475
  class VerticalStackedSeriesBase extends StackedSeriesBase {
3476
- ro() {
3476
+ rs() {
3477
3477
  return this.yAxis;
3478
3478
  }
3479
- r9() {
3479
+ sd() {
3480
3480
  return this.xAxis;
3481
3481
  }
3482
3482
  bv() {
@@ -3490,14 +3490,14 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3490
3490
  }
3491
3491
  aq(a) {
3492
3492
  if (a.isEmpty && this.cd != null) {
3493
- a = this.cd.sf;
3493
+ a = this.cd.s9;
3494
3494
  }
3495
- let b = this.ro();
3496
- if (this.te == null || this.tf == null) {
3495
+ let b = this.rs();
3496
+ if (this.ti == null || this.tj == null) {
3497
3497
  return null;
3498
3498
  }
3499
- let c = this.pr(this.b0);
3500
- let d = new ScalerParams(0, a, this.cd.su, b.cg, this.getEffectiveViewport());
3499
+ let c = this.pv(this.b0);
3500
+ let d = new ScalerParams(0, a, this.cd.to, b.cg, this.getEffectiveViewport());
3501
3501
  let e = (b.el(c.top, d));
3502
3502
  let f = (b.el(c.bottom, d));
3503
3503
  if (!b.cg) {
@@ -3515,8 +3515,8 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3515
3515
  e = Math.floor(e);
3516
3516
  f = Math.ceil(f);
3517
3517
  }
3518
- e = Math.max(0, Math.min(this.tf.length - 1, e));
3519
- f = Math.max(0, Math.min(this.tf.length - 1, f));
3518
+ e = Math.max(0, Math.min(this.tj.length - 1, e));
3519
+ f = Math.max(0, Math.min(this.tj.length - 1, f));
3520
3520
  let i = 1.7976931348623157E+308;
3521
3521
  let j = -1.7976931348623157E+308;
3522
3522
  for (let k = truncate(e); k <= truncate(f); k++) {
@@ -3524,13 +3524,13 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3524
3524
  if (h != null) {
3525
3525
  l = h.i$b._inner[k];
3526
3526
  }
3527
- let m = this.tf[l];
3527
+ let m = this.tj[l];
3528
3528
  {
3529
3529
  if (isInfinity(m) || isNaN_(m)) {
3530
3530
  continue;
3531
3531
  }
3532
3532
  }
3533
- let n = this.te[l];
3533
+ let n = this.ti[l];
3534
3534
  {
3535
3535
  if (isInfinity(n) || isNaN_(n)) {
3536
3536
  continue;
@@ -3540,12 +3540,12 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3540
3540
  j = Math.max(j, n);
3541
3541
  }
3542
3542
  let o = new AxisRange(i, j);
3543
- let p = this.r9();
3543
+ let p = this.sd();
3544
3544
  o = this.ao(o, p, a);
3545
3545
  return o;
3546
3546
  }
3547
3547
  getOffsetValue() {
3548
- return this.ru.r(this.yAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
3548
+ return this.ry.r(this.yAxis, this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
3549
3549
  }
3550
3550
  getCategoryWidth() {
3551
3551
  return this.yAxis.getCategorySize(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
@@ -3559,54 +3559,54 @@ export let VerticalStackedSeriesBase = /*@__PURE__*/ (() => {
3559
3559
  fetchYAxis() {
3560
3560
  return this.yAxis;
3561
3561
  }
3562
- sj() {
3562
+ sn() {
3563
3563
  return this.xAxis != null && this.xAxis.c0();
3564
3564
  }
3565
- l4(a, b, c, d) {
3566
- super.l4(a, b, c, d);
3565
+ l7(a, b, c, d) {
3566
+ super.l7(a, b, c, d);
3567
3567
  switch (b) {
3568
3568
  case VerticalStackedSeriesBase.$$p[0]:
3569
3569
  if (c != d) {
3570
- this.k1(typeCast(Axis.$, c));
3571
- this.l9(typeCast(Axis.$, d));
3572
- this.ry.cr.g(this.ft);
3570
+ this.k4(typeCast(Axis.$, c));
3571
+ this.mc(typeCast(Axis.$, d));
3572
+ this.r2.cr.g(this.fv);
3573
3573
  if (this.cd != null) {
3574
- this.cd.li();
3574
+ this.cd.l5();
3575
3575
  }
3576
- this.mi(false);
3577
- this.lp();
3576
+ this.ml(false);
3577
+ this.ls();
3578
3578
  }
3579
3579
  break;
3580
3580
  case VerticalStackedSeriesBase.$$p[1]:
3581
3581
  if (c != d) {
3582
- this.k1(typeCast(Axis.$, c));
3583
- this.l9(typeCast(Axis.$, d));
3584
- this.ry.cr.g(this.ft);
3585
- this.sj();
3586
- this.mi(false);
3587
- this.lp();
3582
+ this.k4(typeCast(Axis.$, c));
3583
+ this.mc(typeCast(Axis.$, d));
3584
+ this.r2.cr.g(this.fv);
3585
+ this.sn();
3586
+ this.ml(false);
3587
+ this.ls();
3588
3588
  }
3589
3589
  break;
3590
3590
  }
3591
3591
  }
3592
- uh(a) {
3592
+ ul(a) {
3593
3593
  if (typeCast(CategoryYAxis.$, a) !== null) {
3594
3594
  return true;
3595
3595
  }
3596
3596
  return false;
3597
3597
  }
3598
- ug(a) {
3598
+ uk(a) {
3599
3599
  if (typeCast(NumericXAxis.$, a) !== null) {
3600
3600
  return true;
3601
3601
  }
3602
3602
  return false;
3603
3603
  }
3604
3604
  get useHighMarkerFidelity() {
3605
- return this.sk;
3605
+ return this.so;
3606
3606
  }
3607
3607
  }
3608
3608
  VerticalStackedSeriesBase.$t = /*@__PURE__*/ markType(VerticalStackedSeriesBase, 'VerticalStackedSeriesBase', StackedSeriesBase.$);
3609
- VerticalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uk', [NumericXAxis.$, null], 'YAxis::ul', [CategoryYAxis.$, null]]);
3609
+ VerticalStackedSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, VerticalStackedSeriesBase, 'raisePropertyChanged', ['XAxis::uo', [NumericXAxis.$, null], 'YAxis::up', [CategoryYAxis.$, null]]);
3610
3610
  return VerticalStackedSeriesBase;
3611
3611
  })();
3612
3612
  /**
@@ -3618,36 +3618,36 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3618
3618
  super();
3619
3619
  this.ab = StackedBarSeries.$;
3620
3620
  }
3621
- get_df() {
3621
+ get_dg() {
3622
3622
  return true;
3623
3623
  }
3624
- get_d2() {
3624
+ get_d3() {
3625
3625
  return true;
3626
3626
  }
3627
- gu() {
3628
- if (!isNaN_(this.gt)) {
3629
- return super.gu();
3627
+ gw() {
3628
+ if (!isNaN_(this.gv)) {
3629
+ return super.gw();
3630
3630
  }
3631
3631
  return Defaults.h;
3632
3632
  }
3633
3633
  ac() {
3634
3634
  super.ac();
3635
- this.mi(false);
3635
+ this.ml(false);
3636
3636
  }
3637
3637
  bx() {
3638
3638
  return new StackedBarSeriesView(this);
3639
3639
  }
3640
- lz(a) {
3641
- super.lz(a);
3642
- this.um = a;
3640
+ l2(a) {
3641
+ super.l2(a);
3642
+ this.uq = a;
3643
3643
  }
3644
- th() {
3645
- return this.um;
3644
+ tl() {
3645
+ return this.uq;
3646
3646
  }
3647
3647
  preferredCategoryMode(a) {
3648
3648
  return 2;
3649
3649
  }
3650
- ss() {
3650
+ sw() {
3651
3651
  let a = 0;
3652
3652
  for (let b of fromEnum(this.cd.series)) {
3653
3653
  if (b == this) {
@@ -3660,9 +3660,9 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3660
3660
  }
3661
3661
  return -1;
3662
3662
  }
3663
- tt() {
3663
+ tx() {
3664
3664
  let a = 0;
3665
- let b = this.cd != null ? this.cd.sf : Rect.empty;
3665
+ let b = this.cd != null ? this.cd.s9 : Rect.empty;
3666
3666
  let c = this.b0.bu;
3667
3667
  if (!b.isEmpty && !c.isEmpty && this.xAxis != null) {
3668
3668
  let d = this.getEffectiveViewport1(this.b0);
@@ -3671,7 +3671,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3671
3671
  }
3672
3672
  return a;
3673
3673
  }
3674
- tu() {
3674
+ ty() {
3675
3675
  if (this.xAxis != null) {
3676
3676
  return this.xAxis.l5;
3677
3677
  }
@@ -3685,18 +3685,18 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3685
3685
  return new AxisRange(0, this.ck.count - 1);
3686
3686
  }
3687
3687
  if (a == this.xAxis) {
3688
- this.t5();
3689
- return new AxisRange(this.tw, this.tv);
3688
+ this.t9();
3689
+ return new AxisRange(this.t0, this.tz);
3690
3690
  }
3691
3691
  return null;
3692
3692
  }
3693
- en(a) {
3693
+ eo(a) {
3694
3694
  let b = this.ck != null ? this.ck.indexOf(a) : -1;
3695
- let c = this.cd != null ? this.cd.sf : Rect.empty;
3695
+ let c = this.cd != null ? this.cd.s9 : Rect.empty;
3696
3696
  c = c.copy();
3697
3697
  let d = this.b0.bu;
3698
3698
  let e = new Rect(0, 0, 0, 1, 1);
3699
- let f = this.pt(this.b0);
3699
+ let f = this.px(this.b0);
3700
3700
  let g = new ScalerParams(0, e, e, this.xAxis.cg, f);
3701
3701
  let h = new ScalerParams(0, e, e, this.yAxis.cg, f);
3702
3702
  if (b >= 0 && Rect.l_op_Inequality(c, null) && Rect.l_op_Inequality(d, null)) {
@@ -3710,9 +3710,9 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3710
3710
  }
3711
3711
  c.y = i - 0.5 * c.height;
3712
3712
  }
3713
- if (this.xAxis != null && this.te != null && b < this.te.length) {
3714
- let j = this.xAxis.ei(this.te[b], g);
3715
- let k = this.xAxis.ei(this.tf[b], g);
3713
+ if (this.xAxis != null && this.ti != null && b < this.ti.length) {
3714
+ let j = this.xAxis.ei(this.ti[b], g);
3715
+ let k = this.xAxis.ei(this.tj[b], g);
3716
3716
  if (!isNaN_(j) && !isNaN_(k)) {
3717
3717
  let l = Math.abs(k - j);
3718
3718
  if (c.width < l) {
@@ -3734,7 +3734,7 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3734
3734
  }
3735
3735
  return b >= 0;
3736
3736
  }
3737
- e9(a, b, c) {
3737
+ fb(a, b, c) {
3738
3738
  let d = true;
3739
3739
  let e = c;
3740
3740
  if (!c.o() || b.isEmpty || a.isEmpty || this.yAxis == null || this.yAxis.itemsSource == null || this.xAxis == null || this.ck == null || this.xAxis.bh == null || this.yAxis.bh == null || this.xAxis.lv == this.xAxis.lu) {
@@ -3743,50 +3743,50 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3743
3743
  }
3744
3744
  return d;
3745
3745
  }
3746
- k0(a, b, c, d) {
3746
+ k3(a, b, c, d) {
3747
3747
  switch (a) {
3748
3748
  case 4:
3749
3749
  case 1:
3750
3750
  case 0:
3751
- this.ry.cr.g(this.ft);
3751
+ this.r2.cr.g(this.fv);
3752
3752
  break;
3753
3753
  }
3754
3754
  switch (a) {
3755
3755
  case 4:
3756
3756
  if (this.xAxis != null && !this.xAxis.c0()) {
3757
- this.mi(true);
3757
+ this.ml(true);
3758
3758
  }
3759
3759
  break;
3760
3760
  case 1:
3761
3761
  if (this.xAxis != null && !this.xAxis.c0()) {
3762
- this.mi(true);
3762
+ this.ml(true);
3763
3763
  }
3764
3764
  break;
3765
3765
  case 0:
3766
3766
  if (this.xAxis != null && !this.xAxis.c0()) {
3767
- this.mi(true);
3767
+ this.ml(true);
3768
3768
  }
3769
3769
  break;
3770
3770
  case 2:
3771
- if (this.ry.cr.d > 0) {
3772
- this.mi(true);
3771
+ if (this.r2.cr.d > 0) {
3772
+ this.ml(true);
3773
3773
  }
3774
3774
  break;
3775
3775
  case 3:
3776
3776
  if (this.xAxis != null && !this.xAxis.c0()) {
3777
- this.mi(true);
3777
+ this.ml(true);
3778
3778
  }
3779
3779
  break;
3780
3780
  }
3781
3781
  }
3782
- hd(a) {
3783
- let b = this.cd != null ? this.cd.sf : Rect.empty;
3782
+ hf(a) {
3783
+ let b = this.cd != null ? this.cd.s9 : Rect.empty;
3784
3784
  let c = this.b0.bu;
3785
3785
  let d = this.getEffectiveViewport1(this.b0);
3786
3786
  let e = -1;
3787
3787
  if (this.yAxis != null && !b.isEmpty && !c.isEmpty) {
3788
3788
  let f = new ScalerParams(0, b, c, this.yAxis.cg, d);
3789
- let g = this.pr(this.b0);
3789
+ let g = this.pv(this.b0);
3790
3790
  let h = this.yAxis.el(g.top, f);
3791
3791
  let i = this.yAxis.el(g.bottom, f);
3792
3792
  let j = (a.y - b.top) / b.height;
@@ -3799,11 +3799,11 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3799
3799
  }
3800
3800
  return e;
3801
3801
  }
3802
- ht(a) {
3803
- let b = this.hd(a);
3802
+ hv(a) {
3803
+ let b = this.hf(a);
3804
3804
  return b >= 0 && this.ck != null && b < this.ck.count ? this.ck.item(b) : null;
3805
3805
  }
3806
- t9() {
3806
+ ud() {
3807
3807
  if (this.xAxis != null) {
3808
3808
  this.xAxis.c1(true);
3809
3809
  }
@@ -3811,10 +3811,10 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3811
3811
  this.yAxis.c1(true);
3812
3812
  }
3813
3813
  }
3814
- tx(a) {
3815
- return this.hd(a);
3814
+ t1(a) {
3815
+ return this.hf(a);
3816
3816
  }
3817
- tr(a, b, c, d) {
3817
+ tv(a, b, c, d) {
3818
3818
  let e = true;
3819
3819
  if (!d.o() || c.isEmpty || b.isEmpty || this.yAxis == null || this.yAxis.itemsSource == null || this.xAxis == null || this.ck == null || this.xAxis.bh == null || this.yAxis.bh == null) {
3820
3820
  e = false;
@@ -3825,37 +3825,37 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3825
3825
  }
3826
3826
  return e;
3827
3827
  }
3828
- ga() {
3828
+ gc() {
3829
3829
  return this.yAxis.k3(this.b0.bv, this.b0.bu, this.getEffectiveViewport1(this.b0));
3830
3830
  }
3831
- t6(a, b, c, d) {
3831
+ ua(a, b, c, d) {
3832
3832
  let e = typeCast(BarFragment.$, a);
3833
3833
  let f = typeCast(ColumnFragmentView.$, c);
3834
- if (!this.e9(c.bu, c.bv, c) || e == null || f == null) {
3834
+ if (!this.fb(c.bu, c.bv, c) || e == null || f == null) {
3835
3835
  return;
3836
3836
  }
3837
3837
  let g = this.yAxis.k3(c.bv, c.bu, this.getEffectiveViewport1(c));
3838
3838
  if (isNaN_(g) || isInfinity(g)) {
3839
- e.vi.db.count = 0;
3839
+ e.vm.db.count = 0;
3840
3840
  return;
3841
3841
  }
3842
3842
  let h = 0;
3843
- e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
3844
- e.rx.r = e.vl;
3845
- e.rx.s = e.vm;
3846
- e.rx.k = e.vl;
3847
- e.rx.l = e.vm;
3843
+ e.r1.a0(e, e.sl(), d, e.st(c), e.su(c));
3844
+ e.r1.r = e.vp;
3845
+ e.r1.s = e.vq;
3846
+ e.r1.k = e.vp;
3847
+ e.r1.l = e.vq;
3848
3848
  let i = e.valueColumn.count;
3849
3849
  let j = c.bv;
3850
3850
  let k = c.bu;
3851
3851
  let l = this.getEffectiveViewport1(c);
3852
3852
  let m = false;
3853
- let n = e.rx.b;
3853
+ let n = e.r1.b;
3854
3854
  if (n != null) {
3855
3855
  m = true;
3856
3856
  }
3857
3857
  let o = b.f;
3858
- let p = e.ro();
3858
+ let p = e.rs();
3859
3859
  let q = new ScalerParams(0, j, k, p.cg, l);
3860
3860
  let r = 0;
3861
3861
  for (let s of fromEnum(b.f)) {
@@ -3872,27 +3872,27 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3872
3872
  w.height = g;
3873
3873
  w.width = Math.abs(u - v);
3874
3874
  if (m) {
3875
- e.s3(o, r, i, p, q, c.q);
3875
+ e.s7(o, r, i, p, q, c.q);
3876
3876
  }
3877
- e.rx.ad(w, false, false, false, false);
3878
- w.am = e.rx.k;
3879
- w.an = e.rx.l;
3877
+ e.r1.ad(w, false, false, false, false);
3878
+ w.am = e.r1.k;
3879
+ w.an = e.r1.l;
3880
3880
  f.di(w, Math.min(u, v), t);
3881
3881
  h++;
3882
3882
  r++;
3883
3883
  }
3884
3884
  f.db.count = h;
3885
3885
  }
3886
- l4(a, b, c, d) {
3887
- super.l4(a, b, c, d);
3886
+ l7(a, b, c, d) {
3887
+ super.l7(a, b, c, d);
3888
3888
  switch (b) {
3889
3889
  case StackedBarSeries.$$p[0]:
3890
3890
  case StackedBarSeries.$$p[1]:
3891
- for (let e of fromEnum(this.ti)) {
3891
+ for (let e of fromEnum(this.tm)) {
3892
3892
  e.f2();
3893
3893
  e.f3();
3894
3894
  }
3895
- this.mi(false);
3895
+ this.ml(false);
3896
3896
  break;
3897
3897
  case "SyncLink":
3898
3898
  if (this.xAxis != null) {
@@ -3901,21 +3901,21 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3901
3901
  break;
3902
3902
  case "FastItemsSource":
3903
3903
  if (this.xAxis != null && !this.xAxis.c0()) {
3904
- this.um.cr.g(this.ft);
3904
+ this.uq.cr.g(this.fv);
3905
3905
  }
3906
- this.mi(false);
3906
+ this.ml(false);
3907
3907
  break;
3908
3908
  case "SeriesViewer":
3909
3909
  if (c != null && d == null) {
3910
- this.k1(this.xAxis);
3911
- this.k1(this.yAxis);
3910
+ this.k4(this.xAxis);
3911
+ this.k4(this.yAxis);
3912
3912
  }
3913
3913
  if (c == null && d != null) {
3914
- this.l9(this.xAxis);
3915
- this.l9(this.yAxis);
3914
+ this.mc(this.xAxis);
3915
+ this.mc(this.yAxis);
3916
3916
  }
3917
- this.um.cr.g(this.ft);
3918
- this.mi(false);
3917
+ this.uq.cr.g(this.fv);
3918
+ this.ml(false);
3919
3919
  if (this.xAxis != null) {
3920
3920
  this.xAxis.c0();
3921
3921
  }
@@ -3926,11 +3926,11 @@ export let StackedBarSeries = /*@__PURE__*/ (() => {
3926
3926
  return this.preferredCategoryMode(this.yAxis);
3927
3927
  }
3928
3928
  get useHighMarkerFidelity() {
3929
- return this.sk;
3929
+ return this.so;
3930
3930
  }
3931
3931
  }
3932
3932
  StackedBarSeries.$t = /*@__PURE__*/ markType(StackedBarSeries, 'StackedBarSeries', VerticalStackedSeriesBase.$, [IBarSeries_$type]);
3933
- StackedBarSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
3933
+ StackedBarSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedBarSeries, 'raisePropertyChanged', ['RadiusX:ur:uv', [1, 0], 'RadiusY:us:uw', [1, 0]]);
3934
3934
  return StackedBarSeries;
3935
3935
  })();
3936
3936
  /**
@@ -3942,27 +3942,27 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
3942
3942
  super();
3943
3943
  this.ab = StackedColumnSeries.$;
3944
3944
  }
3945
- get_dh() {
3945
+ get_di() {
3946
3946
  return true;
3947
3947
  }
3948
- get_d2() {
3948
+ get_d3() {
3949
3949
  return true;
3950
3950
  }
3951
- gu() {
3952
- if (!isNaN_(this.gt)) {
3953
- return super.gu();
3951
+ gw() {
3952
+ if (!isNaN_(this.gv)) {
3953
+ return super.gw();
3954
3954
  }
3955
3955
  return Defaults.h;
3956
3956
  }
3957
3957
  bx() {
3958
3958
  return new StackedColumnSeriesView(this);
3959
3959
  }
3960
- lz(a) {
3961
- super.lz(a);
3962
- this.um = a;
3960
+ l2(a) {
3961
+ super.l2(a);
3962
+ this.uq = a;
3963
3963
  }
3964
- th() {
3965
- return this.um;
3964
+ tl() {
3965
+ return this.uq;
3966
3966
  }
3967
3967
  preferredCategoryMode(a) {
3968
3968
  return 2;
@@ -3975,19 +3975,19 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
3975
3975
  return new AxisRange(0, this.ck.count - 1);
3976
3976
  }
3977
3977
  if (a == this.yAxis) {
3978
- this.t5();
3979
- return new AxisRange(this.tw, this.tv);
3978
+ this.t9();
3979
+ return new AxisRange(this.t0, this.tz);
3980
3980
  }
3981
3981
  return null;
3982
3982
  }
3983
- ga() {
3983
+ gc() {
3984
3984
  let a = this.getEffectiveViewport1(this.b0);
3985
3985
  return this.xAxis.k3(this.b0.bv, this.b0.bu, a);
3986
3986
  }
3987
- t6(a, b, c, d) {
3987
+ ua(a, b, c, d) {
3988
3988
  let e = typeCast(ColumnFragment.$, a);
3989
3989
  let f = typeCast(ColumnFragmentView.$, c);
3990
- if (!this.e9(c.bu, c.bv, c) || e == null || f == null) {
3990
+ if (!this.fb(c.bu, c.bv, c) || e == null || f == null) {
3991
3991
  return;
3992
3992
  }
3993
3993
  if (e == null) {
@@ -3996,25 +3996,25 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
3996
3996
  let g = this.getEffectiveViewport1(c);
3997
3997
  let h = this.xAxis.k3(c.bv, c.bu, g);
3998
3998
  if (isNaN_(h) || isInfinity(h)) {
3999
- e.vi.db.count = 0;
3999
+ e.vm.db.count = 0;
4000
4000
  return;
4001
4001
  }
4002
4002
  let i = 0;
4003
- e.rx.a0(e, e.sh(), d, e.sp(c), e.sq(c));
4004
- e.rx.r = e.vl;
4005
- e.rx.s = e.vm;
4006
- e.rx.k = e.vl;
4007
- e.rx.l = e.vm;
4003
+ e.r1.a0(e, e.sl(), d, e.st(c), e.su(c));
4004
+ e.r1.r = e.vp;
4005
+ e.r1.s = e.vq;
4006
+ e.r1.k = e.vp;
4007
+ e.r1.l = e.vq;
4008
4008
  let j = c.bv;
4009
4009
  let k = c.bu;
4010
4010
  let l = this.getEffectiveViewport1(c);
4011
4011
  let m = false;
4012
- let n = e.rx.b;
4012
+ let n = e.r1.b;
4013
4013
  if (n != null) {
4014
4014
  m = true;
4015
4015
  }
4016
4016
  let o = b.f;
4017
- let p = e.ro();
4017
+ let p = e.rs();
4018
4018
  let q = new ScalerParams(0, j, k, p.cg, l);
4019
4019
  let r = e.valueColumn.count;
4020
4020
  let s = 0;
@@ -4032,27 +4032,27 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
4032
4032
  x.width = h;
4033
4033
  x.height = Math.abs(w - v);
4034
4034
  if (m) {
4035
- e.s3(o, s, r, p, q, c.q);
4035
+ e.s7(o, s, r, p, q, c.q);
4036
4036
  }
4037
- e.rx.ad(x, false, false, false, false);
4038
- x.am = e.rx.k;
4039
- x.an = e.rx.l;
4037
+ e.r1.ad(x, false, false, false, false);
4038
+ x.am = e.r1.k;
4039
+ x.an = e.r1.l;
4040
4040
  f.di(x, u, Math.min(w, v));
4041
4041
  i++;
4042
4042
  s++;
4043
4043
  }
4044
4044
  f.db.count = i;
4045
4045
  }
4046
- l4(a, b, c, d) {
4047
- super.l4(a, b, c, d);
4046
+ l7(a, b, c, d) {
4047
+ super.l7(a, b, c, d);
4048
4048
  switch (b) {
4049
4049
  case StackedColumnSeries.$$p[0]:
4050
4050
  case StackedColumnSeries.$$p[1]:
4051
- for (let e of fromEnum(this.ti)) {
4051
+ for (let e of fromEnum(this.tm)) {
4052
4052
  e.f2();
4053
4053
  e.f3();
4054
4054
  }
4055
- this.mi(false);
4055
+ this.ml(false);
4056
4056
  break;
4057
4057
  case "SyncLink":
4058
4058
  if (this.yAxis != null) {
@@ -4067,11 +4067,11 @@ export let StackedColumnSeries = /*@__PURE__*/ (() => {
4067
4067
  }
4068
4068
  }
4069
4069
  get useHighMarkerFidelity() {
4070
- return this.sk;
4070
+ return this.so;
4071
4071
  }
4072
4072
  }
4073
4073
  StackedColumnSeries.$t = /*@__PURE__*/ markType(StackedColumnSeries, 'StackedColumnSeries', HorizontalStackedSeriesBase.$);
4074
- StackedColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:un:ur', [1, 0], 'RadiusY:uo:us', [1, 0]]);
4074
+ StackedColumnSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedColumnSeries, 'raisePropertyChanged', ['RadiusX:ur:uv', [1, 0], 'RadiusY:us:uw', [1, 0]]);
4075
4075
  return StackedColumnSeries;
4076
4076
  })();
4077
4077
  /**
@@ -4083,28 +4083,28 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
4083
4083
  super();
4084
4084
  this.ab = StackedSplineAreaSeries.$;
4085
4085
  }
4086
- gu() {
4087
- if (!isNaN_(this.gt)) {
4088
- return super.gu();
4086
+ gw() {
4087
+ if (!isNaN_(this.gv)) {
4088
+ return super.gw();
4089
4089
  }
4090
- return this.um.c5();
4090
+ return this.uq.c5();
4091
4091
  }
4092
4092
  get_dd() {
4093
4093
  return true;
4094
4094
  }
4095
- get_eg() {
4095
+ get_eh() {
4096
4096
  return true;
4097
4097
  }
4098
4098
  ac() {
4099
4099
  super.ac();
4100
- this.mi(false);
4100
+ this.ml(false);
4101
4101
  }
4102
4102
  bx() {
4103
4103
  return new StackedSplineAreaSeriesView(this);
4104
4104
  }
4105
- lz(a) {
4106
- super.lz(a);
4107
- this.um = a;
4105
+ l2(a) {
4106
+ super.l2(a);
4107
+ this.uq = a;
4108
4108
  }
4109
4109
  ap(a) {
4110
4110
  if (this.itemsSource == null) {
@@ -4114,30 +4114,30 @@ export let StackedSplineAreaSeries = /*@__PURE__*/ (() => {
4114
4114
  return new AxisRange(0, this.ck.count - 1);
4115
4115
  }
4116
4116
  if (a == this.yAxis) {
4117
- this.t5();
4118
- return new AxisRange(this.tw, this.tv);
4117
+ this.t9();
4118
+ return new AxisRange(this.t0, this.tz);
4119
4119
  }
4120
4120
  return null;
4121
4121
  }
4122
4122
  preferredCategoryMode(a) {
4123
4123
  return 0;
4124
4124
  }
4125
- l4(a, b, c, d) {
4126
- super.l4(a, b, c, d);
4125
+ l7(a, b, c, d) {
4126
+ super.l7(a, b, c, d);
4127
4127
  switch (b) {
4128
4128
  case StackedSplineAreaSeries.$$p[0]:
4129
- for (let e of fromEnum(this.ti)) {
4129
+ for (let e of fromEnum(this.tm)) {
4130
4130
  e.fj();
4131
4131
  }
4132
4132
  break;
4133
4133
  }
4134
4134
  }
4135
4135
  get useHighMarkerFidelity() {
4136
- return this.sk;
4136
+ return this.so;
4137
4137
  }
4138
4138
  }
4139
4139
  StackedSplineAreaSeries.$t = /*@__PURE__*/ markType(StackedSplineAreaSeries, 'StackedSplineAreaSeries', HorizontalStackedSeriesBase.$);
4140
- StackedSplineAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
4140
+ StackedSplineAreaSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineAreaSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:ur:ut', [0, false]]);
4141
4141
  return StackedSplineAreaSeries;
4142
4142
  })();
4143
4143
  /**
@@ -4149,25 +4149,25 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
4149
4149
  super();
4150
4150
  this.ab = StackedSplineSeries.$;
4151
4151
  }
4152
- get_eg() {
4152
+ get_eh() {
4153
4153
  return true;
4154
4154
  }
4155
- gu() {
4156
- if (!isNaN_(this.gt)) {
4157
- return super.gu();
4155
+ gw() {
4156
+ if (!isNaN_(this.gv)) {
4157
+ return super.gw();
4158
4158
  }
4159
- return this.um.c5();
4159
+ return this.uq.c5();
4160
4160
  }
4161
4161
  ac() {
4162
4162
  super.ac();
4163
- this.mi(false);
4163
+ this.ml(false);
4164
4164
  }
4165
4165
  bx() {
4166
4166
  return new StackedSplineSeriesView(this);
4167
4167
  }
4168
- lz(a) {
4169
- super.lz(a);
4170
- this.um = a;
4168
+ l2(a) {
4169
+ super.l2(a);
4170
+ this.uq = a;
4171
4171
  }
4172
4172
  ap(a) {
4173
4173
  if (this.itemsSource == null) {
@@ -4177,8 +4177,8 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
4177
4177
  return new AxisRange(0, this.ck.count - 1);
4178
4178
  }
4179
4179
  if (a == this.yAxis) {
4180
- this.t5();
4181
- return new AxisRange(this.tw, this.tv);
4180
+ this.t9();
4181
+ return new AxisRange(this.t0, this.tz);
4182
4182
  }
4183
4183
  return null;
4184
4184
  }
@@ -4186,11 +4186,11 @@ export let StackedSplineSeries = /*@__PURE__*/ (() => {
4186
4186
  return 0;
4187
4187
  }
4188
4188
  get useHighMarkerFidelity() {
4189
- return this.sk;
4189
+ return this.so;
4190
4190
  }
4191
4191
  }
4192
4192
  StackedSplineSeries.$t = /*@__PURE__*/ markType(StackedSplineSeries, 'StackedSplineSeries', HorizontalStackedSeriesBase.$);
4193
- StackedSplineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:un:up', [0, false]]);
4193
+ StackedSplineSeries.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, StackedSplineSeries, 'raisePropertyChanged', ['IsSplineShapePartOfRange:ur:ut', [0, false]]);
4194
4194
  return StackedSplineSeries;
4195
4195
  })();
4196
4196
  /**
@@ -4248,43 +4248,43 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4248
4248
  }
4249
4249
  bz(a) {
4250
4250
  if (this.visualSeriesLink != null) {
4251
- return this.visualSeriesLink.hd(a);
4251
+ return this.visualSeriesLink.hf(a);
4252
4252
  }
4253
4253
  return -1;
4254
4254
  }
4255
4255
  b8(a) {
4256
4256
  if (this.visualSeriesLink != null) {
4257
- return this.visualSeriesLink.ht(a);
4257
+ return this.visualSeriesLink.hv(a);
4258
4258
  }
4259
4259
  return null;
4260
4260
  }
4261
4261
  b2(a, b) {
4262
4262
  if (this.visualSeriesLink != null) {
4263
- return this.visualSeriesLink.hj(a, b);
4263
+ return this.visualSeriesLink.hl(a, b);
4264
4264
  }
4265
4265
  return -1;
4266
4266
  }
4267
4267
  b1(a, b) {
4268
4268
  if (this.visualSeriesLink != null) {
4269
- return this.visualSeriesLink.hh(a, b);
4269
+ return this.visualSeriesLink.hj(a, b);
4270
4270
  }
4271
4271
  return -1;
4272
4272
  }
4273
4273
  bk(a, b, c) {
4274
4274
  if (this.visualSeriesLink != null) {
4275
- return this.visualSeriesLink.gj(a, b, c);
4275
+ return this.visualSeriesLink.gl(a, b, c);
4276
4276
  }
4277
4277
  return NaN;
4278
4278
  }
4279
4279
  j5(a, b, c) {
4280
4280
  if (this.visualSeriesLink != null) {
4281
- return this.visualSeriesLink.pm(a, b, c);
4281
+ return this.visualSeriesLink.pq(a, b, c);
4282
4282
  }
4283
4283
  return { $type: Point_$type, x: NaN, y: NaN };
4284
4284
  }
4285
4285
  j9(a) {
4286
4286
  if (this.visualSeriesLink != null) {
4287
- return this.visualSeriesLink.pv(a);
4287
+ return this.visualSeriesLink.pz(a);
4288
4288
  }
4289
4289
  return Rect.empty;
4290
4290
  }
@@ -4296,7 +4296,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4296
4296
  }
4297
4297
  ka(a) {
4298
4298
  if (this.visualSeriesLink != null) {
4299
- return this.visualSeriesLink.pw(a);
4299
+ return this.visualSeriesLink.p0(a);
4300
4300
  }
4301
4301
  return Rect.empty;
4302
4302
  }
@@ -4308,97 +4308,97 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4308
4308
  }
4309
4309
  kb(a) {
4310
4310
  if (this.visualSeriesLink != null) {
4311
- return this.visualSeriesLink.px(a);
4311
+ return this.visualSeriesLink.p1(a);
4312
4312
  }
4313
4313
  return Rect.empty;
4314
4314
  }
4315
4315
  kc(a) {
4316
4316
  if (this.visualSeriesLink != null) {
4317
- return this.visualSeriesLink.py(a);
4317
+ return this.visualSeriesLink.p2(a);
4318
4318
  }
4319
4319
  return Rect.empty;
4320
4320
  }
4321
4321
  bg(a, b, c) {
4322
4322
  if (this.visualSeriesLink != null) {
4323
- return this.visualSeriesLink.gf(a, b, c);
4323
+ return this.visualSeriesLink.gh(a, b, c);
4324
4324
  }
4325
4325
  return NaN;
4326
4326
  }
4327
4327
  j1(a, b, c) {
4328
4328
  if (this.visualSeriesLink != null) {
4329
- return this.visualSeriesLink.pi(a, b, c);
4329
+ return this.visualSeriesLink.pm(a, b, c);
4330
4330
  }
4331
4331
  return { $type: Point_$type, x: NaN, y: NaN };
4332
4332
  }
4333
4333
  bi(a, b, c) {
4334
4334
  if (this.visualSeriesLink != null) {
4335
- return this.visualSeriesLink.gh(a, b, c);
4335
+ return this.visualSeriesLink.gj(a, b, c);
4336
4336
  }
4337
4337
  return NaN;
4338
4338
  }
4339
4339
  j3(a, b, c) {
4340
4340
  if (this.visualSeriesLink != null) {
4341
- return this.visualSeriesLink.pk(a, b, c);
4341
+ return this.visualSeriesLink.po(a, b, c);
4342
4342
  }
4343
4343
  return { $type: Point_$type, x: NaN, y: NaN };
4344
4344
  }
4345
4345
  j6(a, b, c) {
4346
4346
  if (this.visualSeriesLink != null) {
4347
- return this.visualSeriesLink.pn(a, b, c);
4347
+ return this.visualSeriesLink.pr(a, b, c);
4348
4348
  }
4349
4349
  return { $type: Point_$type, x: NaN, y: NaN };
4350
4350
  }
4351
4351
  bl(a, b, c) {
4352
4352
  if (this.visualSeriesLink != null) {
4353
- return this.visualSeriesLink.gk(a, b, c);
4353
+ return this.visualSeriesLink.gm(a, b, c);
4354
4354
  }
4355
4355
  return NaN;
4356
4356
  }
4357
4357
  j2(a, b, c) {
4358
4358
  if (this.visualSeriesLink != null) {
4359
- return this.visualSeriesLink.pj(a, b, c);
4359
+ return this.visualSeriesLink.pn(a, b, c);
4360
4360
  }
4361
4361
  return { $type: Point_$type, x: NaN, y: NaN };
4362
4362
  }
4363
4363
  bh(a, b, c) {
4364
4364
  if (this.visualSeriesLink != null) {
4365
- return this.visualSeriesLink.gg(a, b, c);
4365
+ return this.visualSeriesLink.gi(a, b, c);
4366
4366
  }
4367
4367
  return NaN;
4368
4368
  }
4369
4369
  j4(a, b, c) {
4370
4370
  if (this.visualSeriesLink != null) {
4371
- return this.visualSeriesLink.pl(a, b, c);
4371
+ return this.visualSeriesLink.pp(a, b, c);
4372
4372
  }
4373
4373
  return { $type: Point_$type, x: NaN, y: NaN };
4374
4374
  }
4375
4375
  bj(a, b, c) {
4376
4376
  if (this.visualSeriesLink != null) {
4377
- return this.visualSeriesLink.gi(a, b, c);
4377
+ return this.visualSeriesLink.gk(a, b, c);
4378
4378
  }
4379
4379
  return NaN;
4380
4380
  }
4381
4381
  b0(a) {
4382
4382
  if (this.visualSeriesLink != null) {
4383
- return this.visualSeriesLink.he(a);
4383
+ return this.visualSeriesLink.hg(a);
4384
4384
  }
4385
4385
  return -1;
4386
4386
  }
4387
4387
  bf() {
4388
4388
  if (this.visualSeriesLink != null) {
4389
- return this.visualSeriesLink.ga();
4389
+ return this.visualSeriesLink.gc();
4390
4390
  }
4391
4391
  return 0;
4392
4392
  }
4393
4393
  be(a) {
4394
4394
  if (this.visualSeriesLink != null) {
4395
- return this.visualSeriesLink.f6(a);
4395
+ return this.visualSeriesLink.f8(a);
4396
4396
  }
4397
4397
  return NaN;
4398
4398
  }
4399
4399
  b9(a) {
4400
4400
  if (this.visualSeriesLink != null) {
4401
- return this.visualSeriesLink.hu(a);
4401
+ return this.visualSeriesLink.hw(a);
4402
4402
  }
4403
4403
  return null;
4404
4404
  }
@@ -4410,19 +4410,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4410
4410
  }
4411
4411
  j7(a) {
4412
4412
  if (this.visualSeriesLink != null) {
4413
- return this.visualSeriesLink.pp(a);
4413
+ return this.visualSeriesLink.pt(a);
4414
4414
  }
4415
4415
  return { $type: Point_$type, x: NaN, y: NaN };
4416
4416
  }
4417
4417
  j0(a) {
4418
4418
  if (this.visualSeriesLink != null) {
4419
- return this.visualSeriesLink.ph(a);
4419
+ return this.visualSeriesLink.pl(a);
4420
4420
  }
4421
4421
  return { $type: Point_$type, x: NaN, y: NaN };
4422
4422
  }
4423
4423
  au(a) {
4424
4424
  if (this.visualSeriesLink != null) {
4425
- return this.visualSeriesLink.en(a);
4425
+ return this.visualSeriesLink.eo(a);
4426
4426
  }
4427
4427
  return false;
4428
4428
  }
@@ -4434,23 +4434,23 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4434
4434
  }
4435
4435
  e5() {
4436
4436
  if (this.visualSeriesLink != null) {
4437
- this.visualSeriesLink.lr();
4437
+ this.visualSeriesLink.lu();
4438
4438
  }
4439
4439
  }
4440
4440
  fa(a) {
4441
4441
  if (this.visualSeriesLink != null) {
4442
- this.visualSeriesLink.mq(a);
4442
+ this.visualSeriesLink.mt(a);
4443
4443
  }
4444
4444
  }
4445
4445
  av(a, b) {
4446
4446
  if (this.visualSeriesLink != null) {
4447
- return this.visualSeriesLink.ev(a, b);
4447
+ return this.visualSeriesLink.ex(a, b);
4448
4448
  }
4449
4449
  return false;
4450
4450
  }
4451
4451
  e4(a) {
4452
4452
  if (this.visualSeriesLink != null) {
4453
- this.visualSeriesLink.lh(a);
4453
+ this.visualSeriesLink.lk(a);
4454
4454
  }
4455
4455
  }
4456
4456
  provideRenderer(a) {
@@ -4472,9 +4472,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4472
4472
  if (this.parentSeries == null) {
4473
4473
  return;
4474
4474
  }
4475
- this.gm = this.gp != null ? this.gp : this.parentSeries.qz;
4475
+ this.gm = this.gp != null ? this.gp : this.parentSeries.q3;
4476
4476
  if (this.visualSeriesLink != null) {
4477
- this.visualSeriesLink.qz = this.gm;
4477
+ this.visualSeriesLink.q3 = this.gm;
4478
4478
  }
4479
4479
  }
4480
4480
  fx() {
@@ -4483,36 +4483,36 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4483
4483
  }
4484
4484
  let a = this.t == 0 || this.t == 2;
4485
4485
  this.s = 0;
4486
- this.s = a ? this.parentSeries.qd : this.t;
4486
+ this.s = a ? this.parentSeries.qh : this.t;
4487
4487
  if (this.visualSeriesLink != null) {
4488
- this.visualSeriesLink.qd = this.s;
4488
+ this.visualSeriesLink.qh = this.s;
4489
4489
  }
4490
4490
  }
4491
4491
  fc() {
4492
4492
  if (this.parentSeries == null) {
4493
4493
  return;
4494
4494
  }
4495
- this.jp = this.jk != null ? this.jk : this.parentSeries.o3;
4495
+ this.jp = this.jk != null ? this.jk : this.parentSeries.o7;
4496
4496
  if (this.visualSeriesLink != null) {
4497
- this.visualSeriesLink.o3 = this.jp;
4497
+ this.visualSeriesLink.o7 = this.jp;
4498
4498
  }
4499
4499
  }
4500
4500
  fd() {
4501
4501
  if (this.parentSeries == null) {
4502
4502
  return;
4503
4503
  }
4504
- this.js = this.jt != null ? this.jt : this.parentSeries.pc;
4504
+ this.js = this.jt != null ? this.jt : this.parentSeries.pg;
4505
4505
  if (this.visualSeriesLink != null) {
4506
- this.visualSeriesLink.pc = this.js;
4506
+ this.visualSeriesLink.pg = this.js;
4507
4507
  }
4508
4508
  }
4509
4509
  fg() {
4510
4510
  if (this.parentSeries == null) {
4511
4511
  return;
4512
4512
  }
4513
- this.a3 = !isNaN_(this.bm) ? this.bm : this.parentSeries.gp;
4513
+ this.a3 = !isNaN_(this.bm) ? this.bm : this.parentSeries.gr;
4514
4514
  if (this.visualSeriesLink != null) {
4515
- this.visualSeriesLink.gp = this.a3;
4515
+ this.visualSeriesLink.gr = this.a3;
4516
4516
  }
4517
4517
  }
4518
4518
  f1() {
@@ -4528,9 +4528,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4528
4528
  if (this.parentSeries == null) {
4529
4529
  return;
4530
4530
  }
4531
- this.a4 = !isNaN_(this.bn) ? this.bn : this.parentSeries.gq;
4531
+ this.a4 = !isNaN_(this.bn) ? this.bn : this.parentSeries.gs;
4532
4532
  if (this.visualSeriesLink != null) {
4533
- this.visualSeriesLink.gq = this.a4;
4533
+ this.visualSeriesLink.gs = this.a4;
4534
4534
  }
4535
4535
  }
4536
4536
  fe() {
@@ -4539,7 +4539,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4539
4539
  }
4540
4540
  this.ju = this.jx;
4541
4541
  if (this.visualSeriesLink != null) {
4542
- this.visualSeriesLink.pd = this.ju;
4542
+ this.visualSeriesLink.ph = this.ju;
4543
4543
  }
4544
4544
  }
4545
4545
  fh() {
@@ -4547,31 +4547,31 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4547
4547
  return;
4548
4548
  }
4549
4549
  if (!this.ag) {
4550
- this.ai = this.parentSeries.dm;
4550
+ this.ai = this.parentSeries.dn;
4551
4551
  }
4552
4552
  else {
4553
4553
  this.ai = this.ap;
4554
4554
  }
4555
4555
  if (this.visualSeriesLink != null) {
4556
- this.visualSeriesLink.dm = this.ai;
4556
+ this.visualSeriesLink.dn = this.ai;
4557
4557
  }
4558
4558
  }
4559
4559
  f4() {
4560
4560
  if (this.parentSeries == null) {
4561
4561
  return;
4562
4562
  }
4563
- this.a9 = !isNaN_(this.bs) ? this.bs : this.parentSeries.gw;
4563
+ this.a9 = !isNaN_(this.bs) ? this.bs : this.parentSeries.gy;
4564
4564
  if (this.visualSeriesLink != null && !isNaN_(this.a9)) {
4565
- this.visualSeriesLink.gw = this.a9;
4565
+ this.visualSeriesLink.gy = this.a9;
4566
4566
  }
4567
4567
  }
4568
4568
  f5() {
4569
4569
  if (this.parentSeries == null) {
4570
4570
  return;
4571
4571
  }
4572
- this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.pb;
4572
+ this.jq = Color.e(toNullable(Color.$, this.jr), toNullable(Color.$, null)) ? this.jr : this.parentSeries.pf;
4573
4573
  if (this.visualSeriesLink != null && Color.e(toNullable(Color.$, this.jq), toNullable(Color.$, null))) {
4574
- this.visualSeriesLink.pb = this.jq;
4574
+ this.visualSeriesLink.pf = this.jq;
4575
4575
  }
4576
4576
  }
4577
4577
  gi() {
@@ -4579,31 +4579,31 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4579
4579
  return;
4580
4580
  }
4581
4581
  if (!this.ah) {
4582
- this.an = this.parentSeries.e7;
4582
+ this.an = this.parentSeries.e9;
4583
4583
  }
4584
4584
  else {
4585
4585
  this.an = this.ax;
4586
4586
  }
4587
4587
  if (this.visualSeriesLink != null) {
4588
- this.visualSeriesLink.e7 = this.an;
4588
+ this.visualSeriesLink.e9 = this.an;
4589
4589
  }
4590
4590
  }
4591
4591
  f6() {
4592
4592
  if (this.parentSeries == null) {
4593
4593
  return;
4594
4594
  }
4595
- this.ba = !isNaN_(this.bt) ? this.bt : this.parentSeries.gx;
4595
+ this.ba = !isNaN_(this.bt) ? this.bt : this.parentSeries.gz;
4596
4596
  if (this.visualSeriesLink != null && !isNaN_(this.ba)) {
4597
- this.visualSeriesLink.gx = this.ba;
4597
+ this.visualSeriesLink.gz = this.ba;
4598
4598
  }
4599
4599
  }
4600
4600
  f7() {
4601
4601
  if (this.parentSeries == null) {
4602
4602
  return;
4603
4603
  }
4604
- this.bb = !isNaN_(this.bu) ? this.bu : this.parentSeries.gy;
4604
+ this.bb = !isNaN_(this.bu) ? this.bu : this.parentSeries.g0;
4605
4605
  if (this.visualSeriesLink != null && !isNaN_(this.bb)) {
4606
- this.visualSeriesLink.gy = this.bb;
4606
+ this.visualSeriesLink.g0 = this.bb;
4607
4607
  }
4608
4608
  }
4609
4609
  ff() {
@@ -4612,7 +4612,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4612
4612
  }
4613
4613
  this.jv = this.jy;
4614
4614
  if (this.visualSeriesLink != null) {
4615
- this.visualSeriesLink.pe = this.jv;
4615
+ this.visualSeriesLink.pi = this.jv;
4616
4616
  }
4617
4617
  }
4618
4618
  fi() {
@@ -4653,9 +4653,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4653
4653
  if (this.parentSeries == null) {
4654
4654
  return;
4655
4655
  }
4656
- this.kf = this.parentSeries.p3 != 0 ? 1 : this.kh;
4656
+ this.kf = this.parentSeries.p7 != 0 ? 1 : this.kh;
4657
4657
  if (this.visualSeriesLink != null) {
4658
- this.visualSeriesLink.p3 = this.kf;
4658
+ this.visualSeriesLink.p7 = this.kf;
4659
4659
  }
4660
4660
  }
4661
4661
  fn() {
@@ -4690,31 +4690,31 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4690
4690
  if (this.parentSeries == null) {
4691
4691
  return;
4692
4692
  }
4693
- this.jg = this.jl != null ? this.jl : this.parentSeries.rf;
4693
+ this.jg = this.jl != null ? this.jl : this.parentSeries.rj;
4694
4694
  if (this.visualSeriesLink != null) {
4695
- this.visualSeriesLink.rf = this.jg;
4695
+ this.visualSeriesLink.rj = this.jg;
4696
4696
  }
4697
4697
  }
4698
4698
  ft() {
4699
4699
  if (this.parentSeries == null) {
4700
4700
  return;
4701
4701
  }
4702
- this.jh = this.jm != null ? this.jm : this.parentSeries.rg;
4702
+ this.jh = this.jm != null ? this.jm : this.parentSeries.rk;
4703
4703
  if (this.visualSeriesLink != null) {
4704
- this.visualSeriesLink.rg = this.jh;
4704
+ this.visualSeriesLink.rk = this.jh;
4705
4705
  }
4706
4706
  }
4707
4707
  fu() {
4708
4708
  if (this.parentSeries == null) {
4709
4709
  return;
4710
4710
  }
4711
- this.kd = this.ke != null ? this.ke : this.parentSeries.rh;
4711
+ this.kd = this.ke != null ? this.ke : this.parentSeries.rl;
4712
4712
  if (this.visualSeriesLink != null) {
4713
4713
  if (this.kd != null) {
4714
- this.visualSeriesLink.rh = this.kd;
4714
+ this.visualSeriesLink.rl = this.kd;
4715
4715
  }
4716
4716
  else {
4717
- this.visualSeriesLink.rh = null;
4717
+ this.visualSeriesLink.rl = null;
4718
4718
  }
4719
4719
  }
4720
4720
  }
@@ -4733,9 +4733,9 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4733
4733
  if (this.parentSeries == null) {
4734
4734
  return;
4735
4735
  }
4736
- this.jj = this.jo != null ? this.jo : this.parentSeries.o8;
4736
+ this.jj = this.jo != null ? this.jo : this.parentSeries.pc;
4737
4737
  if (this.visualSeriesLink != null) {
4738
- this.visualSeriesLink.o8 = this.jj;
4738
+ this.visualSeriesLink.pc = this.jj;
4739
4739
  }
4740
4740
  }
4741
4741
  fl() {
@@ -4748,19 +4748,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4748
4748
  return;
4749
4749
  }
4750
4750
  let a = NaN;
4751
- if (this.parentSeries.isStacked && this.parentSeries.dd && !this.parentSeries.eg) {
4752
- a = this.parentSeries.fq;
4751
+ if (this.parentSeries.isStacked && this.parentSeries.dd && !this.parentSeries.eh) {
4752
+ a = this.parentSeries.fs;
4753
4753
  }
4754
- if (this.parentSeries.isStacked && this.parentSeries.dd && this.parentSeries.eg) {
4755
- a = this.parentSeries.fq;
4754
+ if (this.parentSeries.isStacked && this.parentSeries.dd && this.parentSeries.eh) {
4755
+ a = this.parentSeries.fs;
4756
4756
  }
4757
4757
  this.a2 = !isNaN_(this.bd) ? this.bd : a;
4758
4758
  if (this.visualSeriesLink != null) {
4759
4759
  if (typeCast(AreaFragment.$, this.visualSeriesLink) !== null) {
4760
- this.visualSeriesLink.fz = this.a2;
4760
+ this.visualSeriesLink.f1 = this.a2;
4761
4761
  }
4762
4762
  if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
4763
- this.visualSeriesLink.fz = this.a2;
4763
+ this.visualSeriesLink.f1 = this.a2;
4764
4764
  }
4765
4765
  }
4766
4766
  }
@@ -4769,19 +4769,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4769
4769
  return;
4770
4770
  }
4771
4771
  let a = false;
4772
- if (this.parentSeries.isStacked && this.parentSeries.eg && this.parentSeries.dd) {
4773
- a = this.parentSeries.un;
4772
+ if (this.parentSeries.isStacked && this.parentSeries.eh && this.parentSeries.dd) {
4773
+ a = this.parentSeries.ur;
4774
4774
  }
4775
- if (this.parentSeries.isStacked && this.parentSeries.df) {
4776
- a = this.parentSeries.un;
4775
+ if (this.parentSeries.isStacked && this.parentSeries.dg) {
4776
+ a = this.parentSeries.ur;
4777
4777
  }
4778
4778
  this.ak = a;
4779
4779
  if (this.visualSeriesLink != null) {
4780
4780
  if (typeCast(SplineFragment.$, this.visualSeriesLink) !== null) {
4781
- this.visualSeriesLink.vc = this.ak;
4781
+ this.visualSeriesLink.vg = this.ak;
4782
4782
  }
4783
4783
  if (typeCast(SplineAreaFragment.$, this.visualSeriesLink) !== null) {
4784
- this.visualSeriesLink.vc = this.ak;
4784
+ this.visualSeriesLink.vg = this.ak;
4785
4785
  }
4786
4786
  }
4787
4787
  }
@@ -4790,19 +4790,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4790
4790
  return;
4791
4791
  }
4792
4792
  let a = NaN;
4793
- if (this.parentSeries.isStacked && this.parentSeries.dh) {
4794
- a = this.parentSeries.un;
4793
+ if (this.parentSeries.isStacked && this.parentSeries.di) {
4794
+ a = this.parentSeries.ur;
4795
4795
  }
4796
- if (this.parentSeries.isStacked && this.parentSeries.df) {
4797
- a = this.parentSeries.un;
4796
+ if (this.parentSeries.isStacked && this.parentSeries.dg) {
4797
+ a = this.parentSeries.ur;
4798
4798
  }
4799
4799
  this.a7 = !isNaN_(a) ? a : this.bq;
4800
4800
  if (this.visualSeriesLink != null) {
4801
4801
  if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
4802
- this.visualSeriesLink.vl = this.a7;
4802
+ this.visualSeriesLink.vp = this.a7;
4803
4803
  }
4804
4804
  if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
4805
- this.visualSeriesLink.vl = this.a7;
4805
+ this.visualSeriesLink.vp = this.a7;
4806
4806
  }
4807
4807
  }
4808
4808
  }
@@ -4811,19 +4811,19 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4811
4811
  return;
4812
4812
  }
4813
4813
  let a = NaN;
4814
- if (this.parentSeries.isStacked && this.parentSeries.dh) {
4815
- a = this.parentSeries.uo;
4814
+ if (this.parentSeries.isStacked && this.parentSeries.di) {
4815
+ a = this.parentSeries.us;
4816
4816
  }
4817
- if (this.parentSeries.isStacked && this.parentSeries.df) {
4818
- a = this.parentSeries.uo;
4817
+ if (this.parentSeries.isStacked && this.parentSeries.dg) {
4818
+ a = this.parentSeries.us;
4819
4819
  }
4820
4820
  this.a8 = !isNaN_(a) ? a : this.br;
4821
4821
  if (this.visualSeriesLink != null) {
4822
4822
  if (typeCast(ColumnFragment.$, this.visualSeriesLink) !== null) {
4823
- this.visualSeriesLink.vm = this.a8;
4823
+ this.visualSeriesLink.vq = this.a8;
4824
4824
  }
4825
4825
  if (typeCast(BarFragment.$, this.visualSeriesLink) !== null) {
4826
- this.visualSeriesLink.vm = this.a8;
4826
+ this.visualSeriesLink.vq = this.a8;
4827
4827
  }
4828
4828
  }
4829
4829
  }
@@ -4833,25 +4833,25 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4833
4833
  }
4834
4834
  this.jw = this.jz;
4835
4835
  if (this.visualSeriesLink != null) {
4836
- this.visualSeriesLink.pf = this.jw;
4836
+ this.visualSeriesLink.pj = this.jw;
4837
4837
  }
4838
4838
  }
4839
4839
  f9() {
4840
4840
  if (this.parentSeries == null) {
4841
4841
  return;
4842
4842
  }
4843
- this.bc = !isNaN_(this.bv) ? this.bv : this.parentSeries.gz;
4843
+ this.bc = !isNaN_(this.bv) ? this.bv : this.parentSeries.g1;
4844
4844
  if (this.visualSeriesLink != null) {
4845
- this.visualSeriesLink.gz = this.bc;
4845
+ this.visualSeriesLink.g1 = this.bc;
4846
4846
  }
4847
4847
  }
4848
4848
  fw() {
4849
4849
  if (this.parentSeries == null) {
4850
4850
  return;
4851
4851
  }
4852
- this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.qi;
4852
+ this.a5 = !isNaN_(this.bo) ? this.bo : this.parentSeries.qm;
4853
4853
  if (this.visualSeriesLink != null) {
4854
- this.visualSeriesLink.qi = this.a5;
4854
+ this.visualSeriesLink.qm = this.a5;
4855
4855
  }
4856
4856
  }
4857
4857
  ga() {
@@ -4872,8 +4872,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4872
4872
  if (this.parentSeries == null) {
4873
4873
  return;
4874
4874
  }
4875
- if (this.parentSeries.hm != 0) {
4876
- this.bx = this.parentSeries.hm;
4875
+ if (this.parentSeries.ho != 0) {
4876
+ this.bx = this.parentSeries.ho;
4877
4877
  return;
4878
4878
  }
4879
4879
  this.bx = this.b4;
@@ -4888,8 +4888,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4888
4888
  if (this.parentSeries == null) {
4889
4889
  return;
4890
4890
  }
4891
- if (this.parentSeries.r0 != 0) {
4892
- this.m = this.parentSeries.r0;
4891
+ if (this.parentSeries.r4 != 0) {
4892
+ this.m = this.parentSeries.r4;
4893
4893
  return;
4894
4894
  }
4895
4895
  this.m = this.n;
@@ -4908,8 +4908,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4908
4908
  if (this.parentSeries == null) {
4909
4909
  return;
4910
4910
  }
4911
- if (this.parentSeries.sg != false) {
4912
- this.al = this.parentSeries.sg;
4911
+ if (this.parentSeries.sk != false) {
4912
+ this.al = this.parentSeries.sk;
4913
4913
  return;
4914
4914
  }
4915
4915
  this.al = this.as;
@@ -4918,8 +4918,8 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4918
4918
  if (this.parentSeries == null) {
4919
4919
  return;
4920
4920
  }
4921
- if (this.parentSeries.hn != 1000) {
4922
- this.by = this.parentSeries.hn;
4921
+ if (this.parentSeries.hp != 1000) {
4922
+ this.by = this.parentSeries.hp;
4923
4923
  return;
4924
4924
  }
4925
4925
  this.by = this.b5;
@@ -4930,7 +4930,7 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
4930
4930
  }
4931
4931
  this.am = this.aw;
4932
4932
  if (this.visualSeriesLink != null) {
4933
- this.visualSeriesLink.qh = this.am;
4933
+ this.visualSeriesLink.ql = this.am;
4934
4934
  }
4935
4935
  }
4936
4936
  e8(a, b, c) {
@@ -5087,11 +5087,11 @@ export let StackedFragmentSeries = /*@__PURE__*/ (() => {
5087
5087
  this.gh();
5088
5088
  break;
5089
5089
  }
5090
- this.parentSeries.mi(false);
5090
+ this.parentSeries.ml(false);
5091
5091
  }
5092
5092
  e9() {
5093
5093
  if (this.visualSeriesLink != null) {
5094
- this.visualSeriesLink.ml();
5094
+ this.visualSeriesLink.mo();
5095
5095
  }
5096
5096
  }
5097
5097
  }
@@ -5148,8 +5148,8 @@ export let StackedSeriesFramePreparer = /*@__PURE__*/ (() => {
5148
5148
  let b = new SingleValuesHolder();
5149
5149
  if (typeCast(StackedColumnSeries.$, this.h) !== null || typeCast(StackedBarSeries.$, this.h) !== null) {
5150
5150
  let c = typeCast(StackedSeriesBase.$, this.h);
5151
- if (c.ti.count > 0) {
5152
- b.f = c.ti._inner[0].af;
5151
+ if (c.tm.count > 0) {
5152
+ b.f = c.tm._inner[0].af;
5153
5153
  }
5154
5154
  return b;
5155
5155
  }
@@ -5282,9 +5282,9 @@ export let AreaFragmentView = /*@__PURE__*/ (() => {
5282
5282
  this.dc._opacity = 1;
5283
5283
  this.dd._opacity = 1;
5284
5284
  this.de._stroke = a;
5285
- this.de.ac = this.e.fu + 3;
5285
+ this.de.ac = this.e.fw + 3;
5286
5286
  this.df._stroke = a;
5287
- this.df.ac = this.e.fu + 3;
5287
+ this.df.ac = this.e.fw + 3;
5288
5288
  }
5289
5289
  a6(a, b) {
5290
5290
  super.a6(a, b);
@@ -5410,7 +5410,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
5410
5410
  let c = this.bp(a);
5411
5411
  this.dj._fill = c;
5412
5412
  this.dj._stroke = c;
5413
- this.dj.ac = this.e.fu + 3;
5413
+ this.dj.ac = this.e.fw + 3;
5414
5414
  return this.dj;
5415
5415
  }
5416
5416
  a6(a, b) {
@@ -5457,7 +5457,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
5457
5457
  getDefaultTooltipTemplate() {
5458
5458
  let a = "<div class='ui-chart-default-tooltip-content'>";
5459
5459
  let b = null;
5460
- if (this.da.ro().ca) {
5460
+ if (this.da.rs().ca) {
5461
5461
  b = this.da.fragmentXAxis;
5462
5462
  }
5463
5463
  else if (this.da.fragmentYAxis.ca) {
@@ -5475,7 +5475,7 @@ export let ColumnFragmentView = /*@__PURE__*/ (() => {
5475
5475
  if (!stringIsNullOrEmpty(d)) {
5476
5476
  a += " style='color:" + d + "'";
5477
5477
  }
5478
- a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.t1 + "}</span></div>";
5478
+ a += ">" + this.da.title + ": </span><span class='ui-priority-primary'>" + "${item." + this.da.t5 + "}</span></div>";
5479
5479
  return a;
5480
5480
  }
5481
5481
  }
@@ -5519,9 +5519,9 @@ export let LineFragmentView = /*@__PURE__*/ (() => {
5519
5519
  this.dd.ak = this.dg.ak;
5520
5520
  this.de.ak = this.dh.ak;
5521
5521
  this.dd._stroke = a;
5522
- this.dd.ac = this.e.fu + 3;
5522
+ this.dd.ac = this.e.fw + 3;
5523
5523
  this.de._stroke = a;
5524
- this.de.ac = this.e.fu + 3;
5524
+ this.de.ac = this.e.fw + 3;
5525
5525
  this.dc._fill = a;
5526
5526
  this.dc._opacity = 1;
5527
5527
  }
@@ -5606,9 +5606,9 @@ export let SplineAreaFragmentView = /*@__PURE__*/ (() => {
5606
5606
  this.df._opacity = 1;
5607
5607
  this.de._opacity = 1;
5608
5608
  this.dg._stroke = a;
5609
- this.dg.ac = this.e.fu + 3;
5609
+ this.dg.ac = this.e.fw + 3;
5610
5610
  this.dh._stroke = a;
5611
- this.dh.ac = this.e.fu + 3;
5611
+ this.dh.ac = this.e.fw + 3;
5612
5612
  }
5613
5613
  a6(a, b) {
5614
5614
  super.a6(a, b);
@@ -5683,9 +5683,9 @@ export let SplineFragmentView = /*@__PURE__*/ (() => {
5683
5683
  this.df.ak = this.di.ak;
5684
5684
  this.dg.ak = this.dj.ak;
5685
5685
  this.df._stroke = a;
5686
- this.df.ac = this.e.fu + 3;
5686
+ this.df.ac = this.e.fw + 3;
5687
5687
  this.dg._stroke = a;
5688
- this.dg.ac = this.e.fu + 3;
5688
+ this.dg.ac = this.e.fw + 3;
5689
5689
  this.de._fill = a;
5690
5690
  this.de._opacity = 0.75;
5691
5691
  }
@@ -5745,8 +5745,8 @@ export let StackedSeriesView = /*@__PURE__*/ (() => {
5745
5745
  }
5746
5746
  ap() {
5747
5747
  super.ap();
5748
- for (let a = 0; a < this.c0.tm.f.count; a++) {
5749
- this.c0.tm.f._inner[a].b0.ap();
5748
+ for (let a = 0; a < this.c0.tq.f.count; a++) {
5749
+ this.c0.tq.f._inner[a].b0.ap();
5750
5750
  }
5751
5751
  }
5752
5752
  ar(a, b) {
@@ -5760,27 +5760,27 @@ export let StackedSeriesView = /*@__PURE__*/ (() => {
5760
5760
  let b = true;
5761
5761
  let c = 5, d = 5, e = 5;
5762
5762
  let f = this.e;
5763
- if ((f.isStacked && f.dd) || (f.isStacked && f.eg && f.dd)) {
5763
+ if ((f.isStacked && f.dd) || (f.isStacked && f.eh && f.dd)) {
5764
5764
  d = 1;
5765
5765
  e = -3;
5766
5766
  }
5767
- else if ((f.isStacked && f.d1) || (f.isStacked && f.eg)) {
5767
+ else if ((f.isStacked && f.d2) || (f.isStacked && f.eh)) {
5768
5768
  c = 3;
5769
5769
  d = 1;
5770
5770
  e = 4;
5771
5771
  b = false;
5772
5772
  }
5773
- else if ((f.isStacked && f.dh)) {
5773
+ else if ((f.isStacked && f.di)) {
5774
5774
  d = 5;
5775
5775
  e = 0;
5776
5776
  }
5777
5777
  let g = new Color();
5778
5778
  g.colorString = a;
5779
- f.pb = g;
5780
- f.gw = c;
5781
- f.gx = d;
5782
- f.gy = e;
5783
- f.e7 = b;
5779
+ f.pf = g;
5780
+ f.gy = c;
5781
+ f.gz = d;
5782
+ f.g0 = e;
5783
+ f.e9 = b;
5784
5784
  }
5785
5785
  }
5786
5786
  StackedSeriesView.$t = /*@__PURE__*/ markType(StackedSeriesView, 'StackedSeriesView', CategorySeriesView.$);
@@ -5802,8 +5802,8 @@ export let StackedBarSeriesView = /*@__PURE__*/ (() => {
5802
5802
  as() {
5803
5803
  super.as();
5804
5804
  if (!this.q) {
5805
- this.c0.qd = Defaults.c;
5806
- this.c0.gz = Defaults.i;
5805
+ this.c0.qh = Defaults.c;
5806
+ this.c0.g1 = Defaults.i;
5807
5807
  }
5808
5808
  }
5809
5809
  }
@@ -5824,8 +5824,8 @@ export let StackedColumnSeriesView = /*@__PURE__*/ (() => {
5824
5824
  as() {
5825
5825
  super.as();
5826
5826
  if (!this.q) {
5827
- this.c0.qd = Defaults.c;
5828
- this.c0.gz = Defaults.i;
5827
+ this.c0.qh = Defaults.c;
5828
+ this.c0.g1 = Defaults.i;
5829
5829
  }
5830
5830
  }
5831
5831
  }
@@ -5843,7 +5843,7 @@ export let StackedAreaSeriesView = /*@__PURE__*/ (() => {
5843
5843
  as() {
5844
5844
  super.as();
5845
5845
  if (!this.q) {
5846
- this.c0.qd = Defaults.e;
5846
+ this.c0.qh = Defaults.e;
5847
5847
  }
5848
5848
  }
5849
5849
  }
@@ -5861,13 +5861,13 @@ export let StackedSplineAreaSeriesView = /*@__PURE__*/ (() => {
5861
5861
  as() {
5862
5862
  super.as();
5863
5863
  if (!this.q) {
5864
- this.c0.qd = Defaults.e;
5864
+ this.c0.qh = Defaults.e;
5865
5865
  }
5866
5866
  }
5867
5867
  c5() {
5868
5868
  let a = 1;
5869
5869
  if (this.c0.cd != null) {
5870
- a = this.c0.cd.f4;
5870
+ a = this.c0.cd.gc;
5871
5871
  }
5872
5872
  return Math.max(1 / (a * 3), 0.3);
5873
5873
  }
@@ -5886,13 +5886,13 @@ export let StackedSplineSeriesView = /*@__PURE__*/ (() => {
5886
5886
  as() {
5887
5887
  super.as();
5888
5888
  if (!this.q) {
5889
- this.c0.qd = Defaults.e;
5889
+ this.c0.qh = Defaults.e;
5890
5890
  }
5891
5891
  }
5892
5892
  c5() {
5893
5893
  let a = 1;
5894
5894
  if (this.c0.cd != null) {
5895
- a = this.c0.cd.f4;
5895
+ a = this.c0.cd.gc;
5896
5896
  }
5897
5897
  return Math.max(1 / (a * 3), 0.3);
5898
5898
  }
@@ -5922,8 +5922,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5922
5922
  this.c = new StackedSeriesCollection();
5923
5923
  this.e = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
5924
5924
  this.d = new ObservableCollection$1(AnchoredCategorySeries.$, 0);
5925
- this.j = this.b.tn.c2;
5926
- this.k = this.b.tn.c4;
5925
+ this.j = this.b.tr.c2;
5926
+ this.k = this.b.tr.c4;
5927
5927
  let b = this.c;
5928
5928
  b.collectionChanged = delegateCombine(b.collectionChanged, (b, c) => {
5929
5929
  if (c.oldItems != null) {
@@ -5946,7 +5946,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5946
5946
  c.collectionChanged = delegateCombine(c.collectionChanged, (c, d) => {
5947
5947
  if (d.oldItems != null) {
5948
5948
  for (let e of fromEn(d.oldItems)) {
5949
- e.kx(true, e.b0);
5949
+ e.k0(true, e.b0);
5950
5950
  e.cd = null;
5951
5951
  e.b8 = null;
5952
5952
  e.itemsSource = null;
@@ -5955,7 +5955,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5955
5955
  this.k.ab.remove(e);
5956
5956
  }
5957
5957
  if (this.b.cd != null) {
5958
- this.b.cd.n2(e);
5958
+ this.b.cd.op(e);
5959
5959
  }
5960
5960
  }
5961
5961
  }
@@ -5967,15 +5967,15 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5967
5967
  this.k.ab.add(f);
5968
5968
  }
5969
5969
  if (this.b.cd != null) {
5970
- this.b.cd.kx(f);
5970
+ this.b.cd.lk(f);
5971
5971
  }
5972
5972
  }
5973
5973
  }
5974
- this.b.mi(false);
5974
+ this.b.ml(false);
5975
5975
  });
5976
5976
  }
5977
5977
  a(a) {
5978
- if (this.b.isStacked && this.b.d1) {
5978
+ if (this.b.isStacked && this.b.d2) {
5979
5979
  let b = new LineFragment();
5980
5980
  b.provideRenderer(a.bw);
5981
5981
  b.parentSeries = this.b;
@@ -5986,7 +5986,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5986
5986
  this.g(b);
5987
5987
  return b;
5988
5988
  }
5989
- if (this.b.isStacked && this.b.dh) {
5989
+ if (this.b.isStacked && this.b.di) {
5990
5990
  let c = new ColumnFragment();
5991
5991
  c.provideRenderer(a.bw);
5992
5992
  c.parentSeries = this.b;
@@ -5997,7 +5997,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
5997
5997
  this.g(c);
5998
5998
  return c;
5999
5999
  }
6000
- if (this.b.isStacked && this.b.df) {
6000
+ if (this.b.isStacked && this.b.dg) {
6001
6001
  let d = new BarFragment();
6002
6002
  d.provideRenderer(a.bw);
6003
6003
  d.parentSeries = typeCast(StackedBarSeries.$, this.b);
@@ -6008,7 +6008,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6008
6008
  this.g(d);
6009
6009
  return d;
6010
6010
  }
6011
- if (this.b.isStacked && this.b.dd && !this.b.eg) {
6011
+ if (this.b.isStacked && this.b.dd && !this.b.eh) {
6012
6012
  let e = new AreaFragment();
6013
6013
  e.provideRenderer(a.bw);
6014
6014
  e.parentSeries = this.b;
@@ -6019,7 +6019,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6019
6019
  this.g(e);
6020
6020
  return e;
6021
6021
  }
6022
- if (this.b.isStacked && this.b.eg && !this.b.dd) {
6022
+ if (this.b.isStacked && this.b.eh && !this.b.dd) {
6023
6023
  let f = new SplineFragment();
6024
6024
  f.provideRenderer(a.bw);
6025
6025
  f.parentSeries = this.b;
@@ -6030,7 +6030,7 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6030
6030
  this.g(f);
6031
6031
  return f;
6032
6032
  }
6033
- if (this.b.isStacked && this.b.eg && this.b.dd) {
6033
+ if (this.b.isStacked && this.b.eh && this.b.dd) {
6034
6034
  let g = new SplineAreaFragment();
6035
6035
  g.provideRenderer(a.bw);
6036
6036
  g.parentSeries = this.b;
@@ -6044,10 +6044,10 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6044
6044
  return null;
6045
6045
  }
6046
6046
  i(a, b) {
6047
- a.o3 = b.jp;
6048
- a.pc = b.js;
6049
- a.pd = b.ju;
6050
- a.pe = b.jv;
6047
+ a.o7 = b.jp;
6048
+ a.pg = b.js;
6049
+ a.ph = b.ju;
6050
+ a.pi = b.jv;
6051
6051
  if (b.itemsSource == null) {
6052
6052
  a.itemsSource = this.b.itemsSource;
6053
6053
  }
@@ -6056,55 +6056,55 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6056
6056
  }
6057
6057
  a.legend = this.b.a1;
6058
6058
  a.legendItemTemplate = b.gl;
6059
- a.p3 = b.kf;
6060
- a.rf = b.jg;
6061
- a.rg = b.jh;
6062
- a.rh = b.kd;
6063
- a.qz = b.gm;
6064
- a.qd = b.s;
6065
- a.qi = b.a5;
6066
- a.gr = this.b.gr;
6067
- a._opacity = b.bp;
6068
- a.gp = b.a3;
6069
- a.o8 = b.jj;
6059
+ a.p7 = b.kf;
6060
+ a.rj = b.jg;
6061
+ a.rk = b.jh;
6062
+ a.rl = b.kd;
6063
+ a.q3 = b.gm;
6064
+ a.qh = b.s;
6065
+ a.qm = b.a5;
6070
6066
  a.gt = this.b.gt;
6071
- a.pf = b.jw;
6072
- a.gz = b.bc;
6067
+ a._opacity = b.bp;
6068
+ a.gr = b.a3;
6069
+ a.pc = b.jj;
6070
+ a.gv = this.b.gv;
6071
+ a.pj = b.jw;
6072
+ a.g1 = b.bc;
6073
6073
  a.title = b.ca;
6074
- a.qh = b.am;
6075
- a.t1 = b.e1;
6074
+ a.ql = b.am;
6075
+ a.t5 = b.e1;
6076
6076
  a._visibility = b.kg;
6077
- a.gq = b.a4;
6077
+ a.gs = b.a4;
6078
6078
  a.bt = b.v;
6079
- a.hm = b.bx;
6080
- a.hn = b.by;
6079
+ a.ho = b.bx;
6080
+ a.hp = b.by;
6081
6081
  a.cf = b.ab;
6082
- a.sg = b.al;
6083
- a.r0 = b.m;
6082
+ a.sk = b.al;
6083
+ a.r4 = b.m;
6084
6084
  a.ca = b.y;
6085
- a.hn = b.by;
6085
+ a.hp = b.by;
6086
6086
  a.cg = b.ac;
6087
6087
  let c = typeCast(AreaFragment.$, a);
6088
6088
  if (c != null) {
6089
- c.fq = b.a2;
6089
+ c.fs = b.a2;
6090
6090
  }
6091
6091
  let d = typeCast(SplineAreaFragment.$, a);
6092
6092
  if (d != null) {
6093
- d.fq = b.a2;
6093
+ d.fs = b.a2;
6094
6094
  }
6095
6095
  let e = typeCast(ColumnFragment.$, a);
6096
6096
  if (e != null) {
6097
- e.vl = b.a7;
6098
- e.vm = b.a8;
6097
+ e.vp = b.a7;
6098
+ e.vq = b.a8;
6099
6099
  }
6100
6100
  let f = typeCast(BarFragment.$, a);
6101
6101
  if (f != null) {
6102
- f.vl = b.a7;
6103
- f.vm = b.a8;
6102
+ f.vp = b.a7;
6103
+ f.vq = b.a8;
6104
6104
  }
6105
6105
  a.toolTip = b.cb;
6106
- a.dm = b.ai;
6107
- a.e7 = b.an;
6106
+ a.dn = b.ai;
6107
+ a.e9 = b.an;
6108
6108
  b.f4();
6109
6109
  b.f5();
6110
6110
  b.f6();
@@ -6115,8 +6115,8 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6115
6115
  this.d.clear();
6116
6116
  let b = 0;
6117
6117
  for (let c of fromEnum(this.f)) {
6118
- c.ez = true;
6119
- c.index = this.b.ty(this.c._inner[b]);
6118
+ c.e1 = true;
6119
+ c.index = this.b.t2(this.c._inner[b]);
6120
6120
  c.b8 = this.b.b8;
6121
6121
  c.cd = this.b.cd;
6122
6122
  if (this.c._inner[b].at) {
@@ -6125,11 +6125,11 @@ export let StackedSeriesManager = /*@__PURE__*/ (() => {
6125
6125
  else {
6126
6126
  this.d.add(c);
6127
6127
  }
6128
- if ((this.b.isStacked && this.b.d1) || (this.b.isStacked && this.b.dd) || (this.b.isStacked && this.b.eg)) {
6129
- c.t4(this.b.fetchXAxis());
6130
- c.t5(this.b.fetchYAxis());
6128
+ if ((this.b.isStacked && this.b.d2) || (this.b.isStacked && this.b.dd) || (this.b.isStacked && this.b.eh)) {
6129
+ c.t8(this.b.fetchXAxis());
6130
+ c.t9(this.b.fetchYAxis());
6131
6131
  }
6132
- c.mi(a);
6132
+ c.ml(a);
6133
6133
  b++;
6134
6134
  }
6135
6135
  }