@ntlab/ntjs-assets 2.0.27 → 2.0.29

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 (459) hide show
  1. package/assets/js/cdn.json +1 -1
  2. package/assets/js/highcharts/es-modules/Accessibility/Accessibility.js +1 -1
  3. package/assets/js/highcharts/es-modules/Accessibility/AccessibilityComponent.js +1 -1
  4. package/assets/js/highcharts/es-modules/Accessibility/Components/NavigatorComponent.js +2 -2
  5. package/assets/js/highcharts/es-modules/Accessibility/KeyboardNavigation.js +1 -1
  6. package/assets/js/highcharts/es-modules/Accessibility/KeyboardNavigationHandler.js +5 -5
  7. package/assets/js/highcharts/es-modules/Accessibility/Options/A11yDefaults.js +1 -1
  8. package/assets/js/highcharts/es-modules/Accessibility/Options/LangDefaults.js +3 -3
  9. package/assets/js/highcharts/es-modules/Accessibility/Utils/EventProvider.js +1 -1
  10. package/assets/js/highcharts/es-modules/Accessibility/Utils/HTMLUtilities.js +1 -1
  11. package/assets/js/highcharts/es-modules/Core/Animation/Fx.js +4 -2
  12. package/assets/js/highcharts/es-modules/Core/Axis/Axis.js +6 -4
  13. package/assets/js/highcharts/es-modules/Core/Axis/AxisDefaults.js +1 -0
  14. package/assets/js/highcharts/es-modules/Core/Axis/Color/ColorAxisComposition.js +2 -1
  15. package/assets/js/highcharts/es-modules/Core/Axis/Color/ColorAxisDefaults.js +7 -3
  16. package/assets/js/highcharts/es-modules/Core/Axis/GridAxis.js +1 -1
  17. package/assets/js/highcharts/es-modules/Core/Axis/OrdinalAxis.js +5 -2
  18. package/assets/js/highcharts/es-modules/Core/Axis/RadialAxisDefaults.js +3 -3
  19. package/assets/js/highcharts/es-modules/Core/Axis/Stacking/StackItem.js +1 -1
  20. package/assets/js/highcharts/es-modules/Core/Chart/Chart.js +16 -7
  21. package/assets/js/highcharts/es-modules/Core/Chart/MapChart.js +3 -3
  22. package/assets/js/highcharts/es-modules/Core/Chart/StockChart.js +1 -1
  23. package/assets/js/highcharts/es-modules/Core/Color/Color.js +2 -2
  24. package/assets/js/highcharts/es-modules/Core/Defaults.js +27 -1
  25. package/assets/js/highcharts/es-modules/Core/Geometry/GeometryUtilities.js +22 -0
  26. package/assets/js/highcharts/es-modules/Core/Globals.js +1 -1
  27. package/assets/js/highcharts/es-modules/Core/Legend/Legend.js +82 -14
  28. package/assets/js/highcharts/es-modules/Core/MSPointer.js +42 -1
  29. package/assets/js/highcharts/es-modules/Core/Pointer.js +10 -6
  30. package/assets/js/highcharts/es-modules/Core/Renderer/HTML/AST.js +6 -0
  31. package/assets/js/highcharts/es-modules/Core/Renderer/HTML/HTMLElement.js +2 -2
  32. package/assets/js/highcharts/es-modules/Core/Renderer/SVG/SVGElement.js +31 -98
  33. package/assets/js/highcharts/es-modules/Core/Renderer/SVG/SVGLabel.js +20 -0
  34. package/assets/js/highcharts/es-modules/Core/Renderer/SVG/SVGRenderer.js +29 -14
  35. package/assets/js/highcharts/es-modules/Core/Renderer/SVG/Symbols.js +18 -18
  36. package/assets/js/highcharts/es-modules/Core/Responsive.js +6 -1
  37. package/assets/js/highcharts/es-modules/Core/Series/DataLabel.js +1 -10
  38. package/assets/js/highcharts/es-modules/Core/Series/DataSeriesComposition.js +0 -2
  39. package/assets/js/highcharts/es-modules/Core/Series/Point.js +7 -10
  40. package/assets/js/highcharts/es-modules/Core/Series/Series.js +40 -24
  41. package/assets/js/highcharts/es-modules/Core/Series/SeriesDefaults.js +18 -12
  42. package/assets/js/highcharts/es-modules/Core/Templating.js +2 -2
  43. package/assets/js/highcharts/es-modules/Core/Tooltip.js +6 -3
  44. package/assets/js/highcharts/es-modules/Data/Connectors/JSONConnector.js +1 -0
  45. package/assets/js/highcharts/es-modules/Data/Converters/CSVConverter.js +1 -1
  46. package/assets/js/highcharts/es-modules/Data/Converters/DataConverter.js +7 -7
  47. package/assets/js/highcharts/es-modules/Data/Converters/GoogleSheetsConverter.js +8 -3
  48. package/assets/js/highcharts/es-modules/Data/DataTable.js +106 -5
  49. package/assets/js/highcharts/es-modules/Data/Formula/FormulaParser.js +2 -2
  50. package/assets/js/highcharts/es-modules/Extensions/Annotations/Controllables/ControllableDefaults.js +1 -1
  51. package/assets/js/highcharts/es-modules/Extensions/Annotations/Controllables/ControllablePath.js +1 -1
  52. package/assets/js/highcharts/es-modules/Extensions/Annotations/NavigationBindings.js +1 -2
  53. package/assets/js/highcharts/es-modules/Extensions/Boost/Boost.js +1 -1
  54. package/assets/js/highcharts/es-modules/Extensions/Boost/BoostChart.js +8 -2
  55. package/assets/js/highcharts/es-modules/Extensions/Boost/BoostSeries.js +41 -10
  56. package/assets/js/highcharts/es-modules/Extensions/Boost/WGLShader.js +1 -1
  57. package/assets/js/highcharts/es-modules/Extensions/BorderRadius.js +3 -3
  58. package/assets/js/highcharts/es-modules/Extensions/Breadcrumbs/Breadcrumbs.js +0 -38
  59. package/assets/js/highcharts/es-modules/Extensions/Data.js +11 -11
  60. package/assets/js/highcharts/es-modules/Extensions/DataGrouping/DataGrouping.js +1 -2
  61. package/assets/js/highcharts/es-modules/Extensions/DataGrouping/DataGroupingDefaults.js +1 -1
  62. package/assets/js/highcharts/es-modules/Extensions/DownloadURL.js +1 -1
  63. package/assets/js/highcharts/es-modules/Extensions/Drilldown/Drilldown.js +0 -2
  64. package/assets/js/highcharts/es-modules/Extensions/Exporting/Exporting.js +14 -14
  65. package/assets/js/highcharts/es-modules/Extensions/OverlappingDataLabels.js +36 -5
  66. package/assets/js/highcharts/es-modules/Extensions/Pane/PaneDefaults.js +3 -2
  67. package/assets/js/highcharts/es-modules/Extensions/ParallelCoordinates/ParallelCoordinates.js +1 -1
  68. package/assets/js/highcharts/es-modules/Extensions/Sonification/MIDI.js +7 -7
  69. package/assets/js/highcharts/es-modules/Extensions/Sonification/SonificationInstrument.js +0 -1
  70. package/assets/js/highcharts/es-modules/Extensions/Sonification/TimelineFromChart.js +1 -3
  71. package/assets/js/highcharts/es-modules/Extensions/TextPath.js +227 -0
  72. package/assets/js/highcharts/es-modules/Maps/MapUtilities.js +1 -20
  73. package/assets/js/highcharts/es-modules/Maps/MapView.js +3 -1
  74. package/assets/js/highcharts/es-modules/Series/ArcDiagram/ArcDiagramSeries.js +3 -0
  75. package/assets/js/highcharts/es-modules/Series/Area/AreaSeries.js +5 -0
  76. package/assets/js/highcharts/es-modules/Series/Area/AreaSeriesDefaults.js +1 -1
  77. package/assets/js/highcharts/es-modules/Series/Bar/BarSeries.js +1 -1
  78. package/assets/js/highcharts/es-modules/Series/Bellcurve/BellcurveSeriesDefaults.js +2 -2
  79. package/assets/js/highcharts/es-modules/Series/BoxPlot/BoxPlotSeries.js +2 -1
  80. package/assets/js/highcharts/es-modules/Series/Bubble/BubbleLegendComposition.js +4 -7
  81. package/assets/js/highcharts/es-modules/Series/Bubble/BubbleLegendDefaults.js +3 -3
  82. package/assets/js/highcharts/es-modules/Series/Bubble/BubbleSeries.js +4 -4
  83. package/assets/js/highcharts/es-modules/Series/Column/ColumnSeriesDefaults.js +1 -1
  84. package/assets/js/highcharts/es-modules/Series/DependencyWheel/DependencyWheelSeries.js +5 -2
  85. package/assets/js/highcharts/es-modules/Series/Dumbbell/DumbbellSeriesDefaults.js +2 -2
  86. package/assets/js/highcharts/es-modules/Series/ErrorBar/ErrorBarSeries.js +2 -2
  87. package/assets/js/highcharts/es-modules/Series/Flags/FlagsSeries.js +2 -2
  88. package/assets/js/highcharts/es-modules/Series/Flags/FlagsSeriesDefaults.js +1 -1
  89. package/assets/js/highcharts/es-modules/Series/Gantt/GanttSeriesDefaults.js +1 -1
  90. package/assets/js/highcharts/es-modules/Series/Gauge/GaugeSeries.js +1 -1
  91. package/assets/js/highcharts/es-modules/Series/HLC/HLCSeries.js +1 -1
  92. package/assets/js/highcharts/es-modules/Series/Heatmap/HeatmapSeriesDefaults.js +2 -2
  93. package/assets/js/highcharts/es-modules/Series/Item/ItemSeries.js +1 -1
  94. package/assets/js/highcharts/es-modules/Series/Map/MapSeries.js +1 -1
  95. package/assets/js/highcharts/es-modules/Series/Map/MapSeriesDefaults.js +2 -2
  96. package/assets/js/highcharts/es-modules/Series/Networkgraph/NetworkgraphSeries.js +4 -1
  97. package/assets/js/highcharts/es-modules/Series/Organization/OrganizationSeries.js +3 -0
  98. package/assets/js/highcharts/es-modules/Series/PackedBubble/PackedBubblePoint.js +1 -1
  99. package/assets/js/highcharts/es-modules/Series/PackedBubble/PackedBubbleSeries.js +8 -5
  100. package/assets/js/highcharts/es-modules/Series/Pie/PieDataLabel.js +7 -6
  101. package/assets/js/highcharts/es-modules/Series/Pie/PiePoint.js +6 -6
  102. package/assets/js/highcharts/es-modules/Series/Pie/PieSeriesDefaults.js +11 -10
  103. package/assets/js/highcharts/es-modules/Series/Pie3D/Pie3DSeries.js +1 -1
  104. package/assets/js/highcharts/es-modules/Series/Sankey/SankeySeries.js +7 -4
  105. package/assets/js/highcharts/es-modules/Series/Sankey/SankeySeriesDefaults.js +1 -1
  106. package/assets/js/highcharts/es-modules/Series/Sunburst/SunburstSeries.js +8 -5
  107. package/assets/js/highcharts/es-modules/Series/Sunburst/SunburstSeriesDefaults.js +2 -2
  108. package/assets/js/highcharts/es-modules/Series/Tilemap/TilemapSeriesDefaults.js +2 -2
  109. package/assets/js/highcharts/es-modules/Series/Treegraph/TreegraphSeries.js +23 -2
  110. package/assets/js/highcharts/es-modules/Series/Treegraph/TreegraphSeriesDefaults.js +2 -2
  111. package/assets/js/highcharts/es-modules/Series/Treemap/TreemapPoint.js +2 -1
  112. package/assets/js/highcharts/es-modules/Series/Treemap/TreemapSeries.js +15 -7
  113. package/assets/js/highcharts/es-modules/Series/Treemap/TreemapSeriesDefaults.js +15 -1
  114. package/assets/js/highcharts/es-modules/Series/VariablePie/VariablePieSeriesDefaults.js +2 -2
  115. package/assets/js/highcharts/es-modules/Series/Variwide/VariwideComposition.js +1 -1
  116. package/assets/js/highcharts/es-modules/Series/Vector/VectorSeries.js +1 -1
  117. package/assets/js/highcharts/es-modules/Series/Windbarb/WindbarbSeries.js +2 -2
  118. package/assets/js/highcharts/es-modules/Series/Wordcloud/WordcloudSeries.js +2 -2
  119. package/assets/js/highcharts/es-modules/Series/Wordcloud/WordcloudSeriesDefaults.js +1 -1
  120. package/assets/js/highcharts/es-modules/Stock/Indicators/AD/ADIndicator.js +1 -1
  121. package/assets/js/highcharts/es-modules/Stock/Indicators/APO/APOIndicator.js +1 -1
  122. package/assets/js/highcharts/es-modules/Stock/Indicators/Aroon/AroonIndicator.js +1 -1
  123. package/assets/js/highcharts/es-modules/Stock/Indicators/CMF/CMFIndicator.js +1 -1
  124. package/assets/js/highcharts/es-modules/Stock/Indicators/Chaikin/ChaikinIndicator.js +1 -1
  125. package/assets/js/highcharts/es-modules/Stock/Indicators/IKH/IKHIndicator.js +3 -3
  126. package/assets/js/highcharts/es-modules/Stock/Indicators/LinearRegression/LinearRegressionIndicator.js +1 -1
  127. package/assets/js/highcharts/es-modules/Stock/Indicators/MFI/MFIIndicator.js +1 -1
  128. package/assets/js/highcharts/es-modules/Stock/Indicators/PC/PCIndicator.js +1 -1
  129. package/assets/js/highcharts/es-modules/Stock/Indicators/PPO/PPOIndicator.js +1 -1
  130. package/assets/js/highcharts/es-modules/Stock/Indicators/PSAR/PSARIndicator.js +1 -1
  131. package/assets/js/highcharts/es-modules/Stock/Indicators/PivotPoints/PivotPointsIndicator.js +3 -3
  132. package/assets/js/highcharts/es-modules/Stock/Indicators/SMA/SMAIndicator.js +1 -1
  133. package/assets/js/highcharts/es-modules/Stock/Indicators/SlowStochastic/SlowStochasticIndicator.js +2 -2
  134. package/assets/js/highcharts/es-modules/Stock/Indicators/Supertrend/SupertrendIndicator.js +3 -3
  135. package/assets/js/highcharts/es-modules/Stock/Indicators/TrendLine/TrendLineIndicator.js +1 -1
  136. package/assets/js/highcharts/es-modules/Stock/Indicators/VWAP/VWAPIndicator.js +1 -1
  137. package/assets/js/highcharts/es-modules/Stock/Indicators/WilliamsR/WilliamsRIndicator.js +1 -1
  138. package/assets/js/highcharts/es-modules/Stock/Navigator/Navigator.js +141 -55
  139. package/assets/js/highcharts/es-modules/Stock/Navigator/NavigatorDefaults.js +1 -1
  140. package/assets/js/highcharts/es-modules/Stock/RangeSelector/RangeSelector.js +1 -1
  141. package/assets/js/highcharts/es-modules/Stock/RangeSelector/RangeSelectorDefaults.js +1 -1
  142. package/assets/js/highcharts/es-modules/Stock/Scrollbar/ScrollbarDefaults.js +1 -1
  143. package/assets/js/highcharts/es-modules/Stock/StockTools/StockToolbar.js +115 -37
  144. package/assets/js/highcharts/es-modules/Stock/StockTools/StockToolsDefaults.js +7 -1
  145. package/assets/js/highcharts/es-modules/Stock/StockTools/StockToolsGui.js +24 -23
  146. package/assets/js/highcharts/es-modules/Stock/StockTools/StockToolsUtilities.js +26 -0
  147. package/assets/js/highcharts/es-modules/masters/highcharts-more.src.js +2 -2
  148. package/assets/js/highcharts/es-modules/masters/modules/arc-diagram.src.js +1 -2
  149. package/assets/js/highcharts/es-modules/masters/modules/cylinder.src.js +1 -1
  150. package/assets/js/highcharts/es-modules/masters/modules/funnel3d.src.js +1 -1
  151. package/assets/js/highcharts/es-modules/masters/modules/map.src.js +1 -1
  152. package/assets/js/highcharts/es-modules/masters/modules/pyramid3d.src.js +1 -1
  153. package/assets/js/highcharts/es-modules/masters/modules/solid-gauge.src.js +1 -1
  154. package/assets/js/highcharts/es-modules/masters/modules/textpath.src.js +16 -0
  155. package/assets/js/highcharts/highcharts-3d.js +2 -2
  156. package/assets/js/highcharts/highcharts-3d.src.js +4 -4
  157. package/assets/js/highcharts/highcharts-gantt.js +3 -3
  158. package/assets/js/highcharts/highcharts-gantt.src.js +3376 -3042
  159. package/assets/js/highcharts/highcharts-more.js +2 -2
  160. package/assets/js/highcharts/highcharts-more.src.js +262 -35
  161. package/assets/js/highcharts/highcharts.js +3 -3
  162. package/assets/js/highcharts/highcharts.src.js +6064 -5818
  163. package/assets/js/highcharts/highmaps.js +3 -3
  164. package/assets/js/highcharts/highmaps.src.js +3276 -3046
  165. package/assets/js/highcharts/highstock.js +3 -3
  166. package/assets/js/highcharts/highstock.src.js +3395 -3062
  167. package/assets/js/highcharts/indicators/acceleration-bands.js +2 -2
  168. package/assets/js/highcharts/indicators/acceleration-bands.src.js +3 -3
  169. package/assets/js/highcharts/indicators/accumulation-distribution.js +2 -2
  170. package/assets/js/highcharts/indicators/accumulation-distribution.src.js +4 -4
  171. package/assets/js/highcharts/indicators/ao.js +2 -2
  172. package/assets/js/highcharts/indicators/ao.src.js +3 -3
  173. package/assets/js/highcharts/indicators/apo.js +2 -2
  174. package/assets/js/highcharts/indicators/apo.src.js +4 -4
  175. package/assets/js/highcharts/indicators/aroon-oscillator.js +2 -2
  176. package/assets/js/highcharts/indicators/aroon-oscillator.src.js +3 -3
  177. package/assets/js/highcharts/indicators/aroon.js +2 -2
  178. package/assets/js/highcharts/indicators/aroon.src.js +4 -4
  179. package/assets/js/highcharts/indicators/atr.js +2 -2
  180. package/assets/js/highcharts/indicators/atr.src.js +3 -3
  181. package/assets/js/highcharts/indicators/bollinger-bands.js +2 -2
  182. package/assets/js/highcharts/indicators/bollinger-bands.src.js +3 -3
  183. package/assets/js/highcharts/indicators/cci.js +2 -2
  184. package/assets/js/highcharts/indicators/cci.src.js +3 -3
  185. package/assets/js/highcharts/indicators/chaikin.js +2 -2
  186. package/assets/js/highcharts/indicators/chaikin.src.js +5 -5
  187. package/assets/js/highcharts/indicators/cmf.js +2 -2
  188. package/assets/js/highcharts/indicators/cmf.src.js +4 -4
  189. package/assets/js/highcharts/indicators/cmo.js +2 -2
  190. package/assets/js/highcharts/indicators/cmo.src.js +3 -3
  191. package/assets/js/highcharts/indicators/dema.js +2 -2
  192. package/assets/js/highcharts/indicators/dema.src.js +3 -3
  193. package/assets/js/highcharts/indicators/disparity-index.js +2 -2
  194. package/assets/js/highcharts/indicators/disparity-index.src.js +3 -3
  195. package/assets/js/highcharts/indicators/dmi.js +2 -2
  196. package/assets/js/highcharts/indicators/dmi.src.js +3 -3
  197. package/assets/js/highcharts/indicators/dpo.js +2 -2
  198. package/assets/js/highcharts/indicators/dpo.src.js +3 -3
  199. package/assets/js/highcharts/indicators/ema.js +1 -1
  200. package/assets/js/highcharts/indicators/ema.src.js +2 -2
  201. package/assets/js/highcharts/indicators/ichimoku-kinko-hyo.js +2 -2
  202. package/assets/js/highcharts/indicators/ichimoku-kinko-hyo.src.js +6 -6
  203. package/assets/js/highcharts/indicators/indicators-all.js +2 -2
  204. package/assets/js/highcharts/indicators/indicators-all.src.js +28 -28
  205. package/assets/js/highcharts/indicators/indicators.js +2 -2
  206. package/assets/js/highcharts/indicators/indicators.src.js +4 -4
  207. package/assets/js/highcharts/indicators/keltner-channels.js +2 -2
  208. package/assets/js/highcharts/indicators/keltner-channels.src.js +3 -3
  209. package/assets/js/highcharts/indicators/klinger.js +2 -2
  210. package/assets/js/highcharts/indicators/klinger.src.js +3 -3
  211. package/assets/js/highcharts/indicators/macd.js +2 -2
  212. package/assets/js/highcharts/indicators/macd.src.js +3 -3
  213. package/assets/js/highcharts/indicators/mfi.js +2 -2
  214. package/assets/js/highcharts/indicators/mfi.src.js +4 -4
  215. package/assets/js/highcharts/indicators/momentum.js +2 -2
  216. package/assets/js/highcharts/indicators/momentum.src.js +3 -3
  217. package/assets/js/highcharts/indicators/natr.js +2 -2
  218. package/assets/js/highcharts/indicators/natr.src.js +3 -3
  219. package/assets/js/highcharts/indicators/obv.js +2 -2
  220. package/assets/js/highcharts/indicators/obv.src.js +3 -3
  221. package/assets/js/highcharts/indicators/pivot-points.js +2 -2
  222. package/assets/js/highcharts/indicators/pivot-points.src.js +6 -6
  223. package/assets/js/highcharts/indicators/ppo.js +2 -2
  224. package/assets/js/highcharts/indicators/ppo.src.js +4 -4
  225. package/assets/js/highcharts/indicators/price-channel.js +2 -2
  226. package/assets/js/highcharts/indicators/price-channel.src.js +4 -4
  227. package/assets/js/highcharts/indicators/price-envelopes.js +2 -2
  228. package/assets/js/highcharts/indicators/price-envelopes.src.js +3 -3
  229. package/assets/js/highcharts/indicators/psar.js +2 -2
  230. package/assets/js/highcharts/indicators/psar.src.js +4 -4
  231. package/assets/js/highcharts/indicators/regressions.js +2 -2
  232. package/assets/js/highcharts/indicators/regressions.src.js +4 -4
  233. package/assets/js/highcharts/indicators/roc.js +2 -2
  234. package/assets/js/highcharts/indicators/roc.src.js +3 -3
  235. package/assets/js/highcharts/indicators/rsi.js +2 -2
  236. package/assets/js/highcharts/indicators/rsi.src.js +3 -3
  237. package/assets/js/highcharts/indicators/slow-stochastic.js +2 -2
  238. package/assets/js/highcharts/indicators/slow-stochastic.src.js +5 -5
  239. package/assets/js/highcharts/indicators/stochastic.js +2 -2
  240. package/assets/js/highcharts/indicators/stochastic.src.js +3 -3
  241. package/assets/js/highcharts/indicators/supertrend.js +2 -2
  242. package/assets/js/highcharts/indicators/supertrend.src.js +6 -6
  243. package/assets/js/highcharts/indicators/tema.js +2 -2
  244. package/assets/js/highcharts/indicators/tema.src.js +3 -3
  245. package/assets/js/highcharts/indicators/trendline.js +2 -2
  246. package/assets/js/highcharts/indicators/trendline.src.js +4 -4
  247. package/assets/js/highcharts/indicators/trix.js +2 -2
  248. package/assets/js/highcharts/indicators/trix.src.js +3 -3
  249. package/assets/js/highcharts/indicators/volume-by-price.js +2 -2
  250. package/assets/js/highcharts/indicators/volume-by-price.src.js +3 -3
  251. package/assets/js/highcharts/indicators/vwap.js +2 -2
  252. package/assets/js/highcharts/indicators/vwap.src.js +4 -4
  253. package/assets/js/highcharts/indicators/williams-r.js +2 -2
  254. package/assets/js/highcharts/indicators/williams-r.src.js +4 -4
  255. package/assets/js/highcharts/indicators/wma.js +2 -2
  256. package/assets/js/highcharts/indicators/wma.src.js +3 -3
  257. package/assets/js/highcharts/indicators/zigzag.js +2 -2
  258. package/assets/js/highcharts/indicators/zigzag.src.js +3 -3
  259. package/assets/js/highcharts/modules/accessibility.js +2 -2
  260. package/assets/js/highcharts/modules/accessibility.src.js +162 -77
  261. package/assets/js/highcharts/modules/annotations-advanced.js +2 -2
  262. package/assets/js/highcharts/modules/annotations-advanced.src.js +8 -9
  263. package/assets/js/highcharts/modules/annotations.js +2 -2
  264. package/assets/js/highcharts/modules/annotations.src.js +8 -9
  265. package/assets/js/highcharts/modules/arc-diagram.js +2 -2
  266. package/assets/js/highcharts/modules/arc-diagram.src.js +9363 -5
  267. package/assets/js/highcharts/modules/arrow-symbols.js +2 -2
  268. package/assets/js/highcharts/modules/arrow-symbols.src.js +3 -3
  269. package/assets/js/highcharts/modules/boost-canvas.js +2 -2
  270. package/assets/js/highcharts/modules/boost-canvas.src.js +53 -16
  271. package/assets/js/highcharts/modules/boost.js +2 -2
  272. package/assets/js/highcharts/modules/boost.src.js +54 -17
  273. package/assets/js/highcharts/modules/broken-axis.js +2 -2
  274. package/assets/js/highcharts/modules/broken-axis.src.js +3 -3
  275. package/assets/js/highcharts/modules/bullet.js +2 -2
  276. package/assets/js/highcharts/modules/bullet.src.js +3 -3
  277. package/assets/js/highcharts/modules/coloraxis.js +2 -2
  278. package/assets/js/highcharts/modules/coloraxis.src.js +12 -7
  279. package/assets/js/highcharts/modules/current-date-indicator.js +2 -2
  280. package/assets/js/highcharts/modules/current-date-indicator.src.js +3 -3
  281. package/assets/js/highcharts/modules/cylinder.js +2 -2
  282. package/assets/js/highcharts/modules/cylinder.src.js +4 -4
  283. package/assets/js/highcharts/modules/data-tools.js +2 -2
  284. package/assets/js/highcharts/modules/data-tools.src.js +128 -21
  285. package/assets/js/highcharts/modules/data.js +2 -2
  286. package/assets/js/highcharts/modules/data.src.js +14 -14
  287. package/assets/js/highcharts/modules/datagrouping.js +2 -2
  288. package/assets/js/highcharts/modules/datagrouping.src.js +5 -6
  289. package/assets/js/highcharts/modules/debugger.js +2 -2
  290. package/assets/js/highcharts/modules/debugger.src.js +3 -3
  291. package/assets/js/highcharts/modules/dependency-wheel.js +2 -2
  292. package/assets/js/highcharts/modules/dependency-wheel.src.js +7 -6
  293. package/assets/js/highcharts/modules/dotplot.js +2 -2
  294. package/assets/js/highcharts/modules/dotplot.src.js +3 -3
  295. package/assets/js/highcharts/modules/drag-panes.js +2 -2
  296. package/assets/js/highcharts/modules/drag-panes.src.js +3 -3
  297. package/assets/js/highcharts/modules/draggable-points.js +2 -2
  298. package/assets/js/highcharts/modules/draggable-points.src.js +3 -3
  299. package/assets/js/highcharts/modules/drilldown.js +2 -2
  300. package/assets/js/highcharts/modules/drilldown.src.js +3 -43
  301. package/assets/js/highcharts/modules/dumbbell.js +2 -2
  302. package/assets/js/highcharts/modules/dumbbell.src.js +5 -5
  303. package/assets/js/highcharts/modules/export-data.js +2 -2
  304. package/assets/js/highcharts/modules/export-data.src.js +4 -4
  305. package/assets/js/highcharts/modules/exporting.js +2 -2
  306. package/assets/js/highcharts/modules/exporting.src.js +17 -17
  307. package/assets/js/highcharts/modules/flowmap.js +2 -2
  308. package/assets/js/highcharts/modules/flowmap.src.js +3 -3
  309. package/assets/js/highcharts/modules/full-screen.js +2 -2
  310. package/assets/js/highcharts/modules/full-screen.src.js +3 -3
  311. package/assets/js/highcharts/modules/funnel.js +2 -2
  312. package/assets/js/highcharts/modules/funnel.src.js +3 -3
  313. package/assets/js/highcharts/modules/funnel3d.js +2 -2
  314. package/assets/js/highcharts/modules/funnel3d.src.js +4 -4
  315. package/assets/js/highcharts/modules/gantt.js +2 -2
  316. package/assets/js/highcharts/modules/gantt.src.js +155 -67
  317. package/assets/js/highcharts/modules/geoheatmap.js +2 -2
  318. package/assets/js/highcharts/modules/geoheatmap.src.js +3 -3
  319. package/assets/js/highcharts/modules/grid-axis.js +2 -2
  320. package/assets/js/highcharts/modules/grid-axis.src.js +4 -4
  321. package/assets/js/highcharts/modules/heatmap.js +2 -2
  322. package/assets/js/highcharts/modules/heatmap.src.js +14 -9
  323. package/assets/js/highcharts/modules/heikinashi.js +2 -2
  324. package/assets/js/highcharts/modules/heikinashi.src.js +3 -3
  325. package/assets/js/highcharts/modules/histogram-bellcurve.js +2 -2
  326. package/assets/js/highcharts/modules/histogram-bellcurve.src.js +5 -5
  327. package/assets/js/highcharts/modules/hollowcandlestick.js +2 -2
  328. package/assets/js/highcharts/modules/hollowcandlestick.src.js +3 -3
  329. package/assets/js/highcharts/modules/item-series.js +2 -2
  330. package/assets/js/highcharts/modules/item-series.src.js +4 -4
  331. package/assets/js/highcharts/modules/lollipop.js +2 -2
  332. package/assets/js/highcharts/modules/lollipop.src.js +3 -3
  333. package/assets/js/highcharts/modules/map.js +2 -2
  334. package/assets/js/highcharts/modules/map.src.js +36 -52
  335. package/assets/js/highcharts/modules/marker-clusters.js +2 -2
  336. package/assets/js/highcharts/modules/marker-clusters.src.js +3 -3
  337. package/assets/js/highcharts/modules/mouse-wheel-zoom.js +2 -2
  338. package/assets/js/highcharts/modules/mouse-wheel-zoom.src.js +3 -3
  339. package/assets/js/highcharts/modules/navigator.js +2 -2
  340. package/assets/js/highcharts/modules/navigator.src.js +146 -61
  341. package/assets/js/highcharts/modules/networkgraph.js +2 -2
  342. package/assets/js/highcharts/modules/networkgraph.src.js +233 -5
  343. package/assets/js/highcharts/modules/no-data-to-display.js +2 -2
  344. package/assets/js/highcharts/modules/no-data-to-display.src.js +3 -3
  345. package/assets/js/highcharts/modules/offline-exporting.js +2 -2
  346. package/assets/js/highcharts/modules/offline-exporting.src.js +5 -5
  347. package/assets/js/highcharts/modules/organization.js +2 -2
  348. package/assets/js/highcharts/modules/organization.src.js +5 -4
  349. package/assets/js/highcharts/modules/overlapping-datalabels.js +2 -2
  350. package/assets/js/highcharts/modules/overlapping-datalabels.src.js +3 -3
  351. package/assets/js/highcharts/modules/parallel-coordinates.js +2 -2
  352. package/assets/js/highcharts/modules/parallel-coordinates.src.js +4 -4
  353. package/assets/js/highcharts/modules/pareto.js +2 -2
  354. package/assets/js/highcharts/modules/pareto.src.js +3 -3
  355. package/assets/js/highcharts/modules/pathfinder.js +2 -2
  356. package/assets/js/highcharts/modules/pathfinder.src.js +3 -3
  357. package/assets/js/highcharts/modules/pattern-fill.js +2 -2
  358. package/assets/js/highcharts/modules/pattern-fill.src.js +3 -3
  359. package/assets/js/highcharts/modules/pictorial.js +2 -2
  360. package/assets/js/highcharts/modules/pictorial.src.js +3 -3
  361. package/assets/js/highcharts/modules/price-indicator.js +2 -2
  362. package/assets/js/highcharts/modules/price-indicator.src.js +3 -3
  363. package/assets/js/highcharts/modules/pyramid3d.js +2 -2
  364. package/assets/js/highcharts/modules/pyramid3d.src.js +4 -4
  365. package/assets/js/highcharts/modules/sankey.js +2 -2
  366. package/assets/js/highcharts/modules/sankey.src.js +237 -9
  367. package/assets/js/highcharts/modules/series-label.js +2 -2
  368. package/assets/js/highcharts/modules/series-label.src.js +3 -3
  369. package/assets/js/highcharts/modules/series-on-point.js +2 -2
  370. package/assets/js/highcharts/modules/series-on-point.src.js +3 -3
  371. package/assets/js/highcharts/modules/solid-gauge.js +2 -2
  372. package/assets/js/highcharts/modules/solid-gauge.src.js +4 -4
  373. package/assets/js/highcharts/modules/sonification.js +2 -2
  374. package/assets/js/highcharts/modules/sonification.src.js +12 -15
  375. package/assets/js/highcharts/modules/static-scale.js +2 -2
  376. package/assets/js/highcharts/modules/static-scale.src.js +3 -3
  377. package/assets/js/highcharts/modules/stock-tools.js +2 -2
  378. package/assets/js/highcharts/modules/stock-tools.src.js +177 -69
  379. package/assets/js/highcharts/modules/stock.js +2 -2
  380. package/assets/js/highcharts/modules/stock.src.js +160 -73
  381. package/assets/js/highcharts/modules/streamgraph.js +2 -2
  382. package/assets/js/highcharts/modules/streamgraph.src.js +3 -3
  383. package/assets/js/highcharts/modules/sunburst.js +2 -2
  384. package/assets/js/highcharts/modules/sunburst.src.js +271 -58
  385. package/assets/js/highcharts/modules/textpath.js +7 -0
  386. package/assets/js/highcharts/modules/textpath.src.js +271 -0
  387. package/assets/js/highcharts/modules/tiledwebmap.js +3 -3
  388. package/assets/js/highcharts/modules/tiledwebmap.src.js +3 -3
  389. package/assets/js/highcharts/modules/tilemap.js +2 -2
  390. package/assets/js/highcharts/modules/tilemap.src.js +5 -5
  391. package/assets/js/highcharts/modules/timeline.js +2 -2
  392. package/assets/js/highcharts/modules/timeline.src.js +3 -3
  393. package/assets/js/highcharts/modules/treegraph.js +2 -2
  394. package/assets/js/highcharts/modules/treegraph.src.js +254 -8
  395. package/assets/js/highcharts/modules/treegrid.js +2 -2
  396. package/assets/js/highcharts/modules/treegrid.src.js +4 -4
  397. package/assets/js/highcharts/modules/treemap.js +2 -2
  398. package/assets/js/highcharts/modules/treemap.src.js +35 -50
  399. package/assets/js/highcharts/modules/variable-pie.js +2 -2
  400. package/assets/js/highcharts/modules/variable-pie.src.js +5 -5
  401. package/assets/js/highcharts/modules/variwide.js +2 -2
  402. package/assets/js/highcharts/modules/variwide.src.js +4 -4
  403. package/assets/js/highcharts/modules/vector.js +2 -2
  404. package/assets/js/highcharts/modules/vector.src.js +4 -4
  405. package/assets/js/highcharts/modules/venn.js +2 -2
  406. package/assets/js/highcharts/modules/venn.src.js +3 -88
  407. package/assets/js/highcharts/modules/windbarb.js +2 -2
  408. package/assets/js/highcharts/modules/windbarb.src.js +5 -5
  409. package/assets/js/highcharts/modules/wordcloud.js +2 -2
  410. package/assets/js/highcharts/modules/wordcloud.src.js +6 -6
  411. package/assets/js/highcharts/modules/xrange.js +2 -2
  412. package/assets/js/highcharts/modules/xrange.src.js +3 -3
  413. package/assets/js/highcharts/standalone-navigator.js +2 -2
  414. package/assets/js/highcharts/standalone-navigator.src.js +3380 -3049
  415. package/assets/js/highcharts/themes/avocado.js +2 -2
  416. package/assets/js/highcharts/themes/avocado.src.js +3 -3
  417. package/assets/js/highcharts/themes/brand-dark.js +2 -2
  418. package/assets/js/highcharts/themes/brand-dark.src.js +3 -3
  419. package/assets/js/highcharts/themes/brand-light.js +2 -2
  420. package/assets/js/highcharts/themes/brand-light.src.js +3 -3
  421. package/assets/js/highcharts/themes/dark-blue.js +2 -2
  422. package/assets/js/highcharts/themes/dark-blue.src.js +3 -3
  423. package/assets/js/highcharts/themes/dark-green.js +2 -2
  424. package/assets/js/highcharts/themes/dark-green.src.js +3 -3
  425. package/assets/js/highcharts/themes/dark-unica.js +2 -2
  426. package/assets/js/highcharts/themes/dark-unica.src.js +3 -3
  427. package/assets/js/highcharts/themes/gray.js +2 -2
  428. package/assets/js/highcharts/themes/gray.src.js +3 -3
  429. package/assets/js/highcharts/themes/grid-light.js +2 -2
  430. package/assets/js/highcharts/themes/grid-light.src.js +3 -3
  431. package/assets/js/highcharts/themes/grid.js +2 -2
  432. package/assets/js/highcharts/themes/grid.src.js +3 -3
  433. package/assets/js/highcharts/themes/high-contrast-dark.js +2 -2
  434. package/assets/js/highcharts/themes/high-contrast-dark.src.js +3 -3
  435. package/assets/js/highcharts/themes/high-contrast-light.js +2 -2
  436. package/assets/js/highcharts/themes/high-contrast-light.src.js +3 -3
  437. package/assets/js/highcharts/themes/sand-signika.js +2 -2
  438. package/assets/js/highcharts/themes/sand-signika.src.js +3 -3
  439. package/assets/js/highcharts/themes/skies.js +2 -2
  440. package/assets/js/highcharts/themes/skies.src.js +3 -3
  441. package/assets/js/highcharts/themes/sunset.js +2 -2
  442. package/assets/js/highcharts/themes/sunset.src.js +3 -3
  443. package/assets/js/pdfjs/build/pdf.mjs +464 -207
  444. package/assets/js/pdfjs/build/pdf.mjs.map +1 -1
  445. package/assets/js/pdfjs/build/pdf.sandbox.mjs +6 -3
  446. package/assets/js/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  447. package/assets/js/pdfjs/build/pdf.worker.mjs +384 -204
  448. package/assets/js/pdfjs/build/pdf.worker.mjs.map +1 -1
  449. package/assets/js/pdfjs/web/locale/br/viewer.ftl +5 -6
  450. package/assets/js/pdfjs/web/locale/is/viewer.ftl +1 -9
  451. package/assets/js/pdfjs/web/locale/ja/viewer.ftl +1 -3
  452. package/assets/js/pdfjs/web/locale/kab/viewer.ftl +57 -8
  453. package/assets/js/pdfjs/web/locale/nn-NO/viewer.ftl +40 -6
  454. package/assets/js/pdfjs/web/locale/sl/viewer.ftl +4 -0
  455. package/assets/js/pdfjs/web/viewer.css +15 -0
  456. package/assets/js/pdfjs/web/viewer.html +1 -1
  457. package/assets/js/pdfjs/web/viewer.mjs +159 -91
  458. package/assets/js/pdfjs/web/viewer.mjs.map +1 -1
  459. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Karol Kolodziej
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/obv",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(e,t,s,o){e.hasOwnProperty(t)||(e[t]=o.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:t,module:e[t]}})))}s(t,"Stock/Indicators/OBV/OBVIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isNumber:o,error:i,extend:r,merge:n}=t;class a extends s{getValues(e,t){let s=e.chart.get(t.volumeSeriesID),r=e.xData,n=e.yData,a=[],u=[],d=[],l=!o(n[0]),c=[],h=1,p=0,f=0,m=0,v=0,y;if(s)for(y=s.yData,c=[r[0],p],m=l?n[0][3]:n[0],a.push(c),u.push(r[0]),d.push(c[1]);h<n.length;h++)f=(v=l?n[h][3]:n[h])>m?p+y[h]:v===m?p:p-y[h],c=[r[h],f],p=f,m=v,a.push(c),u.push(r[h]),d.push(c[1]);else{i("Series "+t.volumeSeriesID+" not found! Check `volumeSeriesID`.",!0,e.chart);return}return{values:a,xData:u,yData:d}}}return a.defaultOptions=n(s.defaultOptions,{marker:{enabled:!1},params:{index:void 0,period:void 0,volumeSeriesID:"volume"},tooltip:{valueDecimals:0}}),r(a.prototype,{nameComponents:void 0}),e.registerSeriesType("obv",a),a}),s(t,"masters/indicators/obv.src.js",[t["Core/Globals.js"]],function(e){return e})});
9
+ */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/obv",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(t,s,o,i){t.hasOwnProperty(s)||(t[s]=i.apply(null,o),"function"==typeof CustomEvent&&e.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:t[s]}})))}s(t,"Stock/Indicators/OBV/OBVIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isNumber:o,error:i,extend:r,merge:n}=t;class a extends s{getValues(e,t){let s=e.chart.get(t.volumeSeriesID),r=e.xData,n=e.yData,a=[],u=[],d=[],l=!o(n[0]),c=[],h=1,p=0,f=0,m=0,v=0,y;if(s)for(y=s.yData,c=[r[0],p],m=l?n[0][3]:n[0],a.push(c),u.push(r[0]),d.push(c[1]);h<n.length;h++)f=(v=l?n[h][3]:n[h])>m?p+y[h]:v===m?p:p-y[h],c=[r[h],f],p=f,m=v,a.push(c),u.push(r[h]),d.push(c[1]);else{i("Series "+t.volumeSeriesID+" not found! Check `volumeSeriesID`.",!0,e.chart);return}return{values:a,xData:u,yData:d}}}return a.defaultOptions=n(s.defaultOptions,{marker:{enabled:!1},params:{index:void 0,period:void 0,volumeSeriesID:"volume"},tooltip:{valueDecimals:0}}),r(a.prototype,{nameComponents:void 0}),e.registerSeriesType("obv",a),a}),s(t,"masters/indicators/obv.src.js",[t["Core/Globals.js"]],function(e){return e})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -193,4 +193,4 @@
193
193
 
