@progress/kendo-angular-charts 21.4.1-develop.1 → 22.0.0-develop.1

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 (389) hide show
  1. package/chart/localization/messages.d.ts +1 -1
  2. package/chart/tooltip/base-tooltip.d.ts +1 -1
  3. package/common/collection-item.component.d.ts +1 -1
  4. package/common/collection.component.d.ts +1 -1
  5. package/common/settings.component.d.ts +1 -1
  6. package/events/base-event.d.ts +1 -1
  7. package/events/preventable-event.d.ts +1 -1
  8. package/fesm2022/progress-kendo-angular-charts.mjs +482 -482
  9. package/package.json +13 -21
  10. package/sankey/localization/messages.d.ts +1 -1
  11. package/esm2022/api-types/axis-range.interface.mjs +0 -5
  12. package/esm2022/api-types/chart-axis.interface.mjs +0 -5
  13. package/esm2022/api-types/chart-pane.interface.mjs +0 -5
  14. package/esm2022/api-types/chart-plotarea.interface.mjs +0 -5
  15. package/esm2022/api-types/chart-svg-export-options.interface.mjs +0 -5
  16. package/esm2022/api-types/chart-visual-export-options.interface.mjs +0 -5
  17. package/esm2022/api-types/event-axis-options.interface.mjs +0 -5
  18. package/esm2022/api-types/event-series-options.interface.mjs +0 -5
  19. package/esm2022/api-types/series-point-marker.interface.mjs +0 -5
  20. package/esm2022/api-types/series-point.interface.mjs +0 -5
  21. package/esm2022/argument-types/axis-label-content-args.interface.mjs +0 -5
  22. package/esm2022/argument-types/axis-label-visual-args.interface.mjs +0 -5
  23. package/esm2022/argument-types/axis-note-content-args.interface.mjs +0 -5
  24. package/esm2022/argument-types/axis-note-visual-args.interface.mjs +0 -5
  25. package/esm2022/argument-types/error-bars-value-args.interface.mjs +0 -5
  26. package/esm2022/argument-types/error-bars-visual-args.interface.mjs +0 -5
  27. package/esm2022/argument-types/highlight-toggle-args.interface.mjs +0 -5
  28. package/esm2022/argument-types/highlight-visual-args.interface.mjs +0 -5
  29. package/esm2022/argument-types/legend-item-visual-args.interface.mjs +0 -5
  30. package/esm2022/argument-types/legend-labels-content-args.interface.mjs +0 -5
  31. package/esm2022/argument-types/markers-visual-args.interface.mjs +0 -5
  32. package/esm2022/argument-types/plot-band-label-visual-args.interface.mjs +0 -5
  33. package/esm2022/argument-types/series-labels-content-args.interface.mjs +0 -5
  34. package/esm2022/argument-types/series-labels-visual-args.interface.mjs +0 -5
  35. package/esm2022/argument-types/series-note-content-args.interface.mjs +0 -5
  36. package/esm2022/argument-types/series-note-visual-args.interface.mjs +0 -5
  37. package/esm2022/argument-types/series-visual-args.interface.mjs +0 -5
  38. package/esm2022/argument-types/title-visual-args.interface.mjs +0 -5
  39. package/esm2022/chart/axis-defaults/crosshair.component.mjs +0 -77
  40. package/esm2022/chart/axis-defaults/crosshair.tooltip.component.mjs +0 -82
  41. package/esm2022/chart/axis-defaults/labels.component.mjs +0 -111
  42. package/esm2022/chart/axis-defaults/title.component.mjs +0 -103
  43. package/esm2022/chart/axis-defaults.component.mjs +0 -152
  44. package/esm2022/chart/category-axis-item/crosshair.component.mjs +0 -76
  45. package/esm2022/chart/category-axis-item/crosshair.tooltip.component.mjs +0 -80
  46. package/esm2022/chart/category-axis-item/labels.component.mjs +0 -149
  47. package/esm2022/chart/category-axis-item/notes.component.mjs +0 -67
  48. package/esm2022/chart/category-axis-item/notes.icon.component.mjs +0 -60
  49. package/esm2022/chart/category-axis-item/notes.label.component.mjs +0 -91
  50. package/esm2022/chart/category-axis-item/range-labels.component.mjs +0 -32
  51. package/esm2022/chart/category-axis-item/select.component.mjs +0 -60
  52. package/esm2022/chart/category-axis-item/title.component.mjs +0 -103
  53. package/esm2022/chart/category-axis-item.component.mjs +0 -265
  54. package/esm2022/chart/category-axis.component.mjs +0 -67
  55. package/esm2022/chart/chart-area.component.mjs +0 -81
  56. package/esm2022/chart/donut-center-template.directive.mjs +0 -35
  57. package/esm2022/chart/legend/inactive-items.component.mjs +0 -46
  58. package/esm2022/chart/legend/item.component.mjs +0 -82
  59. package/esm2022/chart/legend.component.mjs +0 -181
  60. package/esm2022/chart/localization/custom-messages.component.mjs +0 -51
  61. package/esm2022/chart/localization/localized-messages.directive.mjs +0 -39
  62. package/esm2022/chart/localization/messages.mjs +0 -27
  63. package/esm2022/chart/no-data-template.directive.mjs +0 -35
  64. package/esm2022/chart/pane/title.component.mjs +0 -88
  65. package/esm2022/chart/pane-defaults/title.component.mjs +0 -84
  66. package/esm2022/chart/pane-defaults.component.mjs +0 -87
  67. package/esm2022/chart/pane.component.mjs +0 -101
  68. package/esm2022/chart/panes.component.mjs +0 -55
  69. package/esm2022/chart/plot-area.component.mjs +0 -68
  70. package/esm2022/chart/series-defaults/labels.component.mjs +0 -122
  71. package/esm2022/chart/series-defaults/labels.from.component.mjs +0 -90
  72. package/esm2022/chart/series-defaults/labels.to.component.mjs +0 -90
  73. package/esm2022/chart/series-defaults/notes.component.mjs +0 -68
  74. package/esm2022/chart/series-defaults/notes.icon.component.mjs +0 -62
  75. package/esm2022/chart/series-defaults/notes.label.component.mjs +0 -90
  76. package/esm2022/chart/series-defaults/tooltip.component.mjs +0 -76
  77. package/esm2022/chart/series-defaults.component.mjs +0 -125
  78. package/esm2022/chart/series-drilldown-template.directive.mjs +0 -36
  79. package/esm2022/chart/series-item/error-bars.component.mjs +0 -74
  80. package/esm2022/chart/series-item/extremes.component.mjs +0 -64
  81. package/esm2022/chart/series-item/highlight.component.mjs +0 -79
  82. package/esm2022/chart/series-item/labels.component.mjs +0 -157
  83. package/esm2022/chart/series-item/labels.from.component.mjs +0 -96
  84. package/esm2022/chart/series-item/labels.to.component.mjs +0 -96
  85. package/esm2022/chart/series-item/markers.component.mjs +0 -98
  86. package/esm2022/chart/series-item/notes.component.mjs +0 -76
  87. package/esm2022/chart/series-item/notes.icon.component.mjs +0 -64
  88. package/esm2022/chart/series-item/notes.label.component.mjs +0 -95
  89. package/esm2022/chart/series-item/outliers.component.mjs +0 -66
  90. package/esm2022/chart/series-item/tooltip.component.mjs +0 -83
  91. package/esm2022/chart/series-item/trendline.component.mjs +0 -75
  92. package/esm2022/chart/series-item/trendline.forecast.component.mjs +0 -51
  93. package/esm2022/chart/series-item.component.mjs +0 -754
  94. package/esm2022/chart/series.component.mjs +0 -67
  95. package/esm2022/chart/subtitle.component.mjs +0 -108
  96. package/esm2022/chart/title.component.mjs +0 -119
  97. package/esm2022/chart/tooltip/base-tooltip.mjs +0 -101
  98. package/esm2022/chart/tooltip/body-factory.mjs +0 -14
  99. package/esm2022/chart/tooltip/crosshair-tooltip.component.mjs +0 -72
  100. package/esm2022/chart/tooltip/crosshair-tooltips-container.component.mjs +0 -115
  101. package/esm2022/chart/tooltip/popup-settings.interface.mjs +0 -5
  102. package/esm2022/chart/tooltip/series-tooltip-template.directive.mjs +0 -59
  103. package/esm2022/chart/tooltip/shared-tooltip-template.directive.mjs +0 -71
  104. package/esm2022/chart/tooltip/tooltip-popup.component.mjs +0 -250
  105. package/esm2022/chart/tooltip/tooltip-template-point.mjs +0 -105
  106. package/esm2022/chart/tooltip.component.mjs +0 -107
  107. package/esm2022/chart/value-axis-item/crosshair.component.mjs +0 -84
  108. package/esm2022/chart/value-axis-item/crosshair.tooltip.component.mjs +0 -81
  109. package/esm2022/chart/value-axis-item/labels.component.mjs +0 -130
  110. package/esm2022/chart/value-axis-item/notes.component.mjs +0 -82
  111. package/esm2022/chart/value-axis-item/notes.icon.component.mjs +0 -62
  112. package/esm2022/chart/value-axis-item/notes.label.component.mjs +0 -90
  113. package/esm2022/chart/value-axis-item/title.component.mjs +0 -102
  114. package/esm2022/chart/value-axis-item.component.mjs +0 -202
  115. package/esm2022/chart/value-axis.component.mjs +0 -52
  116. package/esm2022/chart/x-axis-item/crosshair.component.mjs +0 -82
  117. package/esm2022/chart/x-axis-item/crosshair.tooltip.component.mjs +0 -80
  118. package/esm2022/chart/x-axis-item/labels.component.mjs +0 -140
  119. package/esm2022/chart/x-axis-item/notes.component.mjs +0 -86
  120. package/esm2022/chart/x-axis-item/notes.icon.component.mjs +0 -62
  121. package/esm2022/chart/x-axis-item/notes.label.component.mjs +0 -91
  122. package/esm2022/chart/x-axis-item/title.component.mjs +0 -103
  123. package/esm2022/chart/x-axis-item.component.mjs +0 -239
  124. package/esm2022/chart/x-axis.component.mjs +0 -60
  125. package/esm2022/chart/y-axis-item/crosshair.component.mjs +0 -79
  126. package/esm2022/chart/y-axis-item/crosshair.tooltip.component.mjs +0 -74
  127. package/esm2022/chart/y-axis-item/labels.component.mjs +0 -144
  128. package/esm2022/chart/y-axis-item/notes.component.mjs +0 -83
  129. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +0 -62
  130. package/esm2022/chart/y-axis-item/notes.label.component.mjs +0 -91
  131. package/esm2022/chart/y-axis-item/title.component.mjs +0 -103
  132. package/esm2022/chart/y-axis-item.component.mjs +0 -211
  133. package/esm2022/chart/y-axis.component.mjs +0 -60
  134. package/esm2022/chart/zoomable.component.mjs +0 -52
  135. package/esm2022/chart-breadcrumb.component.mjs +0 -95
  136. package/esm2022/chart-defaults.mjs +0 -19
  137. package/esm2022/chart-options.interface.mjs +0 -5
  138. package/esm2022/chart.component.mjs +0 -1102
  139. package/esm2022/chart.directives.mjs +0 -30
  140. package/esm2022/chart.module.mjs +0 -141
  141. package/esm2022/charts.module.mjs +0 -184
  142. package/esm2022/common/api-types.mjs +0 -5
  143. package/esm2022/common/chart-default-theme.mjs +0 -165
  144. package/esm2022/common/chart-instance-observer.mjs +0 -20
  145. package/esm2022/common/collection-item.component.mjs +0 -64
  146. package/esm2022/common/collection.component.mjs +0 -58
  147. package/esm2022/common/collection.service.mjs +0 -37
  148. package/esm2022/common/configuration.service.mjs +0 -69
  149. package/esm2022/common/copy-changes.mjs +0 -21
  150. package/esm2022/common/events.mjs +0 -31
  151. package/esm2022/common/has-observers.mjs +0 -10
  152. package/esm2022/common/has-parent.mjs +0 -14
  153. package/esm2022/common/prefix-configuration.service.mjs +0 -43
  154. package/esm2022/common/property-types.mjs +0 -5
  155. package/esm2022/common/root-configuration.service.mjs +0 -17
  156. package/esm2022/common/settings.component.mjs +0 -61
  157. package/esm2022/common/theme.service.mjs +0 -64
  158. package/esm2022/common/to-simple-changes.mjs +0 -18
  159. package/esm2022/common/tooltip-template.service.mjs +0 -37
  160. package/esm2022/common.directives.mjs +0 -75
  161. package/esm2022/directives.mjs +0 -374
  162. package/esm2022/events/axis-label-click-event.mjs +0 -42
  163. package/esm2022/events/base-event.mjs +0 -26
  164. package/esm2022/events/drag-end-event.mjs +0 -27
  165. package/esm2022/events/drag-event.mjs +0 -27
  166. package/esm2022/events/drag-start-event.mjs +0 -27
  167. package/esm2022/events/drilldown-event.mjs +0 -31
  168. package/esm2022/events/instance-event.service.mjs +0 -64
  169. package/esm2022/events/legend-event.mjs +0 -37
  170. package/esm2022/events/legend-item-click-event.mjs +0 -16
  171. package/esm2022/events/legend-item-hover-event.mjs +0 -16
  172. package/esm2022/events/legend-item-leave-event.mjs +0 -23
  173. package/esm2022/events/note-click-event.mjs +0 -10
  174. package/esm2022/events/note-event.mjs +0 -42
  175. package/esm2022/events/note-hover-event.mjs +0 -10
  176. package/esm2022/events/note-leave-event.mjs +0 -10
  177. package/esm2022/events/pane-render-event.mjs +0 -29
  178. package/esm2022/events/plot-area-click-event.mjs +0 -43
  179. package/esm2022/events/plot-area-hover-event.mjs +0 -43
  180. package/esm2022/events/plot-area-leave-event.mjs +0 -10
  181. package/esm2022/events/preventable-event.mjs +0 -34
  182. package/esm2022/events/render-event.mjs +0 -16
  183. package/esm2022/events/select-end-event.mjs +0 -31
  184. package/esm2022/events/select-event.mjs +0 -31
  185. package/esm2022/events/select-start-event.mjs +0 -31
  186. package/esm2022/events/series-click-event.mjs +0 -58
  187. package/esm2022/events/series-event.mjs +0 -58
  188. package/esm2022/events/series-hover-event.mjs +0 -10
  189. package/esm2022/events/series-leave-event.mjs +0 -10
  190. package/esm2022/events/series-over-event.mjs +0 -10
  191. package/esm2022/events/zoom-end-event.mjs +0 -30
  192. package/esm2022/events/zoom-event.mjs +0 -37
  193. package/esm2022/events/zoom-start-event.mjs +0 -27
  194. package/esm2022/field-types/auto-base-unit-steps.interface.mjs +0 -5
  195. package/esm2022/field-types/axis-labels-position.mjs +0 -5
  196. package/esm2022/field-types/axis-line.interface.mjs +0 -5
  197. package/esm2022/field-types/axis-ticks.interface.mjs +0 -5
  198. package/esm2022/field-types/axis-title-position.mjs +0 -5
  199. package/esm2022/field-types/base-unit.mjs +0 -5
  200. package/esm2022/field-types/border.interface.mjs +0 -5
  201. package/esm2022/field-types/bullet-target-line.interface.mjs +0 -5
  202. package/esm2022/field-types/bullet-target.interface.mjs +0 -5
  203. package/esm2022/field-types/category-base-unit.mjs +0 -5
  204. package/esm2022/field-types/dash-type.mjs +0 -5
  205. package/esm2022/field-types/date-formats.interface.mjs +0 -5
  206. package/esm2022/field-types/drag-action.interface.mjs +0 -5
  207. package/esm2022/field-types/error-bar-line.interface.mjs +0 -5
  208. package/esm2022/field-types/grid-lines.interface.mjs +0 -5
  209. package/esm2022/field-types/highlight-line.interface.mjs +0 -5
  210. package/esm2022/field-types/label-connectors.interface.mjs +0 -5
  211. package/esm2022/field-types/label-rotation.interface.mjs +0 -5
  212. package/esm2022/field-types/legend-labels.interface.mjs +0 -5
  213. package/esm2022/field-types/line-style.mjs +0 -5
  214. package/esm2022/field-types/lock-axis.mjs +0 -5
  215. package/esm2022/field-types/margin.interface.mjs +0 -5
  216. package/esm2022/field-types/marker-type.mjs +0 -5
  217. package/esm2022/field-types/modifier-key.mjs +0 -5
  218. package/esm2022/field-types/mousewheel-select.interface.mjs +0 -5
  219. package/esm2022/field-types/mousewheel-zoom.interface.mjs +0 -5
  220. package/esm2022/field-types/negative-bubble-values.interface.mjs +0 -5
  221. package/esm2022/field-types/note-label-position.mjs +0 -5
  222. package/esm2022/field-types/note-line.interface.mjs +0 -5
  223. package/esm2022/field-types/note-position.mjs +0 -5
  224. package/esm2022/field-types/overlay.interface.mjs +0 -5
  225. package/esm2022/field-types/padding.interface.mjs +0 -5
  226. package/esm2022/field-types/plot-band-label.interface.mjs +0 -5
  227. package/esm2022/field-types/plot-band.interface.mjs +0 -5
  228. package/esm2022/field-types/series-labels-alignment.mjs +0 -5
  229. package/esm2022/field-types/series-labels-position.mjs +0 -5
  230. package/esm2022/field-types/series-line.interface.mjs +0 -5
  231. package/esm2022/field-types/series-mean.interface.mjs +0 -5
  232. package/esm2022/field-types/series-median.interface.mjs +0 -5
  233. package/esm2022/field-types/series-stack.interface.mjs +0 -5
  234. package/esm2022/field-types/series-type.mjs +0 -5
  235. package/esm2022/field-types/series-whiskers.interface.mjs +0 -5
  236. package/esm2022/field-types/trendline-forecast.interface.mjs +0 -5
  237. package/esm2022/field-types/week-start-day.enum.mjs +0 -38
  238. package/esm2022/index.mjs +0 -63
  239. package/esm2022/option-types/axis-crosshair-tooltip.interface.mjs +0 -5
  240. package/esm2022/option-types/axis-defaults/crosshair.interface.mjs +0 -5
  241. package/esm2022/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -5
  242. package/esm2022/option-types/axis-defaults/labels.interface.mjs +0 -5
  243. package/esm2022/option-types/axis-defaults/title.interface.mjs +0 -5
  244. package/esm2022/option-types/axis-defaults.interface.mjs +0 -5
  245. package/esm2022/option-types/category-axis-item/crosshair.interface.mjs +0 -5
  246. package/esm2022/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -5
  247. package/esm2022/option-types/category-axis-item/labels.interface.mjs +0 -5
  248. package/esm2022/option-types/category-axis-item/notes.icon.interface.mjs +0 -5
  249. package/esm2022/option-types/category-axis-item/notes.interface.mjs +0 -5
  250. package/esm2022/option-types/category-axis-item/notes.label.interface.mjs +0 -5
  251. package/esm2022/option-types/category-axis-item/range-labels.interface.mjs +0 -5
  252. package/esm2022/option-types/category-axis-item/select.interface.mjs +0 -5
  253. package/esm2022/option-types/category-axis-item/title.interface.mjs +0 -5
  254. package/esm2022/option-types/category-axis-item.interface.mjs +0 -5
  255. package/esm2022/option-types/chart-area.interface.mjs +0 -5
  256. package/esm2022/option-types/legend/inactive-items.interface.mjs +0 -5
  257. package/esm2022/option-types/legend/item.interface.mjs +0 -5
  258. package/esm2022/option-types/legend/legend-title.interface.mjs +0 -5
  259. package/esm2022/option-types/legend/markers.interface.mjs +0 -5
  260. package/esm2022/option-types/legend.interface.mjs +0 -5
  261. package/esm2022/option-types/pane/title.interface.mjs +0 -5
  262. package/esm2022/option-types/pane-defaults/title.interface.mjs +0 -5
  263. package/esm2022/option-types/pane-defaults.interface.mjs +0 -5
  264. package/esm2022/option-types/pane.interface.mjs +0 -5
  265. package/esm2022/option-types/plot-area.interface.mjs +0 -5
  266. package/esm2022/option-types/series-defaults/labels.from.interface.mjs +0 -5
  267. package/esm2022/option-types/series-defaults/labels.interface.mjs +0 -5
  268. package/esm2022/option-types/series-defaults/labels.to.interface.mjs +0 -5
  269. package/esm2022/option-types/series-defaults/notes.icon.interface.mjs +0 -5
  270. package/esm2022/option-types/series-defaults/notes.interface.mjs +0 -5
  271. package/esm2022/option-types/series-defaults/notes.label.interface.mjs +0 -5
  272. package/esm2022/option-types/series-defaults/tooltip.interface.mjs +0 -5
  273. package/esm2022/option-types/series-defaults.interface.mjs +0 -5
  274. package/esm2022/option-types/series-item/error-bars.interface.mjs +0 -5
  275. package/esm2022/option-types/series-item/extremes.interface.mjs +0 -5
  276. package/esm2022/option-types/series-item/highlight.interface.mjs +0 -5
  277. package/esm2022/option-types/series-item/labels.from.interface.mjs +0 -5
  278. package/esm2022/option-types/series-item/labels.interface.mjs +0 -5
  279. package/esm2022/option-types/series-item/labels.to.interface.mjs +0 -5
  280. package/esm2022/option-types/series-item/markers-highlight.interface.mjs +0 -5
  281. package/esm2022/option-types/series-item/markers.interface.mjs +0 -5
  282. package/esm2022/option-types/series-item/notes.icon.interface.mjs +0 -5
  283. package/esm2022/option-types/series-item/notes.interface.mjs +0 -5
  284. package/esm2022/option-types/series-item/notes.label.interface.mjs +0 -5
  285. package/esm2022/option-types/series-item/outliers.interface.mjs +0 -5
  286. package/esm2022/option-types/series-item/tooltip.interface.mjs +0 -5
  287. package/esm2022/option-types/series-item/trendline.interface.mjs +0 -5
  288. package/esm2022/option-types/series-item.interface.mjs +0 -5
  289. package/esm2022/option-types/subtitle.interface.mjs +0 -5
  290. package/esm2022/option-types/title.interface.mjs +0 -5
  291. package/esm2022/option-types/tooltip-border.interface.mjs +0 -5
  292. package/esm2022/option-types/tooltip.interface.mjs +0 -5
  293. package/esm2022/option-types/value-axis-item/crosshair.interface.mjs +0 -5
  294. package/esm2022/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -5
  295. package/esm2022/option-types/value-axis-item/labels.interface.mjs +0 -5
  296. package/esm2022/option-types/value-axis-item/notes.icon.interface.mjs +0 -5
  297. package/esm2022/option-types/value-axis-item/notes.interface.mjs +0 -5
  298. package/esm2022/option-types/value-axis-item/notes.label.interface.mjs +0 -5
  299. package/esm2022/option-types/value-axis-item/title.interface.mjs +0 -5
  300. package/esm2022/option-types/value-axis-item.interface.mjs +0 -5
  301. package/esm2022/option-types/x-axis-item/crosshair.interface.mjs +0 -5
  302. package/esm2022/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -5
  303. package/esm2022/option-types/x-axis-item/labels.interface.mjs +0 -5
  304. package/esm2022/option-types/x-axis-item/notes.icon.interface.mjs +0 -5
  305. package/esm2022/option-types/x-axis-item/notes.interface.mjs +0 -5
  306. package/esm2022/option-types/x-axis-item/notes.label.interface.mjs +0 -5
  307. package/esm2022/option-types/x-axis-item/title.interface.mjs +0 -5
  308. package/esm2022/option-types/x-axis-item.interface.mjs +0 -5
  309. package/esm2022/option-types/y-axis-item/crosshair.interface.mjs +0 -5
  310. package/esm2022/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -5
  311. package/esm2022/option-types/y-axis-item/labels.interface.mjs +0 -5
  312. package/esm2022/option-types/y-axis-item/notes.icon.interface.mjs +0 -5
  313. package/esm2022/option-types/y-axis-item/notes.interface.mjs +0 -5
  314. package/esm2022/option-types/y-axis-item/notes.label.interface.mjs +0 -5
  315. package/esm2022/option-types/y-axis-item/title.interface.mjs +0 -5
  316. package/esm2022/option-types/y-axis-item.interface.mjs +0 -5
  317. package/esm2022/option-types/zoomable.interface.mjs +0 -5
  318. package/esm2022/package-metadata.mjs +0 -16
  319. package/esm2022/progress-kendo-angular-charts.mjs +0 -8
  320. package/esm2022/sankey/api-types/index.mjs +0 -5
  321. package/esm2022/sankey/data-binding/flat-binding.directive.mjs +0 -75
  322. package/esm2022/sankey/data-binding/flat-binding.event.mjs +0 -25
  323. package/esm2022/sankey/events/index.mjs +0 -8
  324. package/esm2022/sankey/events/instance-event.service.mjs +0 -22
  325. package/esm2022/sankey/events/sankey-base-event.mjs +0 -26
  326. package/esm2022/sankey/events/sankey-link-event.mjs +0 -21
  327. package/esm2022/sankey/events/sankey-node-event.mjs +0 -21
  328. package/esm2022/sankey/labels.component.mjs +0 -61
  329. package/esm2022/sankey/legend.component.mjs +0 -129
  330. package/esm2022/sankey/links.component.mjs +0 -46
  331. package/esm2022/sankey/localization/custom-messages.component.mjs +0 -52
  332. package/esm2022/sankey/localization/localized-messages.directive.mjs +0 -39
  333. package/esm2022/sankey/localization/messages.mjs +0 -27
  334. package/esm2022/sankey/nodes.component.mjs +0 -63
  335. package/esm2022/sankey/theme.service.mjs +0 -25
  336. package/esm2022/sankey/title.component.mjs +0 -104
  337. package/esm2022/sankey/tooltip/link-tooltip-template-context.mjs +0 -30
  338. package/esm2022/sankey/tooltip/link-tooltip-template.directive.mjs +0 -44
  339. package/esm2022/sankey/tooltip/node-tooltip-template-context.mjs +0 -30
  340. package/esm2022/sankey/tooltip/node-tooltip-template.directive.mjs +0 -66
  341. package/esm2022/sankey/tooltip/square-symbol.directive.mjs +0 -43
  342. package/esm2022/sankey/tooltip/tooltip-popup.component.mjs +0 -250
  343. package/esm2022/sankey/tooltip/tooltip-template.service.mjs +0 -18
  344. package/esm2022/sankey/tooltip.component.mjs +0 -80
  345. package/esm2022/sankey.component.mjs +0 -515
  346. package/esm2022/sankey.directives.mjs +0 -20
  347. package/esm2022/sankey.module.mjs +0 -61
  348. package/esm2022/sparkline.component.mjs +0 -195
  349. package/esm2022/sparkline.directives.mjs +0 -7
  350. package/esm2022/sparkline.module.mjs +0 -142
  351. package/esm2022/stock-chart/events/instance-event.service.mjs +0 -20
  352. package/esm2022/stock-chart/events/navigator-filter-event.mjs +0 -26
  353. package/esm2022/stock-chart/events.mjs +0 -6
  354. package/esm2022/stock-chart/navigator/category-axis/crosshair.component.mjs +0 -33
  355. package/esm2022/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +0 -31
  356. package/esm2022/stock-chart/navigator/category-axis/labels.component.mjs +0 -30
  357. package/esm2022/stock-chart/navigator/category-axis/notes.component.mjs +0 -45
  358. package/esm2022/stock-chart/navigator/category-axis/notes.icon.component.mjs +0 -30
  359. package/esm2022/stock-chart/navigator/category-axis/notes.label.component.mjs +0 -30
  360. package/esm2022/stock-chart/navigator/category-axis/select.component.mjs +0 -39
  361. package/esm2022/stock-chart/navigator/category-axis/title.component.mjs +0 -30
  362. package/esm2022/stock-chart/navigator/category-axis.component.mjs +0 -66
  363. package/esm2022/stock-chart/navigator/hint.component.mjs +0 -40
  364. package/esm2022/stock-chart/navigator/pane/title.component.mjs +0 -30
  365. package/esm2022/stock-chart/navigator/pane.component.mjs +0 -33
  366. package/esm2022/stock-chart/navigator/select.component.mjs +0 -40
  367. package/esm2022/stock-chart/navigator/series-item/error-bars.component.mjs +0 -44
  368. package/esm2022/stock-chart/navigator/series-item/extremes.component.mjs +0 -31
  369. package/esm2022/stock-chart/navigator/series-item/highlight.component.mjs +0 -30
  370. package/esm2022/stock-chart/navigator/series-item/labels.component.mjs +0 -48
  371. package/esm2022/stock-chart/navigator/series-item/labels.from.component.mjs +0 -31
  372. package/esm2022/stock-chart/navigator/series-item/labels.to.component.mjs +0 -31
  373. package/esm2022/stock-chart/navigator/series-item/markers.component.mjs +0 -30
  374. package/esm2022/stock-chart/navigator/series-item/notes.component.mjs +0 -47
  375. package/esm2022/stock-chart/navigator/series-item/notes.icon.component.mjs +0 -30
  376. package/esm2022/stock-chart/navigator/series-item/notes.label.component.mjs +0 -30
  377. package/esm2022/stock-chart/navigator/series-item/outliers.component.mjs +0 -31
  378. package/esm2022/stock-chart/navigator/series-item/tooltip.component.mjs +0 -31
  379. package/esm2022/stock-chart/navigator/series-item.component.mjs +0 -58
  380. package/esm2022/stock-chart/navigator/series.component.mjs +0 -82
  381. package/esm2022/stock-chart/navigator.component.mjs +0 -93
  382. package/esm2022/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -5
  383. package/esm2022/stock-chart/option-types/navigator/hint.interface.mjs +0 -5
  384. package/esm2022/stock-chart/option-types/navigator/select.interface.mjs +0 -5
  385. package/esm2022/stock-chart/option-types/navigator.interface.mjs +0 -5
  386. package/esm2022/stock-chart/option-types.mjs +0 -5
  387. package/esm2022/stock-chart.component.mjs +0 -244
  388. package/esm2022/stock-chart.directives.mjs +0 -35
  389. package/esm2022/stock-chart.module.mjs +0 -170
