@progress/kendo-angular-charts 19.1.2-develop.4 → 19.1.2-develop.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 (504) hide show
  1. package/api-types/axis-range.interface.d.ts +3 -3
  2. package/api-types/chart-axis.interface.d.ts +6 -6
  3. package/api-types/chart-pane.interface.d.ts +5 -5
  4. package/api-types/chart-plotarea.interface.d.ts +3 -3
  5. package/api-types/chart-svg-export-options.interface.d.ts +7 -1
  6. package/api-types/chart-visual-export-options.interface.d.ts +7 -1
  7. package/api-types/event-axis-options.interface.d.ts +2 -2
  8. package/api-types/event-series-options.interface.d.ts +4 -4
  9. package/api-types/series-point-marker.interface.d.ts +2 -2
  10. package/api-types/series-point.interface.d.ts +13 -13
  11. package/argument-types/axis-label-content-args.interface.d.ts +8 -8
  12. package/argument-types/axis-label-visual-args.interface.d.ts +10 -10
  13. package/argument-types/axis-note-content-args.interface.d.ts +4 -4
  14. package/argument-types/axis-note-visual-args.interface.d.ts +6 -6
  15. package/argument-types/error-bars-value-args.interface.d.ts +6 -6
  16. package/argument-types/error-bars-visual-args.interface.d.ts +7 -7
  17. package/argument-types/highlight-toggle-args.interface.d.ts +8 -8
  18. package/argument-types/highlight-visual-args.interface.d.ts +12 -15
  19. package/argument-types/legend-item-visual-args.interface.d.ts +7 -7
  20. package/argument-types/legend-labels-content-args.interface.d.ts +6 -6
  21. package/argument-types/markers-visual-args.interface.d.ts +9 -9
  22. package/argument-types/plot-band-label-visual-args.interface.d.ts +6 -6
  23. package/argument-types/series-labels-content-args.interface.d.ts +11 -11
  24. package/argument-types/series-labels-visual-args.interface.d.ts +14 -14
  25. package/argument-types/series-note-content-args.interface.d.ts +6 -6
  26. package/argument-types/series-note-visual-args.interface.d.ts +10 -10
  27. package/argument-types/series-visual-args.interface.d.ts +18 -25
  28. package/argument-types/title-visual-args.interface.d.ts +6 -6
  29. package/chart/axis-defaults/crosshair.component.d.ts +14 -5
  30. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +14 -5
  31. package/chart/axis-defaults/labels.component.d.ts +18 -12
  32. package/chart/axis-defaults/title.component.d.ts +22 -7
  33. package/chart/axis-defaults.component.d.ts +57 -8
  34. package/chart/category-axis-item/crosshair.component.d.ts +14 -5
  35. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +14 -5
  36. package/chart/category-axis-item/labels.component.d.ts +35 -15
  37. package/chart/category-axis-item/notes.component.d.ts +19 -1
  38. package/chart/category-axis-item/notes.icon.component.d.ts +16 -1
  39. package/chart/category-axis-item/notes.label.component.d.ts +18 -6
  40. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  41. package/chart/category-axis-item/select.component.d.ts +16 -6
  42. package/chart/category-axis-item/title.component.d.ts +22 -7
  43. package/chart/category-axis-item.component.d.ts +88 -12
  44. package/chart/category-axis.component.d.ts +5 -2
  45. package/chart/chart-area.component.d.ts +17 -6
  46. package/chart/donut-center-template.directive.d.ts +8 -1
  47. package/chart/legend/inactive-items.component.d.ts +5 -2
  48. package/chart/legend/item.component.d.ts +23 -2
  49. package/chart/legend.component.d.ts +52 -10
  50. package/chart/localization/custom-messages.component.d.ts +4 -2
  51. package/chart/no-data-template.directive.d.ts +8 -1
  52. package/chart/pane/title.component.d.ts +20 -7
  53. package/chart/pane-defaults/title.component.d.ts +17 -5
  54. package/chart/pane-defaults.component.d.ts +30 -3
  55. package/chart/pane.component.d.ts +24 -3
  56. package/chart/panes.component.d.ts +4 -1
  57. package/chart/plot-area.component.d.ts +9 -6
  58. package/chart/series-defaults/labels.component.d.ts +40 -6
  59. package/chart/series-defaults/labels.from.component.d.ts +18 -6
  60. package/chart/series-defaults/labels.to.component.d.ts +18 -6
  61. package/chart/series-defaults/notes.component.d.ts +26 -1
  62. package/chart/series-defaults/notes.icon.component.d.ts +12 -3
  63. package/chart/series-defaults/notes.label.component.d.ts +18 -6
  64. package/chart/series-defaults/tooltip.component.d.ts +16 -4
  65. package/chart/series-defaults.component.d.ts +47 -6
  66. package/chart/series-drilldown-template.directive.d.ts +5 -5
  67. package/chart/series-item/error-bars.component.d.ts +22 -4
  68. package/chart/series-item/extremes.component.d.ts +17 -8
  69. package/chart/series-item/highlight.component.d.ts +25 -4
  70. package/chart/series-item/labels.component.d.ts +53 -8
  71. package/chart/series-item/labels.from.component.d.ts +21 -6
  72. package/chart/series-item/labels.to.component.d.ts +21 -6
  73. package/chart/series-item/markers.component.d.ts +22 -4
  74. package/chart/series-item/notes.component.d.ts +21 -3
  75. package/chart/series-item/notes.icon.component.d.ts +12 -3
  76. package/chart/series-item/notes.label.component.d.ts +18 -6
  77. package/chart/series-item/outliers.component.d.ts +13 -4
  78. package/chart/series-item/tooltip.component.d.ts +18 -3
  79. package/chart/series-item/trendline.component.d.ts +35 -1
  80. package/chart/series-item/trendline.forecast.component.d.ts +8 -2
  81. package/chart/series-item.component.d.ts +200 -93
  82. package/chart/series.component.d.ts +4 -1
  83. package/chart/subtitle.component.d.ts +21 -6
  84. package/chart/title.component.d.ts +22 -7
  85. package/chart/tooltip/popup-settings.interface.d.ts +2 -2
  86. package/chart/tooltip/series-tooltip-template.directive.d.ts +1 -1
  87. package/chart/tooltip/shared-tooltip-template.directive.d.ts +2 -2
  88. package/chart/tooltip/tooltip-template-point.d.ts +15 -15
  89. package/chart/tooltip.component.d.ts +20 -5
  90. package/chart/value-axis-item/crosshair.component.d.ts +26 -4
  91. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +16 -4
  92. package/chart/value-axis-item/labels.component.d.ts +13 -1
  93. package/chart/value-axis-item/notes.component.d.ts +34 -1
  94. package/chart/value-axis-item/notes.icon.component.d.ts +12 -3
  95. package/chart/value-axis-item/notes.label.component.d.ts +18 -6
  96. package/chart/value-axis-item/title.component.d.ts +22 -7
  97. package/chart/value-axis-item.component.d.ts +72 -10
  98. package/chart/value-axis.component.d.ts +4 -2
  99. package/chart/x-axis-item/crosshair.component.d.ts +26 -4
  100. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +14 -5
  101. package/chart/x-axis-item/labels.component.d.ts +38 -8
  102. package/chart/x-axis-item/notes.component.d.ts +36 -3
  103. package/chart/x-axis-item/notes.icon.component.d.ts +12 -3
  104. package/chart/x-axis-item/notes.label.component.d.ts +18 -6
  105. package/chart/x-axis-item/title.component.d.ts +22 -7
  106. package/chart/x-axis-item.component.d.ts +92 -3
  107. package/chart/x-axis.component.d.ts +4 -1
  108. package/chart/y-axis-item/crosshair.component.d.ts +32 -1
  109. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +22 -1
  110. package/chart/y-axis-item/labels.component.d.ts +32 -11
  111. package/chart/y-axis-item/notes.component.d.ts +34 -1
  112. package/chart/y-axis-item/notes.icon.component.d.ts +12 -3
  113. package/chart/y-axis-item/notes.label.component.d.ts +18 -6
  114. package/chart/y-axis-item/title.component.d.ts +22 -7
  115. package/chart/y-axis-item.component.d.ts +83 -7
  116. package/chart/y-axis.component.d.ts +4 -1
  117. package/chart/zoomable.component.d.ts +8 -1
  118. package/chart-breadcrumb.component.d.ts +4 -6
  119. package/chart-options.interface.d.ts +28 -28
  120. package/chart.component.d.ts +115 -71
  121. package/chart.module.d.ts +5 -4
  122. package/charts.module.d.ts +4 -4
  123. package/esm2022/chart/axis-defaults/crosshair.component.mjs +14 -5
  124. package/esm2022/chart/axis-defaults/crosshair.tooltip.component.mjs +14 -5
  125. package/esm2022/chart/axis-defaults/labels.component.mjs +18 -12
  126. package/esm2022/chart/axis-defaults/title.component.mjs +22 -7
  127. package/esm2022/chart/axis-defaults.component.mjs +57 -8
  128. package/esm2022/chart/category-axis-item/crosshair.component.mjs +14 -5
  129. package/esm2022/chart/category-axis-item/crosshair.tooltip.component.mjs +14 -5
  130. package/esm2022/chart/category-axis-item/labels.component.mjs +35 -15
  131. package/esm2022/chart/category-axis-item/notes.component.mjs +19 -1
  132. package/esm2022/chart/category-axis-item/notes.icon.component.mjs +16 -1
  133. package/esm2022/chart/category-axis-item/notes.label.component.mjs +18 -6
  134. package/esm2022/chart/category-axis-item/range-labels.component.mjs +1 -1
  135. package/esm2022/chart/category-axis-item/select.component.mjs +16 -6
  136. package/esm2022/chart/category-axis-item/title.component.mjs +22 -7
  137. package/esm2022/chart/category-axis-item.component.mjs +88 -12
  138. package/esm2022/chart/category-axis.component.mjs +5 -2
  139. package/esm2022/chart/chart-area.component.mjs +17 -6
  140. package/esm2022/chart/donut-center-template.directive.mjs +8 -1
  141. package/esm2022/chart/legend/inactive-items.component.mjs +5 -2
  142. package/esm2022/chart/legend/item.component.mjs +23 -2
  143. package/esm2022/chart/legend.component.mjs +52 -10
  144. package/esm2022/chart/localization/custom-messages.component.mjs +4 -2
  145. package/esm2022/chart/no-data-template.directive.mjs +8 -1
  146. package/esm2022/chart/pane/title.component.mjs +20 -7
  147. package/esm2022/chart/pane-defaults/title.component.mjs +17 -5
  148. package/esm2022/chart/pane-defaults.component.mjs +30 -3
  149. package/esm2022/chart/pane.component.mjs +24 -3
  150. package/esm2022/chart/panes.component.mjs +4 -1
  151. package/esm2022/chart/plot-area.component.mjs +9 -6
  152. package/esm2022/chart/series-defaults/labels.component.mjs +40 -6
  153. package/esm2022/chart/series-defaults/labels.from.component.mjs +18 -6
  154. package/esm2022/chart/series-defaults/labels.to.component.mjs +18 -6
  155. package/esm2022/chart/series-defaults/notes.component.mjs +26 -1
  156. package/esm2022/chart/series-defaults/notes.icon.component.mjs +12 -3
  157. package/esm2022/chart/series-defaults/notes.label.component.mjs +18 -6
  158. package/esm2022/chart/series-defaults/tooltip.component.mjs +16 -4
  159. package/esm2022/chart/series-defaults.component.mjs +47 -6
  160. package/esm2022/chart/series-drilldown-template.directive.mjs +5 -5
  161. package/esm2022/chart/series-item/error-bars.component.mjs +22 -4
  162. package/esm2022/chart/series-item/extremes.component.mjs +17 -8
  163. package/esm2022/chart/series-item/highlight.component.mjs +25 -4
  164. package/esm2022/chart/series-item/labels.component.mjs +53 -8
  165. package/esm2022/chart/series-item/labels.from.component.mjs +21 -6
  166. package/esm2022/chart/series-item/labels.to.component.mjs +21 -6
  167. package/esm2022/chart/series-item/markers.component.mjs +22 -4
  168. package/esm2022/chart/series-item/notes.component.mjs +21 -3
  169. package/esm2022/chart/series-item/notes.icon.component.mjs +12 -3
  170. package/esm2022/chart/series-item/notes.label.component.mjs +18 -6
  171. package/esm2022/chart/series-item/outliers.component.mjs +13 -4
  172. package/esm2022/chart/series-item/tooltip.component.mjs +18 -3
  173. package/esm2022/chart/series-item/trendline.component.mjs +35 -1
  174. package/esm2022/chart/series-item/trendline.forecast.component.mjs +8 -2
  175. package/esm2022/chart/series-item.component.mjs +200 -93
  176. package/esm2022/chart/series.component.mjs +4 -1
  177. package/esm2022/chart/subtitle.component.mjs +21 -6
  178. package/esm2022/chart/title.component.mjs +22 -7
  179. package/esm2022/chart/tooltip/series-tooltip-template.directive.mjs +1 -1
  180. package/esm2022/chart/tooltip/shared-tooltip-template.directive.mjs +2 -2
  181. package/esm2022/chart/tooltip/tooltip-template-point.mjs +15 -15
  182. package/esm2022/chart/tooltip.component.mjs +20 -5
  183. package/esm2022/chart/value-axis-item/crosshair.component.mjs +26 -4
  184. package/esm2022/chart/value-axis-item/crosshair.tooltip.component.mjs +16 -4
  185. package/esm2022/chart/value-axis-item/labels.component.mjs +13 -1
  186. package/esm2022/chart/value-axis-item/notes.component.mjs +34 -1
  187. package/esm2022/chart/value-axis-item/notes.icon.component.mjs +12 -3
  188. package/esm2022/chart/value-axis-item/notes.label.component.mjs +18 -6
  189. package/esm2022/chart/value-axis-item/title.component.mjs +22 -7
  190. package/esm2022/chart/value-axis-item.component.mjs +72 -10
  191. package/esm2022/chart/value-axis.component.mjs +4 -2
  192. package/esm2022/chart/x-axis-item/crosshair.component.mjs +26 -4
  193. package/esm2022/chart/x-axis-item/crosshair.tooltip.component.mjs +14 -5
  194. package/esm2022/chart/x-axis-item/labels.component.mjs +38 -8
  195. package/esm2022/chart/x-axis-item/notes.component.mjs +36 -3
  196. package/esm2022/chart/x-axis-item/notes.icon.component.mjs +12 -3
  197. package/esm2022/chart/x-axis-item/notes.label.component.mjs +18 -6
  198. package/esm2022/chart/x-axis-item/title.component.mjs +22 -7
  199. package/esm2022/chart/x-axis-item.component.mjs +92 -3
  200. package/esm2022/chart/x-axis.component.mjs +4 -1
  201. package/esm2022/chart/y-axis-item/crosshair.component.mjs +32 -1
  202. package/esm2022/chart/y-axis-item/crosshair.tooltip.component.mjs +22 -1
  203. package/esm2022/chart/y-axis-item/labels.component.mjs +32 -11
  204. package/esm2022/chart/y-axis-item/notes.component.mjs +34 -1
  205. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +12 -3
  206. package/esm2022/chart/y-axis-item/notes.label.component.mjs +18 -6
  207. package/esm2022/chart/y-axis-item/title.component.mjs +22 -7
  208. package/esm2022/chart/y-axis-item.component.mjs +83 -7
  209. package/esm2022/chart/y-axis.component.mjs +4 -1
  210. package/esm2022/chart/zoomable.component.mjs +8 -1
  211. package/esm2022/chart-breadcrumb.component.mjs +4 -6
  212. package/esm2022/chart.component.mjs +115 -71
  213. package/esm2022/chart.module.mjs +5 -4
  214. package/esm2022/charts.module.mjs +4 -4
  215. package/esm2022/events/axis-label-click-event.mjs +7 -7
  216. package/esm2022/events/base-event.mjs +1 -1
  217. package/esm2022/events/drag-end-event.mjs +4 -4
  218. package/esm2022/events/drag-event.mjs +4 -4
  219. package/esm2022/events/drag-start-event.mjs +4 -4
  220. package/esm2022/events/drilldown-event.mjs +4 -6
  221. package/esm2022/events/legend-event.mjs +5 -5
  222. package/esm2022/events/legend-item-click-event.mjs +2 -2
  223. package/esm2022/events/legend-item-hover-event.mjs +2 -2
  224. package/esm2022/events/legend-item-leave-event.mjs +1 -1
  225. package/esm2022/events/note-click-event.mjs +1 -1
  226. package/esm2022/events/note-event.mjs +6 -5
  227. package/esm2022/events/note-hover-event.mjs +1 -1
  228. package/esm2022/events/note-leave-event.mjs +1 -1
  229. package/esm2022/events/pane-render-event.mjs +4 -4
  230. package/esm2022/events/plot-area-click-event.mjs +8 -6
  231. package/esm2022/events/plot-area-hover-event.mjs +8 -6
  232. package/esm2022/events/plot-area-leave-event.mjs +3 -0
  233. package/esm2022/events/preventable-event.mjs +2 -4
  234. package/esm2022/events/render-event.mjs +1 -1
  235. package/esm2022/events/select-end-event.mjs +4 -4
  236. package/esm2022/events/select-event.mjs +4 -4
  237. package/esm2022/events/select-start-event.mjs +4 -4
  238. package/esm2022/events/series-click-event.mjs +11 -10
  239. package/esm2022/events/series-event.mjs +10 -8
  240. package/esm2022/events/series-hover-event.mjs +1 -1
  241. package/esm2022/events/series-leave-event.mjs +1 -1
  242. package/esm2022/events/series-over-event.mjs +1 -1
  243. package/esm2022/events/zoom-end-event.mjs +5 -5
  244. package/esm2022/events/zoom-event.mjs +4 -4
  245. package/esm2022/events/zoom-start-event.mjs +4 -4
  246. package/esm2022/package-metadata.mjs +2 -2
  247. package/esm2022/sankey/data-binding/flat-binding.directive.mjs +5 -5
  248. package/esm2022/sankey/data-binding/flat-binding.event.mjs +4 -4
  249. package/esm2022/sankey/events/sankey-base-event.mjs +2 -2
  250. package/esm2022/sankey/events/sankey-link-event.mjs +2 -2
  251. package/esm2022/sankey/events/sankey-node-event.mjs +2 -2
  252. package/esm2022/sankey/labels.component.mjs +1 -1
  253. package/esm2022/sankey/legend.component.mjs +12 -12
  254. package/esm2022/sankey/links.component.mjs +1 -1
  255. package/esm2022/sankey/localization/custom-messages.component.mjs +4 -1
  256. package/esm2022/sankey/localization/messages.mjs +1 -1
  257. package/esm2022/sankey/nodes.component.mjs +5 -6
  258. package/esm2022/sankey/title.component.mjs +9 -9
  259. package/esm2022/sankey/tooltip/link-tooltip-template-context.mjs +4 -4
  260. package/esm2022/sankey/tooltip/link-tooltip-template.directive.mjs +10 -55
  261. package/esm2022/sankey/tooltip/node-tooltip-template-context.mjs +4 -4
  262. package/esm2022/sankey/tooltip/node-tooltip-template.directive.mjs +2 -2
  263. package/esm2022/sankey/tooltip.component.mjs +5 -5
  264. package/esm2022/sankey.component.mjs +60 -32
  265. package/esm2022/sankey.module.mjs +7 -7
  266. package/esm2022/sparkline.component.mjs +22 -7
  267. package/esm2022/sparkline.module.mjs +5 -5
  268. package/esm2022/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -1
  269. package/esm2022/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +2 -2
  270. package/esm2022/stock-chart/navigator/category-axis/labels.component.mjs +1 -1
  271. package/esm2022/stock-chart/navigator/category-axis/notes.component.mjs +16 -1
  272. package/esm2022/stock-chart/navigator/category-axis/notes.icon.component.mjs +1 -1
  273. package/esm2022/stock-chart/navigator/category-axis/notes.label.component.mjs +1 -1
  274. package/esm2022/stock-chart/navigator/category-axis/select.component.mjs +10 -4
  275. package/esm2022/stock-chart/navigator/category-axis/title.component.mjs +1 -1
  276. package/esm2022/stock-chart/navigator/category-axis.component.mjs +6 -2
  277. package/esm2022/stock-chart/navigator/hint.component.mjs +1 -1
  278. package/esm2022/stock-chart/navigator/pane/title.component.mjs +1 -1
  279. package/esm2022/stock-chart/navigator/pane.component.mjs +1 -1
  280. package/esm2022/stock-chart/navigator/series-item/error-bars.component.mjs +15 -1
  281. package/esm2022/stock-chart/navigator/series-item/extremes.component.mjs +2 -1
  282. package/esm2022/stock-chart/navigator/series-item/highlight.component.mjs +1 -1
  283. package/esm2022/stock-chart/navigator/series-item/labels.component.mjs +18 -1
  284. package/esm2022/stock-chart/navigator/series-item/labels.from.component.mjs +1 -1
  285. package/esm2022/stock-chart/navigator/series-item/labels.to.component.mjs +1 -1
  286. package/esm2022/stock-chart/navigator/series-item/markers.component.mjs +1 -1
  287. package/esm2022/stock-chart/navigator/series-item/notes.component.mjs +18 -1
  288. package/esm2022/stock-chart/navigator/series-item/notes.icon.component.mjs +1 -1
  289. package/esm2022/stock-chart/navigator/series-item/notes.label.component.mjs +1 -1
  290. package/esm2022/stock-chart/navigator/series-item/outliers.component.mjs +2 -1
  291. package/esm2022/stock-chart/navigator/series-item/tooltip.component.mjs +2 -2
  292. package/esm2022/stock-chart/navigator/series-item.component.mjs +17 -1
  293. package/esm2022/stock-chart/navigator/series.component.mjs +5 -3
  294. package/esm2022/stock-chart/navigator.component.mjs +5 -3
  295. package/esm2022/stock-chart.component.mjs +42 -19
  296. package/esm2022/stock-chart.module.mjs +5 -5
  297. package/events/axis-label-click-event.d.ts +7 -7
  298. package/events/base-event.d.ts +1 -1
  299. package/events/drag-end-event.d.ts +4 -4
  300. package/events/drag-event.d.ts +4 -4
  301. package/events/drag-start-event.d.ts +4 -4
  302. package/events/drilldown-event.d.ts +4 -6
  303. package/events/legend-event.d.ts +5 -5
  304. package/events/legend-item-click-event.d.ts +2 -2
  305. package/events/legend-item-hover-event.d.ts +2 -2
  306. package/events/legend-item-leave-event.d.ts +1 -1
  307. package/events/note-click-event.d.ts +1 -1
  308. package/events/note-event.d.ts +6 -5
  309. package/events/note-hover-event.d.ts +1 -1
  310. package/events/note-leave-event.d.ts +1 -1
  311. package/events/pane-render-event.d.ts +4 -4
  312. package/events/plot-area-click-event.d.ts +8 -6
  313. package/events/plot-area-hover-event.d.ts +8 -6
  314. package/events/plot-area-leave-event.d.ts +3 -0
  315. package/events/preventable-event.d.ts +2 -4
  316. package/events/render-event.d.ts +1 -1
  317. package/events/select-end-event.d.ts +4 -4
  318. package/events/select-event.d.ts +4 -4
  319. package/events/select-start-event.d.ts +4 -4
  320. package/events/series-click-event.d.ts +11 -10
  321. package/events/series-event.d.ts +10 -8
  322. package/events/series-hover-event.d.ts +1 -1
  323. package/events/series-leave-event.d.ts +1 -1
  324. package/events/series-over-event.d.ts +1 -1
  325. package/events/zoom-end-event.d.ts +5 -5
  326. package/events/zoom-event.d.ts +4 -4
  327. package/events/zoom-start-event.d.ts +4 -4
  328. package/fesm2022/progress-kendo-angular-charts.mjs +2728 -925
  329. package/field-types/auto-base-unit-steps.interface.d.ts +10 -10
  330. package/field-types/axis-labels-position.d.ts +5 -5
  331. package/field-types/axis-line.interface.d.ts +7 -6
  332. package/field-types/axis-ticks.interface.d.ts +7 -7
  333. package/field-types/axis-title-position.d.ts +6 -6
  334. package/field-types/base-unit.d.ts +9 -9
  335. package/field-types/border.interface.d.ts +5 -5
  336. package/field-types/bullet-target-line.interface.d.ts +2 -2
  337. package/field-types/bullet-target.interface.d.ts +4 -4
  338. package/field-types/category-base-unit.d.ts +4 -4
  339. package/field-types/dash-type.d.ts +8 -8
  340. package/field-types/date-formats.interface.d.ts +10 -10
  341. package/field-types/drag-action.interface.d.ts +1 -1
  342. package/field-types/error-bar-line.interface.d.ts +3 -3
  343. package/field-types/grid-lines.interface.d.ts +7 -7
  344. package/field-types/highlight-line.interface.d.ts +6 -6
  345. package/field-types/label-connectors.interface.d.ts +4 -4
  346. package/field-types/label-rotation.interface.d.ts +8 -8
  347. package/field-types/legend-labels.interface.d.ts +6 -6
  348. package/field-types/line-style.d.ts +4 -4
  349. package/field-types/lock-axis.d.ts +3 -3
  350. package/field-types/margin.interface.d.ts +5 -5
  351. package/field-types/marker-type.d.ts +6 -6
  352. package/field-types/modifier-key.d.ts +4 -4
  353. package/field-types/mousewheel-select.interface.d.ts +4 -4
  354. package/field-types/mousewheel-zoom.interface.d.ts +2 -2
  355. package/field-types/negative-bubble-values.interface.d.ts +3 -3
  356. package/field-types/note-label-position.d.ts +3 -3
  357. package/field-types/note-line.interface.d.ts +5 -5
  358. package/field-types/note-position.d.ts +4 -4
  359. package/field-types/overlay.interface.d.ts +3 -3
  360. package/field-types/padding.interface.d.ts +1 -1
  361. package/field-types/plot-band-label.interface.d.ts +16 -16
  362. package/field-types/plot-band.interface.d.ts +6 -6
  363. package/field-types/series-labels-alignment.d.ts +7 -7
  364. package/field-types/series-labels-position.d.ts +12 -12
  365. package/field-types/series-line.interface.d.ts +5 -5
  366. package/field-types/series-mean.interface.d.ts +5 -5
  367. package/field-types/series-median.interface.d.ts +5 -5
  368. package/field-types/series-stack.interface.d.ts +5 -5
  369. package/field-types/series-type.d.ts +39 -39
  370. package/field-types/series-whiskers.interface.d.ts +5 -5
  371. package/field-types/trendline-forecast.interface.d.ts +3 -3
  372. package/option-types/axis-defaults/crosshair.interface.d.ts +7 -7
  373. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
  374. package/option-types/axis-defaults/labels.interface.d.ts +15 -17
  375. package/option-types/axis-defaults/title.interface.d.ts +12 -12
  376. package/option-types/axis-defaults.interface.d.ts +21 -18
  377. package/option-types/category-axis-item/crosshair.interface.d.ts +9 -10
  378. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  379. package/option-types/category-axis-item/labels.interface.d.ts +23 -24
  380. package/option-types/category-axis-item/notes.icon.interface.d.ts +6 -6
  381. package/option-types/category-axis-item/notes.interface.d.ts +7 -7
  382. package/option-types/category-axis-item/notes.label.interface.d.ts +11 -11
  383. package/option-types/category-axis-item/range-labels.interface.d.ts +3 -3
  384. package/option-types/category-axis-item/select.interface.d.ts +9 -10
  385. package/option-types/category-axis-item/title.interface.d.ts +13 -13
  386. package/option-types/category-axis-item.interface.d.ts +49 -65
  387. package/option-types/chart-area.interface.d.ts +7 -7
  388. package/option-types/legend/inactive-items.interface.d.ts +2 -2
  389. package/option-types/legend/item.interface.d.ts +19 -19
  390. package/option-types/legend/legend-title.interface.d.ts +13 -12
  391. package/option-types/legend/markers.interface.d.ts +7 -7
  392. package/option-types/legend.interface.d.ts +22 -22
  393. package/option-types/pane/title.interface.d.ts +12 -11
  394. package/option-types/pane-defaults/title.interface.d.ts +11 -10
  395. package/option-types/pane-defaults.interface.d.ts +7 -7
  396. package/option-types/pane.interface.d.ts +12 -9
  397. package/option-types/plot-area.interface.d.ts +7 -7
  398. package/option-types/series-defaults/labels.from.interface.d.ts +11 -11
  399. package/option-types/series-defaults/labels.interface.d.ts +17 -19
  400. package/option-types/series-defaults/labels.to.interface.d.ts +11 -11
  401. package/option-types/series-defaults/notes.icon.interface.d.ts +6 -6
  402. package/option-types/series-defaults/notes.interface.d.ts +5 -5
  403. package/option-types/series-defaults/notes.label.interface.d.ts +11 -11
  404. package/option-types/series-defaults/tooltip.interface.d.ts +14 -14
  405. package/option-types/series-defaults.interface.d.ts +15 -15
  406. package/option-types/series-item/error-bars.interface.d.ts +11 -11
  407. package/option-types/series-item/extremes.interface.d.ts +6 -6
  408. package/option-types/series-item/highlight.interface.d.ts +18 -17
  409. package/option-types/series-item/labels.from.interface.d.ts +17 -12
  410. package/option-types/series-item/labels.interface.d.ts +19 -19
  411. package/option-types/series-item/labels.to.interface.d.ts +20 -15
  412. package/option-types/series-item/markers-highlight.interface.d.ts +5 -4
  413. package/option-types/series-item/markers.interface.d.ts +10 -10
  414. package/option-types/series-item/notes.icon.interface.d.ts +6 -6
  415. package/option-types/series-item/notes.interface.d.ts +6 -6
  416. package/option-types/series-item/notes.label.interface.d.ts +14 -11
  417. package/option-types/series-item/outliers.interface.d.ts +6 -6
  418. package/option-types/series-item/tooltip.interface.d.ts +19 -13
  419. package/option-types/series-item/trendline.interface.d.ts +12 -14
  420. package/option-types/series-item.interface.d.ts +181 -200
  421. package/option-types/subtitle.interface.d.ts +14 -14
  422. package/option-types/title.interface.d.ts +16 -16
  423. package/option-types/tooltip-border.interface.d.ts +1 -1
  424. package/option-types/tooltip.interface.d.ts +10 -10
  425. package/option-types/value-axis-item/crosshair.interface.d.ts +9 -8
  426. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  427. package/option-types/value-axis-item/labels.interface.d.ts +16 -16
  428. package/option-types/value-axis-item/notes.icon.interface.d.ts +6 -6
  429. package/option-types/value-axis-item/notes.interface.d.ts +7 -7
  430. package/option-types/value-axis-item/notes.label.interface.d.ts +15 -12
  431. package/option-types/value-axis-item/title.interface.d.ts +11 -11
  432. package/option-types/value-axis-item.interface.d.ts +37 -34
  433. package/option-types/x-axis-item/crosshair.interface.d.ts +6 -6
  434. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  435. package/option-types/x-axis-item/labels.interface.d.ts +20 -19
  436. package/option-types/x-axis-item/notes.icon.interface.d.ts +6 -6
  437. package/option-types/x-axis-item/notes.interface.d.ts +7 -7
  438. package/option-types/x-axis-item/notes.label.interface.d.ts +15 -13
  439. package/option-types/x-axis-item/title.interface.d.ts +11 -11
  440. package/option-types/x-axis-item.interface.d.ts +4 -4
  441. package/option-types/y-axis-item/crosshair.interface.d.ts +8 -6
  442. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  443. package/option-types/y-axis-item/labels.interface.d.ts +18 -18
  444. package/option-types/y-axis-item/notes.icon.interface.d.ts +6 -6
  445. package/option-types/y-axis-item/notes.interface.d.ts +7 -7
  446. package/option-types/y-axis-item/notes.label.interface.d.ts +15 -12
  447. package/option-types/y-axis-item/title.interface.d.ts +11 -11
  448. package/option-types/y-axis-item.interface.d.ts +3 -3
  449. package/option-types/zoomable.interface.d.ts +3 -3
  450. package/package.json +9 -9
  451. package/sankey/data-binding/flat-binding.directive.d.ts +5 -5
  452. package/sankey/data-binding/flat-binding.event.d.ts +4 -4
  453. package/sankey/events/sankey-base-event.d.ts +2 -2
  454. package/sankey/events/sankey-link-event.d.ts +2 -2
  455. package/sankey/events/sankey-node-event.d.ts +2 -2
  456. package/sankey/labels.component.d.ts +1 -1
  457. package/sankey/legend.component.d.ts +12 -12
  458. package/sankey/links.component.d.ts +1 -1
  459. package/sankey/localization/custom-messages.component.d.ts +4 -1
  460. package/sankey/localization/messages.d.ts +1 -1
  461. package/sankey/nodes.component.d.ts +5 -6
  462. package/sankey/title.component.d.ts +9 -9
  463. package/sankey/tooltip/link-tooltip-template-context.d.ts +4 -4
  464. package/sankey/tooltip/link-tooltip-template.directive.d.ts +10 -55
  465. package/sankey/tooltip/node-tooltip-template-context.d.ts +4 -4
  466. package/sankey/tooltip/node-tooltip-template.directive.d.ts +2 -2
  467. package/sankey/tooltip.component.d.ts +5 -5
  468. package/sankey.component.d.ts +60 -32
  469. package/sankey.module.d.ts +7 -7
  470. package/sparkline.component.d.ts +22 -7
  471. package/sparkline.module.d.ts +5 -5
  472. package/stock-chart/navigator/category-axis/crosshair.component.d.ts +4 -1
  473. package/stock-chart/navigator/category-axis/crosshair.tooltip.component.d.ts +2 -2
  474. package/stock-chart/navigator/category-axis/labels.component.d.ts +1 -1
  475. package/stock-chart/navigator/category-axis/notes.component.d.ts +16 -1
  476. package/stock-chart/navigator/category-axis/notes.icon.component.d.ts +1 -1
  477. package/stock-chart/navigator/category-axis/notes.label.component.d.ts +1 -1
  478. package/stock-chart/navigator/category-axis/select.component.d.ts +10 -4
  479. package/stock-chart/navigator/category-axis/title.component.d.ts +1 -1
  480. package/stock-chart/navigator/category-axis.component.d.ts +6 -2
  481. package/stock-chart/navigator/hint.component.d.ts +1 -1
  482. package/stock-chart/navigator/pane/title.component.d.ts +1 -1
  483. package/stock-chart/navigator/pane.component.d.ts +1 -1
  484. package/stock-chart/navigator/series-item/error-bars.component.d.ts +15 -1
  485. package/stock-chart/navigator/series-item/extremes.component.d.ts +2 -1
  486. package/stock-chart/navigator/series-item/highlight.component.d.ts +1 -1
  487. package/stock-chart/navigator/series-item/labels.component.d.ts +18 -1
  488. package/stock-chart/navigator/series-item/labels.from.component.d.ts +1 -1
  489. package/stock-chart/navigator/series-item/labels.to.component.d.ts +1 -1
  490. package/stock-chart/navigator/series-item/markers.component.d.ts +1 -1
  491. package/stock-chart/navigator/series-item/notes.component.d.ts +18 -1
  492. package/stock-chart/navigator/series-item/notes.icon.component.d.ts +1 -1
  493. package/stock-chart/navigator/series-item/notes.label.component.d.ts +1 -1
  494. package/stock-chart/navigator/series-item/outliers.component.d.ts +2 -1
  495. package/stock-chart/navigator/series-item/tooltip.component.d.ts +2 -2
  496. package/stock-chart/navigator/series-item.component.d.ts +17 -1
  497. package/stock-chart/navigator/series.component.d.ts +5 -3
  498. package/stock-chart/navigator.component.d.ts +5 -3
  499. package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +3 -3
  500. package/stock-chart/option-types/navigator/hint.interface.d.ts +5 -4
  501. package/stock-chart/option-types/navigator/select.interface.d.ts +5 -5
  502. package/stock-chart/option-types/navigator.interface.d.ts +6 -6
  503. package/stock-chart.component.d.ts +42 -19
  504. package/stock-chart.module.d.ts +5 -5