194
194
  return Highcharts;
195
195
  });
196
- }));
196
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Paweł Fus
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/pivot-points",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function a(t,e,a,o){t.hasOwnProperty(e)||(t[e]=o.apply(null,a),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}a(e,"Stock/Indicators/PivotPoints/PivotPointsPoint.js",[e["Core/Series/SeriesRegistry.js"]],function(t){let e=t.seriesTypes.sma.prototype.pointClass;function a(e,a){let o=e.series.pointArrayMap,n,s=o.length;for(t.seriesTypes.sma.prototype.pointClass.prototype[a].call(e);s--;)e[n="dataLabel"+o[s]]&&e[n].element&&e[n].destroy(),e[n]=null}return class extends e{destroyElements(){a(this,"destroyElements")}destroy(){a(this,"destroyElements")}}}),a(e,"Stock/Indicators/PivotPoints/PivotPointsIndicator.js",[e["Stock/Indicators/PivotPoints/PivotPointsPoint.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,a){let{sma:o}=e.seriesTypes,{merge:n,extend:s,defined:i,isArray:l}=a;class r extends o{toYData(t){return[t.P]}translate(){let t=this;super.translate.apply(t),t.points.forEach(function(e){t.pointArrayMap.forEach(function(a){i(e[a])&&(e["plot"+a]=t.yAxis.toPixels(e[a],!0))})}),t.plotEndPoint=t.xAxis.toPixels(t.endPoint,!0)}getGraphPath(t){let e=this,a=[[],[],[],[],[],[],[],[],[]],o=e.pointArrayMap.length,n=e.plotEndPoint,s=[],l,r,p=t.length,d;for(;p--;){for(d=0,r=t[p];d<o;d++)i(r[l=e.pointArrayMap[d]])&&a[d].push({plotX:r.plotX,plotY:r["plot"+l],isNull:!1},{plotX:n,plotY:r["plot"+l],isNull:!1},{plotX:n,plotY:null,isNull:!0});n=r.plotX}return a.forEach(t=>{s=s.concat(super.getGraphPath.call(e,t))}),s}drawDataLabels(){let t,e,a,o;let n=this,s=n.pointArrayMap;n.options.dataLabels.enabled&&(e=n.points.length,s.concat([!1]).forEach((i,l)=>{for(o=e;o--;)a=n.points[o],i?(a.y=a[i],a.pivotLine=i,a.plotY=a["plot"+i],t=a["dataLabel"+i],l&&(a["dataLabel"+s[l-1]]=a.dataLabel),a.dataLabels||(a.dataLabels=[]),a.dataLabels[0]=a.dataLabel=t=t&&t.element?t:null):a["dataLabel"+s[l-1]]=a.dataLabel;super.drawDataLabels.call(n)}))}getValues(t,e){let a,o,n,s,i,r,p;let d=e.period,u=t.xData,c=t.yData,h=c?c.length:0,f=this[e.algorithm+"Placement"],P=[],y=[],m=[];if(!(u.length<d)&&l(c[0])&&4===c[0].length){for(p=d+1;p<=h+d;p+=d)n=u.slice(p-d-1,p),s=c.slice(p-d-1,p),o=n.length,a=n[o-1],r=f(this.getPivotAndHLC(s)),i=P.push([a].concat(r)),y.push(a),m.push(P[i-1].slice(1));return this.endPoint=n[0]+(a-n[0])/o*d,{values:P,xData:y,yData:m}}}getPivotAndHLC(t){let e=t[t.length-1][3],a=-1/0,o=1/0;return t.forEach(function(t){a=Math.max(a,t[1]),o=Math.min(o,t[2])}),[(a+o+e)/3,a,o,e]}standardPlacement(t){let e=t[1]-t[2];return[null,null,t[0]+e,2*t[0]-t[2],t[0],2*t[0]-t[1],t[0]-e,null,null]}camarillaPlacement(t){let e=t[1]-t[2];return[t[3]+1.5*e,t[3]+1.25*e,t[3]+1.1666*e,t[3]+1.0833*e,t[0],t[3]-1.0833*e,t[3]-1.1666*e,t[3]-1.25*e,t[3]-1.5*e]}fibonacciPlacement(t){let e=t[1]-t[2];return[null,t[0]+e,t[0]+.618*e,t[0]+.382*e,t[0],t[0]-.382*e,t[0]-.618*e,t[0]-e,null]}}return r.defaultOptions=n(o.defaultOptions,{params:{index:void 0,period:28,algorithm:"standard"},marker:{enabled:!1},enableMouseTracking:!1,dataLabels:{enabled:!0,format:"{point.pivotLine}"},dataGrouping:{approximation:"averages"}}),s(r.prototype,{nameBase:"Pivot Points",pointArrayMap:["R4","R3","R2","R1","P","S1","S2","S3","S4"],pointValKey:"P",pointClass:t}),e.registerSeriesType("pivotpoints",r),r}),a(e,"masters/indicators/pivot-points.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/pivot-points",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function a(e,a,o,n){e.hasOwnProperty(a)||(e[a]=n.apply(null,o),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:a,module:e[a]}})))}a(e,"Stock/Indicators/PivotPoints/PivotPointsPoint.js",[e["Core/Series/SeriesRegistry.js"]],function(t){let e=t.seriesTypes.sma.prototype.pointClass;function a(e,a){let o=e.series.pointArrayMap,n,s=o.length;for(t.seriesTypes.sma.prototype.pointClass.prototype[a].call(e);s--;)e[n="dataLabel"+o[s]]&&e[n].element&&e[n].destroy(),e[n]=null}return class extends e{destroyElements(){a(this,"destroyElements")}destroy(){a(this,"destroyElements")}}}),a(e,"Stock/Indicators/PivotPoints/PivotPointsIndicator.js",[e["Stock/Indicators/PivotPoints/PivotPointsPoint.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,a){let{sma:o}=e.seriesTypes,{merge:n,extend:s,defined:i,isArray:l}=a;class r extends o{toYData(t){return[t.P]}translate(){let t=this;super.translate.apply(t),t.points.forEach(function(e){t.pointArrayMap.forEach(function(a){i(e[a])&&(e["plot"+a]=t.yAxis.toPixels(e[a],!0))})}),t.plotEndPoint=t.xAxis.toPixels(t.endPoint,!0)}getGraphPath(t){let e=this,a=[[],[],[],[],[],[],[],[],[]],o=e.pointArrayMap.length,n=e.plotEndPoint,s=[],l,r,p=t.length,d;for(;p--;){for(d=0,r=t[p];d<o;d++)i(r[l=e.pointArrayMap[d]])&&a[d].push({plotX:r.plotX,plotY:r["plot"+l],isNull:!1},{plotX:n,plotY:r["plot"+l],isNull:!1},{plotX:n,plotY:null,isNull:!0});n=r.plotX}return a.forEach(t=>{s=s.concat(super.getGraphPath.call(e,t))}),s}drawDataLabels(){let t,e,a,o;let n=this,s=n.pointArrayMap;n.options.dataLabels.enabled&&(e=n.points.length,s.concat([!1]).forEach((i,l)=>{for(o=e;o--;)a=n.points[o],i?(a.y=a[i],a.pivotLine=i,a.plotY=a["plot"+i],t=a["dataLabel"+i],l&&(a["dataLabel"+s[l-1]]=a.dataLabel),a.dataLabels||(a.dataLabels=[]),a.dataLabels[0]=a.dataLabel=t=t&&t.element?t:null):a["dataLabel"+s[l-1]]=a.dataLabel;super.drawDataLabels.call(n)}))}getValues(t,e){let a,o,n,s,i,r,p;let d=e.period,u=t.xData,c=t.yData,h=c?c.length:0,f=this[e.algorithm+"Placement"],P=[],y=[],m=[];if(!(u.length<d)&&l(c[0])&&4===c[0].length){for(p=d+1;p<=h+d;p+=d)n=u.slice(p-d-1,p),s=c.slice(p-d-1,p),o=n.length,a=n[o-1],r=f(this.getPivotAndHLC(s)),i=P.push([a].concat(r)),y.push(a),m.push(P[i-1].slice(1));return this.endPoint=n[0]+(a-n[0])/o*d,{values:P,xData:y,yData:m}}}getPivotAndHLC(t){let e=t[t.length-1][3],a=-1/0,o=1/0;return t.forEach(function(t){a=Math.max(a,t[1]),o=Math.min(o,t[2])}),[(a+o+e)/3,a,o,e]}standardPlacement(t){let e=t[1]-t[2];return[null,null,t[0]+e,2*t[0]-t[2],t[0],2*t[0]-t[1],t[0]-e,null,null]}camarillaPlacement(t){let e=t[1]-t[2];return[t[3]+1.5*e,t[3]+1.25*e,t[3]+1.1666*e,t[3]+1.0833*e,t[0],t[3]-1.0833*e,t[3]-1.1666*e,t[3]-1.25*e,t[3]-1.5*e]}fibonacciPlacement(t){let e=t[1]-t[2];return[null,t[0]+e,t[0]+.618*e,t[0]+.382*e,t[0],t[0]-.382*e,t[0]-.618*e,t[0]-e,null]}}return r.defaultOptions=n(o.defaultOptions,{params:{index:void 0,period:28,algorithm:"standard"},marker:{enabled:!1},enableMouseTracking:!1,dataLabels:{enabled:!0,format:"{point.pivotLine}"},dataGrouping:{approximation:"averages"}}),s(r.prototype,{nameBase:"Pivot Points",pointArrayMap:["R4","R3","R2","R1","P","S1","S2","S3","S4"],pointValKey:"P",pointClass:t}),e.registerSeriesType("pivotpoints",r),r}),a(e,"masters/indicators/pivot-points.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -319,7 +319,7 @@
319
319
  * @since 6.0.0
320
320
  * @product highstock
321
321
  * @requires stock/indicators/indicators
322
- * @requires stock/indicators/pivotpoints
322
+ * @requires stock/indicators/pivot-points
323
323
  * @optionparent plotOptions.pivotpoints
324
324
  */
325
325
  PivotPointsIndicator.defaultOptions = merge(SMAIndicator.defaultOptions, {
@@ -327,7 +327,7 @@
327
327
  * @excluding index
328
328
  */
329
329
  params: {
330
- index: void 0,
330
+ index: void 0, // Unchangeable index, do not inherit (#15362)
331
331
  period: 28,
332
332
  /**
333
333
  * Algorithm used to calculate resistance and support lines based
@@ -379,7 +379,7 @@
379
379
  * @product highstock
380
380
  * @excluding dataParser, dataURL
381
381
  * @requires stock/indicators/indicators
382
- * @requires stock/indicators/pivotpoints
382
+ * @requires stock/indicators/pivot-points
383
383
  * @apioption series.pivotpoints
384
384
  */
385
385
  ''; // To include the above in the js output'
@@ -391,4 +391,4 @@
391
391
 
392
392
  return Highcharts;
393
393
  });
394
- }));
394
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Wojciech Chmiel
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/ppo",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(e,t,s,o){e.hasOwnProperty(t)||(e[t]=o.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:t,module:e[t]}})))}s(t,"Stock/Indicators/PPO/PPOIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{ema:s}=e.seriesTypes,{correctFloat:o,extend:r,merge:i,error:a}=t;class n extends s{getValues(e,t){let s,r;let i=t.periods,n=t.index,d=[],u=[],p=[];if(2!==i.length||i[1]<=i[0]){a('Error: "PPO requires two periods. Notice, first period should be lower than the second one."');return}let l=super.getValues.call(this,e,{index:n,period:i[0]}),c=super.getValues.call(this,e,{index:n,period:i[1]});if(!l||!c)return;let h=i[1]-i[0];for(r=0;r<c.yData.length;r++)s=o((l.yData[r+h]-c.yData[r])/c.yData[r]*100),d.push([c.xData[r],s]),u.push(c.xData[r]),p.push(s);return{values:d,xData:u,yData:p}}}return n.defaultOptions=i(s.defaultOptions,{params:{period:void 0,periods:[12,26]}}),r(n.prototype,{nameBase:"PPO",nameComponents:["periods"]}),e.registerSeriesType("ppo",n),n}),s(t,"masters/indicators/ppo.src.js",[t["Core/Globals.js"]],function(e){return e})});
9
+ */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/ppo",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(t,s,o,r){t.hasOwnProperty(s)||(t[s]=r.apply(null,o),"function"==typeof CustomEvent&&e.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:t[s]}})))}s(t,"Stock/Indicators/PPO/PPOIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{ema:s}=e.seriesTypes,{correctFloat:o,extend:r,merge:i,error:a}=t;class n extends s{getValues(e,t){let s,r;let i=t.periods,n=t.index,d=[],u=[],p=[];if(2!==i.length||i[1]<=i[0]){a('Error: "PPO requires two periods. Notice, first period should be lower than the second one."');return}let l=super.getValues.call(this,e,{index:n,period:i[0]}),c=super.getValues.call(this,e,{index:n,period:i[1]});if(!l||!c)return;let h=i[1]-i[0];for(r=0;r<c.yData.length;r++)s=o((l.yData[r+h]-c.yData[r])/c.yData[r]*100),d.push([c.xData[r],s]),u.push(c.xData[r]),p.push(s);return{values:d,xData:u,yData:p}}}return n.defaultOptions=i(s.defaultOptions,{params:{period:void 0,periods:[12,26]}}),r(n.prototype,{nameBase:"PPO",nameComponents:["periods"]}),e.registerSeriesType("ppo",n),n}),s(t,"masters/indicators/ppo.src.js",[t["Core/Globals.js"]],function(e){return e})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -138,7 +138,7 @@
138
138
  * @excluding period
