igniteui-webcomponents-charts 6.3.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (770) hide show
  1. package/bundles/igniteui-webcomponents-charts.umd.js +23327 -22964
  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 +14 -14
  6. package/esm2015/lib/AnchoredCategorySeries_combined.js +226 -226
  7. package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +341 -335
  8. package/esm2015/lib/AngleAxisLabelPanel_combined.js +629 -575
  9. package/esm2015/lib/AnnotationLayerProxy.js +71 -71
  10. package/esm2015/lib/AnnotationLayer_combined.js +182 -182
  11. package/esm2015/lib/AreaSeries_combined.js +47 -47
  12. package/esm2015/lib/AverageDirectionalIndexIndicator.js +15 -15
  13. package/esm2015/lib/AverageTrueRangeIndicator.js +15 -15
  14. package/esm2015/lib/AxisAnnotationFrameManager.js +9 -9
  15. package/esm2015/lib/AxisAnnotationManager.js +50 -36
  16. package/esm2015/lib/AxisLabelVisualData.js +54 -2
  17. package/esm2015/lib/AxisVisualData.js +1 -1
  18. package/esm2015/lib/AxisVisualDataManager.js +40 -32
  19. package/esm2015/lib/BarSeries_combined.js +118 -118
  20. package/esm2015/lib/BollingerBandWidthIndicator.js +19 -19
  21. package/esm2015/lib/BollingerBandsOverlay_combined.js +99 -99
  22. package/esm2015/lib/BrushScale.js +7 -7
  23. package/esm2015/lib/BubbleSeries_combined.js +269 -269
  24. package/esm2015/lib/CalloutLayer_combined.js +637 -637
  25. package/esm2015/lib/CategoryBucketCalculator_combined.js +331 -331
  26. package/esm2015/lib/CategoryChart.js +48 -48
  27. package/esm2015/lib/CategoryDateTimeXAxis_combined.js +141 -141
  28. package/esm2015/lib/CategoryErrorBarSettings.js +5 -5
  29. package/esm2015/lib/CategoryHighlightLayer_combined.js +59 -59
  30. package/esm2015/lib/CategoryItemHighlightLayer_combined.js +117 -117
  31. package/esm2015/lib/CategoryMarkerManager.js +1 -1
  32. package/esm2015/lib/CategorySeriesInteractionManager.js +16 -16
  33. package/esm2015/lib/CategorySeriesRenderManager.js +4 -4
  34. package/esm2015/lib/CategoryToolTipLayer_combined.js +75 -75
  35. package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  36. package/esm2015/lib/CategoryTrendLineManagerBase.js +1 -1
  37. package/esm2015/lib/CategoryTrendLineManagerFactory.js +1 -1
  38. package/esm2015/lib/CategoryXAxis_combined.js +216 -216
  39. package/esm2015/lib/CategoryYAxis_combined.js +200 -200
  40. package/esm2015/lib/ChaikinOscillatorIndicator.js +14 -14
  41. package/esm2015/lib/ChaikinVolatilityIndicator.js +15 -15
  42. package/esm2015/lib/ColumnSeries_combined.js +70 -70
  43. package/esm2015/lib/CommodityChannelIndexIndicator.js +15 -15
  44. package/esm2015/lib/CrosshairLayer_combined.js +146 -146
  45. package/esm2015/lib/CustomIndicator.js +22 -22
  46. package/esm2015/lib/DataAnnotationAxisLayer.js +13 -13
  47. package/esm2015/lib/DataAnnotationBandLayer.js +51 -51
  48. package/esm2015/lib/DataAnnotationLineLayer.js +31 -31
  49. package/esm2015/lib/DataAnnotationPointLayer.js +176 -176
  50. package/esm2015/lib/DataAnnotationRangeLayer.js +6 -6
  51. package/esm2015/lib/DataAnnotationRectLayer.js +30 -30
  52. package/esm2015/lib/DataAnnotationShapeFrameManager.js +4 -4
  53. package/esm2015/lib/DataAnnotationShapeLayer_combined.js +305 -305
  54. package/esm2015/lib/DataAnnotationSliceLayer.js +88 -88
  55. package/esm2015/lib/DataAnnotationStripLayer.js +117 -117
  56. package/esm2015/lib/DataChartToolbarProvider.js +12 -12
  57. package/esm2015/lib/DataChartVisualDataManager.js +13 -6
  58. package/esm2015/lib/DataLegendContent_combined.js +1 -1
  59. package/esm2015/lib/DataPieBaseChart.js +167 -137
  60. package/esm2015/lib/DataPieChart.js +73 -73
  61. package/esm2015/lib/DataToolTipLayer_combined.js +477 -457
  62. package/esm2015/lib/DetrendedPriceOscillatorIndicator.js +15 -15
  63. package/esm2015/lib/DomainChart.js +32 -32
  64. package/esm2015/lib/EaseOfMovementIndicator.js +6 -6
  65. package/esm2015/lib/ErrorBarsHelper.js +17 -17
  66. package/esm2015/lib/FastStochasticOscillatorIndicator.js +15 -15
  67. package/esm2015/lib/FinalValueLayer_combined.js +90 -90
  68. package/esm2015/lib/FinancialChart_combined.js +66 -66
  69. package/esm2015/lib/FinancialEventArgs_combined.js +674 -671
  70. package/esm2015/lib/FinancialIndicator_combined.js +209 -209
  71. package/esm2015/lib/FinancialOverlay.js +35 -35
  72. package/esm2015/lib/FinancialPriceBucketCalculator.js +4 -4
  73. package/esm2015/lib/FinancialPriceSeriesProxy.js +14 -14
  74. package/esm2015/lib/FinancialPriceSeries_combined.js +326 -326
  75. package/esm2015/lib/ForceIndexIndicator.js +16 -16
  76. package/esm2015/lib/FullStochasticOscillatorIndicator.js +28 -28
  77. package/esm2015/lib/HighDensityScatterSeries_combined.js +433 -433
  78. package/esm2015/lib/HorizontalAnchoredCategorySeries.js +111 -111
  79. package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  80. package/esm2015/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  81. package/esm2015/lib/HorizontalRangeCategorySeries.js +53 -53
  82. package/esm2015/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  83. package/esm2015/lib/IndicatorProxy.js +10 -10
  84. package/esm2015/lib/ItemToolTipLayer_combined.js +85 -85
  85. package/esm2015/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  86. package/esm2015/lib/LegendBaseViewManager_combined.js +19 -5
  87. package/esm2015/lib/LineSeries_combined.js +44 -44
  88. package/esm2015/lib/LogarithmicScaler.js +1 -1
  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/NumericXAxis_combined.js +67 -67
  96. package/esm2015/lib/NumericYAxis_combined.js +66 -66
  97. package/esm2015/lib/OnBalanceVolumeIndicator.js +6 -6
  98. package/esm2015/lib/OrdinalTimeXAxis.js +198 -198
  99. package/esm2015/lib/OverlayProxy.js +7 -7
  100. package/esm2015/lib/PercentChangeYAxis_combined.js +15 -15
  101. package/esm2015/lib/PercentagePriceOscillatorIndicator.js +14 -14
  102. package/esm2015/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  103. package/esm2015/lib/PointSeries_combined.js +21 -21
  104. package/esm2015/lib/PolarAreaSeries_combined.js +31 -31
  105. package/esm2015/lib/PolarAxes.js +11 -11
  106. package/esm2015/lib/PolarAxisInfoCache.js +4 -4
  107. package/esm2015/lib/PolarBase_combined.js +447 -447
  108. package/esm2015/lib/PolarLineSeriesBase_combined.js +54 -54
  109. package/esm2015/lib/PolarLineSeries_combined.js +27 -27
  110. package/esm2015/lib/PolarScatterSeries_combined.js +12 -12
  111. package/esm2015/lib/PolarSplineAreaSeries_combined.js +32 -32
  112. package/esm2015/lib/PolarSplineSeries_combined.js +27 -27
  113. package/esm2015/lib/PositiveVolumeIndexIndicator.js +6 -6
  114. package/esm2015/lib/PriceChannelOverlay_combined.js +80 -80
  115. package/esm2015/lib/PriceVolumeTrendIndicator.js +6 -6
  116. package/esm2015/lib/ProportionalCategoryAngleAxis.js +208 -208
  117. package/esm2015/lib/RadialAreaSeries_combined.js +43 -43
  118. package/esm2015/lib/RadialAxes.js +4 -4
  119. package/esm2015/lib/RadialAxisLabelPanel_combined.js +10 -1
  120. package/esm2015/lib/RadialBaseChart.js +76 -76
  121. package/esm2015/lib/RadialBucketCalculator_combined.js +405 -398
  122. package/esm2015/lib/RadialColumnSeries_combined.js +88 -88
  123. package/esm2015/lib/RadialLineSeries_combined.js +41 -41
  124. package/esm2015/lib/RadialPieSeries_combined.js +229 -203
  125. package/esm2015/lib/RangeAreaSeries_combined.js +25 -25
  126. package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +132 -132
  127. package/esm2015/lib/RangeColumnSeries_combined.js +42 -42
  128. package/esm2015/lib/RateOfChangeAndMomentumIndicator.js +15 -15
  129. package/esm2015/lib/RelativeStrengthIndexIndicator.js +16 -16
  130. package/esm2015/lib/ScatterAreaSeries_combined.js +136 -136
  131. package/esm2015/lib/ScatterBase_combined.js +536 -536
  132. package/esm2015/lib/ScatterContourSeries_combined.js +120 -120
  133. package/esm2015/lib/ScatterErrorBarSettings.js +5 -5
  134. package/esm2015/lib/ScatterLineSeries.js +57 -57
  135. package/esm2015/lib/ScatterLineSeriesView.js +7 -7
  136. package/esm2015/lib/ScatterPolygonSeries_combined.js +230 -230
  137. package/esm2015/lib/ScatterPolylineSeries_combined.js +25 -25
  138. package/esm2015/lib/ScatterSeries_combined.js +15 -15
  139. package/esm2015/lib/ScatterSplineSeries.js +44 -44
  140. package/esm2015/lib/ScatterSplineSeriesView.js +7 -7
  141. package/esm2015/lib/ScatterTriangulationSeries.js +164 -164
  142. package/esm2015/lib/SeriesInteractionManager.js +148 -137
  143. package/esm2015/lib/SeriesRenderManager.js +12 -12
  144. package/esm2015/lib/SeriesRenderingArguments.js +1 -1
  145. package/esm2015/lib/SeriesViewerInteractionManager.js +19 -19
  146. package/esm2015/lib/SeriesViewer_combined.js +3506 -3468
  147. package/esm2015/lib/SeriesVisualDataManager.js +4 -4
  148. package/esm2015/lib/ShapeSeriesBase_combined.js +383 -383
  149. package/esm2015/lib/SizeScale.js +2 -2
  150. package/esm2015/lib/SlowStochasticOscillatorIndicator.js +15 -15
  151. package/esm2015/lib/SplineAreaSeries_combined.js +38 -38
  152. package/esm2015/lib/SplineSeriesBase_combined.js +145 -145
  153. package/esm2015/lib/SplineSeries_combined.js +26 -26
  154. package/esm2015/lib/Stacked100AreaSeries_combined.js +10 -10
  155. package/esm2015/lib/Stacked100BarBucketCalculator.js +3 -3
  156. package/esm2015/lib/Stacked100BarSeries_combined.js +16 -16
  157. package/esm2015/lib/Stacked100ColumnBucketCalculator.js +3 -3
  158. package/esm2015/lib/Stacked100ColumnSeries_combined.js +16 -16
  159. package/esm2015/lib/Stacked100DataPreparer.js +5 -5
  160. package/esm2015/lib/Stacked100LineSeries_combined.js +10 -10
  161. package/esm2015/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  162. package/esm2015/lib/Stacked100SplineSeries_combined.js +10 -10
  163. package/esm2015/lib/StackedLineSeries_combined.js +12 -12
  164. package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +1138 -1134
  165. package/esm2015/lib/StandardDeviationIndicator.js +15 -15
  166. package/esm2015/lib/StepAreaSeries_combined.js +74 -74
  167. package/esm2015/lib/StepLineSeries_combined.js +76 -76
  168. package/esm2015/lib/StochRSIIndicator.js +15 -15
  169. package/esm2015/lib/StraightNumericAxisBase_combined.js +80 -80
  170. package/esm2015/lib/StrategyBasedIndicator.js +59 -59
  171. package/esm2015/lib/TRIXIndicator.js +16 -16
  172. package/esm2015/lib/TimeAxisBase.js +209 -209
  173. package/esm2015/lib/TimeXAxis.js +249 -249
  174. package/esm2015/lib/TrendLineLayer_combined.js +105 -105
  175. package/esm2015/lib/TypicalPriceIndicator.js +6 -6
  176. package/esm2015/lib/UltimateOscillatorIndicator.js +6 -6
  177. package/esm2015/lib/UserAnnotationLayer_combined.js +327 -327
  178. package/esm2015/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  179. package/esm2015/lib/ValueLayer_combined.js +247 -247
  180. package/esm2015/lib/ValueOverlay_combined.js +192 -192
  181. package/esm2015/lib/VerticalAnchoredCategorySeries.js +71 -71
  182. package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  183. package/esm2015/lib/WaterfallSeries_combined.js +112 -112
  184. package/esm2015/lib/WeightedCloseIndicator.js +6 -6
  185. package/esm2015/lib/WilliamsPercentRIndicator.js +15 -15
  186. package/esm2015/lib/XYChart.js +76 -76
  187. package/esm2015/lib/igc-anchored-category-series-component.js +26 -26
  188. package/esm2015/lib/igc-anchored-radial-series-component.js +40 -40
  189. package/esm2015/lib/igc-annotation-layer-component.js +72 -72
  190. package/esm2015/lib/igc-average-directional-index-indicator-component.js +3 -3
  191. package/esm2015/lib/igc-average-true-range-indicator-component.js +3 -3
  192. package/esm2015/lib/igc-axis-component.js +154 -154
  193. package/esm2015/lib/igc-bar-fragment-component.js +4 -4
  194. package/esm2015/lib/igc-bar-series-component.js +10 -10
  195. package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  196. package/esm2015/lib/igc-bollinger-bands-overlay-component.js +9 -9
  197. package/esm2015/lib/igc-bubble-series-component.js +35 -35
  198. package/esm2015/lib/igc-callout-layer-component.js +174 -174
  199. package/esm2015/lib/igc-category-angle-axis-component.js +32 -32
  200. package/esm2015/lib/igc-category-axis-base-component.js +26 -26
  201. package/esm2015/lib/igc-category-chart-module.js +6 -0
  202. package/esm2015/lib/igc-category-date-time-x-axis-component.js +21 -21
  203. package/esm2015/lib/igc-category-highlight-layer-component.js +8 -8
  204. package/esm2015/lib/igc-category-item-highlight-layer-component.js +27 -27
  205. package/esm2015/lib/igc-category-series-component.js +22 -22
  206. package/esm2015/lib/igc-category-tool-tip-layer-component.js +19 -19
  207. package/esm2015/lib/igc-category-x-axis-component.js +22 -22
  208. package/esm2015/lib/igc-category-y-axis-component.js +24 -24
  209. package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  210. package/esm2015/lib/igc-column-fragment-component.js +10 -10
  211. package/esm2015/lib/igc-column-series-component.js +12 -12
  212. package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  213. package/esm2015/lib/igc-crosshair-layer-component.js +91 -91
  214. package/esm2015/lib/igc-data-annotation-axis-layer-component.js +100 -100
  215. package/esm2015/lib/igc-data-annotation-band-layer-component.js +2 -2
  216. package/esm2015/lib/igc-data-annotation-point-layer-component.js +54 -54
  217. package/esm2015/lib/igc-data-annotation-range-layer-component.js +27 -27
  218. package/esm2015/lib/igc-data-annotation-shape-layer-component.js +86 -86
  219. package/esm2015/lib/igc-data-annotation-slice-layer-component.js +12 -12
  220. package/esm2015/lib/igc-data-annotation-strip-layer-component.js +27 -27
  221. package/esm2015/lib/igc-data-chart-default-tooltips-component.js +0 -1
  222. package/esm2015/lib/igc-data-pie-base-chart-component.js +36 -16
  223. package/esm2015/lib/igc-data-pie-chart-component.js +23 -23
  224. package/esm2015/lib/igc-data-pie-chart-module.js +6 -0
  225. package/esm2015/lib/igc-data-tool-tip-layer-component.js +416 -416
  226. package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  227. package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  228. package/esm2015/lib/igc-final-value-layer-component.js +37 -37
  229. package/esm2015/lib/igc-financial-chart-module.js +6 -0
  230. package/esm2015/lib/igc-financial-indicator-component.js +18 -18
  231. package/esm2015/lib/igc-financial-overlay-component.js +4 -4
  232. package/esm2015/lib/igc-financial-price-series-component.js +37 -37
  233. package/esm2015/lib/igc-financial-series-component.js +60 -60
  234. package/esm2015/lib/igc-force-index-indicator-component.js +4 -4
  235. package/esm2015/lib/igc-fragment-base-component.js +1 -1
  236. package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  237. package/esm2015/lib/igc-high-density-scatter-series-component.js +48 -48
  238. package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  239. package/esm2015/lib/igc-horizontal-range-category-series-component.js +19 -19
  240. package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  241. package/esm2015/lib/igc-item-tool-tip-layer-component.js +22 -22
  242. package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  243. package/esm2015/lib/igc-line-fragment-component.js +1 -1
  244. package/esm2015/lib/igc-line-series-component.js +1 -1
  245. package/esm2015/lib/igc-marker-series-component.js +35 -35
  246. package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  247. package/esm2015/lib/igc-money-flow-index-indicator-component.js +4 -4
  248. package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  249. package/esm2015/lib/igc-numeric-angle-axis-component.js +12 -12
  250. package/esm2015/lib/igc-numeric-axis-base-component.js +94 -94
  251. package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
  252. package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
  253. package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
  254. package/esm2015/lib/igc-ordinal-time-x-axis-component.js +6 -6
  255. package/esm2015/lib/igc-polar-area-series-component.js +3 -3
  256. package/esm2015/lib/igc-polar-base-component.js +77 -77
  257. package/esm2015/lib/igc-polar-line-series-component.js +4 -4
  258. package/esm2015/lib/igc-polar-spline-area-series-component.js +4 -4
  259. package/esm2015/lib/igc-polar-spline-series-component.js +4 -4
  260. package/esm2015/lib/igc-price-channel-overlay-component.js +6 -6
  261. package/esm2015/lib/igc-proportional-category-angle-axis-component.js +13 -13
  262. package/esm2015/lib/igc-radial-area-series-component.js +3 -3
  263. package/esm2015/lib/igc-radial-base-component.js +86 -66
  264. package/esm2015/lib/igc-radial-column-series-component.js +8 -8
  265. package/esm2015/lib/igc-radial-line-series-component.js +4 -4
  266. package/esm2015/lib/igc-radial-pie-series-component.js +18 -18
  267. package/esm2015/lib/igc-range-category-series-component.js +11 -11
  268. package/esm2015/lib/igc-range-column-series-component.js +9 -9
  269. package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  270. package/esm2015/lib/igc-relative-strength-index-indicator-component.js +4 -4
  271. package/esm2015/lib/igc-scatter-area-series-component.js +15 -15
  272. package/esm2015/lib/igc-scatter-base-component.js +59 -59
  273. package/esm2015/lib/igc-scatter-contour-series-component.js +15 -15
  274. package/esm2015/lib/igc-scatter-line-series-component.js +4 -4
  275. package/esm2015/lib/igc-scatter-polygon-series-component.js +36 -36
  276. package/esm2015/lib/igc-scatter-polyline-series-component.js +3 -3
  277. package/esm2015/lib/igc-scatter-spline-series-component.js +4 -4
  278. package/esm2015/lib/igc-scatter-triangulation-series-component.js +28 -28
  279. package/esm2015/lib/igc-series-component.js +229 -229
  280. package/esm2015/lib/igc-shape-series-base-component.js +45 -45
  281. package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  282. package/esm2015/lib/igc-spline-area-fragment-component.js +1 -1
  283. package/esm2015/lib/igc-spline-area-series-component.js +1 -1
  284. package/esm2015/lib/igc-spline-fragment-base-component.js +1 -1
  285. package/esm2015/lib/igc-spline-fragment-component.js +1 -1
  286. package/esm2015/lib/igc-spline-series-base-component.js +6 -6
  287. package/esm2015/lib/igc-spline-series-component.js +1 -1
  288. package/esm2015/lib/igc-stacked-100-area-series-component.js +1 -1
  289. package/esm2015/lib/igc-stacked-100-bar-series-component.js +1 -1
  290. package/esm2015/lib/igc-stacked-100-column-series-component.js +1 -1
  291. package/esm2015/lib/igc-stacked-100-line-series-component.js +1 -1
  292. package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  293. package/esm2015/lib/igc-stacked-100-spline-series-component.js +1 -1
  294. package/esm2015/lib/igc-stacked-bar-series-component.js +11 -11
  295. package/esm2015/lib/igc-stacked-column-series-component.js +8 -8
  296. package/esm2015/lib/igc-stacked-line-series-component.js +1 -1
  297. package/esm2015/lib/igc-stacked-series-base-component.js +11 -11
  298. package/esm2015/lib/igc-stacked-spline-area-series-component.js +4 -4
  299. package/esm2015/lib/igc-stacked-spline-series-component.js +4 -4
  300. package/esm2015/lib/igc-standard-deviation-indicator-component.js +3 -3
  301. package/esm2015/lib/igc-step-area-series-component.js +2 -2
  302. package/esm2015/lib/igc-step-line-series-component.js +3 -3
  303. package/esm2015/lib/igc-stoch-rsi-indicator-component.js +3 -3
  304. package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
  305. package/esm2015/lib/igc-time-axis-base-component.js +6 -6
  306. package/esm2015/lib/igc-time-x-axis-component.js +4 -4
  307. package/esm2015/lib/igc-trend-line-layer-component.js +12 -12
  308. package/esm2015/lib/igc-trix-indicator-component.js +3 -3
  309. package/esm2015/lib/igc-user-annotation-layer-component.js +5 -5
  310. package/esm2015/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  311. package/esm2015/lib/igc-value-layer-component.js +159 -159
  312. package/esm2015/lib/igc-value-overlay-component.js +118 -118
  313. package/esm2015/lib/igc-vertical-anchored-category-series-component.js +10 -10
  314. package/esm2015/lib/igc-vertical-stacked-series-base-component.js +2 -2
  315. package/esm2015/lib/igc-waterfall-series-component.js +18 -18
  316. package/esm2015/lib/igc-williams-percent-r-indicator-component.js +3 -3
  317. package/esm5/lib/AbsoluteVolumeOscillatorIndicator.js +14 -14
  318. package/esm5/lib/AccumulationDistributionIndicator.js +6 -6
  319. package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +14 -14
  320. package/esm5/lib/AnchoredCategorySeries_combined.js +225 -225
  321. package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +336 -330
  322. package/esm5/lib/AngleAxisLabelPanel_combined.js +620 -566
  323. package/esm5/lib/AnnotationLayerProxy.js +71 -71
  324. package/esm5/lib/AnnotationLayer_combined.js +181 -181
  325. package/esm5/lib/AreaSeries_combined.js +47 -47
  326. package/esm5/lib/AverageDirectionalIndexIndicator.js +14 -14
  327. package/esm5/lib/AverageTrueRangeIndicator.js +14 -14
  328. package/esm5/lib/AxisAnnotationFrameManager.js +9 -9
  329. package/esm5/lib/AxisAnnotationManager.js +50 -36
  330. package/esm5/lib/AxisLabelVisualData.js +62 -2
  331. package/esm5/lib/AxisVisualData.js +1 -1
  332. package/esm5/lib/AxisVisualDataManager.js +40 -32
  333. package/esm5/lib/BarSeries_combined.js +118 -118
  334. package/esm5/lib/BollingerBandWidthIndicator.js +18 -18
  335. package/esm5/lib/BollingerBandsOverlay_combined.js +99 -99
  336. package/esm5/lib/BrushScale.js +7 -7
  337. package/esm5/lib/BubbleSeries_combined.js +272 -272
  338. package/esm5/lib/CalloutLayer_combined.js +637 -637
  339. package/esm5/lib/CategoryBucketCalculator_combined.js +331 -331
  340. package/esm5/lib/CategoryChart.js +48 -48
  341. package/esm5/lib/CategoryDateTimeXAxis_combined.js +138 -138
  342. package/esm5/lib/CategoryErrorBarSettings.js +5 -5
  343. package/esm5/lib/CategoryHighlightLayer_combined.js +58 -58
  344. package/esm5/lib/CategoryItemHighlightLayer_combined.js +117 -117
  345. package/esm5/lib/CategoryMarkerManager.js +1 -1
  346. package/esm5/lib/CategorySeriesInteractionManager.js +16 -16
  347. package/esm5/lib/CategorySeriesRenderManager.js +4 -4
  348. package/esm5/lib/CategoryToolTipLayer_combined.js +75 -75
  349. package/esm5/lib/CategoryTransitionSourceFramePreparer.js +1 -1
  350. package/esm5/lib/CategoryTrendLineManagerBase.js +1 -1
  351. package/esm5/lib/CategoryTrendLineManagerFactory.js +1 -1
  352. package/esm5/lib/CategoryXAxis_combined.js +210 -210
  353. package/esm5/lib/CategoryYAxis_combined.js +194 -194
  354. package/esm5/lib/ChaikinOscillatorIndicator.js +14 -14
  355. package/esm5/lib/ChaikinVolatilityIndicator.js +14 -14
  356. package/esm5/lib/ColumnSeries_combined.js +69 -69
  357. package/esm5/lib/CommodityChannelIndexIndicator.js +14 -14
  358. package/esm5/lib/CrosshairLayer_combined.js +146 -146
  359. package/esm5/lib/CustomIndicator.js +22 -22
  360. package/esm5/lib/DataAnnotationAxisLayer.js +13 -13
  361. package/esm5/lib/DataAnnotationBandLayer.js +50 -50
  362. package/esm5/lib/DataAnnotationLineLayer.js +31 -31
  363. package/esm5/lib/DataAnnotationPointLayer.js +172 -172
  364. package/esm5/lib/DataAnnotationRangeLayer.js +6 -6
  365. package/esm5/lib/DataAnnotationRectLayer.js +30 -30
  366. package/esm5/lib/DataAnnotationShapeFrameManager.js +4 -4
  367. package/esm5/lib/DataAnnotationShapeLayer_combined.js +303 -303
  368. package/esm5/lib/DataAnnotationSliceLayer.js +90 -90
  369. package/esm5/lib/DataAnnotationStripLayer.js +119 -119
  370. package/esm5/lib/DataChartToolbarProvider.js +12 -12
  371. package/esm5/lib/DataChartVisualDataManager.js +13 -6
  372. package/esm5/lib/DataLegendContent_combined.js +1 -1
  373. package/esm5/lib/DataPieBaseChart.js +167 -129
  374. package/esm5/lib/DataPieChart.js +67 -67
  375. package/esm5/lib/DataToolTipLayer_combined.js +478 -458
  376. package/esm5/lib/DetrendedPriceOscillatorIndicator.js +14 -14
  377. package/esm5/lib/DomainChart.js +32 -32
  378. package/esm5/lib/EaseOfMovementIndicator.js +6 -6
  379. package/esm5/lib/ErrorBarsHelper.js +17 -17
  380. package/esm5/lib/FastStochasticOscillatorIndicator.js +14 -14
  381. package/esm5/lib/FinalValueLayer_combined.js +90 -90
  382. package/esm5/lib/FinancialChart_combined.js +66 -66
  383. package/esm5/lib/FinancialEventArgs_combined.js +674 -671
  384. package/esm5/lib/FinancialIndicator_combined.js +208 -208
  385. package/esm5/lib/FinancialOverlay.js +35 -35
  386. package/esm5/lib/FinancialPriceBucketCalculator.js +4 -4
  387. package/esm5/lib/FinancialPriceSeriesProxy.js +14 -14
  388. package/esm5/lib/FinancialPriceSeries_combined.js +325 -325
  389. package/esm5/lib/ForceIndexIndicator.js +15 -15
  390. package/esm5/lib/FullStochasticOscillatorIndicator.js +26 -26
  391. package/esm5/lib/HighDensityScatterSeries_combined.js +434 -434
  392. package/esm5/lib/HorizontalAnchoredCategorySeries.js +109 -109
  393. package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +4 -4
  394. package/esm5/lib/HorizontalAnchoredCategorySeriesProxy.js +4 -4
  395. package/esm5/lib/HorizontalRangeCategorySeries.js +53 -53
  396. package/esm5/lib/HorizontalRangeCategorySeriesProxy.js +2 -2
  397. package/esm5/lib/IndicatorProxy.js +10 -10
  398. package/esm5/lib/ItemToolTipLayer_combined.js +85 -85
  399. package/esm5/lib/ItemwiseStrategyBasedIndicator.js +8 -8
  400. package/esm5/lib/LegendBaseViewManager_combined.js +19 -5
  401. package/esm5/lib/LineSeries_combined.js +44 -44
  402. package/esm5/lib/LogarithmicScaler.js +1 -1
  403. package/esm5/lib/MarketFacilitationIndexIndicator.js +7 -7
  404. package/esm5/lib/MassIndexIndicator.js +6 -6
  405. package/esm5/lib/MedianPriceIndicator.js +6 -6
  406. package/esm5/lib/MoneyFlowIndexIndicator.js +15 -15
  407. package/esm5/lib/MovingAverageConvergenceDivergenceIndicator.js +19 -19
  408. package/esm5/lib/NegativeVolumeIndexIndicator.js +6 -6
  409. package/esm5/lib/NumericXAxis_combined.js +67 -67
  410. package/esm5/lib/NumericYAxis_combined.js +66 -66
  411. package/esm5/lib/OnBalanceVolumeIndicator.js +6 -6
  412. package/esm5/lib/OrdinalTimeXAxis.js +194 -194
  413. package/esm5/lib/OverlayProxy.js +7 -7
  414. package/esm5/lib/PercentChangeYAxis_combined.js +15 -15
  415. package/esm5/lib/PercentagePriceOscillatorIndicator.js +14 -14
  416. package/esm5/lib/PercentageVolumeOscillatorIndicator.js +14 -14
  417. package/esm5/lib/PointSeries_combined.js +21 -21
  418. package/esm5/lib/PolarAreaSeries_combined.js +31 -31
  419. package/esm5/lib/PolarAxes.js +11 -11
  420. package/esm5/lib/PolarAxisInfoCache.js +4 -4
  421. package/esm5/lib/PolarBase_combined.js +446 -446
  422. package/esm5/lib/PolarLineSeriesBase_combined.js +54 -54
  423. package/esm5/lib/PolarLineSeries_combined.js +27 -27
  424. package/esm5/lib/PolarScatterSeries_combined.js +12 -12
  425. package/esm5/lib/PolarSplineAreaSeries_combined.js +32 -32
  426. package/esm5/lib/PolarSplineSeries_combined.js +27 -27
  427. package/esm5/lib/PositiveVolumeIndexIndicator.js +6 -6
  428. package/esm5/lib/PriceChannelOverlay_combined.js +80 -80
  429. package/esm5/lib/PriceVolumeTrendIndicator.js +6 -6
  430. package/esm5/lib/ProportionalCategoryAngleAxis.js +201 -201
  431. package/esm5/lib/RadialAreaSeries_combined.js +43 -43
  432. package/esm5/lib/RadialAxes.js +4 -4
  433. package/esm5/lib/RadialAxisLabelPanel_combined.js +10 -1
  434. package/esm5/lib/RadialBaseChart.js +76 -76
  435. package/esm5/lib/RadialBucketCalculator_combined.js +404 -397
  436. package/esm5/lib/RadialColumnSeries_combined.js +88 -88
  437. package/esm5/lib/RadialLineSeries_combined.js +41 -41
  438. package/esm5/lib/RadialPieSeries_combined.js +225 -199
  439. package/esm5/lib/RangeAreaSeries_combined.js +25 -25
  440. package/esm5/lib/RangeCategoryBucketCalculator_combined.js +133 -133
  441. package/esm5/lib/RangeColumnSeries_combined.js +42 -42
  442. package/esm5/lib/RateOfChangeAndMomentumIndicator.js +14 -14
  443. package/esm5/lib/RelativeStrengthIndexIndicator.js +15 -15
  444. package/esm5/lib/ScatterAreaSeries_combined.js +134 -134
  445. package/esm5/lib/ScatterBase_combined.js +535 -535
  446. package/esm5/lib/ScatterContourSeries_combined.js +118 -118
  447. package/esm5/lib/ScatterErrorBarSettings.js +5 -5
  448. package/esm5/lib/ScatterLineSeries.js +57 -57
  449. package/esm5/lib/ScatterLineSeriesView.js +7 -7
  450. package/esm5/lib/ScatterPolygonSeries_combined.js +228 -228
  451. package/esm5/lib/ScatterPolylineSeries_combined.js +25 -25
  452. package/esm5/lib/ScatterSeries_combined.js +15 -15
  453. package/esm5/lib/ScatterSplineSeries.js +44 -44
  454. package/esm5/lib/ScatterSplineSeriesView.js +7 -7
  455. package/esm5/lib/ScatterTriangulationSeries.js +168 -168
  456. package/esm5/lib/SeriesInteractionManager.js +148 -137
  457. package/esm5/lib/SeriesRenderManager.js +12 -12
  458. package/esm5/lib/SeriesRenderingArguments.js +1 -1
  459. package/esm5/lib/SeriesViewerInteractionManager.js +19 -19
  460. package/esm5/lib/SeriesViewer_combined.js +3746 -3724
  461. package/esm5/lib/SeriesVisualDataManager.js +4 -4
  462. package/esm5/lib/ShapeSeriesBase_combined.js +379 -379
  463. package/esm5/lib/SizeScale.js +2 -2
  464. package/esm5/lib/SlowStochasticOscillatorIndicator.js +14 -14
  465. package/esm5/lib/SplineAreaSeries_combined.js +38 -38
  466. package/esm5/lib/SplineSeriesBase_combined.js +145 -145
  467. package/esm5/lib/SplineSeries_combined.js +26 -26
  468. package/esm5/lib/Stacked100AreaSeries_combined.js +10 -10
  469. package/esm5/lib/Stacked100BarBucketCalculator.js +3 -3
  470. package/esm5/lib/Stacked100BarSeries_combined.js +16 -16
  471. package/esm5/lib/Stacked100ColumnBucketCalculator.js +3 -3
  472. package/esm5/lib/Stacked100ColumnSeries_combined.js +16 -16
  473. package/esm5/lib/Stacked100DataPreparer.js +5 -5
  474. package/esm5/lib/Stacked100LineSeries_combined.js +10 -10
  475. package/esm5/lib/Stacked100SplineAreaSeries_combined.js +10 -10
  476. package/esm5/lib/Stacked100SplineSeries_combined.js +10 -10
  477. package/esm5/lib/StackedLineSeries_combined.js +12 -12
  478. package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +1136 -1132
  479. package/esm5/lib/StandardDeviationIndicator.js +14 -14
  480. package/esm5/lib/StepAreaSeries_combined.js +74 -74
  481. package/esm5/lib/StepLineSeries_combined.js +76 -76
  482. package/esm5/lib/StochRSIIndicator.js +14 -14
  483. package/esm5/lib/StraightNumericAxisBase_combined.js +78 -78
  484. package/esm5/lib/StrategyBasedIndicator.js +59 -59
  485. package/esm5/lib/TRIXIndicator.js +15 -15
  486. package/esm5/lib/TimeAxisBase.js +206 -206
  487. package/esm5/lib/TimeXAxis.js +246 -246
  488. package/esm5/lib/TrendLineLayer_combined.js +105 -105
  489. package/esm5/lib/TypicalPriceIndicator.js +6 -6
  490. package/esm5/lib/UltimateOscillatorIndicator.js +6 -6
  491. package/esm5/lib/UserAnnotationLayer_combined.js +327 -327
  492. package/esm5/lib/UserAnnotationToolTipLayerView_combined.js +195 -195
  493. package/esm5/lib/ValueLayer_combined.js +246 -246
  494. package/esm5/lib/ValueOverlay_combined.js +190 -190
  495. package/esm5/lib/VerticalAnchoredCategorySeries.js +71 -71
  496. package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +4 -4
  497. package/esm5/lib/WaterfallSeries_combined.js +112 -112
  498. package/esm5/lib/WeightedCloseIndicator.js +6 -6
  499. package/esm5/lib/WilliamsPercentRIndicator.js +14 -14
  500. package/esm5/lib/XYChart.js +76 -76
  501. package/esm5/lib/igc-anchored-category-series-component.js +26 -26
  502. package/esm5/lib/igc-anchored-radial-series-component.js +40 -40
  503. package/esm5/lib/igc-annotation-layer-component.js +72 -72
  504. package/esm5/lib/igc-average-directional-index-indicator-component.js +3 -3
  505. package/esm5/lib/igc-average-true-range-indicator-component.js +3 -3
  506. package/esm5/lib/igc-axis-component.js +154 -154
  507. package/esm5/lib/igc-bar-fragment-component.js +4 -4
  508. package/esm5/lib/igc-bar-series-component.js +10 -10
  509. package/esm5/lib/igc-bollinger-band-width-indicator-component.js +6 -6
  510. package/esm5/lib/igc-bollinger-bands-overlay-component.js +9 -9
  511. package/esm5/lib/igc-bubble-series-component.js +35 -35
  512. package/esm5/lib/igc-callout-layer-component.js +174 -174
  513. package/esm5/lib/igc-category-angle-axis-component.js +32 -32
  514. package/esm5/lib/igc-category-axis-base-component.js +26 -26
  515. package/esm5/lib/igc-category-chart-module.js +6 -0
  516. package/esm5/lib/igc-category-date-time-x-axis-component.js +21 -21
  517. package/esm5/lib/igc-category-highlight-layer-component.js +8 -8
  518. package/esm5/lib/igc-category-item-highlight-layer-component.js +27 -27
  519. package/esm5/lib/igc-category-series-component.js +22 -22
  520. package/esm5/lib/igc-category-tool-tip-layer-component.js +19 -19
  521. package/esm5/lib/igc-category-x-axis-component.js +22 -22
  522. package/esm5/lib/igc-category-y-axis-component.js +24 -24
  523. package/esm5/lib/igc-chaikin-volatility-indicator-component.js +3 -3
  524. package/esm5/lib/igc-column-fragment-component.js +10 -10
  525. package/esm5/lib/igc-column-series-component.js +12 -12
  526. package/esm5/lib/igc-commodity-channel-index-indicator-component.js +3 -3
  527. package/esm5/lib/igc-crosshair-layer-component.js +91 -91
  528. package/esm5/lib/igc-data-annotation-axis-layer-component.js +100 -100
  529. package/esm5/lib/igc-data-annotation-band-layer-component.js +2 -2
  530. package/esm5/lib/igc-data-annotation-point-layer-component.js +54 -54
  531. package/esm5/lib/igc-data-annotation-range-layer-component.js +27 -27
  532. package/esm5/lib/igc-data-annotation-shape-layer-component.js +86 -86
  533. package/esm5/lib/igc-data-annotation-slice-layer-component.js +12 -12
  534. package/esm5/lib/igc-data-annotation-strip-layer-component.js +27 -27
  535. package/esm5/lib/igc-data-chart-default-tooltips-component.js +0 -1
  536. package/esm5/lib/igc-data-pie-base-chart-component.js +44 -16
  537. package/esm5/lib/igc-data-pie-chart-component.js +23 -23
  538. package/esm5/lib/igc-data-pie-chart-module.js +6 -0
  539. package/esm5/lib/igc-data-tool-tip-layer-component.js +416 -416
  540. package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +3 -3
  541. package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +3 -3
  542. package/esm5/lib/igc-final-value-layer-component.js +37 -37
  543. package/esm5/lib/igc-financial-chart-module.js +6 -0
  544. package/esm5/lib/igc-financial-indicator-component.js +18 -18
  545. package/esm5/lib/igc-financial-overlay-component.js +4 -4
  546. package/esm5/lib/igc-financial-price-series-component.js +37 -37
  547. package/esm5/lib/igc-financial-series-component.js +60 -60
  548. package/esm5/lib/igc-force-index-indicator-component.js +4 -4
  549. package/esm5/lib/igc-fragment-base-component.js +1 -1
  550. package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +6 -6
  551. package/esm5/lib/igc-high-density-scatter-series-component.js +48 -48
  552. package/esm5/lib/igc-horizontal-anchored-category-series-component.js +7 -7
  553. package/esm5/lib/igc-horizontal-range-category-series-component.js +19 -19
  554. package/esm5/lib/igc-horizontal-stacked-series-base-component.js +3 -3
  555. package/esm5/lib/igc-item-tool-tip-layer-component.js +22 -22
  556. package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +1 -1
  557. package/esm5/lib/igc-line-fragment-component.js +1 -1
  558. package/esm5/lib/igc-line-series-component.js +1 -1
  559. package/esm5/lib/igc-marker-series-component.js +35 -35
  560. package/esm5/lib/igc-market-facilitation-index-indicator-component.js +1 -1
  561. package/esm5/lib/igc-money-flow-index-indicator-component.js +4 -4
  562. package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +1 -1
  563. package/esm5/lib/igc-numeric-angle-axis-component.js +12 -12
  564. package/esm5/lib/igc-numeric-axis-base-component.js +94 -94
  565. package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
  566. package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
  567. package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
  568. package/esm5/lib/igc-ordinal-time-x-axis-component.js +6 -6
  569. package/esm5/lib/igc-polar-area-series-component.js +3 -3
  570. package/esm5/lib/igc-polar-base-component.js +77 -77
  571. package/esm5/lib/igc-polar-line-series-component.js +4 -4
  572. package/esm5/lib/igc-polar-spline-area-series-component.js +4 -4
  573. package/esm5/lib/igc-polar-spline-series-component.js +4 -4
  574. package/esm5/lib/igc-price-channel-overlay-component.js +6 -6
  575. package/esm5/lib/igc-proportional-category-angle-axis-component.js +13 -13
  576. package/esm5/lib/igc-radial-area-series-component.js +3 -3
  577. package/esm5/lib/igc-radial-base-component.js +94 -66
  578. package/esm5/lib/igc-radial-column-series-component.js +8 -8
  579. package/esm5/lib/igc-radial-line-series-component.js +4 -4
  580. package/esm5/lib/igc-radial-pie-series-component.js +18 -18
  581. package/esm5/lib/igc-range-category-series-component.js +11 -11
  582. package/esm5/lib/igc-range-column-series-component.js +9 -9
  583. package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +3 -3
  584. package/esm5/lib/igc-relative-strength-index-indicator-component.js +4 -4
  585. package/esm5/lib/igc-scatter-area-series-component.js +15 -15
  586. package/esm5/lib/igc-scatter-base-component.js +59 -59
  587. package/esm5/lib/igc-scatter-contour-series-component.js +15 -15
  588. package/esm5/lib/igc-scatter-line-series-component.js +4 -4
  589. package/esm5/lib/igc-scatter-polygon-series-component.js +36 -36
  590. package/esm5/lib/igc-scatter-polyline-series-component.js +3 -3
  591. package/esm5/lib/igc-scatter-spline-series-component.js +4 -4
  592. package/esm5/lib/igc-scatter-triangulation-series-component.js +28 -28
  593. package/esm5/lib/igc-series-component.js +229 -229
  594. package/esm5/lib/igc-shape-series-base-component.js +45 -45
  595. package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +3 -3
  596. package/esm5/lib/igc-spline-area-fragment-component.js +1 -1
  597. package/esm5/lib/igc-spline-area-series-component.js +1 -1
  598. package/esm5/lib/igc-spline-fragment-base-component.js +1 -1
  599. package/esm5/lib/igc-spline-fragment-component.js +1 -1
  600. package/esm5/lib/igc-spline-series-base-component.js +6 -6
  601. package/esm5/lib/igc-spline-series-component.js +1 -1
  602. package/esm5/lib/igc-stacked-100-area-series-component.js +1 -1
  603. package/esm5/lib/igc-stacked-100-bar-series-component.js +1 -1
  604. package/esm5/lib/igc-stacked-100-column-series-component.js +1 -1
  605. package/esm5/lib/igc-stacked-100-line-series-component.js +1 -1
  606. package/esm5/lib/igc-stacked-100-spline-area-series-component.js +1 -1
  607. package/esm5/lib/igc-stacked-100-spline-series-component.js +1 -1
  608. package/esm5/lib/igc-stacked-bar-series-component.js +11 -11
  609. package/esm5/lib/igc-stacked-column-series-component.js +8 -8
  610. package/esm5/lib/igc-stacked-line-series-component.js +1 -1
  611. package/esm5/lib/igc-stacked-series-base-component.js +11 -11
  612. package/esm5/lib/igc-stacked-spline-area-series-component.js +4 -4
  613. package/esm5/lib/igc-stacked-spline-series-component.js +4 -4
  614. package/esm5/lib/igc-standard-deviation-indicator-component.js +3 -3
  615. package/esm5/lib/igc-step-area-series-component.js +2 -2
  616. package/esm5/lib/igc-step-line-series-component.js +3 -3
  617. package/esm5/lib/igc-stoch-rsi-indicator-component.js +3 -3
  618. package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
  619. package/esm5/lib/igc-time-axis-base-component.js +6 -6
  620. package/esm5/lib/igc-time-x-axis-component.js +4 -4
  621. package/esm5/lib/igc-trend-line-layer-component.js +12 -12
  622. package/esm5/lib/igc-trix-indicator-component.js +3 -3
  623. package/esm5/lib/igc-user-annotation-layer-component.js +5 -5
  624. package/esm5/lib/igc-user-annotation-tool-tip-layer-component.js +11 -11
  625. package/esm5/lib/igc-value-layer-component.js +159 -159
  626. package/esm5/lib/igc-value-overlay-component.js +118 -118
  627. package/esm5/lib/igc-vertical-anchored-category-series-component.js +10 -10
  628. package/esm5/lib/igc-vertical-stacked-series-base-component.js +2 -2
  629. package/esm5/lib/igc-waterfall-series-component.js +18 -18
  630. package/esm5/lib/igc-williams-percent-r-indicator-component.js +3 -3
  631. package/fesm2015/igniteui-webcomponents-charts.js +23120 -22773
  632. package/fesm5/igniteui-webcomponents-charts.js +23327 -22964
  633. package/lib/AbsoluteVolumeOscillatorIndicator.d.ts +8 -8
  634. package/lib/AccumulationDistributionIndicator.d.ts +4 -4
  635. package/lib/AnchoredCategorySeries_combined.d.ts +60 -60
  636. package/lib/AnchoredRadialBucketCalculator_combined.d.ts +77 -76
  637. package/lib/AngleAxisLabelPanel_combined.d.ts +140 -136
  638. package/lib/AnnotationLayer_combined.d.ts +58 -58
  639. package/lib/AreaSeries_combined.d.ts +9 -9
  640. package/lib/AverageDirectionalIndexIndicator.d.ts +9 -9
  641. package/lib/AverageTrueRangeIndicator.d.ts +9 -9
  642. package/lib/AxisLabelVisualData.d.ts +14 -1
  643. package/lib/BarSeries_combined.d.ts +18 -18
  644. package/lib/BollingerBandWidthIndicator.d.ts +9 -9
  645. package/lib/BollingerBandsOverlay_combined.d.ts +16 -16
  646. package/lib/BubbleSeries_combined.d.ts +48 -48
  647. package/lib/CalloutLayer_combined.d.ts +136 -136
  648. package/lib/CategoryBucketCalculator_combined.d.ts +73 -73
  649. package/lib/CategoryDateTimeXAxis_combined.d.ts +33 -33
  650. package/lib/CategoryHighlightLayer_combined.d.ts +16 -16
  651. package/lib/CategoryItemHighlightLayer_combined.d.ts +25 -25
  652. package/lib/CategoryToolTipLayer_combined.d.ts +18 -18
  653. package/lib/CategoryXAxis_combined.d.ts +50 -50
  654. package/lib/CategoryYAxis_combined.d.ts +48 -48
  655. package/lib/ChaikinOscillatorIndicator.d.ts +8 -8
  656. package/lib/ChaikinVolatilityIndicator.d.ts +9 -9
  657. package/lib/ColumnSeries_combined.d.ts +17 -17
  658. package/lib/CommodityChannelIndexIndicator.d.ts +9 -9
  659. package/lib/CrosshairLayer_combined.d.ts +44 -44
  660. package/lib/CustomIndicator.d.ts +8 -8
  661. package/lib/DataAnnotationAxisLayer.d.ts +26 -26
  662. package/lib/DataAnnotationBandLayer.d.ts +7 -7
  663. package/lib/DataAnnotationLineLayer.d.ts +2 -2
  664. package/lib/DataAnnotationPointLayer.d.ts +55 -55
  665. package/lib/DataAnnotationRangeLayer.d.ts +5 -5
  666. package/lib/DataAnnotationRectLayer.d.ts +1 -1
  667. package/lib/DataAnnotationShapeLayer_combined.d.ts +75 -75
  668. package/lib/DataAnnotationSliceLayer.d.ts +25 -25
  669. package/lib/DataAnnotationStripLayer.d.ts +33 -33
  670. package/lib/DataPieBaseChart.d.ts +28 -22
  671. package/lib/DataPieChart.d.ts +22 -22
  672. package/lib/DataToolTipLayer_combined.d.ts +146 -144
  673. package/lib/DetrendedPriceOscillatorIndicator.d.ts +9 -9
  674. package/lib/EaseOfMovementIndicator.d.ts +4 -4
  675. package/lib/FastStochasticOscillatorIndicator.d.ts +9 -9
  676. package/lib/FinalValueLayer_combined.d.ts +27 -27
  677. package/lib/FinancialEventArgs_combined.d.ts +129 -129
  678. package/lib/FinancialIndicator_combined.d.ts +38 -38
  679. package/lib/FinancialOverlay.d.ts +8 -8
  680. package/lib/FinancialPriceSeries_combined.d.ts +55 -55
  681. package/lib/ForceIndexIndicator.d.ts +10 -10
  682. package/lib/FullStochasticOscillatorIndicator.d.ts +15 -15
  683. package/lib/HighDensityScatterSeries_combined.d.ts +91 -91
  684. package/lib/HorizontalAnchoredCategorySeries.d.ts +27 -27
  685. package/lib/HorizontalRangeCategorySeries.d.ts +18 -18
  686. package/lib/ItemToolTipLayer_combined.d.ts +19 -19
  687. package/lib/ItemwiseStrategyBasedIndicator.d.ts +6 -6
  688. package/lib/LineSeries_combined.d.ts +10 -10
  689. package/lib/MarketFacilitationIndexIndicator.d.ts +5 -5
  690. package/lib/MassIndexIndicator.d.ts +4 -4
  691. package/lib/MedianPriceIndicator.d.ts +4 -4
  692. package/lib/MoneyFlowIndexIndicator.d.ts +10 -10
  693. package/lib/MovingAverageConvergenceDivergenceIndicator.d.ts +11 -11
  694. package/lib/NegativeVolumeIndexIndicator.d.ts +4 -4
  695. package/lib/NumericXAxis_combined.d.ts +15 -15
  696. package/lib/NumericYAxis_combined.d.ts +15 -15
  697. package/lib/OnBalanceVolumeIndicator.d.ts +4 -4
  698. package/lib/OrdinalTimeXAxis.d.ts +52 -52
  699. package/lib/PercentChangeYAxis_combined.d.ts +4 -4
  700. package/lib/PercentagePriceOscillatorIndicator.d.ts +8 -8
  701. package/lib/PercentageVolumeOscillatorIndicator.d.ts +8 -8
  702. package/lib/PointSeries_combined.d.ts +7 -7
  703. package/lib/PolarAreaSeries_combined.d.ts +10 -10
  704. package/lib/PolarBase_combined.d.ts +107 -107
  705. package/lib/PolarLineSeriesBase_combined.d.ts +20 -20
  706. package/lib/PolarLineSeries_combined.d.ts +10 -10
  707. package/lib/PolarScatterSeries_combined.d.ts +4 -4
  708. package/lib/PolarSplineAreaSeries_combined.d.ts +11 -11
  709. package/lib/PolarSplineSeries_combined.d.ts +8 -8
  710. package/lib/PositiveVolumeIndexIndicator.d.ts +4 -4
  711. package/lib/PriceChannelOverlay_combined.d.ts +14 -14
  712. package/lib/PriceVolumeTrendIndicator.d.ts +4 -4
  713. package/lib/ProportionalCategoryAngleAxis.d.ts +40 -40
  714. package/lib/RadialAreaSeries_combined.d.ts +9 -9
  715. package/lib/RadialAxisLabelPanel_combined.d.ts +7 -0
  716. package/lib/RadialBucketCalculator_combined.d.ts +73 -70
  717. package/lib/RadialColumnSeries_combined.d.ts +13 -13
  718. package/lib/RadialLineSeries_combined.d.ts +10 -10
  719. package/lib/RadialPieSeries_combined.d.ts +38 -35
  720. package/lib/RangeAreaSeries_combined.d.ts +7 -7
  721. package/lib/RangeCategoryBucketCalculator_combined.d.ts +27 -27
  722. package/lib/RangeColumnSeries_combined.d.ts +11 -11
  723. package/lib/RateOfChangeAndMomentumIndicator.d.ts +9 -9
  724. package/lib/RelativeStrengthIndexIndicator.d.ts +10 -10
  725. package/lib/ScatterAreaSeries_combined.d.ts +31 -31
  726. package/lib/ScatterBase_combined.d.ts +114 -114
  727. package/lib/ScatterContourSeries_combined.d.ts +22 -22
  728. package/lib/ScatterLineSeries.d.ts +13 -13
  729. package/lib/ScatterPolygonSeries_combined.d.ts +48 -48
  730. package/lib/ScatterPolylineSeries_combined.d.ts +10 -10
  731. package/lib/ScatterSeries_combined.d.ts +4 -4
  732. package/lib/ScatterSplineSeries.d.ts +12 -12
  733. package/lib/ScatterTriangulationSeries.d.ts +38 -38
  734. package/lib/SeriesViewer_combined.d.ts +1011 -1004
  735. package/lib/ShapeSeriesBase_combined.d.ts +101 -101
  736. package/lib/SlowStochasticOscillatorIndicator.d.ts +9 -9
  737. package/lib/SplineAreaSeries_combined.d.ts +8 -8
  738. package/lib/SplineSeriesBase_combined.d.ts +22 -22
  739. package/lib/SplineSeries_combined.d.ts +7 -7
  740. package/lib/Stacked100AreaSeries_combined.d.ts +5 -5
  741. package/lib/Stacked100BarSeries_combined.d.ts +7 -7
  742. package/lib/Stacked100ColumnSeries_combined.d.ts +7 -7
  743. package/lib/Stacked100LineSeries_combined.d.ts +5 -5
  744. package/lib/Stacked100SplineAreaSeries_combined.d.ts +5 -5
  745. package/lib/Stacked100SplineSeries_combined.d.ts +5 -5
  746. package/lib/StackedLineSeries_combined.d.ts +4 -4
  747. package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +225 -224
  748. package/lib/StandardDeviationIndicator.d.ts +9 -9
  749. package/lib/StepAreaSeries_combined.d.ts +13 -13
  750. package/lib/StepLineSeries_combined.d.ts +13 -13
  751. package/lib/StochRSIIndicator.d.ts +9 -9
  752. package/lib/StraightNumericAxisBase_combined.d.ts +25 -25
  753. package/lib/StrategyBasedIndicator.d.ts +19 -19
  754. package/lib/TRIXIndicator.d.ts +9 -9
  755. package/lib/TimeAxisBase.d.ts +47 -47
  756. package/lib/TimeXAxis.d.ts +59 -59
  757. package/lib/TrendLineLayer_combined.d.ts +24 -24
  758. package/lib/TypicalPriceIndicator.d.ts +4 -4
  759. package/lib/UltimateOscillatorIndicator.d.ts +4 -4
  760. package/lib/UserAnnotationLayer_combined.d.ts +59 -59
  761. package/lib/UserAnnotationToolTipLayerView_combined.d.ts +44 -44
  762. package/lib/ValueLayer_combined.d.ts +73 -73
  763. package/lib/ValueOverlay_combined.d.ts +59 -59
  764. package/lib/VerticalAnchoredCategorySeries.d.ts +22 -22
  765. package/lib/WaterfallSeries_combined.d.ts +23 -23
  766. package/lib/WeightedCloseIndicator.d.ts +4 -4
  767. package/lib/WilliamsPercentRIndicator.d.ts +9 -9
  768. package/lib/igc-data-pie-base-chart-component.d.ts +10 -0
  769. package/lib/igc-radial-base-component.d.ts +10 -0
  770. package/package.json +2 -2
