@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,71 +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 { Directive, TemplateRef, Optional } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * Represents a directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
9
- * within the `<kendo-chart-tooltip>` component for the
10
- * [shared series tooltip](slug:tooltips_chart_charts#toc-shared-tooltip-customization).
11
- * The available fields in the template context are:
12
- * - `let-points="points"`&mdash;An array of the [`TooltipTemplatePoints`](slug:api_charts_tooltiptemplatepoint) category.
13
- * - `let-category="category"`&mdash;The category name.
14
- * - `let-categoryText="categoryText"`&mdash;The category name as text.
15
- * - `let-nameColumn="nameColumn"`&mdash;Returns a Boolean [`value`](slug:api_charts_seriesitemcomponent#toc-name) indicating whether the `name` property of the `SeriesItemComponent` is defined.
16
- * - `let-colorMarker="colorMarker"`&mdash;Returns a Boolean value indicating whether one or more series colors are specified in the Chart. If the Chart contains only one `SeriesItemComponent`, the context field will return `false`.
17
- * - `let-colSpan="colSpan"`&mdash;Specifies the number of columns covered by the tooltip. The default value is `1` and increases by `1` if `nameColumn` and `colorMarker` are set to `true`.
18
- *
19
- * @example
20
- * ```ts
21
- * import { Component } from '@angular/core';
22
- *
23
- * _@Component({
24
- * selector: 'my-app',
25
- * template: `
26
- * <kendo-chart>
27
- * <kendo-chart-tooltip [shared]="true">
28
- * <ng-template kendoChartSharedTooltipTemplate let-category="category" let-points="points">
29
- * <div> {{ category }} </div>
30
- * @for (point of points; track point) {
31
- * <div>
32
- * {{ point.series.name }} : {{ point.value }}
33
- * </div>
34
- * }
35
- * </ng-template>
36
- * </kendo-chart-tooltip>
37
- * <kendo-chart-category-axis>
38
- * <kendo-chart-category-axis-item [categories]="['A', 'B', 'C']">
39
- * </kendo-chart-category-axis-item>
40
- * </kendo-chart-category-axis>
41
- * <kendo-chart-series>
42
- * <kendo-chart-series-item name="A" [data]="[1, 2, 3]">
43
- * </kendo-chart-series-item>
44
- * <kendo-chart-series-item name="B" [data]="[1, 2, 3]">
45
- * </kendo-chart-series-item>
46
- * </kendo-chart-series>
47
- * </kendo-chart>
48
- * `
49
- * })
50
- * class AppComponent {
51
- * }
52
- *
53
- * ```
54
- */
55
- export class SharedTooltipTemplateDirective {
56
- templateRef;
57
- constructor(templateRef) {
58
- this.templateRef = templateRef;
59
- }
60
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
61
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SharedTooltipTemplateDirective, isStandalone: true, selector: "[kendoChartSharedTooltipTemplate]", ngImport: i0 });
62
- }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SharedTooltipTemplateDirective, decorators: [{
64
- type: Directive,
65
- args: [{
66
- selector: '[kendoChartSharedTooltipTemplate]',
67
- standalone: true
68
- }]
69
- }], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
70
- type: Optional
71
- }] }] });
@@ -1,250 +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 { Component, TemplateRef, ViewChild, Input, NgZone, Output, EventEmitter } from '@angular/core';
6
- import { SeriesTooltipTemplateDirective } from './series-tooltip-template.directive';
7
- import { SharedTooltipTemplateDirective } from './shared-tooltip-template.directive';
8
- import { TooltipTemplatePoint } from './tooltip-template-point';
9
- import { BaseTooltip } from './base-tooltip';
10
- import { hasParent } from '../../common/has-parent';
11
- import { TooltipTemplateService } from '../../common/tooltip-template.service';
12
- import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
13
- import { bodyFactory } from './body-factory';
14
- import { LocalizationService } from '@progress/kendo-angular-l10n';
15
- import { NgClass, NgStyle, NgTemplateOutlet } from '@angular/common';
16
- import * as i0 from "@angular/core";
17
- import * as i1 from "@progress/kendo-angular-popup";
18
- import * as i2 from "../../common/tooltip-template.service";
19
- import * as i3 from "@progress/kendo-angular-l10n";
20
- const SHARED_TOOLTIP_CLASS = 'k-chart-shared-tooltip';
21
- const TOOLTIP_CLASS = "k-chart-tooltip";
22
- /**
23
- * @hidden
24
- */
25
- export class TooltipPopupComponent extends BaseTooltip {
26
- popupService;
27
- templateService;
28
- localizationService;
29
- ngZone;
30
- seriesTooltipTemplateRef;
31
- seriesSharedTooltipTemplateRef;
32
- seriesTooltipContext = {};
33
- seriesSharedTooltipContext = {};
34
- shared;
35
- defaultSeriesTooltipTemplate;
36
- defaultSharedTooltipTemplate;
37
- templateRef;
38
- animate = true;
39
- classNames;
40
- wrapperClass = 'k-chart-tooltip-wrapper';
41
- leave = new EventEmitter();
42
- popupClasses = {};
43
- mouseleaveSubscription;
44
- constructor(popupService, templateService, localizationService, ngZone) {
45
- super(popupService, localizationService);
46
- this.popupService = popupService;
47
- this.templateService = templateService;
48
- this.localizationService = localizationService;
49
- this.ngZone = ngZone;
50
- }
51
- show(e) {
52
- this.shared = e.shared;
53
- this.popupClasses = {
54
- [SHARED_TOOLTIP_CLASS]: e.shared,
55
- [TOOLTIP_CLASS]: true,
56
- [e.className]: !!e.className,
57
- ...this.classNames
58
- };
59
- if (!e.shared) {
60
- this.seriesTooltipContext = new TooltipTemplatePoint(e.point, e.format);
61
- this.seriesTooltipTemplateRef = this.pointTemplateRef(e.point);
62
- }
63
- else {
64
- this.seriesSharedTooltipTemplateRef = this.templateService.getSharedTemplate()
65
- || this.defaultSharedTooltipTemplate.templateRef;
66
- this.seriesSharedTooltipContext = this.sharedTemplateContext(e);
67
- }
68
- super.show(e);
69
- }
70
- containsElement(element) {
71
- if (this.popupRef) {
72
- return hasParent(element, this.popupRef.popupElement);
73
- }
74
- }
75
- sharedTemplateContext(e) {
76
- const points = e.points;
77
- const nameColumn = points.filter((point) => typeof point.series.name !== 'undefined').length > 0;
78
- const colorMarker = e.series.length > 1;
79
- let colspan = 1;
80
- if (nameColumn) {
81
- colspan++;
82
- }
83
- if (colorMarker) {
84
- colspan++;
85
- }
86
- return {
87
- category: e.category,
88
- categoryText: e.categoryText,
89
- colorMarker: colorMarker,
90
- colspan: colspan,
91
- nameColumn: nameColumn,
92
- points: this.wrapPoints(e.points, e.format)
93
- };
94
- }
95
- pointTemplateRef(point) {
96
- return this.templateService.getTemplate(point.series.index) || this.defaultSeriesTooltipTemplate.templateRef;
97
- }
98
- wrapPoints(points, format) {
99
- const result = [];
100
- for (let idx = 0; idx < points.length; idx++) {
101
- const point = points[idx];
102
- const template = this.pointTemplateRef(point);
103
- const pointFormat = point.options?.tooltip?.format || format;
104
- result.push(new TooltipTemplatePoint(point, pointFormat, template));
105
- }
106
- return result;
107
- }
108
- onInit() {
109
- this.ngZone.runOutsideAngular(() => {
110
- this.mouseleaveSubscription = this.popupRef.popupElement.addEventListener('mouseleave', (args) => {
111
- this.leave.emit(args);
112
- });
113
- });
114
- this.popupRef.popupElement.className += ` ${this.wrapperClass}`;
115
- }
116
- hide() {
117
- if (this.mouseleaveSubscription) {
118
- this.mouseleaveSubscription();
119
- this.mouseleaveSubscription = null;
120
- }
121
- super.hide();
122
- }
123
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipPopupComponent, deps: [{ token: i1.PopupService }, { token: i2.TooltipTemplateService }, { token: i3.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
124
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: TooltipPopupComponent, isStandalone: true, selector: "kendo-chart-tooltip-popup", inputs: { animate: "animate", classNames: "classNames", wrapperClass: "wrapperClass" }, outputs: { leave: "leave" }, providers: [PopupService, {
125
- provide: POPUP_CONTAINER,
126
- useFactory: bodyFactory
127
- }], viewQueries: [{ propertyName: "defaultSeriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "defaultSharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }, { propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
128
- <ng-template #content>
129
- <div [ngClass]="popupClasses" [ngStyle]="style">
130
- @if (!shared) {
131
- <ng-template [ngTemplateOutlet]="seriesTooltipTemplateRef"
132
- [ngTemplateOutletContext]="seriesTooltipContext">
133
- </ng-template>
134
- }
135
- @if (shared) {
136
- <ng-template [ngTemplateOutlet]="seriesSharedTooltipTemplateRef"
137
- [ngTemplateOutletContext]="seriesSharedTooltipContext">
138
- </ng-template>
139
- }
140
- </div>
141
- </ng-template>
142
-
143
- <ng-template kendoChartSeriesTooltipTemplate let-formattedValue="formattedValue">
144
- <span [innerHTML]="formattedValue"></span>
145
- </ng-template>
146
- <ng-template kendoChartSharedTooltipTemplate let-points="points" let-categoryText="categoryText" let-colspan="colspan" let-colorMarker="colorMarker" let-nameColumn="nameColumn" >
147
- <table>
148
- <tr><th [attr.colspan]='colspan'> {{ categoryText }} </th></tr>
149
- @for (point of points; track point) {
150
- <tr>
151
- @if (colorMarker) {
152
- <td><span class='k-chart-shared-tooltip-marker' [style.background-color]='point.series.color'></span></td>
153
- }
154
- @if (nameColumn) {
155
- <td>
156
- @if (point.series.name !== undefined) {
157
- {{ point.series.name }}
158
- }
159
- @if (point.series.name === undefined) {
160
- &nbsp;
161
- }
162
- </td>
163
- }
164
- <td>
165
- <ng-template [ngTemplateOutlet]="point.template"
166
- [ngTemplateOutletContext]="point">
167
- </ng-template>
168
- </td>
169
- </tr>
170
- }
171
- </table>
172
- </ng-template>
173
- `, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: SeriesTooltipTemplateDirective, selector: "[kendoChartSeriesTooltipTemplate]" }, { kind: "directive", type: SharedTooltipTemplateDirective, selector: "[kendoChartSharedTooltipTemplate]" }] });
174
- }
175
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipPopupComponent, decorators: [{
176
- type: Component,
177
- args: [{
178
- providers: [PopupService, {
179
- provide: POPUP_CONTAINER,
180
- useFactory: bodyFactory
181
- }],
182
- selector: 'kendo-chart-tooltip-popup',
183
- template: `
184
- <ng-template #content>
185
- <div [ngClass]="popupClasses" [ngStyle]="style">
186
- @if (!shared) {
187
- <ng-template [ngTemplateOutlet]="seriesTooltipTemplateRef"
188
- [ngTemplateOutletContext]="seriesTooltipContext">
189
- </ng-template>
190
- }
191
- @if (shared) {
192
- <ng-template [ngTemplateOutlet]="seriesSharedTooltipTemplateRef"
193
- [ngTemplateOutletContext]="seriesSharedTooltipContext">
194
- </ng-template>
195
- }
196
- </div>
197
- </ng-template>
198
-
199
- <ng-template kendoChartSeriesTooltipTemplate let-formattedValue="formattedValue">
200
- <span [innerHTML]="formattedValue"></span>
201
- </ng-template>
202
- <ng-template kendoChartSharedTooltipTemplate let-points="points" let-categoryText="categoryText" let-colspan="colspan" let-colorMarker="colorMarker" let-nameColumn="nameColumn" >
203
- <table>
204
- <tr><th [attr.colspan]='colspan'> {{ categoryText }} </th></tr>
205
- @for (point of points; track point) {
206
- <tr>
207
- @if (colorMarker) {
208
- <td><span class='k-chart-shared-tooltip-marker' [style.background-color]='point.series.color'></span></td>
209
- }
210
- @if (nameColumn) {
211
- <td>
212
- @if (point.series.name !== undefined) {
213
- {{ point.series.name }}
214
- }
215
- @if (point.series.name === undefined) {
216
- &nbsp;
217
- }
218
- </td>
219
- }
220
- <td>
221
- <ng-template [ngTemplateOutlet]="point.template"
222
- [ngTemplateOutletContext]="point">
223
- </ng-template>
224
- </td>
225
- </tr>
226
- }
227
- </table>
228
- </ng-template>
229
- `,
230
- standalone: true,
231
- imports: [NgClass, NgStyle, NgTemplateOutlet, SeriesTooltipTemplateDirective, SharedTooltipTemplateDirective]
232
- }]
233
- }], ctorParameters: () => [{ type: i1.PopupService }, { type: i2.TooltipTemplateService }, { type: i3.LocalizationService }, { type: i0.NgZone }], propDecorators: { defaultSeriesTooltipTemplate: [{
234
- type: ViewChild,
235
- args: [SeriesTooltipTemplateDirective, { static: false }]
236
- }], defaultSharedTooltipTemplate: [{
237
- type: ViewChild,
238
- args: [SharedTooltipTemplateDirective, { static: false }]
239
- }], templateRef: [{
240
- type: ViewChild,
241
- args: ['content', { static: true }]
242
- }], animate: [{
243
- type: Input
244
- }], classNames: [{
245
- type: Input
246
- }], wrapperClass: [{
247
- type: Input
248
- }], leave: [{
249
- type: Output
250
- }] } });
@@ -1,105 +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
- /**
6
- * Represents the point that is passed to the tooltip template.
7
- */
8
- export class TooltipTemplatePoint {
9
- /**
10
- * Specifies the point value.
11
- */
12
- value;
13
- /**
14
- * Specifies the point category. Available only for the Categorical series.
15
- */
16
- category;
17
- /**
18
- * Specifies the point category index. Available only for the Categorical series.
19
- */
20
- categoryIndex;
21
- /**
22
- * Specifies the point series options.
23
- */
24
- series;
25
- /**
26
- * Specifies the point `dataItem`.
27
- */
28
- dataItem;
29
- /**
30
- * Specifies the point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.
31
- */
32
- percentage;
33
- /**
34
- * Specifies the sum of point values since the last `"runningTotal"` summary point. Available for the Waterfall series.
35
- */
36
- runningTotal;
37
- /**
38
- * Specifies the sum of all previous series values. Available for the Waterfall series.
39
- */
40
- total;
41
- /**
42
- * Specifies the low value of the point error bar. Available for the Categorical series with error bars.
43
- */
44
- low;
45
- /**
46
- * Specifies the high value of the point error bar. Available for the Categorical series with error bars.
47
- */
48
- high;
49
- /**
50
- * Specifies the x low value of the point error bar. Available for the Scatter series with error bars.
51
- */
52
- xLow;
53
- /**
54
- * Specifies the x high value of the point error bar. Available for the Scatter series with error bars.
55
- */
56
- xHigh;
57
- /**
58
- * Specifies the y low value of the point error bar. Available for the Scatter series with error bars.
59
- */
60
- yLow;
61
- /**
62
- * Specifies the y high value of the point error bar. Available for the Scatter series with error bars.
63
- */
64
- yHigh;
65
- /**
66
- * @hidden
67
- */
68
- template;
69
- /**
70
- * @hidden
71
- */
72
- point;
73
- /**
74
- * @hidden
75
- */
76
- format;
77
- /**
78
- * @hidden
79
- */
80
- constructor(point, format, template) {
81
- this.value = point.value;
82
- this.category = point.category;
83
- this.categoryIndex = point.categoryIx;
84
- this.series = point.series;
85
- this.dataItem = point.dataItem;
86
- this.percentage = point.percentage;
87
- this.runningTotal = point.runningTotal;
88
- this.total = point.total;
89
- this.low = point.low;
90
- this.high = point.high;
91
- this.xLow = point.xLow;
92
- this.xHigh = point.xHigh;
93
- this.yLow = point.yLow;
94
- this.yHigh = point.yHigh;
95
- this.template = template;
96
- this.point = point;
97
- this.format = format;
98
- }
99
- /**
100
- * @hidden
101
- */
102
- get formattedValue() {
103
- return this.format ? this.point.formatValue(this.format) : String(this.value);
104
- }
105
- }
@@ -1,107 +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 { Component, ContentChild, Input } from '@angular/core';
6
- import { ConfigurationService } from '../common/configuration.service';
7
- import { SettingsComponent } from '../common/settings.component';
8
- import { TooltipTemplateService } from '../common/tooltip-template.service';
9
- import { SeriesTooltipTemplateDirective } from './tooltip/series-tooltip-template.directive';
10
- import { SharedTooltipTemplateDirective } from './tooltip/shared-tooltip-template.directive';
11
- import * as i0 from "@angular/core";
12
- import * as i1 from "../common/configuration.service";
13
- import * as i2 from "../common/tooltip-template.service";
14
- /**
15
- * Represents the Kendo UI for Angular Chart Tooltip configuration
16
- * ([see example]({% slug tooltips_chart_charts %})).
17
- */
18
- export class TooltipComponent extends SettingsComponent {
19
- configurationService;
20
- templateService;
21
- /**
22
- * Specifies the background color of the tooltip.
23
- */
24
- background;
25
- /**
26
- * Specifies the border configuration of the tooltip.
27
- */
28
- border;
29
- /**
30
- * Specifies the text color of the tooltip.
31
- */
32
- color;
33
- /**
34
- * Specifies the font of the tooltip.
35
- * @default '12px sans-serif'
36
- */
37
- font;
38
- /**
39
- * Specifies the format of the tooltip.
40
- */
41
- format;
42
- /**
43
- * Specifies the opacity of the tooltip.
44
- * @default 1
45
- */
46
- opacity;
47
- /**
48
- * Specifies the padding of the tooltip. A numeric value sets all paddings.
49
- */
50
- padding;
51
- /**
52
- * Determines whether the Chart displays a single tooltip for every category.
53
- * @default false
54
- */
55
- shared;
56
- /**
57
- * Determines whether the Chart displays the series tooltip.
58
- * @default false
59
- */
60
- visible;
61
- seriesTooltipTemplate;
62
- sharedTooltipTemplate;
63
- constructor(configurationService, templateService) {
64
- super('tooltip', configurationService);
65
- this.configurationService = configurationService;
66
- this.templateService = templateService;
67
- this.markAsVisible();
68
- }
69
- ngAfterContentChecked() {
70
- this.templateService.setTemplate(this.seriesTooltipTemplate ? this.seriesTooltipTemplate.templateRef : null);
71
- this.templateService.setSharedTemplate(this.sharedTooltipTemplate ? this.sharedTooltipTemplate.templateRef : null);
72
- }
73
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.TooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
74
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TooltipComponent, isStandalone: true, selector: "kendo-chart-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", opacity: "opacity", padding: "padding", shared: "shared", visible: "visible" }, queries: [{ propertyName: "seriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "sharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
75
- }
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TooltipComponent, decorators: [{
77
- type: Component,
78
- args: [{
79
- selector: 'kendo-chart-tooltip',
80
- template: '',
81
- standalone: true
82
- }]
83
- }], ctorParameters: () => [{ type: i1.ConfigurationService }, { type: i2.TooltipTemplateService }], propDecorators: { background: [{
84
- type: Input
85
- }], border: [{
86
- type: Input
87
- }], color: [{
88
- type: Input
89
- }], font: [{
90
- type: Input
91
- }], format: [{
92
- type: Input
93
- }], opacity: [{
94
- type: Input
95
- }], padding: [{
96
- type: Input
97
- }], shared: [{
98
- type: Input
99
- }], visible: [{
100
- type: Input
101
- }], seriesTooltipTemplate: [{
102
- type: ContentChild,
103
- args: [SeriesTooltipTemplateDirective, { static: false }]
104
- }], sharedTooltipTemplate: [{
105
- type: ContentChild,
106
- args: [SharedTooltipTemplateDirective, { static: false }]
107
- }] } });
@@ -1,84 +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, Input } from '@angular/core';
6
- import { ConfigurationService } from '../../common/configuration.service';
7
- import { SettingsComponent } from '../../common/settings.component';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "../../common/configuration.service";
10
- /**
11
- * Represents the crosshair configuration options of the Chart value axis ([see example]({% slug crosshairs_chart_charts %})).
12
- *
13
- * @example
14
- * ```html
15
- * <kendo-chart>
16
- * <kendo-chart-value-axis>
17
- * <kendo-chart-value-axis-item>
18
- * <kendo-chart-value-axis-item-crosshair [visible]="true" color="#ff0000" [width]="2">
19
- * <kendo-chart-value-axis-item-crosshair-tooltip format="c"></kendo-chart-value-axis-item-crosshair-tooltip>
20
- * </kendo-chart-value-axis-item-crosshair>
21
- * </kendo-chart-value-axis-item>
22
- * </kendo-chart-value-axis>
23
- * </kendo-chart>
24
- * ```
25
- *
26
- * @remarks
27
- * Supported children components are: {@link ValueAxisCrosshairTooltipComponent}.
28
- */
29
- export class ValueAxisCrosshairComponent extends SettingsComponent {
30
- configurationService;
31
- /**
32
- * Specifies the color of the crosshair.
33
- */
34
- color;
35
- /**
36
- * Specifies the opacity of the crosshair.
37
- *
38
- * @default 1
39
- */
40
- opacity;
41
- /**
42
- * Determines whether the Chart displays the value axis crosshair.
43
- *
44
- * @default false
45
- */
46
- visible;
47
- /**
48
- * Specifies the width of the crosshair in pixels.
49
- *
50
- * @default 1
51
- */
52
- width;
53
- // These options are also available as child components
54
- /**
55
- * Specifies the tooltip configuration of the crosshair.
56
- */
57
- tooltip;
58
- constructor(configurationService) {
59
- super('crosshair', configurationService);
60
- this.configurationService = configurationService;
61
- this.markAsVisible();
62
- }
63
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValueAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
64
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ValueAxisCrosshairComponent, isStandalone: true, selector: "kendo-chart-value-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
65
- }
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ValueAxisCrosshairComponent, decorators: [{
67
- type: Component,
68
- args: [{
69
- changeDetection: ChangeDetectionStrategy.OnPush,
70
- selector: 'kendo-chart-value-axis-item-crosshair',
71
- template: '',
72
- standalone: true
73
- }]
74
- }], ctorParameters: () => [{ type: i1.ConfigurationService }], propDecorators: { color: [{
75
- type: Input
76
- }], opacity: [{
77
- type: Input
78
- }], visible: [{
79
- type: Input
80
- }], width: [{
81
- type: Input
82
- }], tooltip: [{
83
- type: Input
84
- }] } });