139
139
  */
140
140
  params: {
141
- period: void 0,
141
+ period: void 0, // Unchangeable period, do not inherit (#15362)
142
142
  /**
143
143
  * Periods for Percentage Price Oscillator calculations.
144
144
  *
@@ -186,4 +186,4 @@
186
186
 
187
187
  return Highcharts;
188
188
  });
189
- }));
189
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Daniel Studencki
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/price-channel",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(t,e,i,o){t.hasOwnProperty(e)||(t[e]=o.apply(null,i),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}i(e,"Stock/Indicators/ArrayUtilities.js",[],function(){return{getArrayExtremes:function(t,e,i){return t.reduce((t,o)=>[Math.min(t[0],o[e]),Math.max(t[1],o[i])],[Number.MAX_VALUE,-Number.MAX_VALUE])}}}),i(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var i;let{sma:{prototype:o}}=t.seriesTypes,{defined:r,error:s,merge:n}=e;return function(t){let e=["bottomLine"],i=["top","bottom"],a=["top"];function l(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function p(t,e){let i=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&i.push(l(t))}),i}function h(){let t=this,e=t.pointValKey,i=t.linesApiNames,a=t.areaLinesNames,h=t.points,c=t.options,u=t.graph,d={options:{gapSize:c.gapSize}},f=[],m=p(t,e),y=h.length,g;if(m.forEach((t,e)=>{for(f[e]=[];y--;)g=h[y],f[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!r(g[t])});y=h.length}),t.userOptions.fillColor&&a.length){let e=f[m.indexOf(l(a[0]))],i=1===a.length?h:f[m.indexOf(l(a[1]))],r=t.color;t.points=i,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=n(h,d),t.graph=t.area,t.fillGraph=!0,o.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=r}i.forEach((e,i)=>{f[i]?(t.points=f[i],c[e]?t.options=n(c[e].styles,d):s('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],o.drawGraph.call(t),t["graph"+e]=t.graph):s('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=u,o.drawGraph.call(t)}function c(t){let e,i=[],r=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=o.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",i=o.getGraphPath.call(this,t),r=e.slice(0,i.length);for(let t=r.length-1;t>=0;t--)i.push(r[t])}}else i=o.getGraphPath.apply(this,arguments);return i}function u(t){let e=[];return(this.pointArrayMap||[]).forEach(i=>{e.push(t[i])}),e}function d(){let t=this.pointArrayMap,e=[],i;e=p(this),o.translate.apply(this,arguments),this.points.forEach(o=>{t.forEach((t,r)=>{i=o[t],this.dataModify&&(i=this.dataModify.modifyValue(i)),null!==i&&(o[e[r]]=this.yAxis.toPixels(i,!0))})})}t.compose=function(t){let o=t.prototype;return o.linesApiNames=o.linesApiNames||e.slice(),o.pointArrayMap=o.pointArrayMap||i.slice(),o.pointValKey=o.pointValKey||"top",o.areaLinesNames=o.areaLinesNames||a.slice(),o.drawGraph=h,o.getGraphPath=c,o.toYData=u,o.translate=d,t}}(i||(i={})),i}),i(e,"Stock/Indicators/PC/PCIndicator.js",[e["Stock/Indicators/ArrayUtilities.js"],e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Color/Palettes.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,i,o,r){let{sma:s}=o.seriesTypes,{merge:n,extend:a}=r;class l extends s{getValues(e,i){let o,r,s,n,a,l,p;let h=i.period,c=e.xData,u=e.yData,d=u?u.length:0,f=[],m=[],y=[];if(!(d<h)){for(p=h;p<=d;p++)n=c[p-1],a=u.slice(p-h,p),o=((r=(l=t.getArrayExtremes(a,2,1))[1])+(s=l[0]))/2,f.push([n,r,o,s]),m.push(n),y.push([r,o,s]);return{values:f,xData:m,yData:y}}}}return l.defaultOptions=n(s.defaultOptions,{params:{index:void 0,period:20},lineWidth:1,topLine:{styles:{lineColor:i.colors[2],lineWidth:1}},bottomLine:{styles:{lineColor:i.colors[8],lineWidth:1}},dataGrouping:{approximation:"averages"}}),a(l.prototype,{areaLinesNames:["top","bottom"],nameBase:"Price Channel",nameComponents:["period"],linesApiNames:["topLine","bottomLine"],pointArrayMap:["top","middle","bottom"],pointValKey:"middle"}),e.compose(l),o.registerSeriesType("pc",l),l}),i(e,"masters/indicators/price-channel.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/price-channel",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(e,i,o,r){e.hasOwnProperty(i)||(e[i]=r.apply(null,o),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:i,module:e[i]}})))}i(e,"Stock/Indicators/ArrayUtilities.js",[],function(){return{getArrayExtremes:function(t,e,i){return t.reduce((t,o)=>[Math.min(t[0],o[e]),Math.max(t[1],o[i])],[Number.MAX_VALUE,-Number.MAX_VALUE])}}}),i(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var i;let{sma:{prototype:o}}=t.seriesTypes,{defined:r,error:s,merge:n}=e;return function(t){let e=["bottomLine"],i=["top","bottom"],a=["top"];function l(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function p(t,e){let i=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&i.push(l(t))}),i}function h(){let t=this,e=t.pointValKey,i=t.linesApiNames,a=t.areaLinesNames,h=t.points,c=t.options,u=t.graph,d={options:{gapSize:c.gapSize}},f=[],m=p(t,e),y=h.length,g;if(m.forEach((t,e)=>{for(f[e]=[];y--;)g=h[y],f[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!r(g[t])});y=h.length}),t.userOptions.fillColor&&a.length){let e=f[m.indexOf(l(a[0]))],i=1===a.length?h:f[m.indexOf(l(a[1]))],r=t.color;t.points=i,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=n(h,d),t.graph=t.area,t.fillGraph=!0,o.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=r}i.forEach((e,i)=>{f[i]?(t.points=f[i],c[e]?t.options=n(c[e].styles,d):s('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],o.drawGraph.call(t),t["graph"+e]=t.graph):s('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=u,o.drawGraph.call(t)}function c(t){let e,i=[],r=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=o.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",i=o.getGraphPath.call(this,t),r=e.slice(0,i.length);for(let t=r.length-1;t>=0;t--)i.push(r[t])}}else i=o.getGraphPath.apply(this,arguments);return i}function u(t){let e=[];return(this.pointArrayMap||[]).forEach(i=>{e.push(t[i])}),e}function d(){let t=this.pointArrayMap,e=[],i;e=p(this),o.translate.apply(this,arguments),this.points.forEach(o=>{t.forEach((t,r)=>{i=o[t],this.dataModify&&(i=this.dataModify.modifyValue(i)),null!==i&&(o[e[r]]=this.yAxis.toPixels(i,!0))})})}t.compose=function(t){let o=t.prototype;return o.linesApiNames=o.linesApiNames||e.slice(),o.pointArrayMap=o.pointArrayMap||i.slice(),o.pointValKey=o.pointValKey||"top",o.areaLinesNames=o.areaLinesNames||a.slice(),o.drawGraph=h,o.getGraphPath=c,o.toYData=u,o.translate=d,t}}(i||(i={})),i}),i(e,"Stock/Indicators/PC/PCIndicator.js",[e["Stock/Indicators/ArrayUtilities.js"],e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Color/Palettes.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,i,o,r){let{sma:s}=o.seriesTypes,{merge:n,extend:a}=r;class l extends s{getValues(e,i){let o,r,s,n,a,l,p;let h=i.period,c=e.xData,u=e.yData,d=u?u.length:0,f=[],m=[],y=[];if(!(d<h)){for(p=h;p<=d;p++)n=c[p-1],a=u.slice(p-h,p),o=((r=(l=t.getArrayExtremes(a,2,1))[1])+(s=l[0]))/2,f.push([n,r,o,s]),m.push(n),y.push([r,o,s]);return{values:f,xData:m,yData:y}}}}return l.defaultOptions=n(s.defaultOptions,{params:{index:void 0,period:20},lineWidth:1,topLine:{styles:{lineColor:i.colors[2],lineWidth:1}},bottomLine:{styles:{lineColor:i.colors[8],lineWidth:1}},dataGrouping:{approximation:"averages"}}),a(l.prototype,{areaLinesNames:["top","bottom"],nameBase:"Price Channel",nameComponents:["period"],linesApiNames:["topLine","bottomLine"],pointArrayMap:["top","middle","bottom"],pointValKey:"middle"}),e.compose(l),o.registerSeriesType("pc",l),l}),i(e,"masters/indicators/price-channel.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -459,7 +459,7 @@
459
459
  * @excluding index
460
460
  */
461
461
  params: {
462
- index: void 0,
462
+ index: void 0, // Unchangeable index, do not inherit (#15362)
463
463
  period: 20
464
464
  },
465
465
  lineWidth: 1,
@@ -541,4 +541,4 @@
541
541
 
542
542
  return Highcharts;
543
543
  });