@@ -59,67 +59,67 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
59
59
  class ShapeSeriesBase extends Series {
60
60
  constructor() {
61
61
  super();
62
- this.ye = null;
62
+ this.yf = null;
63
+ this.yk = false;
63
64
  this.yj = false;
64
- this.yi = false;
65
- this.yc = null;
66
65
  this.yd = null;
67
- this.x2 = 1;
68
- this.xn = null;
66
+ this.ye = null;
67
+ this.x3 = 1;
69
68
  this.xo = null;
69
+ this.xp = null;
70
70
  this.assigningShapeStyle = null;
71
71
  this.assigningShapeMarkerStyle = null;
72
- this.x6 = null;
73
- this.yf = null;
74
- this.xy = null;
75
- this.x0 = null;
76
- this.y5 = 0;
77
- this.y1 = null;
78
- this.xk = null;
79
- this.xm = null;
72
+ this.x7 = null;
73
+ this.yg = null;
74
+ this.xz = null;
75
+ this.x1 = null;
76
+ this.y6 = 0;
77
+ this.y2 = null;
80
78
  this.xl = null;
81
- this.xj = null;
82
- this.aap = null;
83
- this.xw = null;
84
- this.x8 = null;
85
- this.xr = null;
86
- this.y8 = 0;
79
+ this.xn = null;
80
+ this.xm = null;
81
+ this.xk = null;
82
+ this.aaq = null;
83
+ this.xx = null;
84
+ this.x9 = null;
85
+ this.xs = null;
86
+ this.y9 = 0;
87
87
  this.styleShape = null;
88
- this.x6 = new ShapeSeriesRenderManager();
88
+ this.x7 = new ShapeSeriesRenderManager();
89
89
  FastItemObjectColumn.m();
90
- this.y8 = this.y7;
91
- this.aap = Rect.empty;
90
+ this.y9 = this.y8;
91
+ this.aaq = Rect.empty;
92
92
  }
93
- pf() {
94
- super.pf();
95
- this.xz = null;
96
- this.x1 = null;
93
+ pg() {
94
+ super.pg();
95
+ this.x0 = null;
96
+ this.x2 = null;
97
97
  }
98
98
  ai() {
99
- return [this.xz, this.x1];
99
+ return [this.x0, this.x2];
100
100
  }
101
- kz(a, b) {
102
- let c = this.no(b);
101
+ k0(a, b) {
102
+ let c = this.np(b);
103
103
  if (c == ShapeSeriesBase.$$p[9]) {
104
- return this.k0(a, b, this.zs);
104
+ return this.k1(a, b, this.zt);
105
105
  }
106
106
  return null;
107
107
  }
108
- mo(a) {
109
- let b = this.no(a);
108
+ mp(a) {
109
+ let b = this.np(a);
110
110
  if (b == ShapeSeriesBase.$$p[9]) {
111
- return this.zs;
111
+ return this.zt;
112
112
  }
113
- return super.mo(a);
113
+ return super.mp(a);
114
114
  }
115
- get yg() {
116
- return this.ye;
115
+ get yh() {
116
+ return this.yf;
117
117
  }
118
- set yg(a) {
119
- if (this.ye != a) {
120
- let b = this.yg;
121
- this.ye = a;
122
- this.raisePropertyChanged("FillColumn", b, this.yg);
118
+ set yh(a) {
119
+ if (this.yf != a) {
120
+ let b = this.yh;
121
+ this.yf = a;
122
+ this.raisePropertyChanged("FillColumn", b, this.yh);
123
123
  }
124
124
  }
125
125
  get_fh() {
@@ -128,12 +128,12 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
128
128
  get_ef() {
129
129
  return true;
130
130
  }
131
- ya(a, b, c) {
131
+ yb(a, b, c) {
132
132
  if (this.dp == null) {
133
133
  return null;
134
134
  }
135
- let d = this.wr(b);
136
- let e = this.x7.df(d, false);
135
+ let d = this.ws(b);
136
+ let e = this.x8.df(d, false);
137
137
  let f = -1;
138
138
  if (e == null) {
139
139
  if (a != null) {
@@ -159,11 +159,11 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
159
159
  }
160
160
  return g;
161
161
  }
162
- yb(a, b, c) {
162
+ yc(a, b, c) {
163
163
  if (this.dp == null) {
164
164
  return null;
165
165
  }
166
- let d = this.x7.ch(this.wr(b));
166
+ let d = this.x8.ch(this.ws(b));
167
167
  let e = -1;
168
168
  if (d == null) {
169
169
  if (a != null) {
@@ -190,48 +190,48 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
190
190
  }
191
191
  return f;
192
192
  }
193
- get x3() {
194
- return this.x2;
193
+ get x4() {
194
+ return this.x3;
195
195
  }
196
- set x3(a) {
197
- let b = this.x2;
198
- this.x2 = a;
199
- if (b != this.x2) {
200
- this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ShapeItemSearchMode_$type, b), enumGetBox(ShapeItemSearchMode_$type, this.x2));
196
+ set x4(a) {
197
+ let b = this.x3;
198
+ this.x3 = a;
199
+ if (b != this.x3) {
200
+ this.raisePropertyChanged("ActualItemSearchMode", enumGetBox(ShapeItemSearchMode_$type, b), enumGetBox(ShapeItemSearchMode_$type, this.x3));
201
201
  }
202
202
  }
203
- x4() {
204
- if (this.x5 != 0) {
205
- return this.x5;
203
+ x5() {
204
+ if (this.x6 != 0) {
205
+ return this.x6;
206
206
  }
207
207
  return 1;
208
208
  }
209
- iy(a) {
210
- switch (this.x3) {
211
- case 1: return this.zy(a).c;
212
- case 2: return this.y6(a);
213
- case 3: return this.y6(a);
209
+ iz(a) {
210
+ switch (this.x4) {
211
+ case 1: return this.zz(a).c;
212
+ case 2: return this.y7(a);
213
+ case 3: return this.y7(a);
214
214
  }
215
215
  return -1;
216
216
  }
217
- zy(a) {
218
- let b = this.wr(a);
217
+ zz(a) {
218
+ let b = this.ws(a);
219
219
  let c = { $type: Point_$type, x: NaN, y: NaN };
220
- let d = this.x7.cr;
220
+ let d = this.x8.cr;
221
221
  if (d == null) {
222
222
  return new Tuple$2(Number_$type, Point_$type, -1, c);
223
223
  }
224
- let e = this.x7.ci(b, false, !this.yl);
224
+ let e = this.x8.ci(b, false, !this.ym);
225
225
  if (e != null) {
226
226
  c = RectUtil.l(e.d);
227
227
  return new Tuple$2(Number_$type, Point_$type, e.b, c);
228
228
  }
229
229
  let f = b.x;
230
230
  let g = b.y;
231
- if (this.dp == null || this.xz == null || this.x1 == null || this.y1 == null) {
231
+ if (this.dp == null || this.x0 == null || this.x2 == null || this.y2 == null) {
232
232
  return new Tuple$2(Number_$type, Point_$type, -1, c);
233
233
  }
234
- if (this.dp.count > this.zb) {
234
+ if (this.dp.count > this.zc) {
235
235
  return new Tuple$2(Number_$type, Point_$type, -1, c);
236
236
  }
237
237
  let h = 1.7976931348623157E+308;
@@ -247,26 +247,26 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
247
247
  }
248
248
  return new Tuple$2(Number_$type, Point_$type, i, c);
249
249
  }
250
- zx(a) {
251
- let b = this.wr(a);
250
+ zy(a) {
251
+ let b = this.ws(a);
252
252
  let c = b.x;
253
253
  let d = b.y;
254
254
  let e = { $type: Point_$type, x: NaN, y: NaN };
255
- if (this.dp == null || this.xz == null || this.x1 == null || this.y1 == null) {
255
+ if (this.dp == null || this.x0 == null || this.x2 == null || this.y2 == null) {
256
256
  return new Tuple$3(Number_$type, Point_$type, Point_$type, -1, e, e);
257
257
  }
258
- if (this.dp.count > this.zb) {
258
+ if (this.dp.count > this.zc) {
259
259
  return new Tuple$3(Number_$type, Point_$type, Point_$type, -1, e, e);
260
260
  }
261
261
  let f = 1.7976931348623157E+308;
262
- let g = this.x7.cr;
262
+ let g = this.x8.cr;
263
263
  if (g == null) {
264
264
  return new Tuple$3(Number_$type, Point_$type, Point_$type, -1, e, e);
265
265
  }
266
- let h = this.x7.ci(b, false, !this.yl);
266
+ let h = this.x8.ci(b, false, !this.ym);
267
267
  if (h != null) {
268
268
  let i = RectUtil.l(h.d);
269
- let j = this.zw(b, h.a, this.yl);
269
+ let j = this.zx(b, h.a, this.ym);
270
270
  return new Tuple$3(Number_$type, Point_$type, Point_$type, h.b, j.d, i);
271
271
  }
272
272
  for (let k = 0; k < g.count; k++) {
@@ -283,7 +283,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
283
283
  let r = g._inner[q].d;
284
284
  let s = RectUtil.g(r, b);
285
285
  if (s < f) {
286
- let t = this.zw(b, g._inner[q].a, this.yl);
286
+ let t = this.zx(b, g._inner[q].a, this.ym);
287
287
  if (t.c < o) {
288
288
  o = t.c;
289
289
  e = t.d;
@@ -296,13 +296,13 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
296
296
  }
297
297
  return new Tuple$3(Number_$type, Point_$type, Point_$type, -1, e, e);
298
298
  }
299
- get_yl() {
299
+ get_ym() {
300
300
  return true;
301
301
  }
302
- get yl() {
303
- return this.get_yl();
302
+ get ym() {
303
+ return this.get_ym();
304
304
  }
305
- zw(a, b, c) {
305
+ zx(a, b, c) {
306
306
  let d = { $type: Point_$type, x: NaN, y: NaN };
307
307
  let e = 1.7976931348623157E+308;
308
308
  let f = { $type: Point_$type, x: NaN, y: NaN };
@@ -338,34 +338,34 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
338
338
  }
339
339
  return new Tuple$2(Number_$type, Point_$type, e, f);
340
340
  }
341
- y6(a) {
342
- return this.zx(a).c;
341
+ y7(a) {
342
+ return this.zy(a).c;
343
343
  }
344
- ww(a, b, c) {
345
- if (this.xz == null || this.x1 == null || this.y1 == null) {
344
+ wx(a, b, c) {
345
+ if (this.x0 == null || this.x2 == null || this.y2 == null) {
346
346
  return { $type: Point_$type, x: NaN, y: NaN };
347
347
  }
348
- switch (this.x3) {
348
+ switch (this.x4) {
349
349
  case 1:
350
- let d = this.zy(a);
350
+ let d = this.zz(a);
351
351
  return d.d;
352
352
  case 2:
353
- let e = this.zx(a);
353
+ let e = this.zy(a);
354
354
  return e.e;
355
355
  case 3:
356
- let f = this.zx(a);
356
+ let f = this.zy(a);
357
357
  return f.d;
358
358
  }
359
359
  return { $type: Point_$type, x: NaN, y: NaN };
360
360
  }
361
- kw(a) {
362
- let b = this.kc(a);
361
+ kx(a) {
362
+ let b = this.kd(a);
363
363
  if (this.dp != null && b >= 0 && b < this.dp.count) {
364
364
  return this.dp.item(b);
365
365
  }
366
366
  return null;
367
367
  }
368
- x9(a, b, c) {
368
+ ya(a, b, c) {
369
369
  let d = new HighlightingInfo();
370
370
  d.i = this;
371
371
  d.g = 0;
@@ -377,47 +377,47 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
377
377
  return d;
378
378
  }
379
379
  dh(a, b, c) {
380
- if (this.ef && this.f2(this.by) && !c) {
381
- let d = this.ya(a, b, this.yc);
382
- this.yc = d;
380
+ if (this.ef && this.f3(this.by) && !c) {
381
+ let d = this.yb(a, b, this.yd);
382
+ this.yd = d;
383
383
  return d;
384
384
  }
385
385
  else {
386
- let e = this.x9(a, b, this.yc);
387
- this.yc = e;
386
+ let e = this.ya(a, b, this.yd);
387
+ this.yd = e;
388
388
  return e;
389
389
  }
390
390
  }
391
391
  di(a, b, c) {
392
- if (this.f2(this.by) && !c) {
393
- let d = this.yb(a, b, this.yd);
394
- this.yd = d;
392
+ if (this.f3(this.by) && !c) {
393
+ let d = this.yc(a, b, this.ye);
394
+ this.ye = d;
395
395
  return d;
396
396
  }
397
397
  else {
398
- let e = this.x9(a, b, this.yd);
398
+ let e = this.ya(a, b, this.ye);
399
399
  e.d = true;
400
- this.yd = e;
400
+ this.ye = e;
401
401
  return e;
402
402
  }
403
403
  }
404
- yz() {
405
- return (this.assigningShapeStyle != null && this.yj) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1) || (this.yg != null && this.xv != null);
404
+ y0() {
405
+ return (this.assigningShapeStyle != null && this.yk) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1) || (this.yh != null && this.xw != null);
406
406
  }
407
- yy() {
408
- return (this.assigningShapeMarkerStyle != null && this.yi) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
407
+ yz() {
408
+ return (this.assigningShapeMarkerStyle != null && this.yj) || this.d3 || (this.by != 1) || (this.cq != 1) || (this.cp != 1);
409
409
  }
410
- get zj() {
411
- return this.c(ShapeSeriesBase.aaf);
410
+ get zk() {
411
+ return this.c(ShapeSeriesBase.aag);
412
412
  }
413
- set zj(a) {
414
- this.h(ShapeSeriesBase.aaf, a);
413
+ set zk(a) {
414
+ this.h(ShapeSeriesBase.aag, a);
415
415
  }
416
- gh() {
417
- return this.highlightedItemsSource != null || this.zj != null;
416
+ gi() {
417
+ return this.highlightedItemsSource != null || this.zk != null;
418
418
  }
419
- hz() {
420
- let a = super.hz();
419
+ h0() {
420
+ let a = super.h0();
421
421
  {
422
422
  let b = ((() => {
423
423
  let $ret = new SeriesLayerPropertyOverlay();
@@ -427,7 +427,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
427
427
  $ret.q = true;
428
428
  return $ret;
429
429
  })());
430
- b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.z1));
430
+ b.valueResolving = delegateCombine(b.valueResolving, runOn(this, this.z2));
431
431
  a.add(b);
432
432
  }
433
433
  {
@@ -440,7 +440,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
440
440
  $ret.q = true;
441
441
  return $ret;
442
442
  })());
443
- c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.si));
443
+ c.valueResolving = delegateCombine(c.valueResolving, runOn(this, this.sj));
444
444
  a.add(c);
445
445
  }
446
446
  {
@@ -453,34 +453,34 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
453
453
  $ret.q = true;
454
454
  return $ret;
455
455
  })());
456
- d.valueResolving = delegateCombine(d.valueResolving, runOn(this, this.si));
456
+ d.valueResolving = delegateCombine(d.valueResolving, runOn(this, this.sj));
457
457
  a.add(d);
458
458
  }
459
459
  return a;
460
460
  }
461
- z1(a, b) {
462
- if (this.zj != null) {
463
- b.value = this.zj;
461
+ z2(a, b) {
462
+ if (this.zk != null) {
463
+ b.value = this.zk;
464
464
  return;
465
465
  }
466
- b.value = this.zs;
466
+ b.value = this.zt;
467
467
  }
468
- get yh() {
469
- return this.yf;
468
+ get yi() {
469
+ return this.yg;
470
470
  }
471
- set yh(a) {
472
- let b = this.yh != a;
471
+ set yi(a) {
472
+ let b = this.yi != a;
473
473
  if (b) {
474
- let c = this.yh;
475
- this.yf = a;
476
- this.raisePropertyChanged("ShapeColumn", c, this.yh);
474
+ let c = this.yi;
475
+ this.yg = a;
476
+ this.raisePropertyChanged("ShapeColumn", c, this.yi);
477
477
  }
478
478
  }
479
- yq(array_) {
479
+ yr(array_) {
480
480
  let a = (Array.isArray(array_));
481
481
  return a;
482
482
  }
483
- static yu(a) {
483
+ static yv(a) {
484
484
  if (a == null) {
485
485
  return true;
486
486
  }
@@ -515,10 +515,10 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
515
515
  e = (curr_.y);
516
516
  }
517
517
  if (!g) {
518
- if ((isNaN_(d) || ShapeSeriesBase.yu(d)) && (isNaN_(e) || ShapeSeriesBase.yu(e))) {
518
+ if ((isNaN_(d) || ShapeSeriesBase.yv(d)) && (isNaN_(e) || ShapeSeriesBase.yv(e))) {
519
519
  d = (curr_.X);
520
520
  e = (curr_.Y);
521
- if (!isNaN_(d) && !ShapeSeriesBase.yu(d) && !isNaN_(e) && !ShapeSeriesBase.yu(e)) {
521
+ if (!isNaN_(d) && !ShapeSeriesBase.yv(d) && !isNaN_(e) && !ShapeSeriesBase.yv(e)) {
522
522
  g = true;
523
523
  f = true;
524
524
  }
@@ -534,7 +534,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
534
534
  return b;
535
535
  }
536
536
  dn(a) {
537
- if (this.dp != null && this.yq(this.itemsSource) && a != null && a.split('!').length != 2) {
537
+ if (this.dp != null && this.yr(this.itemsSource) && a != null && a.split('!').length != 2) {
538
538
  if (this.coercionMethods == null) {
539
539
  this.coercionMethods = {};
540
540
  }
@@ -544,153 +544,153 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
544
544
  }
545
545
  return super.dn(a);
546
546
  }
547
- rq(a, b, c, d) {
548
- super.rq(a, b, c, d);
547
+ rr(a, b, c, d) {
548
+ super.rr(a, b, c, d);
549
549
  let e = false;
550
550
  let f = false;
551
551
  switch (b) {
552
552
  case ShapeSeriesBase.$$p[5]:
553
- this.x3 = this.x4();
553
+ this.x4 = this.x5();
554
554
  break;
555
555
  case "FastItemsSource":
556
556
  let g = typeCast(IFastItemsSource_$type, c);
557
557
  if (g != null) {
558
- if (this.yg != null) {
559
- g.deregisterColumn(this.yg);
560
- }
561
558
  if (this.yh != null) {
562
559
  g.deregisterColumn(this.yh);
563
560
  }
564
- this.yh = null;
561
+ if (this.yi != null) {
562
+ g.deregisterColumn(this.yi);
563
+ }
564
+ this.yi = null;
565
565
  }
566
566
  let h = typeCast(IFastItemsSource_$type, d);
567
567
  if (h != null) {
568
- if (this.zs != null) {
569
- this.yh = this.dn(this.zs);
568
+ if (this.zt != null) {
569
+ this.yi = this.dn(this.zt);
570
570
  }
571
- if (this.zf != null) {
572
- this.yg = this.dl(this.zf);
571
+ if (this.zg != null) {
572
+ this.yh = this.dl(this.zg);
573
573
  }
574
574
  }
575
- e = this.xz != null && !this.xz.ed();
576
- f = this.x1 != null && !this.x1.ed();
575
+ e = this.x0 != null && !this.x0.ee();
576
+ f = this.x2 != null && !this.x2.ee();
577
577
  if (e || f) {
578
- this.r8(this.gm && c != null);
578
+ this.r9(this.gn && c != null);
579
579
  }
580
580
  break;
581
581
  case ShapeSeriesBase.$$p[9]:
582
582
  if (this.dp != null) {
583
- this.dp.deregisterColumn(this.yh);
584
- this.yh = this.dn(this.zs);
583
+ this.dp.deregisterColumn(this.yi);
584
+ this.yi = this.dn(this.zt);
585
585
  }
586
586
  break;
587
587
  case "ShapeColumn":
588
- this.z9();
589
- e = this.xz != null && !this.xz.ed();
590
- f = this.x1 != null && !this.x1.ed();
588
+ this.aaa();
589
+ e = this.x0 != null && !this.x0.ee();
590
+ f = this.x2 != null && !this.x2.ee();
591
591
  if (e || f) {
592
- this.r8(this.gm && this.d9);
592
+ this.r9(this.gn && this.d9);
593
593
  }
594
- this.q0();
594
+ this.q1();
595
595
  break;
596
596
  case ShapeSeriesBase.$$p[10]:
597
597
  case ShapeSeriesBase.$$p[11]:
598
- this.xy = this.xz;
599
- this.x0 = this.x1;
598
+ this.xz = this.x0;
599
+ this.x1 = this.x2;
600
600
  let i = c;
601
601
  let j = d;
602
- this.aaa(i);
603
- this.z2(j);
604
- if ((j != null && !j.ed()) || (j == null && i != null)) {
605
- this.r8(false);
602
+ this.aab(i);
603
+ this.z3(j);
604
+ if ((j != null && !j.ee()) || (j == null && i != null)) {
605
+ this.r9(false);
606
606
  }
607
- this.q0();
607
+ this.q1();
608
608
  break;
609
609
  case "ActualResolution":
610
- this.y5 = this.ik;
611
- this.q0();
610
+ this.y6 = this.il;
611
+ this.q1();
612
612
  break;
613
613
  case "ActualBrush":
614
- this.r8(false);
614
+ this.r9(false);
615
615
  break;
616
616
  case ShapeSeriesBase.$$p[8]:
617
- this.y8 = this.y7;
618
- this.r8(false);
619
- this.q0();
617
+ this.y9 = this.y8;
618
+ this.r9(false);
619
+ this.q1();
620
620
  break;
621
621
  case ShapeSeriesBase.$$p[2]:
622
622
  case "ActualThickness":
623
- this.r8(false);
624
- this.q0();
623
+ this.r9(false);
624
+ this.q1();
625
625
  break;
626
626
  case ShapeSeriesBase.$$p[4]:
627
- this.yj = this.yx();
628
- this.r8(false);
627
+ this.yk = this.yy();
628
+ this.r9(false);
629
629
  break;
630
630
  case ShapeSeriesBase.$$p[3]:
631
- this.yi = this.yw();
632
- this.r8(false);
631
+ this.yj = this.yx();
632
+ this.r9(false);
633
633
  break;
634
634
  case ShapeSeriesBase.$$p[1]:
635
635
  if (c != null) {
636
636
  c.o.remove(this);
637
637
  c.x();
638
- this.xw = null;
639
- this.x8 = null;
638
+ this.xx = null;
639
+ this.x9 = null;
640
640
  }
641
641
  if (d != null) {
642
642
  d.o.add(this);
643
643
  d.x();
644
- this.xw = typeCast(CustomPaletteBrushScale.$, d);
645
- this.x8 = typeCast(ValueBrushScale.$, d);
644
+ this.xx = typeCast(CustomPaletteBrushScale.$, d);
645
+ this.x9 = typeCast(ValueBrushScale.$, d);
646
646
  }
647
- this.r8(false);
648
- this.q0();
647
+ this.r9(false);
648
+ this.q1();
649
649
  break;
650
650
  case "FillColumn":
651
- this.r8(this.gm && this.d9);
652
- this.q0();
651
+ this.r9(this.gn && this.d9);
652
+ this.q1();
653
653
  break;
654
654
  case ShapeSeriesBase.$$p[0]:
655
- if (this.xv != null) {
656
- this.xv.x();
655
+ if (this.xw != null) {
656
+ this.xw.x();
657
657
  }
658
658
  if (this.dp != null) {
659
- this.dp.deregisterColumn(this.yg);
660
- this.yg = this.dl(this.zf);
659
+ this.dp.deregisterColumn(this.yh);
660
+ this.yh = this.dl(this.zg);
661
661
  }
662
662
  break;
663
663
  }
664
664
  }
665
+ yy() {
666
+ return this.yu;
667
+ }
665
668
  yx() {
666
669
  return this.yt;
667
670
  }
668
- yw() {
669
- return this.ys;
670
- }
671
- yn(a) {
671
+ yo(a) {
672
672
  if (typeCast(NumericYAxis.$, a) !== null) {
673
673
  return true;
674
674
  }
675
675
  return false;
676
676
  }
677
- ym(a) {
677
+ yn(a) {
678
678
  if (typeCast(NumericXAxis.$, a) !== null) {
679
679
  return true;
680
680
  }
681
681
  return false;
682
682
  }
683
- z9() {
684
- this.y1 = null;
685
- if (this.yh == null) {
683
+ aaa() {
684
+ this.y2 = null;
685
+ if (this.yi == null) {
686
686
  return;
687
687
  }
688
- this.y1 = new List$1(Rect.$, 2, this.yh.count);
689
- for (let a = 0; a < this.yh.count; a++) {
690
- this.y1.add(PointCollectionUtil.j(this.yh.item(a)));
688
+ this.y2 = new List$1(Rect.$, 2, this.yi.count);
689
+ for (let a = 0; a < this.yi.count; a++) {
690
+ this.y2.add(PointCollectionUtil.j(this.yi.item(a)));
691
691
  }
692
692
  }
693
- aaq(a) {
693
+ aar(a) {
694
694
  if (typeCast(IEnumerable$1_$type.specialize(IEnumerable$1_$type.specialize(Point_$type)), a) !== null) {
695
695
  return PointCollectionUtil.h(a);
696
696
  }
@@ -699,17 +699,17 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
699
699
  }
700
700
  return Rect.empty;
701
701
  }
702
- y3(a, b, c, d, e, f, g) {
703
- return this.y4(a, b, c, d, e, f, g);
702
+ y4(a, b, c, d, e, f, g) {
703
+ return this.y5(a, b, c, d, e, f, g);
704
704
  if (typeCast(List$1.$.specialize(List$1.$.specialize(Point_$type)), c) !== null) {
705
- return this.y4(a, b, c, d, e, f, g);
705
+ return this.y5(a, b, c, d, e, f, g);
706
706
  }
707
707
  else if (typeCast(IEnumerable$1_$type.specialize(IEnumerable$1_$type.specialize(Point_$type)), c) !== null) {
708
708
  let h = c;
709
709
  let i = new List$1(FlattenedShape.$, 0);
710
710
  let j = null;
711
711
  for (let k of fromEnum(h)) {
712
- j = this.xx(a, b, PointCollectionUtil.b(k), d, e, f, g);
712
+ j = this.xy(a, b, PointCollectionUtil.b(k), d, e, f, g);
713
713
  if (j == null) {
714
714
  continue;
715
715
  }
@@ -719,7 +719,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
719
719
  }
720
720
  else if (typeCast(IEnumerable$1_$type.specialize(Point_$type), c) !== null) {
721
721
  let l = c;
722
- let m = this.xx(a, b, PointCollectionUtil.b(l), d, e, f, g);
722
+ let m = this.xy(a, b, PointCollectionUtil.b(l), d, e, f, g);
723
723
  let n = new List$1(FlattenedShape.$, 0);
724
724
  if (m != null) {
725
725
  n.add(m);
@@ -730,46 +730,46 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
730
730
  throw new InvalidOperationException(1, "Unrecognized data in ShapeColumn");
731
731
  }
732
732
  }
733
- get_yr() {
733
+ get_ys() {
734
734
  return true;
735
735
  }
736
- get yr() {
737
- return this.get_yr();
736
+ get ys() {
737
+ return this.get_ys();
738
738
  }
739
- y0() {
739
+ y1() {
740
740
  return false;
741
741
  }
742
- r9(a) {
743
- this.z8(this.cw);
742
+ sa(a) {
743
+ this.z9(this.cw);
744
744
  }
745
- r7(a, b, c, d, e) {
746
- super.r7(a, b, c, d, e);
745
+ r8(a, b, c, d, e) {
746
+ super.r8(a, b, c, d, e);
747
747
  let f = this.ba.a$k.item(d);
748
748
  let g = f;
749
749
  f.bd(c);
750
750
  if (this.d7(f)) {
751
751
  return;
752
752
  }
753
- this.z8(f);
753
+ this.z9(f);
754
754
  }
755
755
  updateFillScaleGlobals() {
756
756
  let a = new ActualRange();
757
757
  a.b = NaN;
758
758
  a.a = NaN;
759
- if (this.yg != null) {
760
- a.b = this.yg.minimum;
761
- a.a = this.yg.maximum;
759
+ if (this.yh != null) {
760
+ a.b = this.yh.minimum;
761
+ a.a = this.yh.maximum;
762
762
  }
763
- if (this.xv != null) {
764
- this.xv.z(a.b, a.a);
763
+ if (this.xw != null) {
764
+ this.xw.z(a.b, a.a);
765
765
  }
766
766
  }
767
- z8(a) {
767
+ z9(a) {
768
768
  if (this.d7(a)) {
769
769
  return;
770
770
  }
771
- if (this.xv != null) {
772
- this.xr = this.xs();
771
+ if (this.xw != null) {
772
+ this.xs = this.xt();
773
773
  }
774
774
  let b;
775
775
  let c;
@@ -777,62 +777,62 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
777
777
  let e = a.getViewInfo(c, b);
778
778
  c = e.p0;
779
779
  b = e.p1;
780
- if (c.width < 1 || c.height < 1 || this.yh == null) {
780
+ if (c.width < 1 || c.height < 1 || this.yi == null) {
781
781
  return;
782
782
  }
783
- let f = this.xz;
784
- let g = this.x1;
783
+ let f = this.x0;
784
+ let g = this.x2;
785
785
  let h = this.getEffectiveViewport1(a);
786
786
  let i = new ScalerParams(1, b, c, f.dn);
787
787
  i.c = h;
788
788
  let j = new ScalerParams(1, b, c, g.dn);
789
789
  j.c = h;
790
- if (!this.gx) {
790
+ if (!this.gy) {
791
791
  d.c7();
792
792
  let k = new Rect(0, 0, 0, 0, 0);
793
793
  let l;
794
794
  let m;
795
795
  let n;
796
796
  let o;
797
- let p = this.yh.count;
798
- if (this.xm == null || this.xm.length != p) {
797
+ let p = this.yi.count;
798
+ if (this.xn == null || this.xn.length != p) {
799
+ this.xn = new Array(p);
800
+ this.xl = new Array(p);
799
801
  this.xm = new Array(p);
800
802
  this.xk = new Array(p);
801
- this.xl = new Array(p);
802
- this.xj = new Array(p);
803
803
  }
804
- let q = this.xm;
805
- let r = this.xk;
806
- let s = this.xl;
807
- let t = this.xj;
804
+ let q = this.xn;
805
+ let r = this.xl;
806
+ let s = this.xm;
807
+ let t = this.xk;
808
808
  let u;
809
809
  for (let v = 0; v < p; v++) {
810
- u = this.y1._inner[v];
810
+ u = this.y2._inner[v];
811
811
  q[v] = u.top;
812
812
  r[v] = u.left;
813
813
  s[v] = u.right;
814
814
  t[v] = u.bottom;
815
815
  }
816
- this.xy.k1(boxArray$1(r), 0, r.length, i);
817
- this.xy.k1(boxArray$1(s), 0, s.length, i);
818
- this.x0.k1(boxArray$1(q), 0, q.length, j);
819
- this.x0.k1(boxArray$1(t), 0, t.length, j);
816
+ this.xz.k3(boxArray$1(r), 0, r.length, i);
817
+ this.xz.k3(boxArray$1(s), 0, s.length, i);
818
+ this.x1.k3(boxArray$1(q), 0, q.length, j);
819
+ this.x1.k3(boxArray$1(t), 0, t.length, j);
820
820
  d.c8(r, q, s, t);
821
- let w = this.yh;
821
+ let w = this.yi;
822
822
  let x = this.dp;
823
- this.aab(d);
823
+ this.aac(d);
824
824
  let y = c.left;
825
825
  let z = c.right;
826
826
  let aa = c.top;
827
827
  let ab = c.bottom;
828
828
  let ac = null;
829
- if (this.aap.isEmpty) {
829
+ if (this.aaq.isEmpty) {
830
830
  ac = null;
831
831
  }
832
832
  else {
833
- ac = new Clipper(1, this.aap.left, this.aap.bottom, this.aap.right, this.aap.top, this.yr);
833
+ ac = new Clipper(1, this.aaq.left, this.aaq.bottom, this.aaq.right, this.aaq.top, this.ys);
834
834
  }
835
- let ad = this.y0();
835
+ let ad = this.y1();
836
836
  if (ad) {
837
837
  d.cp.clear();
838
838
  }
@@ -863,9 +863,9 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
863
863
  else {
864
864
  ai = null;
865
865
  }
866
- let ak = this.y3(a, ai, w.item(aj), i, j, 0, ag);
866
+ let ak = this.y4(a, ai, w.item(aj), i, j, 0, ag);
867
867
  if (ad) {
868
- ShapeSeriesBase.z7(d, aj, ak);
868
+ ShapeSeriesBase.z8(d, aj, ak);
869
869
  }
870
870
  d.cv(aj, x.item(aj), k, ak);
871
871
  }
@@ -878,9 +878,9 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
878
878
  else {
879
879
  ai = null;
880
880
  }
881
- let al = this.y3(a, ai, w.item(aj), i, j, ag, ag);
881
+ let al = this.y4(a, ai, w.item(aj), i, j, ag, ag);
882
882
  if (ad) {
883
- ShapeSeriesBase.z7(d, aj, al);
883
+ ShapeSeriesBase.z8(d, aj, al);
884
884
  }
885
885
  d.cv(aj, x.item(aj), k, al);
886
886
  }
@@ -888,82 +888,82 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
888
888
  }
889
889
  d.c6();
890
890
  }
891
- let am = this.yz();
892
- this.x6.az(this, this.yz(), runOn(this, this.xp));
891
+ let am = this.y0();
892
+ this.x7.az(this, this.y0(), runOn(this, this.xq));
893
893
  let an = false;
894
- let ao = this.x6.b;
894
+ let ao = this.x7.b;
895
895
  if (ao != null) {
896
896
  an = true;
897
897
  }
898
898
  let ap = a.t;
899
- let aq = this.f1;
899
+ let aq = this.f2;
900
900
  let ar = d.cn;
901
901
  d.c2((as) => {
902
902
  let at = as.dataContext != null ? as.dataContext.item : null;
903
903
  let au = as.dataContext != null ? as.dataContext.c : -1;
904
904
  d.cz(as, at, am);
905
905
  if (an) {
906
- this.z4(as, aq, au, this.yh.count, ap, ar);
906
+ this.z5(as, aq, au, this.yi.count, ap, ar);
907
907
  }
908
908
  else {
909
909
  if (ar) {
910
910
  {
911
- this.x6.a1(as, this.ii, ar);
911
+ this.x7.a1(as, this.ij, ar);
912
912
  }
913
913
  }
914
914
  }
915
915
  {
916
- this.x6.ad(as, false, false, false, false);
916
+ this.x7.ad(as, false, false, false, false);
917
917
  }
918
918
  });
919
919
  }
920
- xs() {
920
+ xt() {
921
921
  let a = new ActualRange();
922
922
  a.b = NaN;
923
923
  a.a = NaN;
924
- if (this.yg != null) {
925
- a.b = this.yg.minimum;
926
- a.a = this.yg.maximum;
924
+ if (this.yh != null) {
925
+ a.b = this.yh.minimum;
926
+ a.a = this.yh.maximum;
927
927
  }
928
- let b = typeCast(ValueBrushScale.$, this.xv);
928
+ let b = typeCast(ValueBrushScale.$, this.xw);
929
929
  if (b != null) {
930
930
  b.s();
931
- if (this.yo && this.xv.o.count > 1) {
931
+ if (this.yp && this.xw.o.count > 1) {
932
932
  a.b = b.q;
933
933
  a.a = b.p;
934
934
  }
935
935
  }
936
936
  return a;
937
937
  }
938
- z4(a, b, c, d, e, f) {
938
+ z5(a, b, c, d, e, f) {
939
939
  let g = this.by != 1;
940
940
  let h = this.cq != 1;
941
941
  let i = this.cp != 1;
942
- this.x6.a0(this.x6.b, c, d, false);
942
+ this.x7.a0(this.x7.b, c, d, false);
943
943
  {
944
- this.x6.a1(a, this.ii, f);
944
+ this.x7.a1(a, this.ij, f);
945
945
  }
946
- let j = this.x6.ax;
946
+ let j = this.x7.ax;
947
947
  let k = null;
948
948
  let l = null;
949
949
  let m = null;
950
950
  let n = this.dp;
951
- if (this.yg != null && this.xv != null) {
952
- if (j.z >= 0 && j.z < this.yg.count) {
953
- let o = this.yg.item(j.z);
954
- let p = this.xr;
951
+ if (this.yh != null && this.xw != null) {
952
+ if (j.z >= 0 && j.z < this.yh.count) {
953
+ let o = this.yh.item(j.z);
954
+ let p = this.xs;
955
955
  let q = p.b;
956
956
  let r = p.a;
957
957
  let s = j.aa;
958
- if (this.xw != null) {
959
- s = this.xw.getBrush1(j.z, this.yg.count);
958
+ if (this.xx != null) {
959
+ s = this.xx.getBrush1(j.z, this.yh.count);
960
960
  }
961
- else if (this.x8 != null && this.yg != null) {
962
- let t = this.yg.item(j.z);
963
- s = this.x8.getBrushByRange(t, q, r);
961
+ else if (this.x9 != null && this.yh != null) {
962
+ let t = this.yh.item(j.z);
963
+ s = this.x9.getBrushByRange(t, q, r);
964
964
  }
965
- else if (this.xv != null) {
966
- s = this.xv.getBrush(j.z);
965
+ else if (this.xw != null) {
966
+ s = this.xw.getBrush(j.z);
967
967
  }
968
968
  j.aa = s;
969
969
  }
@@ -987,16 +987,16 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
987
987
  j.b = m;
988
988
  }
989
989
  j.h = e;
990
- this.z6(j);
991
- this.x6.z(this, k, l, m, e, g, h, i, false);
990
+ this.z7(j);
991
+ this.x7.z(this, k, l, m, e, g, h, i, false);
992
992
  }
993
- z3(a, b, c) {
993
+ z4(a, b, c) {
994
994
  let d = this.by != 1;
995
995
  let e = this.cq != 1;
996
996
  let f = this.cp != 1;
997
- this.x6.a0(this.x6.d, a, b, true);
998
- this.x6.aa(this.ii);
999
- let g = this.x6.aw;
997
+ this.x7.a0(this.x7.d, a, b, true);
998
+ this.x7.aa(this.ij);
999
+ let g = this.x7.aw;
1000
1000
  let h = null;
1001
1001
  let i = null;
1002
1002
  let j = null;
@@ -1029,24 +1029,24 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1029
1029
  g.b = i;
1030
1030
  }
1031
1031
  g.h = c;
1032
- this.z5(g);
1033
- this.x6.y(this, h, i, j, c, d, e, f, g.v, this.dc.d7.totalHighWaterMark, g.x, this.dc.d8.totalHighWaterMark, g.t, this.dc.d6.totalHighWaterMark);
1032
+ this.z6(g);
1033
+ this.x7.y(this, h, i, j, c, d, e, f, g.v, this.dc.d7.totalHighWaterMark, g.x, this.dc.d8.totalHighWaterMark, g.t, this.dc.d6.totalHighWaterMark);
1034
1034
  }
1035
- z6(a) {
1036
- if (this.assigningShapeStyle != null && this.yj) {
1035
+ z7(a) {
1036
+ if (this.assigningShapeStyle != null && this.yk) {
1037
1037
  this.assigningShapeStyle(this, a);
1038
1038
  }
1039
1039
  }
1040
- z5(a) {
1041
- if (this.assigningShapeMarkerStyle != null && this.yi) {
1040
+ z6(a) {
1041
+ if (this.assigningShapeMarkerStyle != null && this.yj) {
1042
1042
  this.assigningShapeMarkerStyle(this, a);
1043
1043
  }
1044
1044
  }
1045
- xp(a, b) {
1046
- return this.xq(a, b);
1047
- }
1048
1045
  xq(a, b) {
1049
- if (b < a || a < 0 || a > this.yh.count || b < 0 || b > this.yh.count) {
1046
+ return this.xr(a, b);
1047
+ }
1048
+ xr(a, b) {
1049
+ if (b < a || a < 0 || a > this.yi.count || b < 0 || b > this.yi.count) {
1050
1050
  return null;
1051
1051
  }
1052
1052
  let c = new Array((b - a) + 1);
@@ -1056,7 +1056,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1056
1056
  }
1057
1057
  return c;
1058
1058
  }
1059
- static z7(a, b, c) {
1059
+ static z8(a, b, c) {
1060
1060
  let d = 0;
1061
1061
  let e = null;
1062
1062
  for (let f = 0; f < c.count; f++) {
@@ -1069,72 +1069,72 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1069
1069
  }
1070
1070
  a.cp.addItem(b, e);
1071
1071
  }
1072
- qp() {
1073
- super.qp();
1074
- if (this.xz != null) {
1075
- this.xz.lx();
1072
+ qq() {
1073
+ super.qq();
1074
+ if (this.x0 != null) {
1075
+ this.x0.lz();
1076
1076
  }
1077
- if (this.x1 != null) {
1078
- this.x1.lx();
1077
+ if (this.x2 != null) {
1078
+ this.x2.lz();
1079
1079
  }
1080
1080
  }
1081
- s9(a, b) {
1082
- this.r8(false);
1081
+ ta(a, b) {
1082
+ this.r9(false);
1083
1083
  }
1084
- s8(a, b) {
1085
- this.r8(false);
1084
+ s9(a, b) {
1085
+ this.r9(false);
1086
1086
  }
1087
- po(a, b, c, d) {
1088
- super.po(a, b, c, d);
1087
+ pp(a, b, c, d) {
1088
+ super.pp(a, b, c, d);
1089
1089
  switch (a) {
1090
1090
  case 3:
1091
- if (d == this.zs) {
1092
- this.y1._inner[b] = this.aaq(this.yh.item(b));
1091
+ if (d == this.zt) {
1092
+ this.y2._inner[b] = this.aar(this.yi.item(b));
1093
1093
  }
1094
1094
  break;
1095
1095
  case 1:
1096
1096
  for (let e = b; e < b + c; e++) {
1097
- this.y1.insert(e, this.aaq(this.yh.item(e)));
1097
+ this.y2.insert(e, this.aar(this.yi.item(e)));
1098
1098
  }
1099
1099
  break;
1100
1100
  case 0:
1101
- this.y1.v(b, c);
1101
+ this.y2.v(b, c);
1102
1102
  break;
1103
1103
  case 2:
1104
1104
  for (let f = b; f < b + c; f++) {
1105
- this.y1._inner[f] = this.aaq(this.yh.item(f));
1105
+ this.y2._inner[f] = this.aar(this.yi.item(f));
1106
1106
  }
1107
1107
  break;
1108
1108
  case 4:
1109
- this.z9();
1109
+ this.aaa();
1110
1110
  break;
1111
1111
  }
1112
- this.r8(false);
1112
+ this.r9(false);
1113
1113
  }
1114
- hk(a, b, c) {
1114
+ hl(a, b, c) {
1115
1115
  let d = true;
1116
- if (!super.hk(a, b, c) || (this.yv && this.yh == null) || b.isEmpty || a.isEmpty || this.xz == null || this.x1 == null || this.xz.b7 == null || this.x1.b7 == null || this.xz.qw == this.xz.qv || this.x1.qw == this.x1.qv || this.yh == null || this.yh.count == 0 || this.y1 == null || this.y1.count == 0 || this.y1.count != this.yh.count) {
1116
+ if (!super.hl(a, b, c) || (this.yw && this.yi == null) || b.isEmpty || a.isEmpty || this.x0 == null || this.x2 == null || this.x0.b7 == null || this.x2.b7 == null || this.x0.qy == this.x0.qx || this.x2.qy == this.x2.qx || this.yi == null || this.yi.count == 0 || this.y2 == null || this.y2.count == 0 || this.y2.count != this.yi.count) {
1117
1117
  d = false;
1118
1118
  }
1119
1119
  return d;
1120
1120
  }
1121
- get_yv() {
1121
+ get_yw() {
1122
1122
  return true;
1123
1123
  }
1124
- get yv() {
1125
- return this.get_yv();
1124
+ get yw() {
1125
+ return this.get_yw();
1126
1126
  }
1127
- rh(a) {
1128
- super.rh(a);
1129
- this.x7 = typeCast(ShapeSeriesViewBase.$, a);
1127
+ ri(a) {
1128
+ super.ri(a);
1129
+ this.x8 = typeCast(ShapeSeriesViewBase.$, a);
1130
1130
  }
1131
- y4(a, b, c, d, e, f, g) {
1131
+ y5(a, b, c, d, e, f, g) {
1132
1132
  let h = new List$1(FlattenedShape.$, 0);
1133
1133
  let i;
1134
1134
  let j = c.count;
1135
1135
  for (let k = 0; k < j; k++) {
1136
1136
  i = c._inner[k];
1137
- let l = this.xx(a, b, i, d, e, f, g);
1137
+ let l = this.xy(a, b, i, d, e, f, g);
1138
1138
  if (l == null) {
1139
1139
  continue;
1140
1140
  }
@@ -1142,8 +1142,8 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1142
1142
  }
1143
1143
  return h;
1144
1144
  }
1145
- xx(a, b, c, d, e, f, g) {
1146
- let h = this.zz(c, d, e);
1145
+ xy(a, b, c, d, e, f, g) {
1146
+ let h = this.z0(c, d, e);
1147
1147
  let i = h.c;
1148
1148
  let j = h.d;
1149
1149
  let k = i.length;
@@ -1166,7 +1166,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1166
1166
  n = p > n ? p : n;
1167
1167
  o = q > o ? q : o;
1168
1168
  }
1169
- let t = !(l > this.aap.right || n < this.aap.left || m > this.aap.bottom || o < this.aap.top);
1169
+ let t = !(l > this.aaq.right || n < this.aaq.left || m > this.aaq.bottom || o < this.aaq.top);
1170
1170
  if (!t && f == 0 && g != 0) {
1171
1171
  if (g != 0) {
1172
1172
  for (let u = 0; u < k; u++) {
@@ -1181,22 +1181,22 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1181
1181
  n = p > n ? p : n;
1182
1182
  o = q > o ? q : o;
1183
1183
  }
1184
- t = !(l > this.aap.right || n < this.aap.left || m > this.aap.bottom || o < this.aap.top);
1184
+ t = !(l > this.aaq.right || n < this.aaq.left || m > this.aaq.bottom || o < this.aaq.top);
1185
1185
  }
1186
1186
  if (!t) {
1187
1187
  return null;
1188
1188
  }
1189
- let w = b != null && (l < this.aap.left || m < this.aap.top || n > this.aap.right || o > this.aap.bottom);
1189
+ let w = b != null && (l < this.aaq.left || m < this.aaq.top || n > this.aaq.right || o > this.aaq.bottom);
1190
1190
  let x = new Rect(0, l, m, n - l, o - m);
1191
1191
  if (!a.co(x)) {
1192
1192
  return null;
1193
1193
  }
1194
- l = l < this.aap.left ? this.aap.left : l;
1195
- n = n > this.aap.right ? this.aap.right : n;
1196
- m = m < this.aap.top ? this.aap.top : m;
1197
- o = o > this.aap.bottom ? this.aap.bottom : o;
1198
- let y = PolySimplification.b(h, this.ik);
1199
- let z = new DefaultFlattener().c(h.c, h.d, y, this.y5);
1194
+ l = l < this.aaq.left ? this.aaq.left : l;
1195
+ n = n > this.aaq.right ? this.aaq.right : n;
1196
+ m = m < this.aaq.top ? this.aaq.top : m;
1197
+ o = o > this.aaq.bottom ? this.aaq.bottom : o;
1198
+ let y = PolySimplification.b(h, this.il);
1199
+ let z = new DefaultFlattener().c(h.c, h.d, y, this.y6);
1200
1200
  let aa = z.count;
1201
1201
  if (w) {
1202
1202
  let ab = new List$1(Point_$type, 0);
@@ -1216,9 +1216,9 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1216
1216
  ad.c = x;
1217
1217
  return ad;
1218
1218
  }
1219
- zz(a, b, c) {
1220
- let d = this.xy;
1221
- let e = this.x0;
1219
+ z0(a, b, c) {
1220
+ let d = this.xz;
1221
+ let e = this.x1;
1222
1222
  let f = a.count;
1223
1223
  let g = new Array(f);
1224
1224
  let h = new Array(f);
@@ -1226,61 +1226,61 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1226
1226
  g[i] = a._inner[i].x;
1227
1227
  h[i] = a._inner[i].y;
1228
1228
  }
1229
- d.k1(boxArray$1(g), 0, g.length, b);
1230
- e.k1(boxArray$1(h), 0, h.length, c);
1229
+ d.k3(boxArray$1(g), 0, g.length, b);
1230
+ e.k3(boxArray$1(h), 0, h.length, c);
1231
1231
  return new Tuple$2(Array_$type, Array_$type, g, h);
1232
1232
  }
1233
- aab(a) {
1233
+ aac(a) {
1234
1234
  a.dd();
1235
1235
  }
1236
- pi(a, b) {
1237
- super.pi(a, b);
1236
+ pj(a, b) {
1237
+ super.pj(a, b);
1238
1238
  let c = b;
1239
1239
  c.c0();
1240
1240
  }
1241
- z2(a) {
1241
+ z3(a) {
1242
1242
  if (a != null) {
1243
- a.d3(this);
1243
+ a.d4(this);
1244
1244
  }
1245
1245
  }
1246
- aaa(a) {
1246
+ aab(a) {
1247
1247
  if (a != null) {
1248
1248
  a.cx(this);
1249
1249
  }
1250
1250
  }
1251
- z0(a, b, c) {
1251
+ z1(a, b, c) {
1252
1252
  let d = this.cw;
1253
1253
  let e = d.b9;
1254
1254
  let f = this.dc.y6(this.dc.yw(a));
1255
- if (e.width < 1 || e.height < 1 || this.yh == null) {
1255
+ if (e.width < 1 || e.height < 1 || this.yi == null) {
1256
1256
  return;
1257
1257
  }
1258
1258
  let g = this.getEffectiveViewport1(d);
1259
- let h = new ScalerParams(0, f, e, this.xz.dn, g);
1260
- let i = new ScalerParams(0, f, e, this.x1.dn, g);
1259
+ let h = new ScalerParams(0, f, e, this.x0.dn, g);
1260
+ let i = new ScalerParams(0, f, e, this.x2.dn, g);
1261
1261
  d.c7();
1262
- let j = this.yh.count;
1262
+ let j = this.yi.count;
1263
1263
  let k = new Array(j);
1264
1264
  let l = new Array(j);
1265
1265
  let m = new Array(j);
1266
1266
  let n = new Array(j);
1267
1267
  let o;
1268
1268
  for (let p = 0; p < j; p++) {
1269
- o = this.y1._inner[p];
1269
+ o = this.y2._inner[p];
1270
1270
  k[p] = o.top;
1271
1271
  l[p] = o.left;
1272
1272
  m[p] = o.right;
1273
1273
  n[p] = o.bottom;
1274
1274
  }
1275
- this.xz.k1(boxArray$1(l), 0, l.length, h);
1276
- this.xz.k1(boxArray$1(m), 0, m.length, h);
1277
- this.x1.k1(boxArray$1(k), 0, k.length, i);
1278
- this.x1.k1(boxArray$1(n), 0, n.length, i);
1275
+ this.x0.k3(boxArray$1(l), 0, l.length, h);
1276
+ this.x0.k3(boxArray$1(m), 0, m.length, h);
1277
+ this.x2.k3(boxArray$1(k), 0, k.length, i);
1278
+ this.x2.k3(boxArray$1(n), 0, n.length, i);
1279
1279
  d.c8(l, k, m, n);
1280
1280
  d.dd();
1281
1281
  let q = null;
1282
- if (!this.aap.isEmpty) {
1283
- q = new Clipper(1, this.aap.left, this.aap.bottom, this.aap.right, this.aap.top, this.yr);
1282
+ if (!this.aaq.isEmpty) {
1283
+ q = new Clipper(1, this.aaq.left, this.aaq.bottom, this.aaq.right, this.aaq.top, this.ys);
1284
1284
  }
1285
1285
  let r = false;
1286
1286
  let s = 0;
@@ -1308,14 +1308,14 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1308
1308
  if (!y.intersectsWith(e)) {
1309
1309
  continue;
1310
1310
  }
1311
- let aa = this.y3(d, q, this.yh.item(z), h, i, s, s);
1311
+ let aa = this.y4(d, q, this.yi.item(z), h, i, s, s);
1312
1312
  if (aa.count <= 0) {
1313
1313
  continue;
1314
1314
  }
1315
- this.yk(b, c, z);
1315
+ this.yl(b, c, z);
1316
1316
  }
1317
1317
  }
1318
- yk(a, b, c) {
1318
+ yl(a, b, c) {
1319
1319
  if (b == 7 || b == 6) {
1320
1320
  a.add(((() => {
1321
1321
  let $ret = new ChartSelection();
@@ -1343,7 +1343,7 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1343
1343
  }
1344
1344
  }
1345
1345
  a2(a, b) {
1346
- let c = this.x7.df(a, b);
1346
+ let c = this.x8.df(a, b);
1347
1347
  let d = null;
1348
1348
  if (c != null) {
1349
1349
  d = c.dataContext;
@@ -1361,41 +1361,41 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1361
1361
  return super.b3();
1362
1362
  }
1363
1363
  }
1364
- g2(a, b) {
1365
- if (this.g5(a, b)) {
1364
+ g3(a, b) {
1365
+ if (this.g6(a, b)) {
1366
1366
  return true;
1367
1367
  }
1368
1368
  return false;
1369
1369
  }
1370
- g5(a, b) {
1370
+ g6(a, b) {
1371
1371
  if (this.a2(a, b) != null) {
1372
1372
  return true;
1373
1373
  }
1374
1374
  return false;
1375
1375
  }
1376
- zc(a) {
1376
+ zd(a) {
1377
1377
  return this.dp.item(a);
1378
1378
  }
1379
- get_hd() {
1379
+ get_he() {
1380
1380
  return true;
1381
1381
  }
1382
- set_hd(a) {
1383
- super.set_hd(a);
1382
+ set_he(a) {
1383
+ super.set_he(a);
1384
1384
  }
1385
1385
  ay(a) {
1386
- if (typeCast(NumericXAxis.$, a) !== null && this.y1 != null) {
1386
+ if (typeCast(NumericXAxis.$, a) !== null && this.y2 != null) {
1387
1387
  let b = 1.7976931348623157E+308;
1388
1388
  let c = -1.7976931348623157E+308;
1389
- for (let d of fromEnum(this.y1)) {
1389
+ for (let d of fromEnum(this.y2)) {
1390
1390
  b = Math.min(b, d.left);
1391
1391
  c = Math.max(c, d.right);
1392
1392
  }
1393
1393
  return new AxisRange(b, c);
1394
1394
  }
1395
- if (typeCast(NumericYAxis.$, a) !== null && this.y1 != null) {
1395
+ if (typeCast(NumericYAxis.$, a) !== null && this.y2 != null) {
1396
1396
  let e = 1.7976931348623157E+308;
1397
1397
  let f = -1.7976931348623157E+308;
1398
- for (let g of fromEnum(this.y1)) {
1398
+ for (let g of fromEnum(this.y2)) {
1399
1399
  e = Math.min(e, g.top);
1400
1400
  f = Math.max(f, g.bottom);
1401
1401
  }
@@ -1403,20 +1403,20 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1403
1403
  }
1404
1404
  return null;
1405
1405
  }
1406
- get_f0() {
1406
+ get_f1() {
1407
1407
  return true;
1408
1408
  }
1409
- get_fo() {
1409
+ get_fp() {
1410
1410
  return true;
1411
1411
  }
1412
- get yp() {
1412
+ get yq() {
1413
1413
  return this.styleShape != null;
1414
1414
  }
1415
- aar(a, b, c) {
1415
+ aas(a, b, c) {
1416
1416
  if (this.styleShape != null) {
1417
- if (this.x7.dm != null && c == this.x7.dm) {
1417
+ if (this.x8.dm != null && c == this.x8.dm) {
1418
1418
  c = new Style();
1419
- let d = this.x7.dm;
1419
+ let d = this.x8.dm;
1420
1420
  c.fill = d.fill;
1421
1421
  c.opacity = d.opacity;
1422
1422
  c.stroke = d.stroke;
@@ -1443,8 +1443,8 @@ let ShapeSeriesBase = /*@__PURE__*/ (() => {
1443
1443
  }
1444
1444
  }
1445
1445
  ShapeSeriesBase.$t = /*@__PURE__*/ markType(ShapeSeriesBase, 'ShapeSeriesBase', Series.$, [ISupportsFillScale_$type]);
1446
- ShapeSeriesBase.aaf = /*@__PURE__*/ DependencyProperty.i("HighlightedValueMemberPath", String_$type, ShapeSeriesBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("HighlightedValueMemberPath", b.oldValue, b.newValue)));
1447
- ShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:zf:aac', [2], 'FillScale:xv:aad', [BrushScale.$], 'FillScaleUseGlobalValues:yo:aae', [0, false], 'IsCustomShapeMarkerStyleAllowed:ys:aag', [0, false], 'IsCustomShapeStyleAllowed:yt:aah', [0, false], 'ItemSearchMode:x5:aai', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:za:aaj', [1, 10000], 'ItemSearchThreshold:zb:aak', [1, 10000], 'ShapeFilterResolution:y7:aal', [1, 2], 'ShapeMemberPath:zs:aam', [2, null], 'XAxis:xz:aan', [NumericXAxis.$, null], 'YAxis:x1:aao', [NumericYAxis.$, null]]);
1446
+ ShapeSeriesBase.aag = /*@__PURE__*/ DependencyProperty.i("HighlightedValueMemberPath", String_$type, ShapeSeriesBase.$, /*@__PURE__*/ new PropertyMetadata(2, null, (a, b) => a.raisePropertyChanged("HighlightedValueMemberPath", b.oldValue, b.newValue)));
1447
+ ShapeSeriesBase.$$p = /*@__PURE__*/ markDep(DependencyProperty, PropertyMetadata, ShapeSeriesBase, 'raisePropertyChanged', ['FillMemberPath:zg:aad', [2], 'FillScale:xw:aae', [BrushScale.$], 'FillScaleUseGlobalValues:yp:aaf', [0, false], 'IsCustomShapeMarkerStyleAllowed:yt:aah', [0, false], 'IsCustomShapeStyleAllowed:yu:aai', [0, false], 'ItemSearchMode:x6:aaj', [ShapeItemSearchMode_$type, /*@__PURE__*/ enumGetBox(ShapeItemSearchMode_$type, 0)], 'ItemSearchPointsThreshold:zb:aak', [1, 10000], 'ItemSearchThreshold:zc:aal', [1, 10000], 'ShapeFilterResolution:y8:aam', [1, 2], 'ShapeMemberPath:zt:aan', [2, null], 'XAxis:x0:aao', [NumericXAxis.$, null], 'YAxis:x2:aap', [NumericYAxis.$, null]]);
1448
1448
  return ShapeSeriesBase;
1449
1449
  })();
1450
1450
  export { ShapeSeriesBase };
@@ -1566,7 +1566,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1566
1566
  })());
1567
1567
  }
1568
1568
  co(a) {
1569
- return a.width >= this.cj.y8 && a.height >= this.cj.y8;
1569
+ return a.width >= this.cj.y9 && a.height >= this.cj.y9;
1570
1570
  }
1571
1571
  static cs(a) {
1572
1572
  let b = new List$1(PointCollection.$, 0);
@@ -1580,7 +1580,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1580
1580
  return b;
1581
1581
  }
1582
1582
  get cn() {
1583
- return this.dl != null || this.ck != null || this.cj.yp;
1583
+ return this.dl != null || this.ck != null || this.cj.yq;
1584
1584
  }
1585
1585
  cv(a, b, c, d) {
1586
1586
  if (d != null && d.count > 0) {
@@ -1616,13 +1616,13 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1616
1616
  }
1617
1617
  static cy(a, b, c) {
1618
1618
  if (b._fill == null) {
1619
- b._fill = a.f.vt;
1619
+ b._fill = a.f.vu;
1620
1620
  }
1621
1621
  if (b._stroke == null) {
1622
- b._stroke = a.f.vx;
1622
+ b._stroke = a.f.vy;
1623
1623
  }
1624
1624
  if (b.y == null) {
1625
- b.ad = a.f.il;
1625
+ b.ad = a.f.im;
1626
1626
  }
1627
1627
  }
1628
1628
  c2(a) {
@@ -1653,7 +1653,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1653
1653
  this.m.j(a, a.y);
1654
1654
  }
1655
1655
  }
1656
- let f = this.cj.aar(b, a, a.y);
1656
+ let f = this.cj.aas(b, a, a.y);
1657
1657
  if (a.y != f) {
1658
1658
  a.y = f;
1659
1659
  this.m.j(a, a.y);
@@ -1744,7 +1744,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1744
1744
  let c = this.b4(a);
1745
1745
  this.dk._fill = c;
1746
1746
  this.dk._stroke = c;
1747
- this.dk.ad = this.f.il + 3;
1747
+ this.dk.ad = this.f.im + 3;
1748
1748
  return this.dk;
1749
1749
  }
1750
1750
  bj(a, b) {
@@ -1791,7 +1791,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1791
1791
  }
1792
1792
  if (d >= h.d.left && d <= h.d.right && e >= h.d.top && e <= h.d.bottom) {
1793
1793
  if (c) {
1794
- let j = this.cj.il / 2 + this.cj.i1(b);
1794
+ let j = this.cj.im / 2 + this.cj.i2(b);
1795
1795
  if (CoreGeometryUtil.l(a, h.a._inner[0], h.a, j)) {
1796
1796
  return h;
1797
1797
  }
@@ -1823,7 +1823,7 @@ let ShapeSeriesViewBase = /*@__PURE__*/ (() => {
1823
1823
  if (this.m != null) {
1824
1824
  this.m.j(b, b.y);
1825
1825
  }
1826
- this.cj.aap = RectUtil.r(a, b.ad);
1826
+ this.cj.aaq = RectUtil.r(a, b.ad);
1827
1827
  }
1828
1828
  ax(a) {
1829
1829
  super.ax(a);