highcharts 11.4.4 → 11.4.6

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 (367) hide show
  1. package/bower.json +1 -1
  2. package/es-modules/Core/Axis/Axis.js +3 -1
  3. package/es-modules/Core/Axis/Color/ColorAxisComposition.js +2 -1
  4. package/es-modules/Core/Axis/Color/ColorAxisDefaults.js +1 -1
  5. package/es-modules/Core/Legend/Legend.js +4 -4
  6. package/es-modules/Core/Series/Series.js +2 -2
  7. package/es-modules/Core/Series/SeriesDefaults.js +1 -1
  8. package/es-modules/Data/Converters/GoogleSheetsConverter.js +8 -3
  9. package/es-modules/Data/DataTable.js +0 -1
  10. package/es-modules/Data/Modifiers/ChainModifier.js +0 -1
  11. package/es-modules/Data/Modifiers/DataModifier.js +0 -2
  12. package/es-modules/Data/Modifiers/MathModifier.js +0 -1
  13. package/es-modules/Data/Modifiers/RangeModifier.js +0 -1
  14. package/es-modules/Data/Modifiers/SortModifier.js +0 -1
  15. package/es-modules/Extensions/TextPath.js +3 -1
  16. package/es-modules/Series/Pie/PieSeriesDefaults.js +1 -1
  17. package/es-modules/masters/indicators/acceleration-bands.src.js +1 -1
  18. package/es-modules/masters/indicators/accumulation-distribution.src.js +1 -1
  19. package/es-modules/masters/indicators/ao.src.js +1 -1
  20. package/es-modules/masters/indicators/apo.src.js +1 -1
  21. package/es-modules/masters/indicators/aroon-oscillator.src.js +1 -1
  22. package/es-modules/masters/indicators/aroon.src.js +1 -1
  23. package/es-modules/masters/indicators/atr.src.js +1 -1
  24. package/es-modules/masters/indicators/bollinger-bands.src.js +1 -1
  25. package/es-modules/masters/indicators/cci.src.js +1 -1
  26. package/es-modules/masters/indicators/chaikin.src.js +1 -1
  27. package/es-modules/masters/indicators/cmf.src.js +1 -1
  28. package/es-modules/masters/indicators/cmo.src.js +1 -1
  29. package/es-modules/masters/indicators/dema.src.js +1 -1
  30. package/es-modules/masters/indicators/disparity-index.src.js +1 -1
  31. package/es-modules/masters/indicators/dmi.src.js +1 -1
  32. package/es-modules/masters/indicators/dpo.src.js +1 -1
  33. package/es-modules/masters/indicators/ichimoku-kinko-hyo.src.js +1 -1
  34. package/es-modules/masters/indicators/indicators-all.src.js +1 -1
  35. package/es-modules/masters/indicators/indicators.src.js +1 -1
  36. package/es-modules/masters/indicators/keltner-channels.src.js +1 -1
  37. package/es-modules/masters/indicators/klinger.src.js +1 -1
  38. package/es-modules/masters/indicators/macd.src.js +1 -1
  39. package/es-modules/masters/indicators/mfi.src.js +1 -1
  40. package/es-modules/masters/indicators/momentum.src.js +1 -1
  41. package/es-modules/masters/indicators/natr.src.js +1 -1
  42. package/es-modules/masters/indicators/obv.src.js +1 -1
  43. package/es-modules/masters/indicators/pivot-points.src.js +1 -1
  44. package/es-modules/masters/indicators/ppo.src.js +1 -1
  45. package/es-modules/masters/indicators/price-channel.src.js +1 -1
  46. package/es-modules/masters/indicators/price-envelopes.src.js +1 -1
  47. package/es-modules/masters/indicators/psar.src.js +1 -1
  48. package/es-modules/masters/indicators/regressions.src.js +1 -1
  49. package/es-modules/masters/indicators/roc.src.js +1 -1
  50. package/es-modules/masters/indicators/rsi.src.js +1 -1
  51. package/es-modules/masters/indicators/slow-stochastic.src.js +1 -1
  52. package/es-modules/masters/indicators/stochastic.src.js +1 -1
  53. package/es-modules/masters/indicators/supertrend.src.js +1 -1
  54. package/es-modules/masters/indicators/tema.src.js +1 -1
  55. package/es-modules/masters/indicators/trendline.src.js +1 -1
  56. package/es-modules/masters/indicators/trix.src.js +1 -1
  57. package/es-modules/masters/indicators/volume-by-price.src.js +1 -1
  58. package/es-modules/masters/indicators/vwap.src.js +1 -1
  59. package/es-modules/masters/indicators/williams-r.src.js +1 -1
  60. package/es-modules/masters/indicators/wma.src.js +1 -1
  61. package/es-modules/masters/indicators/zigzag.src.js +1 -1
  62. package/es-modules/masters/modules/arc-diagram.src.js +1 -1
  63. package/es-modules/masters/modules/cylinder.src.js +1 -1
  64. package/es-modules/masters/modules/dependency-wheel.src.js +1 -1
  65. package/es-modules/masters/modules/drag-panes.src.js +1 -1
  66. package/es-modules/masters/modules/export-data.src.js +1 -1
  67. package/es-modules/masters/modules/funnel3d.src.js +2 -2
  68. package/es-modules/masters/modules/heikinashi.src.js +1 -1
  69. package/es-modules/masters/modules/hollowcandlestick.src.js +1 -1
  70. package/es-modules/masters/modules/offline-exporting.src.js +1 -1
  71. package/es-modules/masters/modules/organization.src.js +1 -1
  72. package/es-modules/masters/modules/price-indicator.src.js +1 -1
  73. package/es-modules/masters/modules/pyramid3d.src.js +3 -3
  74. package/es-modules/masters/modules/solid-gauge.src.js +1 -1
  75. package/es-modules/masters/modules/stock-tools.src.js +1 -1
  76. package/es-modules/masters/modules/tilemap.src.js +1 -1
  77. package/es-modules/masters/modules/treegraph.src.js +1 -1
  78. package/es-modules/tsconfig.tsbuildinfo +1 -1
  79. package/highcharts-3d.js +1 -1
  80. package/highcharts-3d.src.js +1 -1
  81. package/highcharts-gantt.js +3 -3
  82. package/highcharts-gantt.src.js +14 -12
  83. package/highcharts-more.js +2 -2
  84. package/highcharts-more.src.js +4 -2
  85. package/highcharts.d.ts +33 -0
  86. package/highcharts.js +3 -3
  87. package/highcharts.src.d.ts +33 -0
  88. package/highcharts.src.js +14 -12
  89. package/highmaps.js +3 -3
  90. package/highmaps.src.js +17 -14
  91. package/highstock.js +3 -3
  92. package/highstock.src.js +14 -12
  93. package/indicators/acceleration-bands.js +2 -2
  94. package/indicators/acceleration-bands.src.js +2 -2
  95. package/indicators/accumulation-distribution.js +2 -2
  96. package/indicators/accumulation-distribution.src.js +2 -2
  97. package/indicators/ao.js +2 -2
  98. package/indicators/ao.src.js +2 -2
  99. package/indicators/apo.js +2 -2
  100. package/indicators/apo.src.js +2 -2
  101. package/indicators/aroon-oscillator.js +2 -2
  102. package/indicators/aroon-oscillator.src.js +2 -2
  103. package/indicators/aroon.js +2 -2
  104. package/indicators/aroon.src.js +2 -2
  105. package/indicators/atr.js +2 -2
  106. package/indicators/atr.src.js +2 -2
  107. package/indicators/bollinger-bands.js +2 -2
  108. package/indicators/bollinger-bands.src.js +2 -2
  109. package/indicators/cci.js +2 -2
  110. package/indicators/cci.src.js +2 -2
  111. package/indicators/chaikin.js +2 -2
  112. package/indicators/chaikin.src.js +2 -2
  113. package/indicators/cmf.js +2 -2
  114. package/indicators/cmf.src.js +2 -2
  115. package/indicators/cmo.js +2 -2
  116. package/indicators/cmo.src.js +2 -2
  117. package/indicators/dema.js +2 -2
  118. package/indicators/dema.src.js +2 -2
  119. package/indicators/disparity-index.js +2 -2
  120. package/indicators/disparity-index.src.js +2 -2
  121. package/indicators/dmi.js +2 -2
  122. package/indicators/dmi.src.js +2 -2
  123. package/indicators/dpo.js +2 -2
  124. package/indicators/dpo.src.js +2 -2
  125. package/indicators/ichimoku-kinko-hyo.js +2 -2
  126. package/indicators/ichimoku-kinko-hyo.src.js +2 -2
  127. package/indicators/indicators-all.js +2 -2
  128. package/indicators/indicators-all.src.js +2 -2
  129. package/indicators/indicators.js +2 -2
  130. package/indicators/indicators.src.js +2 -2
  131. package/indicators/keltner-channels.js +2 -2
  132. package/indicators/keltner-channels.src.js +2 -2
  133. package/indicators/klinger.js +2 -2
  134. package/indicators/klinger.src.js +2 -2
  135. package/indicators/macd.js +2 -2
  136. package/indicators/macd.src.js +2 -2
  137. package/indicators/mfi.js +2 -2
  138. package/indicators/mfi.src.js +2 -2
  139. package/indicators/momentum.js +2 -2
  140. package/indicators/momentum.src.js +2 -2
  141. package/indicators/natr.js +2 -2
  142. package/indicators/natr.src.js +2 -2
  143. package/indicators/obv.js +2 -2
  144. package/indicators/obv.src.js +2 -2
  145. package/indicators/pivot-points.js +2 -2
  146. package/indicators/pivot-points.src.js +2 -2
  147. package/indicators/ppo.js +2 -2
  148. package/indicators/ppo.src.js +2 -2
  149. package/indicators/price-channel.js +2 -2
  150. package/indicators/price-channel.src.js +2 -2
  151. package/indicators/price-envelopes.js +2 -2
  152. package/indicators/price-envelopes.src.js +2 -2
  153. package/indicators/psar.js +2 -2
  154. package/indicators/psar.src.js +2 -2
  155. package/indicators/regressions.js +2 -2
  156. package/indicators/regressions.src.js +2 -2
  157. package/indicators/roc.js +2 -2
  158. package/indicators/roc.src.js +2 -2
  159. package/indicators/rsi.js +2 -2
  160. package/indicators/rsi.src.js +2 -2
  161. package/indicators/slow-stochastic.js +2 -2
  162. package/indicators/slow-stochastic.src.js +2 -2
  163. package/indicators/stochastic.js +2 -2
  164. package/indicators/stochastic.src.js +2 -2
  165. package/indicators/supertrend.js +2 -2
  166. package/indicators/supertrend.src.js +2 -2
  167. package/indicators/tema.js +2 -2
  168. package/indicators/tema.src.js +2 -2
  169. package/indicators/trendline.js +2 -2
  170. package/indicators/trendline.src.js +2 -2
  171. package/indicators/trix.js +2 -2
  172. package/indicators/trix.src.js +2 -2
  173. package/indicators/volume-by-price.js +2 -2
  174. package/indicators/volume-by-price.src.js +2 -2
  175. package/indicators/vwap.js +2 -2
  176. package/indicators/vwap.src.js +2 -2
  177. package/indicators/williams-r.js +2 -2
  178. package/indicators/williams-r.src.js +2 -2
  179. package/indicators/wma.js +2 -2
  180. package/indicators/wma.src.js +2 -2
  181. package/indicators/zigzag.js +2 -2
  182. package/indicators/zigzag.src.js +2 -2
  183. package/modules/accessibility.js +1 -1
  184. package/modules/accessibility.src.js +1 -1
  185. package/modules/annotations-advanced.js +2 -2
  186. package/modules/annotations-advanced.src.js +3 -3
  187. package/modules/annotations.js +2 -2
  188. package/modules/annotations.src.js +3 -3
  189. package/modules/arc-diagram.js +2 -2
  190. package/modules/arc-diagram.src.js +6 -6
  191. package/modules/arrow-symbols.js +1 -1
  192. package/modules/arrow-symbols.src.js +1 -1
  193. package/modules/boost-canvas.js +1 -1
  194. package/modules/boost-canvas.src.js +1 -1
  195. package/modules/boost.js +1 -1
  196. package/modules/boost.src.js +1 -1
  197. package/modules/broken-axis.js +1 -1
  198. package/modules/broken-axis.src.js +1 -1
  199. package/modules/bullet.js +1 -1
  200. package/modules/bullet.src.js +1 -1
  201. package/modules/coloraxis.js +2 -2
  202. package/modules/coloraxis.src.js +4 -3
  203. package/modules/current-date-indicator.js +1 -1
  204. package/modules/current-date-indicator.src.js +1 -1
  205. package/modules/cylinder.js +2 -2
  206. package/modules/cylinder.src.js +2 -2
  207. package/modules/data-tools.js +2 -2
  208. package/modules/data-tools.src.js +9 -11
  209. package/modules/data.js +1 -1
  210. package/modules/data.src.js +1 -1
  211. package/modules/datagrouping.js +1 -1
  212. package/modules/datagrouping.src.js +1 -1
  213. package/modules/debugger.js +1 -1
  214. package/modules/debugger.src.js +1 -1
  215. package/modules/dependency-wheel.js +2 -2
  216. package/modules/dependency-wheel.src.js +2 -2
  217. package/modules/dotplot.js +1 -1
  218. package/modules/dotplot.src.js +1 -1
  219. package/modules/drag-panes.js +2 -2
  220. package/modules/drag-panes.src.js +2 -2
  221. package/modules/draggable-points.js +1 -1
  222. package/modules/draggable-points.src.js +1 -1
  223. package/modules/drilldown.js +1 -1
  224. package/modules/drilldown.src.js +1 -1
  225. package/modules/dumbbell.js +1 -1
  226. package/modules/dumbbell.src.js +1 -1
  227. package/modules/export-data.js +2 -2
  228. package/modules/export-data.src.js +2 -2
  229. package/modules/exporting.js +1 -1
  230. package/modules/exporting.src.js +1 -1
  231. package/modules/flowmap.js +1 -1
  232. package/modules/flowmap.src.js +1 -1
  233. package/modules/full-screen.js +1 -1
  234. package/modules/full-screen.src.js +1 -1
  235. package/modules/funnel.js +1 -1
  236. package/modules/funnel.src.js +1 -1
  237. package/modules/funnel3d.js +2 -2
  238. package/modules/funnel3d.src.js +2 -2
  239. package/modules/gantt.js +1 -1
  240. package/modules/gantt.src.js +1 -1
  241. package/modules/geoheatmap.js +1 -1
  242. package/modules/geoheatmap.src.js +1 -1
  243. package/modules/grid-axis.js +1 -1
  244. package/modules/grid-axis.src.js +1 -1
  245. package/modules/heatmap.js +2 -2
  246. package/modules/heatmap.src.js +4 -3
  247. package/modules/heikinashi.js +2 -2
  248. package/modules/heikinashi.src.js +2 -2
  249. package/modules/histogram-bellcurve.js +1 -1
  250. package/modules/histogram-bellcurve.src.js +1 -1
  251. package/modules/hollowcandlestick.js +2 -2
  252. package/modules/hollowcandlestick.src.js +2 -2
  253. package/modules/item-series.js +1 -1
  254. package/modules/item-series.src.js +1 -1
  255. package/modules/lollipop.js +1 -1
  256. package/modules/lollipop.src.js +1 -1
  257. package/modules/map.js +2 -2
  258. package/modules/map.src.js +4 -3
  259. package/modules/marker-clusters.js +1 -1
  260. package/modules/marker-clusters.src.js +1 -1
  261. package/modules/mouse-wheel-zoom.js +1 -1
  262. package/modules/mouse-wheel-zoom.src.js +1 -1
  263. package/modules/navigator.js +1 -1
  264. package/modules/navigator.src.js +1 -1
  265. package/modules/networkgraph.js +2 -2
  266. package/modules/networkgraph.src.js +4 -2
  267. package/modules/no-data-to-display.js +1 -1
  268. package/modules/no-data-to-display.src.js +1 -1
  269. package/modules/offline-exporting.js +2 -2
  270. package/modules/offline-exporting.src.js +3 -3
  271. package/modules/organization.js +2 -2
  272. package/modules/organization.src.js +2 -2
  273. package/modules/overlapping-datalabels.js +1 -1
  274. package/modules/overlapping-datalabels.src.js +1 -1
  275. package/modules/parallel-coordinates.js +1 -1
  276. package/modules/parallel-coordinates.src.js +1 -1
  277. package/modules/pareto.js +1 -1
  278. package/modules/pareto.src.js +1 -1
  279. package/modules/pathfinder.js +1 -1
  280. package/modules/pathfinder.src.js +1 -1
  281. package/modules/pattern-fill.js +1 -1
  282. package/modules/pattern-fill.src.js +1 -1
  283. package/modules/pictorial.js +1 -1
  284. package/modules/pictorial.src.js +1 -1
  285. package/modules/price-indicator.js +2 -2
  286. package/modules/price-indicator.src.js +2 -2
  287. package/modules/pyramid3d.js +2 -2
  288. package/modules/pyramid3d.src.js +2 -2
  289. package/modules/sankey.js +2 -2
  290. package/modules/sankey.src.js +4 -2
  291. package/modules/series-label.js +1 -1
  292. package/modules/series-label.src.js +1 -1
  293. package/modules/series-on-point.js +1 -1
  294. package/modules/series-on-point.src.js +1 -1
  295. package/modules/solid-gauge.js +2 -2
  296. package/modules/solid-gauge.src.js +2 -2
  297. package/modules/sonification.js +1 -1
  298. package/modules/sonification.src.js +1 -1
  299. package/modules/static-scale.js +1 -1
  300. package/modules/static-scale.src.js +1 -1
  301. package/modules/stock-tools.js +2 -2
  302. package/modules/stock-tools.src.js +4 -4
  303. package/modules/stock.js +1 -1
  304. package/modules/stock.src.js +1 -1
  305. package/modules/streamgraph.js +1 -1
  306. package/modules/streamgraph.src.js +1 -1
  307. package/modules/sunburst.js +2 -2
  308. package/modules/sunburst.src.js +4 -2
  309. package/modules/textpath.js +2 -2
  310. package/modules/textpath.src.js +4 -2
  311. package/modules/tiledwebmap.js +1 -1
  312. package/modules/tiledwebmap.src.js +1 -1
  313. package/modules/tilemap.js +2 -2
  314. package/modules/tilemap.src.js +2 -2
  315. package/modules/timeline.js +1 -1
  316. package/modules/timeline.src.js +1 -1
  317. package/modules/treegraph.js +2 -2
  318. package/modules/treegraph.src.js +5 -3
  319. package/modules/treegrid.js +1 -1
  320. package/modules/treegrid.src.js +1 -1
  321. package/modules/treemap.js +1 -1
  322. package/modules/treemap.src.js +1 -1
  323. package/modules/variable-pie.js +1 -1
  324. package/modules/variable-pie.src.js +1 -1
  325. package/modules/variwide.js +1 -1
  326. package/modules/variwide.src.js +1 -1
  327. package/modules/vector.js +1 -1
  328. package/modules/vector.src.js +1 -1
  329. package/modules/venn.js +1 -1
  330. package/modules/venn.src.js +1 -1
  331. package/modules/windbarb.js +1 -1
  332. package/modules/windbarb.src.js +1 -1
  333. package/modules/wordcloud.js +1 -1
  334. package/modules/wordcloud.src.js +1 -1
  335. package/modules/xrange.js +1 -1
  336. package/modules/xrange.src.js +1 -1
  337. package/package.json +1 -1
  338. package/standalone-navigator.js +2 -2
  339. package/standalone-navigator.src.js +13 -11
  340. package/themes/avocado.js +1 -1
  341. package/themes/avocado.src.js +1 -1
  342. package/themes/brand-dark.js +1 -1
  343. package/themes/brand-dark.src.js +1 -1
  344. package/themes/brand-light.js +1 -1
  345. package/themes/brand-light.src.js +1 -1
  346. package/themes/dark-blue.js +1 -1
  347. package/themes/dark-blue.src.js +1 -1
  348. package/themes/dark-green.js +1 -1
  349. package/themes/dark-green.src.js +1 -1
  350. package/themes/dark-unica.js +1 -1
  351. package/themes/dark-unica.src.js +1 -1
  352. package/themes/gray.js +1 -1
  353. package/themes/gray.src.js +1 -1
  354. package/themes/grid-light.js +1 -1
  355. package/themes/grid-light.src.js +1 -1
  356. package/themes/grid.js +1 -1
  357. package/themes/grid.src.js +1 -1
  358. package/themes/high-contrast-dark.js +1 -1
  359. package/themes/high-contrast-dark.src.js +1 -1
  360. package/themes/high-contrast-light.js +1 -1
  361. package/themes/high-contrast-light.src.js +1 -1
  362. package/themes/sand-signika.js +1 -1
  363. package/themes/sand-signika.src.js +1 -1
  364. package/themes/skies.js +1 -1
  365. package/themes/skies.src.js +1 -1
  366. package/themes/sunset.js +1 -1
  367. package/themes/sunset.src.js +1 -1
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/indicators/vwap
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Indicator series type for Highcharts Stock
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/indicators/williams-r
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Indicator series type for Highcharts Stock
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/indicators/wma
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Indicator series type for Highcharts Stock
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/indicators/zigzag
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Indicator series type for Highcharts Stock
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module modules/arc-diagram
4
- * @requires modules/sankey
4
+ * @requires highcharts/modules/sankey
5
5
  *