544
- }));
544
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Paweł Fus
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/price-envelopes",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function o(t,e,o,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,o),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}o(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var o;let{sma:{prototype:i}}=t.seriesTypes,{defined:s,error:n,merge:a}=e;return function(t){let e=["bottomLine"],o=["top","bottom"],r=["top"];function p(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function l(t,e){let o=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&o.push(p(t))}),o}function h(){let t=this,e=t.pointValKey,o=t.linesApiNames,r=t.areaLinesNames,h=t.points,c=t.options,d=t.graph,u={options:{gapSize:c.gapSize}},m=[],f=l(t,e),y=h.length,g;if(f.forEach((t,e)=>{for(m[e]=[];y--;)g=h[y],m[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!s(g[t])});y=h.length}),t.userOptions.fillColor&&r.length){let e=m[f.indexOf(p(r[0]))],o=1===r.length?h:m[f.indexOf(p(r[1]))],s=t.color;t.points=o,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=a(h,u),t.graph=t.area,t.fillGraph=!0,i.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=s}o.forEach((e,o)=>{m[o]?(t.points=m[o],c[e]?t.options=a(c[e].styles,u):n('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],i.drawGraph.call(t),t["graph"+e]=t.graph):n('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=d,i.drawGraph.call(t)}function c(t){let e,o=[],s=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=i.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",o=i.getGraphPath.call(this,t),s=e.slice(0,o.length);for(let t=s.length-1;t>=0;t--)o.push(s[t])}}else o=i.getGraphPath.apply(this,arguments);return o}function d(t){let e=[];return(this.pointArrayMap||[]).forEach(o=>{e.push(t[o])}),e}function u(){let t=this.pointArrayMap,e=[],o;e=l(this),i.translate.apply(this,arguments),this.points.forEach(i=>{t.forEach((t,s)=>{o=i[t],this.dataModify&&(o=this.dataModify.modifyValue(o)),null!==o&&(i[e[s]]=this.yAxis.toPixels(o,!0))})})}t.compose=function(t){let i=t.prototype;return i.linesApiNames=i.linesApiNames||e.slice(),i.pointArrayMap=i.pointArrayMap||o.slice(),i.pointValKey=i.pointValKey||"top",i.areaLinesNames=i.areaLinesNames||r.slice(),i.drawGraph=h,i.getGraphPath=c,i.toYData=d,i.translate=u,t}}(o||(o={})),o}),o(e,"Stock/Indicators/PriceEnvelopes/PriceEnvelopesIndicator.js",[e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,o){let{sma:i}=e.seriesTypes,{extend:s,isArray:n,merge:a}=o;class r extends i{init(){super.init.apply(this,arguments),this.options=a({topLine:{styles:{lineColor:this.color}},bottomLine:{styles:{lineColor:this.color}}},this.options)}getValues(t,e){let o,i,s,a,r,p,l,h;let c=e.period,d=e.topBand,u=e.bottomBand,m=t.xData,f=t.yData,y=f?f.length:0,g=[],b=[],x=[];if(!(m.length<c)&&n(f[0])&&4===f[0].length){for(h=c;h<=y;h++)r=m.slice(h-c,h),p=f.slice(h-c,h),a=(l=super.getValues({xData:r,yData:p},e)).xData[0],i=(o=l.yData[0])*(1+d),s=o*(1-u),g.push([a,i,o,s]),b.push(a),x.push([i,o,s]);return{values:g,xData:b,yData:x}}}}return r.defaultOptions=a(i.defaultOptions,{marker:{enabled:!1},tooltip:{pointFormat:'<span style="color:{point.color}">●</span><b> {series.name}</b><br/>Top: {point.top}<br/>Middle: {point.middle}<br/>Bottom: {point.bottom}<br/>'},params:{period:20,topBand:.1,bottomBand:.1},bottomLine:{styles:{lineWidth:1,lineColor:void 0}},topLine:{styles:{lineWidth:1}},dataGrouping:{approximation:"averages"}}),s(r.prototype,{areaLinesNames:["top","bottom"],linesApiNames:["topLine","bottomLine"],nameComponents:["period","topBand","bottomBand"],nameBase:"Price envelopes",pointArrayMap:["top","middle","bottom"],parallelArrays:["x","y","top","bottom"],pointValKey:"middle"}),t.compose(r),e.registerSeriesType("priceenvelopes",r),r}),o(e,"masters/indicators/price-envelopes.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/price-envelopes",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function o(e,o,i,s){e.hasOwnProperty(o)||(e[o]=s.apply(null,i),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:o,module:e[o]}})))}o(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var o;let{sma:{prototype:i}}=t.seriesTypes,{defined:s,error:n,merge:a}=e;return function(t){let e=["bottomLine"],o=["top","bottom"],r=["top"];function p(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function l(t,e){let o=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&o.push(p(t))}),o}function h(){let t=this,e=t.pointValKey,o=t.linesApiNames,r=t.areaLinesNames,h=t.points,c=t.options,d=t.graph,u={options:{gapSize:c.gapSize}},m=[],f=l(t,e),y=h.length,g;if(f.forEach((t,e)=>{for(m[e]=[];y--;)g=h[y],m[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!s(g[t])});y=h.length}),t.userOptions.fillColor&&r.length){let e=m[f.indexOf(p(r[0]))],o=1===r.length?h:m[f.indexOf(p(r[1]))],s=t.color;t.points=o,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=a(h,u),t.graph=t.area,t.fillGraph=!0,i.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=s}o.forEach((e,o)=>{m[o]?(t.points=m[o],c[e]?t.options=a(c[e].styles,u):n('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],i.drawGraph.call(t),t["graph"+e]=t.graph):n('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=d,i.drawGraph.call(t)}function c(t){let e,o=[],s=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=i.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",o=i.getGraphPath.call(this,t),s=e.slice(0,o.length);for(let t=s.length-1;t>=0;t--)o.push(s[t])}}else o=i.getGraphPath.apply(this,arguments);return o}function d(t){let e=[];return(this.pointArrayMap||[]).forEach(o=>{e.push(t[o])}),e}function u(){let t=this.pointArrayMap,e=[],o;e=l(this),i.translate.apply(this,arguments),this.points.forEach(i=>{t.forEach((t,s)=>{o=i[t],this.dataModify&&(o=this.dataModify.modifyValue(o)),null!==o&&(i[e[s]]=this.yAxis.toPixels(o,!0))})})}t.compose=function(t){let i=t.prototype;return i.linesApiNames=i.linesApiNames||e.slice(),i.pointArrayMap=i.pointArrayMap||o.slice(),i.pointValKey=i.pointValKey||"top",i.areaLinesNames=i.areaLinesNames||r.slice(),i.drawGraph=h,i.getGraphPath=c,i.toYData=d,i.translate=u,t}}(o||(o={})),o}),o(e,"Stock/Indicators/PriceEnvelopes/PriceEnvelopesIndicator.js",[e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,o){let{sma:i}=e.seriesTypes,{extend:s,isArray:n,merge:a}=o;class r extends i{init(){super.init.apply(this,arguments),this.options=a({topLine:{styles:{lineColor:this.color}},bottomLine:{styles:{lineColor:this.color}}},this.options)}getValues(t,e){let o,i,s,a,r,p,l,h;let c=e.period,d=e.topBand,u=e.bottomBand,m=t.xData,f=t.yData,y=f?f.length:0,g=[],b=[],x=[];if(!(m.length<c)&&n(f[0])&&4===f[0].length){for(h=c;h<=y;h++)r=m.slice(h-c,h),p=f.slice(h-c,h),a=(l=super.getValues({xData:r,yData:p},e)).xData[0],i=(o=l.yData[0])*(1+d),s=o*(1-u),g.push([a,i,o,s]),b.push(a),x.push([i,o,s]);return{values:g,xData:b,yData:x}}}}return r.defaultOptions=a(i.defaultOptions,{marker:{enabled:!1},tooltip:{pointFormat:'<span style="color:{point.color}">●</span><b> {series.name}</b><br/>Top: {point.top}<br/>Middle: {point.middle}<br/>Bottom: {point.bottom}<br/>'},params:{period:20,topBand:.1,bottomBand:.1},bottomLine:{styles:{lineWidth:1,lineColor:void 0}},topLine:{styles:{lineWidth:1}},dataGrouping:{approximation:"averages"}}),s(r.prototype,{areaLinesNames:["top","bottom"],linesApiNames:["topLine","bottomLine"],nameComponents:["period","topBand","bottomBand"],nameBase:"Price envelopes",pointArrayMap:["top","middle","bottom"],parallelArrays:["x","y","top","bottom"],pointValKey:"middle"}),t.compose(r),e.registerSeriesType("priceenvelopes",r),r}),o(e,"masters/indicators/price-envelopes.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -521,4 +521,4 @@
521
521
 
522
522
  return Highcharts;
523
523
  });
524
- }));
524
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Parabolic SAR Indicator for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Grzegorz Blachliński
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/psar",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(t,e,i,a){t.hasOwnProperty(e)||(t[e]=a.apply(null,i),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}i(e,"Stock/Indicators/PSAR/PSARIndicator.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){let{sma:i}=t.seriesTypes,{merge:a}=e;function n(t,e){return parseFloat(t.toFixed(e))}class r extends i{constructor(){super(...arguments),this.nameComponents=void 0}getValues(t,e){let i=t.xData,a=t.yData,r=e.maxAccelerationFactor,s=e.increment,o=e.initialAccelerationFactor,l=e.decimals,c=e.index,u=[],d=[],h=[],p=e.initialAccelerationFactor,m,f=a[0][1],x,g,y,v=1,A,F,M,j,C=a[0][2],S,w,D,H;if(!(c>=a.length)){for(H=0;H<c;H++)f=Math.max(a[H][1],f),C=Math.min(a[H][2],n(C,l));for(m=a[H][1]>C?1:-1,x=f-C,g=(p=e.initialAccelerationFactor)*x,u.push([i[c],C]),d.push(i[c]),h.push(n(C,l)),H=c+1;H<a.length;H++)if(A=a[H-1][2],F=a[H-2][2],M=a[H-1][1],j=a[H-2][1],w=a[H][1],D=a[H][2],null!==F&&null!==j&&null!==A&&null!==M&&null!==w&&null!==D){var P,b,k,E,O,R,I,T,W,G,L,U,V;O=m,R=v,I=C,T=g,W=f,C=O===R?1===O?I+T<Math.min(F,A)?I+T:Math.min(F,A):I+T>Math.max(j,M)?I+T:Math.max(j,M):W,P=m,b=f,S=1===P?w>b?w:b:D<b?D:b,k=v,E=C,G=y=1===k&&D>E||-1===k&&w>E?1:-1,L=m,U=f,V=p,g=(p=G===L?1===G&&S>U||-1===G&&S<U?V===r?r:n(V+s,2):V:o)*(x=S-C),u.push([i[H],n(C,l)]),d.push(i[H]),h.push(n(C,l)),v=m,m=y,f=S}return{values:u,xData:d,yData:h}}}}return r.defaultOptions=a(i.defaultOptions,{lineWidth:0,marker:{enabled:!0},states:{hover:{lineWidthPlus:0}},params:{period:void 0,initialAccelerationFactor:.02,maxAccelerationFactor:.2,increment:.02,index:2,decimals:4}}),t.registerSeriesType("psar",r),r}),i(e,"masters/indicators/psar.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/psar",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(e,i,a,n){e.hasOwnProperty(i)||(e[i]=n.apply(null,a),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:i,module:e[i]}})))}i(e,"Stock/Indicators/PSAR/PSARIndicator.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){let{sma:i}=t.seriesTypes,{merge:a}=e;function n(t,e){return parseFloat(t.toFixed(e))}class r extends i{constructor(){super(...arguments),this.nameComponents=void 0}getValues(t,e){let i=t.xData,a=t.yData,r=e.maxAccelerationFactor,s=e.increment,o=e.initialAccelerationFactor,l=e.decimals,c=e.index,u=[],h=[],d=[],p=e.initialAccelerationFactor,m,f=a[0][1],x,g,y,v=1,A,F,M,j,C=a[0][2],S,D,H,P;if(!(c>=a.length)){for(P=0;P<c;P++)f=Math.max(a[P][1],f),C=Math.min(a[P][2],n(C,l));for(m=a[P][1]>C?1:-1,x=f-C,g=(p=e.initialAccelerationFactor)*x,u.push([i[c],C]),h.push(i[c]),d.push(n(C,l)),P=c+1;P<a.length;P++)if(A=a[P-1][2],F=a[P-2][2],M=a[P-1][1],j=a[P-2][1],D=a[P][1],H=a[P][2],null!==F&&null!==j&&null!==A&&null!==M&&null!==D&&null!==H){var b,k,w,E,O,R,I,T,W,G,L,U,V;O=m,R=v,I=C,T=g,W=f,C=O===R?1===O?I+T<Math.min(F,A)?I+T:Math.min(F,A):I+T>Math.max(j,M)?I+T:Math.max(j,M):W,b=m,k=f,S=1===b?D>k?D:k:H<k?H:k,w=v,E=C,G=y=1===w&&H>E||-1===w&&D>E?1:-1,L=m,U=f,V=p,g=(p=G===L?1===G&&S>U||-1===G&&S<U?V===r?r:n(V+s,2):V:o)*(x=S-C),u.push([i[P],n(C,l)]),h.push(i[P]),d.push(n(C,l)),v=m,m=y,f=S}return{values:u,xData:h,yData:d}}}}return r.defaultOptions=a(i.defaultOptions,{lineWidth:0,marker:{enabled:!0},states:{hover:{lineWidthPlus:0}},params:{period:void 0,initialAccelerationFactor:.02,maxAccelerationFactor:.2,increment:.02,index:2,decimals:4}}),t.registerSeriesType("psar",r),r}),i(e,"masters/indicators/psar.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Parabolic SAR Indicator for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -260,7 +260,7 @@
260
260
  * @excluding period
261
261
  */
262
262
  params: {
263
- period: void 0,
263
+ period: void 0, // Unchangeable period, do not inherit (#15362)
264
264
  /**
265
265
  * The initial value for acceleration factor.
266
266
  * Acceleration factor is starting with this value
@@ -329,4 +329,4 @@
329
329
 
330
330
  return Highcharts;
331
331
  });
332
- }));
332
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Kamil Kulig
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/regressions",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(e,t,s,n){e.hasOwnProperty(t)||(e[t]=n.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:t,module:e[t]}})))}s(t,"Stock/Indicators/LinearRegression/LinearRegressionIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isArray:n,extend:r,merge:i}=t;class o extends s{getRegressionLineParameters(e,t){let s=this.options.params.index,r=function(e,t){return n(e)?e[t]:e},i=e.reduce(function(e,t){return t+e},0),o=t.reduce(function(e,t){return r(t,s)+e},0),a=i/e.length,l=o/t.length,p,c,u=0,g=0;for(c=0;c<e.length;c++)u+=(p=e[c]-a)*(r(t[c],s)-l),g+=Math.pow(p,2);let d=g?u/g:0;return{slope:d,intercept:l-d*a}}getEndPointY(e,t){return e.slope*t+e.intercept}transformXData(e,t){let s=e[0];return e.map(function(e){return(e-s)/t})}findClosestDistance(e){let t,s,n;for(n=1;n<e.length-1;n++)(t=e[n]-e[n-1])>0&&(void 0===s||t<s)&&(s=t);return s}getValues(e,t){let s,n,r,i,o,a,l,p,c;let u=e.xData,g=e.yData,d=t.period,f={xData:[],yData:[],values:[]},h=this.options.params.xAxisUnit||this.findClosestDistance(u);for(n=d-1;n<=u.length-1;n++)r=n-d+1,i=n+1,o=u[n],l=u.slice(r,i),p=g.slice(r,i),c=this.transformXData(l,h),s=this.getRegressionLineParameters(c,p),a=this.getEndPointY(s,c[c.length-1]),f.values.push({regressionLineParameters:s,x:o,y:a}),f.xData.push(o),f.yData.push(a);return f}}return o.defaultOptions=i(s.defaultOptions,{params:{xAxisUnit:null},tooltip:{valueDecimals:4}}),r(o.prototype,{nameBase:"Linear Regression Indicator"}),e.registerSeriesType("linearRegression",o),o}),s(t,"Stock/Indicators/LinearRegressionSlopes/LinearRegressionSlopesIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{getEndPointY(e){return e.slope}}return i.defaultOptions=r(s.defaultOptions),n(i.prototype,{nameBase:"Linear Regression Slope Indicator"}),e.registerSeriesType("linearRegressionSlope",i),i}),s(t,"Stock/Indicators/LinearRegressionIntercept/LinearRegressionInterceptIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{getEndPointY(e){return e.intercept}}return i.defaultOptions=r(s.defaultOptions),n(i.prototype,{nameBase:"Linear Regression Intercept Indicator"}),e.registerSeriesType("linearRegressionIntercept",i),i}),s(t,"Stock/Indicators/LinearRegressionAngle/LinearRegressionAngleIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{slopeToAngle(e){return 180/Math.PI*Math.atan(e)}getEndPointY(e){return this.slopeToAngle(e.slope)}}return i.defaultOptions=r(s.defaultOptions,{tooltip:{pointFormat:'<span style="color:{point.color}">●</span>{series.name}: <b>{point.y}\xb0</b><br/>'}}),n(i.prototype,{nameBase:"Linear Regression Angle Indicator"}),e.registerSeriesType("linearRegressionAngle",i),i}),s(t,"masters/indicators/regressions.src.js",[t["Core/Globals.js"]],function(e){return e})});
9
+ */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/regressions",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(t,s,n,r){t.hasOwnProperty(s)||(t[s]=r.apply(null,n),"function"==typeof CustomEvent&&e.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:t[s]}})))}s(t,"Stock/Indicators/LinearRegression/LinearRegressionIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isArray:n,extend:r,merge:i}=t;class o extends s{getRegressionLineParameters(e,t){let s=this.options.params.index,r=function(e,t){return n(e)?e[t]:e},i=e.reduce(function(e,t){return t+e},0),o=t.reduce(function(e,t){return r(t,s)+e},0),a=i/e.length,l=o/t.length,p,c,u=0,g=0;for(c=0;c<e.length;c++)u+=(p=e[c]-a)*(r(t[c],s)-l),g+=Math.pow(p,2);let d=g?u/g:0;return{slope:d,intercept:l-d*a}}getEndPointY(e,t){return e.slope*t+e.intercept}transformXData(e,t){let s=e[0];return e.map(function(e){return(e-s)/t})}findClosestDistance(e){let t,s,n;for(n=1;n<e.length-1;n++)(t=e[n]-e[n-1])>0&&(void 0===s||t<s)&&(s=t);return s}getValues(e,t){let s,n,r,i,o,a,l,p,c;let u=e.xData,g=e.yData,d=t.period,f={xData:[],yData:[],values:[]},h=this.options.params.xAxisUnit||this.findClosestDistance(u);for(n=d-1;n<=u.length-1;n++)r=n-d+1,i=n+1,o=u[n],l=u.slice(r,i),p=g.slice(r,i),c=this.transformXData(l,h),s=this.getRegressionLineParameters(c,p),a=this.getEndPointY(s,c[c.length-1]),f.values.push({regressionLineParameters:s,x:o,y:a}),f.xData.push(o),f.yData.push(a);return f}}return o.defaultOptions=i(s.defaultOptions,{params:{xAxisUnit:null},tooltip:{valueDecimals:4}}),r(o.prototype,{nameBase:"Linear Regression Indicator"}),e.registerSeriesType("linearRegression",o),o}),s(t,"Stock/Indicators/LinearRegressionSlopes/LinearRegressionSlopesIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{getEndPointY(e){return e.slope}}return i.defaultOptions=r(s.defaultOptions),n(i.prototype,{nameBase:"Linear Regression Slope Indicator"}),e.registerSeriesType("linearRegressionSlope",i),i}),s(t,"Stock/Indicators/LinearRegressionIntercept/LinearRegressionInterceptIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{getEndPointY(e){return e.intercept}}return i.defaultOptions=r(s.defaultOptions),n(i.prototype,{nameBase:"Linear Regression Intercept Indicator"}),e.registerSeriesType("linearRegressionIntercept",i),i}),s(t,"Stock/Indicators/LinearRegressionAngle/LinearRegressionAngleIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{linearRegression:s}=e.seriesTypes,{extend:n,merge:r}=t;class i extends s{slopeToAngle(e){return 180/Math.PI*Math.atan(e)}getEndPointY(e){return this.slopeToAngle(e.slope)}}return i.defaultOptions=r(s.defaultOptions,{tooltip:{pointFormat:'<span style="color:{point.color}">●</span>{series.name}: <b>{point.y}\xb0</b><br/>'}}),n(i.prototype,{nameBase:"Linear Regression Angle Indicator"}),e.registerSeriesType("linearRegressionAngle",i),i}),s(t,"masters/indicators/regressions.src.js",[t["Core/Globals.js"]],function(e){return e})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -167,7 +167,7 @@
167
167
  const xData = baseSeries.xData, yData = baseSeries.yData, period = regressionSeriesParams.period,
168
168
  // Format required to be returned
169
169
  indicatorData = {
170
- xData: [],
170
+ xData: [], // By getValues() method
171
171
  yData: [],
172
172
  values: []
173
173
  }, xAxisUnit = this.options.params.xAxisUnit ||
@@ -580,4 +580,4 @@
580
580
 
581
581
  return Highcharts;
582
582
  });