@@ -12,7 +12,7 @@ import { SeriesTooltipComponent } from './series-item/tooltip.component';
12
12
  import { SeriesDrilldownTemplateDirective } from './series-drilldown-template.directive';
13
13
  import * as i0 from "@angular/core";
14
14
  /**
15
- * The configuration component for a series item.
15
+ * Represents the Kendo UI for Angular Chart Series Item component.
16
16
  *
17
17
  * @example
18
18
  * ```html
@@ -22,15 +22,20 @@ import * as i0 from "@angular/core";
22
22
  * </kendo-chart-series>
23
23
  * </kendo-chart>
24
24
  * ```
25
+ *
26
+ * @remarks
27
+ * Supported children components are: {@link SeriesErrorBarsComponent}, {@link SeriesExtremesComponent},
28
+ * {@link SeriesHighlightComponent}, {@link SeriesLabelsComponent}, {@link SeriesMarkersComponent},
29
+ * {@link SeriesNotesComponent}, {@link SeriesOutliersComponent}, {@link SeriesTooltipComponent}, and {@link SeriesTrendlineComponent}.
25
30
  */
26
31
  export declare class SeriesItemComponent extends CollectionItemComponent implements Series {
27
32
  protected configurationService: ConfigurationService;
28
33
  protected collectionService: CollectionService;
29
34
  /**
30
- * The aggregate function for the date series.
31
- * The function is used when a category (year, month, or other) contains two or more points.
35
+ * Specifies the aggregate function for the date series.
36
+ * Use this function when a category (year, month, or other) contains two or more points.
32
37
  * The Chart displays the return value of the function instead of the individual points.
33
- * The `aggregate` option is supported for categorical chart axis only.
38
+ * Use the `aggregate` option with categorical chart axis only.
34
39
  *
35
40
  * The supported values are:
36
41
  * - `"avg"`&mdash;The average of all values for the date period.
@@ -47,249 +52,307 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
47
52
  */
48
53
  aggregate: any;
49
54
  /**
50
- * If set to `true`, the Chart automatically scales down to fit the content area.
55
+ * Determines whether the Chart automatically scales down to fit the content area.
51
56
  * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
52
57
  * @default false
53
58
  */
54
59
  autoFit: boolean;
55
60
  /**
56
- * The name of the value axis.
57
- * The axis option is supported for Scatter plots. For more information on Scatter plots, refer to
61
+ * Specifies the name of the value axis.
62
+ * Use this option for Scatter plots. For more information on Scatter plots, refer to
58
63
  * [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
59
64
  * @default 'primary'
60
65
  */
61
66
  axis: string;
67
+ /**
68
+ * Specifies the border configuration of the series.
69
+ */
62
70
  border: Border;
71
+ /**
72
+ * Specifies the name of the category axis.
73
+ */
63
74
  categoryAxis: string;
64
75
  /**
65
- * The data item field which contains the category name or date.
76
+ * Specifies the data item field which contains the category name or date.
66
77
  * If the category is a date, the points are rendered in chronological order.
67
78
  * @default 'category'
68
79
  */
69
80
  categoryField: string;
70
81
  /**
71
- * The data field that contains the `close` value.
72
- * The `closeField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
82
+ * Specifies the data field that contains the `close` value.
83
+ * Use the `closeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
73
84
  * @default 'close'
74
85
  */
75
86
  closeField: string;
87
+ /**
88
+ * Specifies the color of the series.
89
+ */
76
90
  color: any;
77
91
  /**
78
- * The data item field which contains the series color.
79
- * The `colorField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type)
92
+ * Specifies the data item field which contains the series color.
93
+ * Use the `colorField` option when [`series.type`]({% slug api_charts_series %}#toc-type)
80
94
  * is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
81
95
  * `"ohlc"`, or `"waterfall"`.
82
96
  * @default 'color'
83
97
  */
84
98
  colorField: string;
99
+ /**
100
+ * Specifies the connectors configuration for the labels.
101
+ */
85
102
  connectors: LabelConnectors;
86
103
  /**
87
- * The data item field which contains the current value.
88
- * The `currentField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
104
+ * Specifies the data item field which contains the current value.
105
+ * Use the `currentField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
89
106
  * @default 'current'
90
107
  */
91
108
  currentField: string;
92
109
  /**
93
- * The dash type of line Chart.
94
- * The `dashType` option is considered only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
110
+ * Specifies the dash type of line Chart.
111
+ * Use the `dashType` option only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
95
112
  * @default 'solid'
96
113
  */
97
114
  dashType: DashType;
115
+ /**
116
+ * Specifies the data source for the series.
117
+ */
98
118
  data: any[];
119
+ /**
120
+ * Specifies the color that is applied when the `close` value is less than the `open` value.
121
+ */
99
122
  downColor: string;
100
123
  /**
101
- * The data field which contains the color that is applied when the `open` value is greater than the `close` value.
102
- * The `downColorField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
124
+ * Specifies the data field which contains the color that is applied when the `open` value is greater than the `close` value.
125
+ * Use the `downColorField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
103
126
  * @default 'downColor'
104
127
  */
105
128
  downColorField: string;
129
+ /**
130
+ * Specifies the field for the drilldown functionality.
131
+ */
106
132
  drilldownField: string;
107
133
  /**
108
- * The `dynamicHeight` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
109
- * When set to `false`, all segments become with the same height.
110
- * Otherwise, the height of each segment is based on its value.
134
+ * Use the `dynamicHeight` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
135
+ * Determines whether all segments become with the same height.
136
+ * When set to `false`, all segments have the same height. Otherwise, the height of each segment is based on its value.
111
137
  * @default true
112
138
  */
113
139
  dynamicHeight: boolean;
114
140
  /**
115
- * The option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
116
- * When set to `true`, the ratio of the bases of each segment is calculated based on the ratio of
141
+ * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
142
+ * Determines whether the ratio of the bases of each segment is calculated based on the ratio of
117
143
  * `currentDataItem.value`/`nextDataItem.value`.
118
144
  * The last element is always created like a rectangle since there is no following element.
119
145
  * @default false
120
146
  */
121
147
  dynamicSlope: boolean;
122
148
  /**
123
- * The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) high value.
124
- * The `errorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
149
+ * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `high` value.
150
+ * Use the `errorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
125
151
  * @default 'errorHigh'
126
152
  */
127
153
  errorHighField: string;
128
154
  /**
129
- * The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) low value.
130
- * The `errorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
155
+ * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `low` value.
156
+ * Use the `errorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
131
157
  * @default 'errorLow'
132
158
  */
133
159
  errorLowField: string;
134
160
  /**
135
- * The data item field which contains a Boolean value indicating whether the sector is exploded.
136
- * The `explodeField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
161
+ * Specifies the data item field which contains a Boolean value indicating whether the sector is exploded.
162
+ * Use the `explodeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
137
163
  * @default 'explode'
138
164
  */
139
165
  explodeField: string;
140
166
  /**
141
- * The data item field which contains the series value.
167
+ * Specifies the data item field which contains the series value.
142
168
  * @default 'value'
143
169
  */
144
170
  field: string;
145
171
  /**
146
- * The data item field which contains the series from value.
172
+ * Specifies the data item field which contains the series `from` value.
147
173
  * @default 'min'
148
174
  */
149
175
  fromField: string;
150
176
  /**
151
- * The distance between the categories expressed as a percentage of the bar width.
152
- * See the related spacing setting.
153
- * The `gap` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
177
+ * Specifies the distance between the categories expressed as a percentage of the bar width.
178
+ * See the related `spacing` setting.
179
+ * Use the `gap` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
154
180
  * `"radarColumn"`, or `"waterfall"`.
155
181
  * @default 1.5
156
182
  */
157
183
  gap: number;
158
184
  /**
159
- * The data field which contains the high value.
160
- * The `highField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
161
- * @default 'hight'
185
+ * Specifies the data field which contains the `high` value.
186
+ * Use the `highField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
187
+ * @default 'high'
162
188
  */
163
189
  highField: string;
190
+ /**
191
+ * Specifies the size of the hole in donut charts.
192
+ */
164
193
  holeSize: number;
194
+ /**
195
+ * Specifies the line configuration of the series.
196
+ */
165
197
  line: SeriesLine;
166
198
  /**
167
- * The data field containing the low value.
168
- * The `lowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
199
+ * Specifies the data field containing the `low` value.
200
+ * Use the `lowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
169
201
  * @default 'low'
170
202
  */
171
203
  lowField: string;
172
204
  /**
173
- * The data item field which contains the series lower value.
174
- * The `lowerField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
205
+ * Specifies the data item field which contains the series `lower` value.
206
+ * Use the `lowerField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
175
207
  * @default 'lower'
176
208
  */
177
209
  lowerField: string;
178
210
  /**
179
- * The margin around each donut series (ring). A numeric value sets all margins.
211
+ * Specifies the margin around each donut series (ring). A numeric value sets all margins.
180
212
  * @default 1
181
213
  */
182
214
  margin: Margin | number;
183
215
  /**
184
- * The maximum size of the Chart bubble series marker.
216
+ * Specifies the maximum size of the Chart bubble series marker.
185
217
  * @default 100
186
218
  */
187
219
  maxSize: number;
220
+ /**
221
+ * Specifies the mean configuration of the series.
222
+ */
188
223
  mean: SeriesMean;
189
224
  /**
190
- * The data item field which contains the series mean value.
191
- * The `meanField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
225
+ * Specifies the data item field which contains the series `mean` value.
226
+ * Use the `meanField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
192
227
  * @default 'mean'
193
228
  */
194
229
  meanField: string;
230
+ /**
231
+ * Specifies the median configuration of the series.
232
+ */
195
233
  median: SeriesMedian;
196
234
  /**
197
- * The data item field which contains the series median value.
198
- * The `medianField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
235
+ * Specifies the data item field which contains the series `median` value.
236
+ * Use the `medianField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
199
237
  * @default 'median'
200
238
  */
201
239
  medianField: string;
202
240
  /**
203
- * The minimum size of the Chart bubble series marker.
241
+ * Specifies the minimum size of the Chart bubble series marker.
204
242
  * @default 5
205
243
  */
206
244
  minSize: number;
245
+ /**
246
+ * Specifies how to handle missing values in the series.
247
+ */
207
248
  missingValues: 'gap' | 'interpolate' | 'zero';
249
+ /**
250
+ * Specifies the name of the series.
251
+ */
208
252
  name: string;
209
253
  /**
210
254
  * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
211
255
  * it means the top base is three times smaller than the bottom base.
212
- * The `neckRatio` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
256
+ * Use the `neckRatio` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
213
257
  * @default 0.3
214
258
  */
215
259
  neckRatio: number;
260
+ /**
261
+ * Specifies the color for negative values.
262
+ */
216
263
  negativeColor: string;
264
+ /**
265
+ * Specifies the configuration for negative bubble values.
266
+ */
217
267
  negativeValues: NegativeBubbleValues;
218
268
  /**
219
- * The data item field which contains the series note text.
269
+ * Specifies the data item field which contains the series note text.
220
270
  * @default 'noteText'
221
271
  */
222
272
  noteTextField: string;
223
273
  /**
224
- * The opacity of the series. By default, the series are opaque.
274
+ * Specifies the opacity of the series. By default, the series are opaque.
225
275
  * @default 1
226
276
  */
227
277
  opacity: number;
278
+ /**
279
+ * Specifies the data field that contains the `open` value.
280
+ */
228
281
  openField: string;
229
282
  /**
230
- * The data item field which contains the series outliers value.
231
- * The `outliersField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
283
+ * Specifies the data item field which contains the series `outliers` value.
284
+ * Use the `outliersField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
232
285
  * @default 'outliers'
233
286
  */
234
287
  outliersField: string;
288
+ /**
289
+ * Specifies the overlay configuration of the series.
290
+ */
235
291
  overlay: Overlay;
292
+ /**
293
+ * Specifies the padding of the series.
294
+ */
236
295
  padding: number;
237
296
  /**
238
- * The data item field which contains the series `q1` value.
239
- * The `q1Field` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
297
+ * Specifies the data item field which contains the series `q1` value.
298
+ * Use the `q1Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
240
299
  * @default 'q1'
241
300
  */
242
301
  q1Field: string;
243
302
  /**
244
- * The data item field which contains the series `q3` value.
245
- * The `q3Field` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
303
+ * Specifies the data item field which contains the series `q3` value.
304
+ * Use the `q3Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
246
305
  * @default 'q3'
247
306
  */
248
307
  q3Field: string;
249
308
  /**
250
- * The space in pixels between the different segments of the Funnel or Pyramid Chart.
251
- * The `segmentSpacing` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
309
+ * Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
310
+ * Use the `segmentSpacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
252
311
  * @default 0
253
312
  */
254
313
  segmentSpacing: number;
314
+ /**
315
+ * Specifies the size of the series.
316
+ */
255
317
  size: number;
256
318
  /**
257
- * The data field which contains the bubble size value.
319
+ * Specifies the data field which contains the bubble size value.
258
320
  * @default 'size'
259
321
  */
260
322
  sizeField: string;
261
323
  /**
262
- * The distance between series points within a category. Expressed as a percentage of the bar width.
324
+ * Specifies the distance between series points within a category. Expressed as a percentage of the bar width.
263
325
  * See the related `gap` setting.
264
- * The spacing option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
326
+ * Use the `spacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
265
327
  * `"radarColumn"`.
266
328
  * @default 0.4
267
329
  */
268
330
  spacing: number;
269
331
  /**
270
- * A Boolean value which indicates if the series have to be stacked.
332
+ * Determines whether the series have to be stacked.
271
333
  * A string value is interpreted as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
272
334
  *
273
- * The `stack` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
335
+ * Use the `stack` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
274
336
  * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
275
337
  * If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
276
338
  * @default false
277
339
  */
278
340
  stack: boolean | string | SeriesStack;
279
341
  /**
280
- * The start angle (in degrees) of the first Donut or Pie segment.
281
- * Angles increase clockwise with zero to the left. Negative values are acceptable.
342
+ * Specifies the start angle (in degrees) of the first Donut or Pie segment.
343
+ * Use positive values to increase angles clockwise with zero to the left. Negative values are acceptable.
282
344
  * @default 90
283
345
  */
284
346
  startAngle: number;
285
347
  /**
286
- * The `style` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
348
+ * Specifies the line style configuration of the series.
349
+ * Use the `style` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
287
350
  * `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
288
351
  * @default 'normal'
289
352
  */
290
353
  style: LineStyle;
291
354
  /**
292
- * The data item field which contains the summary type for the Waterfall series.
355
+ * Specifies the data item field which contains the summary type for the Waterfall series.
293
356
  * The value (if any) of a data item marked as a summary point will be discarded.
294
357
  *
295
358
  * Summary columns are optional and can be one of two types:
@@ -299,128 +362,172 @@ export declare class SeriesItemComponent extends CollectionItemComponent impleme
299
362
  * @default 'summary'
300
363
  */
301
364
  summaryField: string;
365
+ /**
366
+ * Specifies the bullet target configuration.
367
+ */
302
368
  target: BulletTarget;
303
369
  /**
304
- * The data item field which contains the series to value.
370
+ * Specifies the data item field which contains the series `to` value.
305
371
  * @default 'max'
306
372
  */
307
373
  toField: string;
308
374
  /**
309
- * The type of the series.
375
+ * Specifies the type of the series.
310
376
  * @default 'column'
311
377
  */
312
378
  type: SeriesType;
313
379
  /**
314
- * The data item field which contains the series upper value.
315
- * The `upperField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
380
+ * Specifies the data item field which contains the series `upper` value.
381
+ * Use the `upperField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
316
382
  * @default 'upper'
317
383
  */
318
384
  upperField: string;
319
385
  /**
320
- * Sets the visible property of a Chart series.
386
+ * Determines whether the Chart series is visible.
321
387
  * @default true
322
388
  */
323
389
  visible: boolean;
324
390
  /**
325
- * A value which indicates whether to show the point category (for Funnel, Pyramid, Donut, and Pie series)
391
+ * Determines whether to show the point category (for Funnel, Pyramid, Donut, and Pie series)
326
392
  * or the series name (for other available series types) in the legend.
327
393
  * @default true
328
394
  */
329
395
  visibleInLegend: boolean;
396
+ /**
397
+ * Specifies the data item field which contains the visibility state in the legend.
398
+ */
330
399
  visibleInLegendField: string;
400
+ /**
401
+ * Specifies a function that returns a custom visual for the series.
402
+ */
331
403
  visual: (e: SeriesVisualArgs) => drawing.Element;
404
+ /**
405
+ * Specifies the width of the series.
406
+ */
332
407
  width: number;
408
+ /**
409
+ * Specifies the whiskers configuration of the series.
410
+ */
333
411
  whiskers: SeriesWhiskers;
334
412
  /**
335
- * The name of the X axis.
336
- * The [`xAxis`]({% slug api_charts_xaxis %}) option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
413
+ * Specifies the name of the X axis.
414
+ * Use the [`xAxis`]({% slug api_charts_xaxis %}) option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or `"polar"` series.
337
415
  * For the Polar series, the [`xAxis`]({% slug api_charts_xaxis %}) range is expressed in degrees.
338
416
  * @default 'primary'
339
417
  */
340
418
  xAxis: string;
341
419
  /**
342
- * The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis low value.
343
- * The `xErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
420
+ * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `high` value.
421
+ * Use the `xErrorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
344
422
  * `"bubble"`.
345
423
  * @default 'xErrorHigh'
346
424
  */
347
425
  xErrorHighField: string;
348
426
  /**
349
- * The data item field containing the x value.
350
- * The `xField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
351
- * `"polar"` series.
427
+ * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `low` value.
428
+ * Use the `xErrorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
429
+ * `"bubble"`.
352
430
  * @default 'xErrorLow'
353
431
  */
354
432
  xErrorLowField: string;
355
433
  /**
356
- * The data item field containing the x value.
357
- * The `xField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
434
+ * Specifies the data item field containing the `x` value.
435
+ * Use the `xField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
358
436
  * `"polar"` series.
359
437
  * @default 'x'
360
438
  */
361
439
  xField: string;
362
440
  /**
363
- * The name of the Y axis to use.
441
+ * Specifies the name of the Y axis to use.
364
442
  * Available for the Bubble, Scatter, Scatter Line, and Polar series.
365
443
  * @default 'primary'
366
444
  */
367
445
  yAxis: string;
368
446
  /**
369
- * The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis high value.
447
+ * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `high` value.
370
448
  * The `yErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
371
449
  * `"bubble"`.
372
450
  * @default 'yErrorHigh'
373
451
  */
374
452
  yErrorHighField: string;
375
453
  /**
376
- * The data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis low value.
454
+ * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `low` value.
377
455
  * The `yErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
378
456
  * `"bubble"`.
379
457
  * @default 'yErrorLow'
380
458
  */
381
459
  yErrorLowField: string;
382
460
  /**
383
- * The data item field containing the y value.
461
+ * Specifies the data item field that contains the `y` value.
384
462
  * The `yField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
385
463
  * @default 'y'
386
464
  */
387
465
  yField: string;
466
+ /**
467
+ * Specifies the z-index of the series.
468
+ */
388
469
  zIndex: number;
389
470
  /**
390
- * The configuration options of the trendline series.
471
+ * Specifies the configuration options of the trendline series.
391
472
  *
392
473
  * The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
393
474
  * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
394
475
  */
395
476
  trendline: SeriesTrendline;
477
+ /**
478
+ * Specifies the name of the series for which the current series serves as a trendline.
479
+ */
396
480
  for: string;
397
481
  /**
398
- * The configuration options of the series legend item.
482
+ * Specifies the configuration options of the series legend item.
399
483
  */
400
484
  legendItem: LegendItem;
401
485
  /**
402
- * The configuration options of the series pattern.
486
+ * Specifies the configuration options of the series pattern.
403
487
  */
404
488
  pattern?: SeriesPattern | ((point: any) => SeriesPattern);
405
489
  /**
406
- * The data item field which contains the series pattern.
490
+ * Specifies the data item field that contains the series pattern.
407
491
  * The `patternField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
408
492
  */
409
493
  patternField?: string;
494
+ /**
495
+ * Specifies the configuration options of the series error bars.
496
+ */
410
497
  errorBars: SeriesErrorBars;
498
+ /**
499
+ * Specifies the configuration options of the series extremes.
500
+ */
411
501
  extremes: SeriesExtremes;
502
+ /**
503
+ * Specifies the configuration options of the series highlight.
504
+ */
412
505
  highlight: SeriesHighlight;
506
+ /**
507
+ * Specifies the configuration options of the series labels.
508
+ */
413
509
  labels: SeriesLabels;
510
+ /**
511
+ * Specifies the configuration options of the series markers.
512
+ */
414
513
  markers: SeriesMarkers;
514
+ /**
515
+ * Specifies the configuration options of the series notes.
516
+ */
415
517
  notes: SeriesNotes;
518
+ /**
519
+ * Specifies the configuration options of the series outliers.
520
+ */
416
521
  outliers: SeriesOutliers;
522
+ /**
523
+ * Specifies the configuration options of the series tooltip.
524
+ */
417
525
  tooltip: SeriesTooltip;
418
526
  seriesTooltip: SeriesTooltipComponent;
419
527
  drilldownTemplate: SeriesDrilldownTemplateDirective;
420
528
  constructor(configurationService: ConfigurationService, collectionService: CollectionService);
421
529
  /**
422
- * Toggles the series visibility and updates the parent Chart
423
- * without animated transitions.
530
+ * Toggles the series visibility and updates the parent Chart without animated transitions.
424
531
  */
425
532
  toggleVisibility(): void;
426
533
  /**
@@ -10,7 +10,7 @@ import { ConfigurationService } from '../common/configuration.service';
10
10
  import { TooltipTemplateService } from '../common/tooltip-template.service';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
- * A collection of one or more series items. [See example](slug:series_chart_charts).
13
+ * Represents collection of one or more series items ([see example](slug:series_chart_charts)).
14
14
  *
15
15
  * @example
16
16
  * ```html
@@ -21,6 +21,9 @@ import * as i0 from "@angular/core";
21
21
  * </kendo-chart-series>
22
22
  * </kendo-chart>
23
23
  * ```
24
+ *
25
+ * @remarks
26
+ * Supported children components are: {@link SeriesItemComponent}.
24
27
  */
25
28
  export declare class SeriesComponent extends CollectionComponent implements AfterContentChecked {
26
29
  protected configurationService: ConfigurationService;