6
6
  * Arc diagram module
7
7
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/cylinder
4
4
  * @requires highcharts
5
- * @requires highcharts-3d
5
+ * @requires highcharts/highcharts-3d
6
6
  *
7
7
  * Highcharts cylinder module
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/dependency-wheel
4
4
  * @requires highcharts
5
- * @requires modules/sankey
5
+ * @requires highcharts/modules/sankey
6
6
  *
7
7
  * Dependency wheel module
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/drag-panes
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Drag-panes module
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/export-data
4
4
  * @requires highcharts
5
- * @requires modules/exporting
5
+ * @requires highcharts/modules/exporting
6
6
  *
7
7
  * Exporting module
8
8
  *
@@ -2,8 +2,8 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/funnel3d
4
4
  * @requires highcharts
5
- * @requires highcharts-3d
6
- * @requires modules/cylinder
5
+ * @requires highcharts/highcharts-3d
6
+ * @requires highcharts/modules/cylinder
7
7
  *
8
8
  * Highcharts funnel module
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/heikinashi
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * HeikinAshi series type for Highcharts Stock
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/hollowcandlestick
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Hollow Candlestick series type for Highcharts Stock
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/offline-exporting
4
4
  * @requires highcharts
5
- * @requires modules/exporting
5
+ * @requires highcharts/modules/exporting
6
6
  *