583
- }));
583
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Kacper Madej
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/roc",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(e,t,s,n){e.hasOwnProperty(t)||(e[t]=n.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:t,module:e[t]}})))}s(t,"Stock/Indicators/ROC/ROCIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isArray:n,merge:o,extend:i}=t;class r extends s{getValues(e,t){let s=t.period,o=e.xData,i=e.yData,r=i?i.length:0,a=[],u=[],d=[],c,l=-1,h;if(!(o.length<=s)){for(n(i[0])&&(l=t.index),c=s;c<r;c++)h=function(e,t,s,n,o){let i,r;return r=o<0?(i=t[s-n])?(t[s]-i)/i*100:null:(i=t[s-n][o])?(t[s][o]-i)/i*100:null,[e[s],r]}(o,i,c,s,l),a.push(h),u.push(h[0]),d.push(h[1]);return{values:a,xData:u,yData:d}}}}return r.defaultOptions=o(s.defaultOptions,{params:{index:3,period:9}}),i(r.prototype,{nameBase:"Rate of Change"}),e.registerSeriesType("roc",r),r}),s(t,"masters/indicators/roc.src.js",[t["Core/Globals.js"]],function(e){return e})});
9
+ */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/roc",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(t,s,n,o){t.hasOwnProperty(s)||(t[s]=o.apply(null,n),"function"==typeof CustomEvent&&e.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:t[s]}})))}s(t,"Stock/Indicators/ROC/ROCIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isArray:n,merge:o,extend:i}=t;class r extends s{getValues(e,t){let s=t.period,o=e.xData,i=e.yData,r=i?i.length:0,a=[],u=[],c=[],d,l=-1,h;if(!(o.length<=s)){for(n(i[0])&&(l=t.index),d=s;d<r;d++)h=function(e,t,s,n,o){let i,r;return r=o<0?(i=t[s-n])?(t[s]-i)/i*100:null:(i=t[s-n][o])?(t[s][o]-i)/i*100:null,[e[s],r]}(o,i,d,s,l),a.push(h),u.push(h[0]),c.push(h[1]);return{values:a,xData:u,yData:c}}}}return r.defaultOptions=o(s.defaultOptions,{params:{index:3,period:9}}),i(r.prototype,{nameBase:"Rate of Change"}),e.registerSeriesType("roc",r),r}),s(t,"masters/indicators/roc.src.js",[t["Core/Globals.js"]],function(e){return e})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -206,4 +206,4 @@
206
206
 