@@ -1,754 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ChangeDetectionStrategy, Component, ContentChild, Input } from '@angular/core';
6
- import { CollectionItemComponent } from '../common/collection-item.component';
7
- import { CollectionService } from '../common/collection.service';
8
- import { ConfigurationService } from '../common/configuration.service';
9
- import { SeriesTooltipComponent } from './series-item/tooltip.component';
10
- import { SeriesDrilldownTemplateDirective } from './series-drilldown-template.directive';
11
- import * as i0 from "@angular/core";
12
- import * as i1 from "../common/configuration.service";
13
- import * as i2 from "../common/collection.service";
14
- const toggle = (flag) => flag === undefined ? false : !flag;
15
- /**
16
- * Represents the Kendo UI for Angular Chart Series Item component.
17
- *
18
- * @example
19
- * ```html
20
- * <kendo-chart ...>
21
- * <kendo-chart-series>
22
- * <kendo-chart-series-item type="line" ...> </kendo-chart-series-item>
23
- * </kendo-chart-series>
24
- * </kendo-chart>
25
- * ```
26
- *
27
- * @remarks
28
- * Supported children components are: {@link SeriesErrorBarsComponent}, {@link SeriesExtremesComponent},
29
- * {@link SeriesHighlightComponent}, {@link SeriesLabelsComponent}, {@link SeriesMarkersComponent},
30
- * {@link SeriesNotesComponent}, {@link SeriesOutliersComponent}, {@link SeriesTooltipComponent}, and {@link SeriesTrendlineComponent}.
31
- */
32
- export class SeriesItemComponent extends CollectionItemComponent {
33
- configurationService;
34
- collectionService;
35
- /**
36
- * Specifies the aggregate function for the date series.
37
- * Use this function when a category (year, month, or other) contains two or more points.
38
- * The Chart displays the return value of the function instead of the individual points.
39
- * Use the `aggregate` option with categorical chart axis only.
40
- *
41
- * The supported values are:
42
- * - `"avg"`&mdash;The average of all values for the date period.
43
- * - `"count"`&mdash;The number of values for the date period.
44
- * - `"max"`&mdash;The highest value for the date period.
45
- * - `"min"`&mdash;The lowest value for the date period.
46
- * - `"sum"`&mdash;The sum of all values for the date period. Defaults to `0` if no data points are defined.
47
- * - `"sumOrNull"`&mdash;The sum of all values for the date period. Defaults to `null` if no data points are defined.
48
- * - `"first"`&mdash;The first value.
49
- * - function (values, series, dataItems, category)&mdash;A user-defined aggregate function. Returns a single value or a data item.
50
- * - object (compound aggregate)&mdash;Applicable to the Candlestick, Box Plot, and OHLC series. Specifies the aggregate for each data item field.
51
- *
52
- * @default 'max'
53
- */
54
- aggregate;
55
- /**
56
- * Determines whether the Chart automatically scales down to fit the content area.
57
- * Applicable for the Pie and Donut series. ([See example](slug:donut_seriestypes_charts#displaying-labels-in-angular-donut-chart)).
58
- * @default false
59
- */
60
- autoFit;
61
- /**
62
- * Specifies the name of the value axis.
63
- * Use this option for Scatter plots. For more information on Scatter plots, refer to
64
- * [`xAxis`]({% slug api_charts_xaxis %}) and [`yAxis`]({% slug api_charts_yaxis %}).
65
- * @default 'primary'
66
- */
67
- axis;
68
- /**
69
- * Specifies the border configuration of the series.
70
- */
71
- border;
72
- /**
73
- * Specifies the name of the category axis.
74
- */
75
- categoryAxis;
76
- /**
77
- * Specifies the data item field which contains the category name or date.
78
- * If the category is a date, the points are rendered in chronological order.
79
- * @default 'category'
80
- */
81
- categoryField;
82
- /**
83
- * Specifies the data field that contains the `close` value.
84
- * Use the `closeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
85
- * @default 'close'
86
- */
87
- closeField;
88
- /**
89
- * Specifies the color of the series.
90
- */
91
- color;
92
- /**
93
- * Specifies the data item field which contains the series color.
94
- * Use the `colorField` option when [`series.type`]({% slug api_charts_series %}#toc-type)
95
- * is set to `"bar"`, `"column"`, `"rangeBar"`, `"rangeColumn"`, `"bubble"`, `"donut"`, `"pie"`, `"candlestick"`,
96
- * `"ohlc"`, or `"waterfall"`.
97
- * @default 'color'
98
- */
99
- colorField;
100
- /**
101
- * Specifies the connectors configuration for the labels.
102
- */
103
- connectors;
104
- /**
105
- * Specifies the data item field which contains the current value.
106
- * Use the `currentField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bullet"` or `"verticalBullet"`.
107
- * @default 'current'
108
- */
109
- currentField;
110
- /**
111
- * Specifies the dash type of line Chart.
112
- * Use the `dashType` option only if the [`series.type`]({% slug api_charts_series %}#toc-type) option is set to `"line"`.
113
- * @default 'solid'
114
- */
115
- dashType;
116
- /**
117
- * Specifies the data source for the series.
118
- */
119
- data;
120
- /**
121
- * Specifies the color that is applied when the `close` value is less than the `open` value.
122
- */
123
- downColor;
124
- /**
125
- * Specifies the data field which contains the color that is applied when the `open` value is greater than the `close` value.
126
- * Use the `downColorField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"`.
127
- * @default 'downColor'
128
- */
129
- downColorField;
130
- /**
131
- * Specifies the field for the drilldown functionality.
132
- */
133
- drilldownField;
134
- /**
135
- * Use the `dynamicHeight` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
136
- * Determines whether all segments become with the same height.
137
- * When set to `false`, all segments have the same height. Otherwise, the height of each segment is based on its value.
138
- * @default true
139
- */
140
- dynamicHeight;
141
- /**
142
- * Use this option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"`.
143
- * Determines whether the ratio of the bases of each segment is calculated based on the ratio of
144
- * `currentDataItem.value`/`nextDataItem.value`.
145
- * The last element is always created like a rectangle since there is no following element.
146
- * @default false
147
- */
148
- dynamicSlope;
149
- /**
150
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `high` value.
151
- * Use the `errorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
152
- * @default 'errorHigh'
153
- */
154
- errorHighField;
155
- /**
156
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) `low` value.
157
- * Use the `errorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, or `"area"`.
158
- * @default 'errorLow'
159
- */
160
- errorLowField;
161
- /**
162
- * Specifies the data item field which contains a Boolean value indicating whether the sector is exploded.
163
- * Use the `explodeField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"donut"` or `"pie"`.
164
- * @default 'explode'
165
- */
166
- explodeField;
167
- /**
168
- * Specifies the data item field which contains the series value.
169
- * @default 'value'
170
- */
171
- field;
172
- /**
173
- * Specifies the data item field which contains the series `from` value.
174
- * @default 'min'
175
- */
176
- fromField;
177
- /**
178
- * Specifies the distance between the categories expressed as a percentage of the bar width.
179
- * See the related `spacing` setting.
180
- * Use the `gap` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`,
181
- * `"radarColumn"`, or `"waterfall"`.
182
- * @default 1.5
183
- */
184
- gap;
185
- /**
186
- * Specifies the data field which contains the `high` value.
187
- * Use the `highField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
188
- * @default 'high'
189
- */
190
- highField;
191
- /**
192
- * Specifies the size of the hole in donut charts.
193
- */
194
- holeSize;
195
- /**
196
- * Specifies the line configuration of the series.
197
- */
198
- line;
199
- /**
200
- * Specifies the data field containing the `low` value.
201
- * Use the `lowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"candlestick"` or `"ohlc"`.
202
- * @default 'low'
203
- */
204
- lowField;
205
- /**
206
- * Specifies the data item field which contains the series `lower` value.
207
- * Use the `lowerField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
208
- * @default 'lower'
209
- */
210
- lowerField;
211
- /**
212
- * Specifies the margin around each donut series (ring). A numeric value sets all margins.
213
- * @default 1
214
- */
215
- margin;
216
- /**
217
- * Specifies the maximum size of the Chart bubble series marker.
218
- * @default 100
219
- */
220
- maxSize;
221
- /**
222
- * Specifies the mean configuration of the series.
223
- */
224
- mean;
225
- /**
226
- * Specifies the data item field which contains the series `mean` value.
227
- * Use the `meanField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
228
- * @default 'mean'
229
- */
230
- meanField;
231
- /**
232
- * Specifies the median configuration of the series.
233
- */
234
- median;
235
- /**
236
- * Specifies the data item field which contains the series `median` value.
237
- * Use the `medianField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
238
- * @default 'median'
239
- */
240
- medianField;
241
- /**
242
- * Specifies the minimum size of the Chart bubble series marker.
243
- * @default 5
244
- */
245
- minSize;
246
- /**
247
- * Specifies how to handle missing values in the series.
248
- */
249
- missingValues;
250
- /**
251
- * Specifies the name of the series.
252
- */
253
- name;
254
- /**
255
- * Specifies the top-base/bottom-base ratio of the whole Funnel Chart. If the `neckRatio` is set to `3`,
256
- * it means the top base is three times smaller than the bottom base.
257
- * Use the `neckRatio` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` and `dynamicSlope` is set to `false`.
258
- * @default 0.3
259
- */
260
- neckRatio;
261
- /**
262
- * Specifies the color for negative values.
263
- */
264
- negativeColor;
265
- /**
266
- * Specifies the configuration for negative bubble values.
267
- */
268
- negativeValues;
269
- /**
270
- * Specifies the data item field which contains the series note text.
271
- * @default 'noteText'
272
- */
273
- noteTextField;
274
- /**
275
- * Specifies the opacity of the series. By default, the series are opaque.
276
- * @default 1
277
- */
278
- opacity;
279
- /**
280
- * Specifies the data field that contains the `open` value.
281
- */
282
- openField;
283
- /**
284
- * Specifies the data item field which contains the series `outliers` value.
285
- * Use the `outliersField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
286
- * @default 'outliers'
287
- */
288
- outliersField;
289
- /**
290
- * Specifies the overlay configuration of the series.
291
- */
292
- overlay;
293
- /**
294
- * Specifies the padding of the series.
295
- */
296
- padding;
297
- /**
298
- * Specifies the data item field which contains the series `q1` value.
299
- * Use the `q1Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
300
- * @default 'q1'
301
- */
302
- q1Field;
303
- /**
304
- * Specifies the data item field which contains the series `q3` value.
305
- * Use the `q3Field` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
306
- * @default 'q3'
307
- */
308
- q3Field;
309
- /**
310
- * Specifies the space in pixels between the different segments of the Funnel or Pyramid Chart.
311
- * Use the `segmentSpacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"funnel"` or `"pyramid"`.
312
- * @default 0
313
- */
314
- segmentSpacing;
315
- /**
316
- * Specifies the size of the series.
317
- */
318
- size;
319
- /**
320
- * Specifies the data field which contains the bubble size value.
321
- * @default 'size'
322
- */
323
- sizeField;
324
- /**
325
- * Specifies the distance between series points within a category. Expressed as a percentage of the bar width.
326
- * See the related `gap` setting.
327
- * Use the `spacing` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"candlestick"`, `"ohlc"`, or
328
- * `"radarColumn"`.
329
- * @default 0.4
330
- */
331
- spacing;
332
- /**
333
- * Determines whether the series have to be stacked.
334
- * A string value is interpreted as [`series.stack.group`]({% slug api_charts_seriesstack %}#toc-group).
335
- *
336
- * Use the `stack` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bar"`, `"column"`, `"line"`, `"area"`,
337
- * `"verticalLine"`, `"verticalArea"`, `"radarLine"`, `"radarArea"`, and `"radarColumn"`.
338
- * If not overridden, the stack settings of the first series are inherited as a default value by the rest of the series.
339
- * @default false
340
- */
341
- stack;
342
- /**
343
- * Specifies the start angle (in degrees) of the first Donut or Pie segment.
344
- * Use positive values to increase angles clockwise with zero to the left. Negative values are acceptable.
345
- * @default 90
346
- */
347
- startAngle;
348
- /**
349
- * Specifies the line style configuration of the series.
350
- * Use the `style` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
351
- * `"line"`, `"scatterLine"`, `"radarLine"`, or `"polarLine"`.
352
- * @default 'normal'
353
- */
354
- style;
355
- /**
356
- * Specifies the data item field which contains the summary type for the Waterfall series.
357
- * The value (if any) of a data item marked as a summary point will be discarded.
358
- *
359
- * Summary columns are optional and can be one of two types:
360
- *
361
- * `"runningTotal"`&mdash;Displays the sum of all items since the last `"runningTotal"` point.
362
- * `"total"`&mdash;Displays the sum of all previous items.
363
- * @default 'summary'
364
- */
365
- summaryField;
366
- /**
367
- * Specifies the bullet target configuration.
368
- */
369
- target;
370
- /**
371
- * Specifies the data item field which contains the series `to` value.
372
- * @default 'max'
373
- */
374
- toField;
375
- /**
376
- * Specifies the type of the series.
377
- * @default 'column'
378
- */
379
- type;
380
- /**
381
- * Specifies the data item field which contains the series `upper` value.
382
- * Use the `upperField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"boxPlot"`.
383
- * @default 'upper'
384
- */
385
- upperField;
386
- /**
387
- * Determines whether the Chart series is visible.
388
- * @default true
389
- */
390
- visible;
391
- /**
392
- * Determines whether to show the point category (for Funnel, Pyramid, Donut, and Pie series)
393
- * or the series name (for other available series types) in the legend.
394
- * @default true
395
- */
396
- visibleInLegend;
397
- /**
398
- * Specifies the data item field which contains the visibility state in the legend.
399
- */
400
- visibleInLegendField;
401
- /**
402
- * Specifies a function that returns a custom visual for the series.
403
- */
404
- visual;
405
- /**
406
- * Specifies the width of the series.
407
- */
408
- width;
409
- /**
410
- * Specifies the whiskers configuration of the series.
411
- */
412
- whiskers;
413
- /**
414
- * Specifies the name of the X axis.
415
- * 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.
416
- * For the Polar series, the [`xAxis`]({% slug api_charts_xaxis %}) range is expressed in degrees.
417
- * @default 'primary'
418
- */
419
- xAxis;
420
- /**
421
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `high` value.
422
- * Use the `xErrorHighField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
423
- * `"bubble"`.
424
- * @default 'xErrorHigh'
425
- */
426
- xErrorHighField;
427
- /**
428
- * Specifies the data item field which contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) xAxis `low` value.
429
- * Use the `xErrorLowField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
430
- * `"bubble"`.
431
- * @default 'xErrorLow'
432
- */
433
- xErrorLowField;
434
- /**
435
- * Specifies the data item field containing the `x` value.
436
- * Use the `xField` option when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, `"scatterLine"`, or
437
- * `"polar"` series.
438
- * @default 'x'
439
- */
440
- xField;
441
- /**
442
- * Specifies the name of the Y axis to use.
443
- * Available for the Bubble, Scatter, Scatter Line, and Polar series.
444
- * @default 'primary'
445
- */
446
- yAxis;
447
- /**
448
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `high` value.
449
- * The `yErrorHighField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
450
- * `"bubble"`.
451
- * @default 'yErrorHigh'
452
- */
453
- yErrorHighField;
454
- /**
455
- * Specifies the data item field that contains the [`series.errorBars`]({% slug api_charts_series %}#toc-errorbars) yAxis `low` value.
456
- * The `yErrorLowField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"scatter"`, `"scatterLine"`, or
457
- * `"bubble"`.
458
- * @default 'yErrorLow'
459
- */
460
- yErrorLowField;
461
- /**
462
- * Specifies the data item field that contains the `y` value.
463
- * The `yField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"bubble"`, `"scatter"`, or `"scatterLine"`.
464
- * @default 'y'
465
- */
466
- yField;
467
- /**
468
- * Specifies the z-index of the series.
469
- */
470
- zIndex;
471
- /**
472
- * Specifies the configuration options of the trendline series.
473
- *
474
- * The `trendline` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to
475
- * "`linearTrendline`", "`exponentialTrendline`", "`logarithmicTrendline`", "`powerTrendline`", "`polynomialTrendline`" or "`movingAverageTrendline`".
476
- */
477
- trendline;
478
- /**
479
- * Specifies the name of the series for which the current series serves as a trendline.
480
- */
481
- for;
482
- /**
483
- * Specifies the configuration options of the series legend item.
484
- */
485
- legendItem;
486
- /**
487
- * Specifies the configuration options of the series pattern.
488
- */
489
- pattern;
490
- /**
491
- * Specifies the data item field that contains the series pattern.
492
- * The `patternField` option is supported when [`series.type`]({% slug api_charts_series %}#toc-type) is set to `"pie"`, `"donut"`, `"funnel"`, `"heatmap"`, or `"pyramid"`.
493
- */
494
- patternField;
495
- // These options are also available as child components
496
- /**
497
- * Specifies the configuration options of the series error bars.
498
- */
499
- errorBars;
500
- /**
501
- * Specifies the configuration options of the series extremes.
502
- */
503
- extremes;
504
- /**
505
- * Specifies the configuration options of the series highlight.
506
- */
507
- highlight;
508
- /**
509
- * Specifies the configuration options of the series labels.
510
- */
511
- labels;
512
- /**
513
- * Specifies the configuration options of the series markers.
514
- */
515
- markers;
516
- /**
517
- * Specifies the configuration options of the series notes.
518
- */
519
- notes;
520
- /**
521
- * Specifies the configuration options of the series outliers.
522
- */
523
- outliers;
524
- /**
525
- * Specifies the configuration options of the series tooltip.
526
- */
527
- tooltip;
528
- seriesTooltip;
529
- drilldownTemplate;
530
- constructor(configurationService, collectionService) {
531
- super(configurationService, collectionService);
532
- this.configurationService = configurationService;
533
- this.collectionService = collectionService;
534
- }
535
- /**
536
- * Toggles the series visibility and updates the parent Chart without animated transitions.
537
- */
538
- toggleVisibility() {
539
- this.options.visible = toggle(this.options.visible);
540
- this.notify();
541
- }
542
- /**
543
- * Toggles the visibility of a point with the given index.
544
- * Applicable for the Pie, Donut, Funnel and Pyramid series.
545
- *
546
- * @param pointIndex - The zero-based index of the point to toggle.
547
- */
548
- togglePointVisibility(pointIndex) {
549
- const pv = this.options.pointVisibility = this.options.pointVisibility || {};
550
- pv[pointIndex] = toggle(pv[pointIndex]);
551
- this.notify();
552
- }
553
- get seriesTooltipTemplateRef() {
554
- if (this.seriesTooltip) {
555
- return this.seriesTooltip.seriesTooltipTemplateRef;
556
- }
557
- }
558
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SeriesItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
559
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SeriesItemComponent, isStandalone: true, selector: "kendo-chart-series-item", inputs: { aggregate: "aggregate", autoFit: "autoFit", axis: "axis", border: "border", categoryAxis: "categoryAxis", categoryField: "categoryField", closeField: "closeField", color: "color", colorField: "colorField", connectors: "connectors", currentField: "currentField", dashType: "dashType", data: "data", downColor: "downColor", downColorField: "downColorField", drilldownField: "drilldownField", dynamicHeight: "dynamicHeight", dynamicSlope: "dynamicSlope", errorHighField: "errorHighField", errorLowField: "errorLowField", explodeField: "explodeField", field: "field", fromField: "fromField", gap: "gap", highField: "highField", holeSize: "holeSize", line: "line", lowField: "lowField", lowerField: "lowerField", margin: "margin", maxSize: "maxSize", mean: "mean", meanField: "meanField", median: "median", medianField: "medianField", minSize: "minSize", missingValues: "missingValues", name: "name", neckRatio: "neckRatio", negativeColor: "negativeColor", negativeValues: "negativeValues", noteTextField: "noteTextField", opacity: "opacity", openField: "openField", outliersField: "outliersField", overlay: "overlay", padding: "padding", q1Field: "q1Field", q3Field: "q3Field", segmentSpacing: "segmentSpacing", size: "size", sizeField: "sizeField", spacing: "spacing", stack: "stack", startAngle: "startAngle", style: "style", summaryField: "summaryField", target: "target", toField: "toField", type: "type", upperField: "upperField", visible: "visible", visibleInLegend: "visibleInLegend", visibleInLegendField: "visibleInLegendField", visual: "visual", width: "width", whiskers: "whiskers", xAxis: "xAxis", xErrorHighField: "xErrorHighField", xErrorLowField: "xErrorLowField", xField: "xField", yAxis: "yAxis", yErrorHighField: "yErrorHighField", yErrorLowField: "yErrorLowField", yField: "yField", zIndex: "zIndex", trendline: "trendline", for: "for", legendItem: "legendItem", pattern: "pattern", patternField: "patternField", errorBars: "errorBars", extremes: "extremes", highlight: "highlight", labels: "labels", markers: "markers", notes: "notes", outliers: "outliers", tooltip: "tooltip" }, providers: [ConfigurationService], queries: [{ propertyName: "seriesTooltip", first: true, predicate: SeriesTooltipComponent, descendants: true }, { propertyName: "drilldownTemplate", first: true, predicate: SeriesDrilldownTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
560
- }
561
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SeriesItemComponent, decorators: [{
562
- type: Component,
563
- args: [{
564
- changeDetection: ChangeDetectionStrategy.OnPush,
565
- providers: [ConfigurationService],
566
- selector: 'kendo-chart-series-item',
567
- template: '',
568
- standalone: true
569
- }]
570
- }], ctorParameters: () => [{ type: i1.ConfigurationService }, { type: i2.CollectionService }], propDecorators: { aggregate: [{
571
- type: Input
572
- }], autoFit: [{
573
- type: Input
574
- }], axis: [{
575
- type: Input
576
- }], border: [{
577
- type: Input
578
- }], categoryAxis: [{
579
- type: Input
580
- }], categoryField: [{
581
- type: Input
582
- }], closeField: [{
583
- type: Input
584
- }], color: [{
585
- type: Input
586
- }], colorField: [{
587
- type: Input
588
- }], connectors: [{
589
- type: Input
590
- }], currentField: [{
591
- type: Input
592
- }], dashType: [{
593
- type: Input
594
- }], data: [{
595
- type: Input
596
- }], downColor: [{
597
- type: Input
598
- }], downColorField: [{
599
- type: Input
600
- }], drilldownField: [{
601
- type: Input
602
- }], dynamicHeight: [{
603
- type: Input
604
- }], dynamicSlope: [{
605
- type: Input
606
- }], errorHighField: [{
607
- type: Input
608
- }], errorLowField: [{
609
- type: Input
610
- }], explodeField: [{
611
- type: Input
612
- }], field: [{
613
- type: Input
614
- }], fromField: [{
615
- type: Input
616
- }], gap: [{
617
- type: Input
618
- }], highField: [{
619
- type: Input
620
- }], holeSize: [{
621
- type: Input
622
- }], line: [{
623
- type: Input
624
- }], lowField: [{
625
- type: Input
626
- }], lowerField: [{
627
- type: Input
628
- }], margin: [{
629
- type: Input
630
- }], maxSize: [{
631
- type: Input
632
- }], mean: [{
633
- type: Input
634
- }], meanField: [{
635
- type: Input
636
- }], median: [{
637
- type: Input
638
- }], medianField: [{
639
- type: Input
640
- }], minSize: [{
641
- type: Input
642
- }], missingValues: [{
643
- type: Input
644
- }], name: [{
645
- type: Input
646
- }], neckRatio: [{
647
- type: Input
648
- }], negativeColor: [{
649
- type: Input
650
- }], negativeValues: [{
651
- type: Input
652
- }], noteTextField: [{
653
- type: Input
654
- }], opacity: [{
655
- type: Input
656
- }], openField: [{
657
- type: Input
658
- }], outliersField: [{
659
- type: Input
660
- }], overlay: [{
661
- type: Input
662
- }], padding: [{
663
- type: Input
664
- }], q1Field: [{
665
- type: Input
666
- }], q3Field: [{
667
- type: Input
668
- }], segmentSpacing: [{
669
- type: Input
670
- }], size: [{
671
- type: Input
672
- }], sizeField: [{
673
- type: Input
674
- }], spacing: [{
675
- type: Input
676
- }], stack: [{
677
- type: Input
678
- }], startAngle: [{
679
- type: Input
680
- }], style: [{
681
- type: Input
682
- }], summaryField: [{
683
- type: Input
684
- }], target: [{
685
- type: Input
686
- }], toField: [{
687
- type: Input
688
- }], type: [{
689
- type: Input
690
- }], upperField: [{
691
- type: Input
692
- }], visible: [{
693
- type: Input
694
- }], visibleInLegend: [{
695
- type: Input
696
- }], visibleInLegendField: [{
697
- type: Input
698
- }], visual: [{
699
- type: Input
700
- }], width: [{
701
- type: Input
702
- }], whiskers: [{
703
- type: Input
704
- }], xAxis: [{
705
- type: Input
706
- }], xErrorHighField: [{
707
- type: Input
708
- }], xErrorLowField: [{
709
- type: Input
710
- }], xField: [{
711
- type: Input
712
- }], yAxis: [{
713
- type: Input
714
- }], yErrorHighField: [{
715
- type: Input
716
- }], yErrorLowField: [{
717
- type: Input
718
- }], yField: [{
719
- type: Input
720
- }], zIndex: [{
721
- type: Input
722
- }], trendline: [{
723
- type: Input
724
- }], for: [{
725
- type: Input
726
- }], legendItem: [{
727
- type: Input
728
- }], pattern: [{
729
- type: Input
730
- }], patternField: [{
731
- type: Input
732
- }], errorBars: [{
733
- type: Input
734
- }], extremes: [{
735
- type: Input
736
- }], highlight: [{
737
- type: Input
738
- }], labels: [{
739
- type: Input
740
- }], markers: [{
741
- type: Input
742
- }], notes: [{
743
- type: Input
744
- }], outliers: [{
745
- type: Input
746
- }], tooltip: [{
747
- type: Input
748
- }], seriesTooltip: [{
749
- type: ContentChild,
750
- args: [SeriesTooltipComponent, { static: false }]
751
- }], drilldownTemplate: [{
752
- type: ContentChild,
753
- args: [SeriesDrilldownTemplateDirective, { static: false }]
754
- }] } });