7
7
  * Client side exporting module
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Organization chart series type
4
4
  * @module highcharts/modules/organization
5
5
  * @requires highcharts
6
- * @requires modules/sankey
6
+ * @requires highcharts/modules/sankey
7
7
  *
8
8
  * (c) 2019-2024 Torstein Honsi
9
9
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/price-indicator
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Advanced Highcharts Stock tools
8
8
  *
@@ -2,9 +2,9 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/pyramid3d
4
4
  * @requires highcharts
5
- * @requires highcharts-3d
6
- * @requires modules/cylinder
7
- * @requires modules/funnel3d
5
+ * @requires highcharts/highcharts-3d
6
+ * @requires highcharts/modules/cylinder
7
+ * @requires highcharts/modules/funnel3d
8
8
  *
9
9
  * Highcharts 3D funnel module
10
10
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highcharts JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/solid-gauge
4
4
  * @requires highcharts
5
- * @requires highcharts-more
5
+ * @requires highcharts/highcharts-more
6
6
  *
7
7
  * Solid angular gauge module
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highstock JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/stock-tools
4
4
  * @requires highcharts
5
- * @requires modules/stock
5
+ * @requires highcharts/modules/stock
6
6
  *
7
7
  * Advanced Highcharts Stock tools
8
8
  *
@@ -2,7 +2,7 @@
2
2
  * @license Highmaps JS v@product.version@ (@product.date@)
3
3
  * @module highcharts/modules/tilemap
4
4
  * @requires highcharts
5
- * @requires modules/map
5
+ * @requires highcharts/modules/map
6
6
  *
7
7
  * Tilemap module
8
8
  *
@@ -3,7 +3,7 @@
3
3
  * Treegraph chart series type
4
4
  * @module highcharts/modules/treegraph
5
5
  * @requires highcharts
6
- * @requires modules/treemap
6
+ * @requires highcharts/modules/treemap
7
7
  *
8
8
  * (c) 2010-2024 Pawel Lysy Grzegorz Blachlinski
9
9
  *