207
207
  return Highcharts;
208
208
  });
209
- }));
209
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Paweł Fus
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/rsi",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(e,t,s,i){e.hasOwnProperty(t)||(e[t]=i.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:t,module:e[t]}})))}s(t,"Stock/Indicators/RSI/RSIIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isNumber:i,merge:a}=t;function n(e,t){return parseFloat(e.toFixed(t))}class r extends s{getValues(e,t){let s=t.period,a=e.xData,r=e.yData,o=r?r.length:0,u=t.decimals,d=[],c=[],h=[],l=0,f=0,p=t.index,m=1,g,y,x,j,v,S;if(!(a.length<s)){for(i(r[0])?S=r:(p=Math.min(p,r[0].length-1),S=r.map(e=>e[p]));m<s;)(y=n(S[m]-S[m-1],u))>0?l+=y:f+=Math.abs(y),m++;for(x=n(l/(s-1),u),j=n(f/(s-1),u),v=m;v<o;v++)(y=n(S[v]-S[v-1],u))>0?(l=y,f=0):(l=0,f=Math.abs(y)),x=n((x*(s-1)+l)/s,u),g=0===(j=n((j*(s-1)+f)/s,u))?100:0===x?0:n(100-100/(1+x/j),u),d.push([a[v],g]),c.push(a[v]),h.push(g);return{values:d,xData:c,yData:h}}}}return r.defaultOptions=a(s.defaultOptions,{params:{decimals:4,index:3}}),e.registerSeriesType("rsi",r),r}),s(t,"masters/indicators/rsi.src.js",[t["Core/Globals.js"]],function(e){return e})});
9
+ */function(e){"object"==typeof module&&module.exports?(e.default=e,module.exports=e):"function"==typeof define&&define.amd?define("highcharts/indicators/rsi",["highcharts","highcharts/modules/stock"],function(t){return e(t),e.Highcharts=t,e}):e("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(e){"use strict";var t=e?e._modules:{};function s(t,s,i,a){t.hasOwnProperty(s)||(t[s]=a.apply(null,i),"function"==typeof CustomEvent&&e.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:t[s]}})))}s(t,"Stock/Indicators/RSI/RSIIndicator.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],function(e,t){let{sma:s}=e.seriesTypes,{isNumber:i,merge:a}=t;function n(e,t){return parseFloat(e.toFixed(t))}class r extends s{getValues(e,t){let s=t.period,a=e.xData,r=e.yData,o=r?r.length:0,u=t.decimals,d=[],c=[],h=[],l=0,f=0,p=t.index,m=1,g,y,x,j,v,S;if(!(a.length<s)){for(i(r[0])?S=r:(p=Math.min(p,r[0].length-1),S=r.map(e=>e[p]));m<s;)(y=n(S[m]-S[m-1],u))>0?l+=y:f+=Math.abs(y),m++;for(x=n(l/(s-1),u),j=n(f/(s-1),u),v=m;v<o;v++)(y=n(S[v]-S[v-1],u))>0?(l=y,f=0):(l=0,f=Math.abs(y)),x=n((x*(s-1)+l)/s,u),g=0===(j=n((j*(s-1)+f)/s,u))?100:0===x?0:n(100-100/(1+x/j),u),d.push([a[v],g]),c.push(a[v]),h.push(g);return{values:d,xData:c,yData:h}}}}return r.defaultOptions=a(s.defaultOptions,{params:{decimals:4,index:3}}),e.registerSeriesType("rsi",r),r}),s(t,"masters/indicators/rsi.src.js",[t["Core/Globals.js"]],function(e){return e})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -206,4 +206,4 @@
206
206
 
207
207
  return Highcharts;
208
208
  });
209
- }));
209
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Slow Stochastic series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Pawel Fus
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/indicators",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function s(t,e,s,a){t.hasOwnProperty(e)||(t[e]=a.apply(null,s),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}s(e,"Stock/Indicators/SlowStochastic/SlowStochasticIndicator.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){let{sma:s,stochastic:a}=t.seriesTypes,{extend:o,merge:i}=e;class r extends a{getValues(t,e){let a=e.periods,o=super.getValues.call(this,t,e),i={values:[],xData:[],yData:[]};if(!o)return;i.xData=o.xData.slice(a[1]-1);let r=o.yData.slice(a[1]-1),n=s.prototype.getValues.call(this,{xData:i.xData,yData:r},{index:1,period:a[2]});if(n){for(let t=0,e=i.xData.length;t<e;t++)i.yData[t]=[r[t][1],n.yData[t-a[2]+1]||null],i.values[t]=[i.xData[t],r[t][1],n.yData[t-a[2]+1]||null];return i}}}return r.defaultOptions=i(a.defaultOptions,{params:{periods:[14,3,3]}}),o(r.prototype,{nameBase:"Slow Stochastic"}),t.registerSeriesType("slowstochastic",r),r}),s(e,"masters/indicators/slow-stochastic.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/indicators",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function s(e,s,a,i){e.hasOwnProperty(s)||(e[s]=i.apply(null,a),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:s,module:e[s]}})))}s(e,"Stock/Indicators/SlowStochastic/SlowStochasticIndicator.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){let{sma:s,stochastic:a}=t.seriesTypes,{extend:i,merge:o}=e;class r extends a{getValues(t,e){let a=e.periods,i=super.getValues.call(this,t,e),o={values:[],xData:[],yData:[]};if(!i)return;o.xData=i.xData.slice(a[1]-1);let r=i.yData.slice(a[1]-1),n=s.prototype.getValues.call(this,{xData:o.xData,yData:r},{index:1,period:a[2]});if(n){for(let t=0,e=o.xData.length;t<e;t++)o.yData[t]=[r[t][1],n.yData[t-a[2]+1]||null],o.values[t]=[o.xData[t],r[t][1],n.yData[t-a[2]+1]||null];return o}}}return r.defaultOptions=o(a.defaultOptions,{params:{periods:[14,3,3]}}),i(r.prototype,{nameBase:"Slow Stochastic"}),t.registerSeriesType("slowstochastic",r),r}),s(e,"masters/indicators/slow-stochastic.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Slow Stochastic series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -120,7 +120,7 @@
120
120
  * @product highstock
121
121
  * @requires stock/indicators/indicators
122
122
  * @requires stock/indicators/stochastic
123
- * @requires stock/indicators/slowstochastic
123
+ * @requires stock/indicators/slow-stochastic
124
124
  * @optionparent plotOptions.slowstochastic
125
125
  */
126
126
  SlowStochasticIndicator.defaultOptions = merge(StochasticIndicator.defaultOptions, {
@@ -157,7 +157,7 @@
157
157
  * @product highstock
158
158
  * @requires stock/indicators/indicators
159
159
  * @requires stock/indicators/stochastic
160
- * @requires stock/indicators/slowstochastic
160
+ * @requires stock/indicators/slow-stochastic
161
161
  * @apioption series.slowstochastic
162
162
  */
163
163
  ''; // To include the above in the js output
@@ -169,4 +169,4 @@
169
169
 
170
170
  return Highcharts;
171
171
  });
172
- }));
172
+ }));
@@ -1,9 +1,9 @@
1
1
  !/**
2
- * Highstock JS v11.4.3 (2024-05-22)
2
+ * Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
6
6
  * (c) 2010-2024 Paweł Fus
7
7
  *
8
8
  * License: www.highcharts.com/license
9
- */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/stochastic",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(t,e,i,o){t.hasOwnProperty(e)||(t[e]=o.apply(null,i),"function"==typeof CustomEvent&&window.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:e,module:t[e]}})))}i(e,"Stock/Indicators/ArrayUtilities.js",[],function(){return{getArrayExtremes:function(t,e,i){return t.reduce((t,o)=>[Math.min(t[0],o[e]),Math.max(t[1],o[i])],[Number.MAX_VALUE,-Number.MAX_VALUE])}}}),i(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var i;let{sma:{prototype:o}}=t.seriesTypes,{defined:s,error:a,merge:r}=e;return function(t){let e=["bottomLine"],i=["top","bottom"],n=["top"];function l(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function p(t,e){let i=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&i.push(l(t))}),i}function h(){let t=this,e=t.pointValKey,i=t.linesApiNames,n=t.areaLinesNames,h=t.points,c=t.options,u=t.graph,d={options:{gapSize:c.gapSize}},f=[],m=p(t,e),y=h.length,g;if(m.forEach((t,e)=>{for(f[e]=[];y--;)g=h[y],f[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!s(g[t])});y=h.length}),t.userOptions.fillColor&&n.length){let e=f[m.indexOf(l(n[0]))],i=1===n.length?h:f[m.indexOf(l(n[1]))],s=t.color;t.points=i,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=r(h,d),t.graph=t.area,t.fillGraph=!0,o.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=s}i.forEach((e,i)=>{f[i]?(t.points=f[i],c[e]?t.options=r(c[e].styles,d):a('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],o.drawGraph.call(t),t["graph"+e]=t.graph):a('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=u,o.drawGraph.call(t)}function c(t){let e,i=[],s=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=o.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",i=o.getGraphPath.call(this,t),s=e.slice(0,i.length);for(let t=s.length-1;t>=0;t--)i.push(s[t])}}else i=o.getGraphPath.apply(this,arguments);return i}function u(t){let e=[];return(this.pointArrayMap||[]).forEach(i=>{e.push(t[i])}),e}function d(){let t=this.pointArrayMap,e=[],i;e=p(this),o.translate.apply(this,arguments),this.points.forEach(o=>{t.forEach((t,s)=>{i=o[t],this.dataModify&&(i=this.dataModify.modifyValue(i)),null!==i&&(o[e[s]]=this.yAxis.toPixels(i,!0))})})}t.compose=function(t){let o=t.prototype;return o.linesApiNames=o.linesApiNames||e.slice(),o.pointArrayMap=o.pointArrayMap||i.slice(),o.pointValKey=o.pointValKey||"top",o.areaLinesNames=o.areaLinesNames||n.slice(),o.drawGraph=h,o.getGraphPath=c,o.toYData=u,o.translate=d,t}}(i||(i={})),i}),i(e,"Stock/Indicators/Stochastic/StochasticIndicator.js",[e["Stock/Indicators/ArrayUtilities.js"],e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,i,o){let{sma:s}=i.seriesTypes,{extend:a,isArray:r,merge:n}=o;class l extends s{init(){super.init.apply(this,arguments),this.options=n({smoothedLine:{styles:{lineColor:this.color}}},this.options)}getValues(e,i){let o=i.periods[0],s=i.periods[1],a=e.xData,n=e.yData,l=n?n.length:0,p=[],h=[],c=[],u,d,f,m=null,y,g;if(l<o||!r(n[0])||4!==n[0].length)return;let A=!0,x=0;for(g=o-1;g<l;g++){if(u=n.slice(g-o+1,g+1),d=(y=t.getArrayExtremes(u,2,1))[0],isNaN(f=(n[g][3]-d)/(y[1]-d)*100)&&A){x++;continue}A&&!isNaN(f)&&(A=!1);let e=h.push(a[g]);isNaN(f)?c.push([c[e-2]&&"number"==typeof c[e-2][0]?c[e-2][0]:null,null]):c.push([f,null]),g>=x+(o-1)+(s-1)&&(m=super.getValues({xData:h.slice(-s),yData:c.slice(-s)},{period:s}).yData[0]),p.push([a[g],f,m]),c[e-1][1]=m}return{values:p,xData:h,yData:c}}}return l.defaultOptions=n(s.defaultOptions,{params:{index:void 0,period:void 0,periods:[14,3]},marker:{enabled:!1},tooltip:{pointFormat:'<span style="color:{point.color}">●</span><b> {series.name}</b><br/>%K: {point.y}<br/>%D: {point.smoothed}<br/>'},smoothedLine:{styles:{lineWidth:1,lineColor:void 0}},dataGrouping:{approximation:"averages"}}),a(l.prototype,{areaLinesNames:[],nameComponents:["periods"],nameBase:"Stochastic",pointArrayMap:["y","smoothed"],parallelArrays:["x","y","smoothed"],pointValKey:"y",linesApiNames:["smoothedLine"]}),e.compose(l),i.registerSeriesType("stochastic",l),l}),i(e,"masters/indicators/stochastic.src.js",[e["Core/Globals.js"]],function(t){return t})});
9
+ */function(t){"object"==typeof module&&module.exports?(t.default=t,module.exports=t):"function"==typeof define&&define.amd?define("highcharts/indicators/stochastic",["highcharts","highcharts/modules/stock"],function(e){return t(e),t.Highcharts=e,t}):t("undefined"!=typeof Highcharts?Highcharts:void 0)}(function(t){"use strict";var e=t?t._modules:{};function i(e,i,o,s){e.hasOwnProperty(i)||(e[i]=s.apply(null,o),"function"==typeof CustomEvent&&t.win.dispatchEvent(new CustomEvent("HighchartsModuleLoaded",{detail:{path:i,module:e[i]}})))}i(e,"Stock/Indicators/ArrayUtilities.js",[],function(){return{getArrayExtremes:function(t,e,i){return t.reduce((t,o)=>[Math.min(t[0],o[e]),Math.max(t[1],o[i])],[Number.MAX_VALUE,-Number.MAX_VALUE])}}}),i(e,"Stock/Indicators/MultipleLinesComposition.js",[e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e){var i;let{sma:{prototype:o}}=t.seriesTypes,{defined:s,error:a,merge:r}=e;return function(t){let e=["bottomLine"],i=["top","bottom"],n=["top"];function l(t){return"plot"+t.charAt(0).toUpperCase()+t.slice(1)}function p(t,e){let i=[];return(t.pointArrayMap||[]).forEach(t=>{t!==e&&i.push(l(t))}),i}function h(){let t=this,e=t.pointValKey,i=t.linesApiNames,n=t.areaLinesNames,h=t.points,c=t.options,u=t.graph,d={options:{gapSize:c.gapSize}},f=[],m=p(t,e),y=h.length,g;if(m.forEach((t,e)=>{for(f[e]=[];y--;)g=h[y],f[e].push({x:g.x,plotX:g.plotX,plotY:g[t],isNull:!s(g[t])});y=h.length}),t.userOptions.fillColor&&n.length){let e=f[m.indexOf(l(n[0]))],i=1===n.length?h:f[m.indexOf(l(n[1]))],s=t.color;t.points=i,t.nextPoints=e,t.color=t.userOptions.fillColor,t.options=r(h,d),t.graph=t.area,t.fillGraph=!0,o.drawGraph.call(t),t.area=t.graph,delete t.nextPoints,delete t.fillGraph,t.color=s}i.forEach((e,i)=>{f[i]?(t.points=f[i],c[e]?t.options=r(c[e].styles,d):a('Error: "There is no '+e+' in DOCS options declared. Check if linesApiNames are consistent with your DOCS line names."'),t.graph=t["graph"+e],o.drawGraph.call(t),t["graph"+e]=t.graph):a('Error: "'+e+" doesn't have equivalent in pointArrayMap. To many elements in linesApiNames relative to pointArrayMap.\"")}),t.points=h,t.options=c,t.graph=u,o.drawGraph.call(t)}function c(t){let e,i=[],s=[];if(t=t||this.points,this.fillGraph&&this.nextPoints){if((e=o.getGraphPath.call(this,this.nextPoints))&&e.length){e[0][0]="L",i=o.getGraphPath.call(this,t),s=e.slice(0,i.length);for(let t=s.length-1;t>=0;t--)i.push(s[t])}}else i=o.getGraphPath.apply(this,arguments);return i}function u(t){let e=[];return(this.pointArrayMap||[]).forEach(i=>{e.push(t[i])}),e}function d(){let t=this.pointArrayMap,e=[],i;e=p(this),o.translate.apply(this,arguments),this.points.forEach(o=>{t.forEach((t,s)=>{i=o[t],this.dataModify&&(i=this.dataModify.modifyValue(i)),null!==i&&(o[e[s]]=this.yAxis.toPixels(i,!0))})})}t.compose=function(t){let o=t.prototype;return o.linesApiNames=o.linesApiNames||e.slice(),o.pointArrayMap=o.pointArrayMap||i.slice(),o.pointValKey=o.pointValKey||"top",o.areaLinesNames=o.areaLinesNames||n.slice(),o.drawGraph=h,o.getGraphPath=c,o.toYData=u,o.translate=d,t}}(i||(i={})),i}),i(e,"Stock/Indicators/Stochastic/StochasticIndicator.js",[e["Stock/Indicators/ArrayUtilities.js"],e["Stock/Indicators/MultipleLinesComposition.js"],e["Core/Series/SeriesRegistry.js"],e["Core/Utilities.js"]],function(t,e,i,o){let{sma:s}=i.seriesTypes,{extend:a,isArray:r,merge:n}=o;class l extends s{init(){super.init.apply(this,arguments),this.options=n({smoothedLine:{styles:{lineColor:this.color}}},this.options)}getValues(e,i){let o=i.periods[0],s=i.periods[1],a=e.xData,n=e.yData,l=n?n.length:0,p=[],h=[],c=[],u,d,f,m=null,y,g;if(l<o||!r(n[0])||4!==n[0].length)return;let A=!0,x=0;for(g=o-1;g<l;g++){if(u=n.slice(g-o+1,g+1),d=(y=t.getArrayExtremes(u,2,1))[0],isNaN(f=(n[g][3]-d)/(y[1]-d)*100)&&A){x++;continue}A&&!isNaN(f)&&(A=!1);let e=h.push(a[g]);isNaN(f)?c.push([c[e-2]&&"number"==typeof c[e-2][0]?c[e-2][0]:null,null]):c.push([f,null]),g>=x+(o-1)+(s-1)&&(m=super.getValues({xData:h.slice(-s),yData:c.slice(-s)},{period:s}).yData[0]),p.push([a[g],f,m]),c[e-1][1]=m}return{values:p,xData:h,yData:c}}}return l.defaultOptions=n(s.defaultOptions,{params:{index:void 0,period:void 0,periods:[14,3]},marker:{enabled:!1},tooltip:{pointFormat:'<span style="color:{point.color}">●</span><b> {series.name}</b><br/>%K: {point.y}<br/>%D: {point.smoothed}<br/>'},smoothedLine:{styles:{lineWidth:1,lineColor:void 0}},dataGrouping:{approximation:"averages"}}),a(l.prototype,{areaLinesNames:[],nameComponents:["periods"],nameBase:"Stochastic",pointArrayMap:["y","smoothed"],parallelArrays:["x","y","smoothed"],pointValKey:"y",linesApiNames:["smoothedLine"]}),e.compose(l),i.registerSeriesType("stochastic",l),l}),i(e,"masters/indicators/stochastic.src.js",[e["Core/Globals.js"]],function(t){return t})});
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Highstock JS v11.4.3 (2024-05-22)
2
+ * @license Highstock JS v11.4.5 (2024-07-04)
3
3
  *
4
4
  * Indicator series type for Highcharts Stock
5
5
  *
@@ -28,7 +28,7 @@
28
28
  obj[path] = fn.apply(null, args);
29
29
 
30
30
  if (typeof CustomEvent === 'function') {
31
- window.dispatchEvent(new CustomEvent(
31
+ Highcharts.win.dispatchEvent(new CustomEvent(
32
32
  'HighchartsModuleLoaded',
33
33
  { detail: { path: path, module: obj[path] } }
34
34
  ));
@@ -585,4 +585,4 @@
585
585
 
586
586
  return Highcharts;
587
587
  });
588
- }));
588
+ }));